The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | ||||||||||||||||||||||||||
UPDATED! Woohoo!
I just fixed/added stuff from version 1.0! Download the new version 1.5 if you have the old 1.0 - lots of better features. From the readme.txt: Quote:
And Headlines! http://pluh.com/forums/PluhHeadlines.php Let me know if you like it! (Thanks Dark Wizard and Bane) *NOTE: I will not be able to provide support for this hack, as I am extremely busy. Sorry...* Show Your Support
|
Comments |
#497
|
||||
|
||||
Any help would be cool.
I have this line in the body of a page: (content of the news to show up in a table) The news shows up ok in the page but I get an error. Error: Warning: Cannot modify header information - headers already sent by (output started at c:\www\test\cs\index.php:5) in c:\www\test\forums\admin\functions.php on line 1649 Root of site /www/test $siteroot/cs/Index.php: (page has its own <head> </head>) <div align="left"> <?php include("/www/test/cs/news.php"); ?> </div> $siteroot/cs/News.php: <?php chdir("/www/test/forums"); include("/www/test/forums/PluhNews.php"); ?> only thing in the PluhHeader.txt : <!-- Pluh Header --> <font face="Verdana" size="2"><b>Today's News</b><p> |
#498
|
|||
|
|||
Sorry for being a newbie but how do I make the headlines show up in forum main page, my header for forums is quite big and I have a table there where I would want the headlines to show up...
I'm pretty much an idiot when it comes to php anyways. :/ |
#499
|
|||
|
|||
Egad - I changed servers and am getting a line exactly similar to yours:
Warning: Cannot modify header information - headers already sent by (output started at /home/squareamp/public_html/index.php:6) in /home/squareamp/public_html/forum/admin/functions.php on line 1690 I have the output going to /home/squareamp/public_html/forum/PluhNews.php and when I load that by itself its just fine - it is only the file that has the include line in it that is producing that output. -joshua Quote:
|
#500
|
|||
|
|||
Re-uploading functions.php zaps this problem, fyi.
|
#501
|
|||
|
|||
is there any way to set the number of characters that are displayed followed by "..."?
|
#502
|
||||
|
||||
Quote:
yeah it's in the config file. Just look at the config file and it's all in there. |
#503
|
|||
|
|||
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"; ========================== |
#504
|
||||
|
||||
I must be thinking abut the Latest XX hack then. I use both quite a bit on my site: http://www.3dnewz.com
|
#505
|
|||
|
|||
anyone know what would need to be changed to get an attached image file to be displayed with this hack?
|
#506
|
|||
|
|||
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 |
#507
|
|||
|
|||
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 |
#508
|
|||
|
|||
bump
|
#509
|
|||
|
|||
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" |
#510
|
|||
|
|||
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? |
#511
|
|||
|
|||
Any clues whether this can work with vB 3 betas at its current stage?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|