The Arcive of vBulletin Modifications Site. |
|
Latest Threads On Forum Home Details »»
|
|||||||||||||||||||||||||
[high]Installation Instructions[/high]
Step 1: Upload the .xml file to the Product Manager Step 2: Modify the [high]FORUMHOME[/high] template Find: HTML Code:
<td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td> </tr> </tbody> </if> HTML Code:
<!-- latest threads --> <if condition="$show['latestthreads']"> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_latestthreads')"><img id="collapseimg_forumhome_latestthreads" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_latestthreads].gif" alt="" border="0" /></a> $vbphrase[latest_threads] </td> </tr> </tbody> <tbody id="collapseobj_forumhome_latestthreads" style="$vbcollapse[collapseobj_forumhome_latestthreads]"> <tr> <td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[latest_threads]" /></td> <td class="alt1"><div class="smallfont">$threadbits</div></td> </tr> </tbody> </if> <!-- /latest threads --> ![]() [high]Credits[/high] NTLDR - For allowing me to port his vB3 hack of this [high]Updates[/high] Version 1.1.0: Simple update to make this work with vBulletin 3.5.0 Beta 2 - If you are installing for the first time, follow the installation instructions - If you are upgrading, please delete the previous plugin, and upload the new one - This new plugin also has the uncached template fix ![]() Version 1.1.1: Simple update to fix a permissions bug - Wasn't showing on my board because I had already fixed it and forgot about it lol - To upgrade, simply replace the plugin with the one attached ![]() Version 1.1.2: Simple update to fix a permissions bug again - To upgrade, simply replace the plugin with the one attached ![]() Chris Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Getting error at top of page with this:
Warning: Invalid argument supplied for foreach() in /index.php(450) : eval()'d code on line 11 |
|
#3
|
||||
|
||||
|
Try changing:
PHP Code:
PHP Code:
|
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
||||
|
||||
|
The plugin...
Satan |
|
#6
|
|||
|
|||
|
Quote:
Parse error: parse error, unexpected ')' in /****************/index.php(450) : eval()'d code on line 46 |
|
#7
|
||||
|
||||
|
I'm not sure then - The original not an invalid arguement here... :ermm:
Satan |
|
#8
|
|||
|
|||
|
Both errors relate to this line in index:
PHP Code:
|
|
#9
|
||||
|
||||
|
Yeh that is the code that calls the [high]forumhome_complete[/high] hooks...
For some reason your board is rejecting the foreach in the code :ermm: What other plugins/hacks do you have installed that utilise the [high]forumhome_complete[/high] hook? Satan |
|
#10
|
|||
|
|||
|
The only other plugin i use is this one New Posts & Threads Since Last visit
and that uses forumhome_start |
![]() |
|
|