![]() |
Quote:
yeah it's in the config file. Just look at the config file and it's all in there. |
These are the only items in the config file. I thought that $newsforums identified which forum to pull from, $newsitems identified how many threads to show at one time, and then $forumspath. Am I mistaken re $newsitems? IS this for the number of characters to display for each thread or am I missing something?
Code from config file: ======================== //Retrieve news from the correct forum, which is the forumid $newsforums = 1; //Number of news items to show at once $newsitems = 10; //Path to your forums directory (leave out trailing slash) $forumspath = "/forums"; ========================== |
I must be thinking abut the Latest XX hack then. I use both quite a bit on my site: http://www.3dnewz.com
|
anyone know what would need to be changed to get an attached image file to be displayed with this hack?
|
awesome script
got it in use and integrated into my site at www.d2expansion.com but i have one thing i want to do, and it doesnt really have anthing todo with the script but rather with php i split the $dateposted variable into 2 variables PHP Code:
$dateposted = Mon, Jul 21 $timeposted = 4:45 AM i want $dateposted to display as Monday, July 21 is this possible? thanks Aku12 |
Im getting this error:
Warning: main(): stream does not support seeking in /home/green/public_html/index_uaap.php on line 313 FYI, i inserted this tag in my html file and saved it as php <? include ("http://www.greenarcher.net/forums/campusbuzz.php"); ?> Hows this? Thanks |
bump
|
I added a simple bit of code to make it not say last comment was posted by $username when there were no comments. Here it is:
"; if ($replycount[replycount]==0]){ echo "<a href=\"$forumspath/showthread.php?s=&threadid=$threadid\"><b>$replyco unt</b> $commenttext</a>"; }else{ echo "<a href=\"$forumspath/showthread.php?s=&threadid=$threadid\"><b>$replyco unt</b> $commenttext</a> Last comment was by <b>$lastposter</b>"; } echo" |
Hoping someone can help.
On my site, we are trying to PREVENT certain sections from being viewed in the Actice Topics list (www.clanbrats.com). Any offers of suggestion? |
Any clues whether this can work with vB 3 betas at its current stage?
|
All times are GMT. The time now is 04:34 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|