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 |
#462
|
|||
|
|||
@Eagle Creek
Look for PHP Code:
Below that add PHP Code:
|
#463
|
|||
|
|||
found my problem
|
#464
|
|||
|
|||
I should do a update with this plugin but now i cant find where i should write with forum who dosent should show in this plugin.
Can some one help me again. In the forumhome_complete PHP Code:
Is it like this $limitfids = 55,135,140,142 i run Vbulletin 3.5.4 |
#465
|
|||
|
|||
I would like to ad forum title.
Anybody who can tell me how to join forum.title to the following: SELECT thread.*,thread.iconid AS threadiconid $previewfield, thread.lastposter AS lastposter FROM ".TABLE_PREFIX."thread AS thread LEFT JOIN ".TABLE_PREFIX."deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread') $previewjoin WHERE open <> 10 AND forumid NOT IN (0$limitfids) AND forumid NOT IN (69,22,75) AND thread.visible = '1' AND deletionlog.primaryid IS NULL ORDER BY lastpost DESC LIMIT 15"); |
#466
|
|||
|
|||
Installed in my 3.6.4 forum and it seems to be working great. I made some changes to put it in the header and removed some table information.
|
#467
|
|||
|
|||
Hello,
great hack, I have a question: is it able to have a special topic id every time on the top of the list, like an announcement? Kind regards |
#468
|
||||
|
||||
I have this working real nice took me awahile trying to figgure out how not to display certian forum the first few posts about that didnt fit it but the one on page 17 fixed it ,
How can i seperate the information down there so it isnt just one big line of data www.dieselbombers.com Thanks Guys DM |
#469
|
|||
|
|||
How can I make this an entire page of the last 50 posts???
|
#470
|
||||
|
||||
How do I place this info in tables with headers that state Member Thread Forum Ect...
Thanks DM |
#471
|
|||
|
|||
Hello
Good hack. Now, when i click on the last post in your hack, i will see the top of the thread (1. post). But it is possible to see the last post (last answer) when i click on it ? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|