php forum
php mysql forum
php mysql smarty
 
Page 2 of 3 < 1 2 3 >
Topic Options
#247148 - 07/06/03 03:56 AM Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page [Re: fearthefrog]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC

   Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page to Del.icio.us Add to del.icio.us
  Digg Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page Digg it
usually header already sent errors are extra spaces after the PHP closing tag ?> at the end of the file. make sure there's nothing after that closing tag. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#247149 - 07/06/03 04:16 AM Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page [Re: Daine]
Calimerion Offline
Newbie

Registered: 07/03/03
Posts: 11
Thanks a lot Josh. With your guidiance I was able to spot was has been wrong. I have added style information at the most top of the page. Putting them into the "add your content here" section did the trick.<br /><br />Thanks again!

Top
#247150 - 07/26/03 11:02 AM Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page [Re: fearthefrog]
ericgtr Offline
Junior Member

Registered: 05/12/03
Posts: 1109
I would think that this wouldn't be very easy to do but I will throw it out there anyway. Is there a way to show that a users is looking at this page from the "Who's Online" page?

Top
#247151 - 07/26/03 11:11 AM Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page [Re: BlarC]
Dave_L_dup1 Offline
Addict

Registered: 04/23/02
Posts: 1929
Loc: Virginia, USA
Actually, it's very easy. If the file is named foobar.php, edit languages/english/online.php and add <br /> <br />
Code:
$ubbt_lang['foobar'] = "Viewing the Foo Bar page";
_________________________
UBB.threads beta tester / threadsdev.com moderator
Software consulting services including UBB.threads problem resolution / installs / upgrades / customization.

Top
#247152 - 07/26/03 11:35 AM Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page [Re: joeuser]
ericgtr Offline
Junior Member

Registered: 05/12/03
Posts: 1109
Thanks Dave, can you give me an idea of where to put it? I don't really see a pattern. TIA.

Top
#247153 - 07/26/03 11:52 AM Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page [Re: BlarC]
Dave_L_dup1 Offline
Addict

Registered: 04/23/02
Posts: 1929
Loc: Virginia, USA
You can add it anywhere. I've been adding that stuff at the end of the file, just before the closing bracket:<br /><br />
Code:
$ubbt_lang['foobar'] = "Viewing the Foo Bar page";<br />?&gt;
<br /><br />Make a backup of the file before you change it, and be careful not to add any whitespace after the ?>.
_________________________
UBB.threads beta tester / threadsdev.com moderator
Software consulting services including UBB.threads problem resolution / installs / upgrades / customization.

Top
#247154 - 07/26/03 12:21 PM Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page [Re: joeuser]
ericgtr Offline
Junior Member

Registered: 05/12/03
Posts: 1109
Thanks <img src="/forum/images/graemlins/smile.gif" alt="" />

Top
#247155 - 08/11/03 06:44 PM Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page [Re: BlarC]
Allusivekudos Offline
Junior Member

Registered: 05/26/02
Posts: 378
Loc: Na
Hola! I've got a couple questions about this now!<br /><br />I've used this for a couple of the main pages on my site, and when I close the forums for maintenance or something, those pages then get closed as well... <br /><br />Is there a way to add a config option to keep these pages working while the board is closed? Any help would be muchly appreciated!<br /><br />-peter

Top
#247156 - 08/11/03 07:33 PM Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page [Re: adrienne48]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Before the send_header function in those pages - try adding this:<br /><br /><br />$config['isclosed'] = 0;<br /><br /><br />I *think* that'll override it. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#247157 - 08/11/03 08:22 PM Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page [Re: Daine]
Allusivekudos Offline
Junior Member

Registered: 05/26/02
Posts: 378
Loc: Na
thanks josh, I'll try that!

Top
#247158 - 10/15/03 07:16 AM Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page [Re: Daine]
Kordegnen Offline
Member

