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 |
#172
|
|||
|
|||
In the admin CP, go to your plug in manager. Find the two plug ins called latest threads on forum home. There will be two drop down menus. One says title and the one below says Hook Location. Open the drop down menu and search for "forumhome"
Chris, again, is there a way to make the forum show up in the latest thread tbale? |
#173
|
|||
|
|||
If I do that, I get :
Quote:
|
#174
|
||||
|
||||
how do I "Create a GLOBAL phrase called latest_threads"
nevermind, I found it. |
#175
|
|||
|
|||
Hi
Is there a way i can display the latest threads on one line instead of a new line for each thread? |
#176
|
|||
|
|||
Chris M ,
Is this hack work with forumpermission[canviewothers] ? i am using this hack since you have released but it isnt working fine with this permission. |
#177
|
|||
|
|||
Chris, sorry to make this repetive posts but it would be a huge help if you could tell me how to print the forum names?
|
#178
|
|||
|
|||
If somebody wants to use that on a different page than forumhome, you have to add require_once('./includes/functions_forumlist.php'); to the php code of the xml and change the hook to global_start.
|
#179
|
|||
|
|||
I'm facing this annoying problem
the post icon isn't showing, it's giving me an X, when I right click it gives me this address: http://www.lebforces.org/forum/http:...cons/icon1.gif I tried to fix it from the post icons admincp but didn't work it's showing me the X when there are no replies on the topic! any suggestions? |
#180
|
||||
|
||||
Open the [high]forumhome_latestthreadbit[/high] template:
Change: HTML Code:
<img src="$vboptions[bburl]/$thread[threadiconpath]" border="0" alt="$thread[threadicontitle]" title="$thread[threadicontitle]" style="vertical-align: text-middle" />
HTML Code:
<img src="$thread[threadiconpath]" border="0" alt="$thread[threadicontitle]" title="$thread[threadicontitle]" style="vertical-align: text-middle" />
Chris |
#181
|
|||
|
|||
thank you!
it worked |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|