The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
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 |
#432
|
|||
|
|||
PHP Code:
PHP Code:
|
#433
|
||||
|
||||
ok, i'm not a coder my any means...i'm just a little 'ole designer...and for the life of me I can't get the threads to show in someplace other than the forumhome.
I'm trying to use this mod, but instead of having all the forumhome stuff...i just want to have the lastest thread titles put into a side column...i've looked at the added templates...copied what's there...and all it will do is post the sections titles..."last post by reviews views"...but doesn't put the actual info in there... can someone possibly shed some light on how to get just the titles to show in another template other than forumhome? |
#434
|
||||
|
||||
no one has done this? or knows how?
Chris? |
#435
|
|||
|
|||
You need to change the hook the plugin uses to fill the variables (by default it is forumhome_complete).
|
#436
|
||||
|
||||
there is no hook i could change it to...i'm trying to put it into a custom template...
|
#437
|
|||
|
|||
Could you elaborate on what your trying to do with it?
|
#438
|
|||
|
|||
Quote:
|
#439
|
||||
|
||||
it's in my first post...a few above yours...
but basically...you know the module for vbadvanced that shows new threads...trying to get something similar in a custom template (for a left column)...by using this mod...just need to reformat the coding so it only displays the title of the mod (don't need all the other info like poster, views, etc)...i've got that part done...i just can't get it to display the information... |
#440
|
|||
|
|||
Hmm try adding the phrase "$vbphrase[latest_threads]" to your left column. Your custom template is, i assume, is inserted into forum home in order to show on your forum index, so try leaving the hooks alone.
|
#441
|
||||
|
||||
already tried inserting that...i know how to get it to show (I'm a Designer)...issue is...it will show the titles (Posts, Views, etc) if I put them in...but the second it calls that variable it won't output anything else...and that's where i'm stuck...(I'm NOT a coder...lol)
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|