Registered: 04/23/01
Posts: 184
Loc: Denmark, the country vith all ...
hmm<br /><br />i got a little error ??<br /><br />see it here, something vith the table colors ??<br /><br />http://www.4701.dk/ubbthreads/pigelisten.php<br /><br />any ideas what i did wrong ??<br /><br />
Code:
 &lt;?<br />// Generic UBB.Threads page by Joshua Pettit<br />// aka JoshPet of www.joshuapettit.com <br />// UBB.Threads Elements ©Infopop.com and Rick Baker<br /><br />// Variables - Edit these As Needed<br /><br />// What is the title of the page:<br />	$pagetitle = "Pigelisten";<br />	<br />// What is the PATH (not URL) to your threads install?<br />// You'll find this in your threads config file<br />// Do not include trailing slash<br />	$threadspath = "/usr/local/www/sites/4701.dk/httpdocs/ubbthreads";<br /><br /><br /><br />// DO NOT EDIT THIS SECTION<br />// Require the library<br />   require ("$threadspath/main.inc.php");<br /><br />   $userob = new user;<br />   $user = $userob -&gt; authenticate();<br /><br /><br />   $html = new html;<br />   $html -&gt; send_header($pagetitle,$Cat,0,$user);<br /><br />// ---------------------<br />// Grab the tablewrapper<br />   list($tbopen,$tbclose) = $html -&gt; table_wrapper();<br /><br />// Now let's draw the table<br />	echo "$tbopen";<br />	<br />// Now let's create a header with the page title in it<br />	echo "&lt;tr&gt;&lt;td class=\"tdheader\"&gt;$pagetitle&lt;/td&gt;&lt;/tr&gt;";<br />	<br />// Now let's open the next table cell for the body of your page:<br />	echo "&lt;tr&gt;&lt;td class=\"lighttable\"&gt;";<br />	<br /><br /><br /><br />// The rest of the page<br />// YOU CAN EDIT THIS SECTION<br /><br />// Put the HTML of your page below this<br /><br /><br /><br /><br />echo &lt;&lt;&lt;PAGEHTML<br /><br /><br />&lt;tr&gt;<br />    &lt;td&gt;&lt;b&gt;Gudinde Navn&lt;/b&gt;&lt;/td&gt;<br />    &lt;td&gt;&lt;b&gt;Gudindens hjemmeside&lt;/b&gt;&lt;/td&gt;<br />	&lt;/tr&gt;<br /> <br /><br /><br /><br />PAGEHTML;<br />$database = mysql_connect("localhost", "xxx", "xxxx");<br />if (!$database) die ('Kunne ikke forbinde til databasen');<br /> mysql_select_db("ubb",$database);<br />mysql_select_db("ubb",$database) or die('Kunne ikke vælge database');<br /> $foresp = mysql_query("SELECT U_Number,U_Title,U_Username,U_Email,U_Homepage,U_Approved, U_Groups FROM w3t_Users <br /> 	WHERE   U_Groups = '-6-'<br /> ORDER BY U_Username");<br />if (!$foresp) die (mysql_error()); <br />print mysql_num_rows($foresp)." fundet&lt;BR&gt;&lt;BR&gt;";<br />while ($data = mysql_fetch_array($foresp)) {<br />        <br />		echo "&lt;tr&gt;&lt;td&gt;$data[2]&lt;/td&gt;";<br />		echo "&lt;TD&gt;&lt;A href= http://".$data[4]."&gt;".$data[4]."&lt;/A&gt;&lt;/TD&gt;";<br />        echo "&lt;/tr&gt;";<br />		<br />   }<br />// DO NOT EDIT BELOW THIS LINE<br /><br />// Close out the table<br />	echo "&lt;/td&gt;&lt;/tr&gt;$tbclose";		<br /><br />// Send the footer<br />  $html -&gt; send_footer();<br />?&gt; 

Top
#247159 - 10/15/03 11:19 AM Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page [Re: shame4me]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
You need to assign the class either "lighttable" or "darktable" to each <td> cell. <img src="/forum/images/graemlins/wink.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#247160 - 10/15/03 09:50 PM Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page [Re: Daine]
RandyJG Offline
Junior Member

