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 |
#242
|
|||
|
|||
Okay, this is a great plugin, however, I need to make some modifications, and this is the first time I've worked with vB since 3.0.3....
The plugin system is a little new to me... I need to have this plugin show up on EVERY vbulletin page... I'm not worried about queries affecting performance... but I looked at moving the settings on the plugin to a different location, but it won't show up. I have had to move the template code to the footer template in order to accomplish what I'm looking for, so can someone give me the quick tip on what I'm going to need to do to get this plugin to work with my footer template, and on every page???? |
#243
|
|||
|
|||
Add
PHP Code:
After that you should be able to use the code in the footer. |
#244
|
|||
|
|||
Quote:
Worked like a charm.... |
#245
|
|||
|
|||
The forum thread icons will not show in this. it shows
PHP Code:
|
#246
|
||||
|
||||
Alter forumhome_latestthreadbit:
Find: Code:
<img src="$vboptions[bburl]/$thread[threadiconpath]" border="0" alt="$thread[threadicontitle]" title="$thread[threadicontitle]" style="vertical-align: text-middle" /> Code:
<img src="$thread[threadiconpath]" border="0" alt="$thread[threadicontitle]" title="$thread[threadicontitle]" style="vertical-align: text-middle" /> |
#247
|
|||
|
|||
can someone please tell me how many queries this adds to forum home?
thanks |
#248
|
|||
|
|||
Thanks Chris, that worked perfectly!!!!!
|
#249
|
||||
|
||||
Quote:
Chris |
#250
|
|||
|
|||
can some one post the code to either limit forums or choose the forums you want it to display please?
I have read all through this thread and the only thing that sort of worked is this: $limitfids = x; but it only allows you to exclude ONE forum from the latest threads and I have 6 that I want exclude. thanks |
#251
|
|||
|
|||
What do i do wrong it still dosent work and dont know what i shuld do to
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|