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 |
#372
|
||||
|
||||
Awesome mod, and thanks Tom for the info on how to change the title length.
|
#373
|
|||
|
|||
I've just noticed somthing regarding W3C and CCS validation. While it validates OK in W3C. It doesn't in CSS.
The problem seems to be the use of this in the latestthreadbit template. Code:
style="vertical-align: text-middle" |
#374
|
|||
|
|||
Here is the fix, change this:
Change this code to in the "forumhome_latestthreadbit" template. Code:
<img src="$vboptions[bburl]/$thread[threadiconpath]" border="0" alt="$thread[threadicontitle]" title="$thread[threadicontitle]" style="vertical-align: text-middle" /> Code:
<img style="vertical-align: middle;" src="$vboptions[bburl]/$thread[threadiconpath]" border="0" alt="$thread[threadicontitle]" title="$thread[threadicontitle]" /> ------------------------------ You can also add this code in the same template to create a gap between the Thread Title and the Last Post details. Look For: Code:
<a href="showthread.php?t=$thread[threadid]" title="$thread[preview]"><strong>$thread[title]</strong></a> Code:
<a href="showthread.php?t=$thread[threadid]" title="$thread[preview]"><strong>$thread[title]</strong></a> |
#375
|
||||
|
||||
Hi there, I'm looking for a hack just like this, for vB3.6.0 - but rather than have the thread appear at the bottom of the forumhome page, I'd like them listed in a coloum down the right-hand side of the page... Would this hack be easy to change for that purpose?
Thank you |
#376
|
|||
|
|||
Quote:
|
#377
|
||||
|
||||
Quote:
Quote:
Maybe I'll have a play around with it tomorrow, see if I can get it working the way I want. |
#378
|
|||
|
|||
Yes, I guess you could just intruduce some <br /> into the lines.
|
#379
|
||||
|
||||
I've successfully been able to edit the templates to achieve what I want, you can see the result here: http://theice.co.uk/
|
#380
|
|||
|
|||
I see, well done. I'm thinking you have removed some of the fields. But I'm wondering why you just didn't add some "<br />" in the right places to make the information drop below each other on its own line, so you could have kept a lot more fields displayed in the narrow column. Or did you only want displayed what you have: IE- thread title, time, name.
|
#381
|
||||
|
||||
I decided that info such as number of views and posts were not that important. What was more important were details such as the thread title, when it was last updated, and who was the last to post to it, this would allow me to list more threads in the same ammount of space. I guess I could go back and add a 'title' tag to the title of the thread showing the number of posts and views.. *goes off to do that now*
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|