Registered: 03/11/03
Posts: 231
Loc: Canada
I made an attempt at making a generic page that uses the specific forum's header/footer/style that I wanted. Instead of the default header, this grabs the header/footer/stylesheet for a sepecific forum before calling send_header. This is used if the page was associated with a specific forum, that had it's own look and header for example. <br /> <br />Note: This works on 6.2, not tested on 6.3. This will use the header/footer/stylesheet options for a specific forum. If a user is not using the default style, the page will have the user's selected style. <br />Directions. <br /> <br />I'm assuming the generic.php for the template version is being used. It has to appear between the authenticate() and send_header() basically. <br /> <br />[/code] <br /> <br />Find: <br /> <br />$user = $userob -> authenticate(); <br /> <br />Add the following under this, changing 'MyBoard' to the forum's keyword the page should look like: <br /> <br />// ------ START Generic Page with forum look ------ <br /> <br /> $Board = "MyBoard"; //** Set to the keyword for the forum's style/header to use <br /> <br />// ------------------ <br />// Get the board info <br /> $Board_q = addslashes($Board); <br /> $query = " <br /> SELECT Bo_Title,Bo_HTML,Bo_Markup,Bo_SpecialHeader,Bo_StyleSheet <br /> FROM {$config['tbprefix']}Boards <br /> WHERE Bo_Keyword = '$Board_q' <br /> $groupquery <br /> "; <br /> $sth = $dbh -> do_query($query); <br /> <br />// ---------------- <br />// Assign the stuff <br /> list($Title,$HTML,$Markup,$fheader,$fstyle) = $dbh -> fetch_array($sth); <br /> $dbh -> finish_sth($sth); <br /> <br />// ------------------------------------------------- <br />// Here we need to figure out what stylesheet to use <br /> $mystyle = ""; <br /> isset($user['U_StyleSheet']) && $mystyle = $user['U_StyleSheet']; <br /> if (!$mystyle) { $mystyle = "usedefault"; } <br /> if ($mystyle == "usedefault") { <br /> $mystyle = $fstyle; <br /> if ($mystyle == "usedefault") { <br /> $mystyle = $theme['stylesheet']; <br /> } <br /> } <br /> $fstyle = $mystyle; <br /> // fstyle will now be set when used by send_header <br />// ------ END Generic Page with forum look ------ <br />[/code]


Edited by RandyJG (10/15/03 10:13 PM)

Top
#247161 - 12/20/03 08:49 PM Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page [Re: romka]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
thought I would add that this creates an issue in 6.4..<br /><br />throws an error<br /><br />Notice: Undefined variable: config in /your/path/to/ubbthreads/ubbt.inc.php on line 931
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#247162 - 12/20/03 08:57 PM Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page [Re: 234234]
dman_dup1 Offline
Journeyman

Registered: 01/14/03
Posts: 144
I didn't have a problem on my 6.4b1 board using this. I have sinced switched to the templated one though.

Top
#247163 - 12/20/03 09:28 PM Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page [Re: 234234]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Hmmm... shouldn't be any problem. We're using it here and at other sites for various purposes. <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /><br /><br />It's really just a send_header and a send_footer. <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#247164 - 12/20/03 09:41 PM Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page [Re: Daine]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
actually didn't matter if admin or non.. what fixed my problem was using a temp variable for the $config array ala $threadsconfig=$config and then before the footer changing it back because the php script I was including inside actually changed the $config array to its own...
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#247165 - 02/11/04 09:25 AM Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page [Re: 234234]
Medar Offline
Junior Member

Registered: 03/19/00
Posts: 571
Quick question, this may already be part of the Generic Page.<br /><br />Does the Menubar up top appear when using the Generic Page? (ie Welcome Medar...Main Index, Entrance, Search, etc).

Top
#247166 - 02/11/04 09:48 AM Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page [Re: Intel -*RW*-]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Yes. <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#247167 - 02/11/04 10:07 AM Re: Beta-[6.0-6.1-6.2-6.3] Generic Threads Page [Re: Daine]
Medar Offline
Junior Member

Registered: 03/19/00
Posts: 571
Thanks Josh <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" />

Top
Page 2 of 3 < 1 2 3 >


Moderator:  Ian_W 
Top Posters Last 30 Days
AllenAyres 20
Gizmo 10
blaaskaak 2
S7ARBVCK 2
Iann128 1
Claus1 1
M4D 1
Who's Online
0 Registered (), 35 Guests and 5 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Security Patch released for all 7.x versions
by AllenAyres
Yesterday at 08:00 PM
What do you use to edit the files
by AllenAyres
Yesterday at 07:54 PM
Team UBBDev Rides Again!
by AllenAyres
Yesterday at 07:32 PM
Here I am! Rock me like a Hurricane!
by AllenAyres
Yesterday at 07:20 PM
BeyondCompare v3.00
by AllenAyres
Yesterday at 07:16 PM
[7.3.1] add search to showmembers page
by AllenAyres
Yesterday at 07:13 PM
Noob - need help, or a reality check!
by Gizmo
09/04/08 03:21 AM
New Mods
[7.3.1] add search to showmembers page
by blaaskaak
Yesterday at 04:50 AM
Installing FlashChat with 7.3
by Paug
08/23/08 12:14 AM
[7.3.x] ubb.links
by AllenAyres
06/20/08 11:50 PM
[7.2.1] - Naked shoutbox
by sirdude
08/17/07 10:36 PM
[7.x] Generic Page Outside of forum directory
by
01/14/07 10:58 PM
Newest Members
veedubb8, twentyseven, Claus1, welcomeback1, Paug
13327 Registered Users

 

 

 
fusionbb message board php hacks