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 |
#232
|
|||
|
|||
I'm getting an error, it's not showing up but the code is placed in the right spot...
|
#233
|
|||
|
|||
ok i got mine mostly working can someone have a look and tell me why only some threads to the left have the "go to last post" icon and others do not? hmm http://www.itburnouts.com
Thanks! *edit- ok weird now they are all showing, it seems to be a bit random, oh well.. |
#234
|
|||
|
|||
It;s not display the topic icon in my case
the link becomes http://www.rmitportal.info/forum/htt...es/icons/5.gif instead of http://www.rmitportal.info/forum/images/icons/5.gif Any idea? |
#235
|
||||
|
||||
It seems that you've customized the forum icons.
Normally you need a common forum_new.gif and it will work. |
#236
|
|||
|
|||
so how can I solve it?
|
#237
|
||||
|
||||
Hi all,
I modified some forums pics as you did but I have also a common/default set in case of normal procedures/functions calls. You may hard code the changes in your template with the custom image adress. |
#238
|
|||
|
|||
It dosent work for me at all
Hope someone els can do some to 3.5.2 or help me |
#239
|
||||
|
||||
Hi replace this
Code:
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[latest_threads]" /></td> Code:
<td class="alt2"><img src="http://www.rmitportal.info/forum/images/icons/5.gif" alt="$vbphrase[latest_threads]" /></td> notice that on my site I needed to add a width statement to have it equal with forums. |
#240
|
|||
|
|||
hi,
Thanks for your help somasimple but it's not what I expected. Every topic users may chose the different emtion and it's not only the 5.gif so I have to find another way to set the path |
#241
|
||||
|
||||
Hi,
What is the adress of you forums? I have pictures in front of messages and it works! www.somasimple.com/forums/ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|