The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBonjour - Latest Threads Via RSS Feeds Add On Details »» | |||||||||||||||||||||||||||
vBonjour - Latest Threads Via RSS Feeds Add On
Developer Last Online: Nov 2013
vBonjour Easy Customizable Portal System Latest Threads Via RSS Feeds Add On Brought to you by www.peterska2.co.uk What is vBonjour? vBonjour is an alternative to vBAdvanced. It is an easy to install, modular portal system designed as a gateway to your site. Why vBonjour? This is pretty simple really. As the front page is the first thing that your visitors see, it is a welcome page. The first few names that were thought of were either very boring, or far too long winded and not at all catchy. What is the Latest Threads Via RSS Feeds Add On? The Latest Threads Via RSS Feeds Add On allows display of the latest threads posted in all guest accessable forums. Other important information regarding this Add On This add on requires that you have the External Javascript enabled (vBOptions > External Data Provider > Enable External Javscript > YES) If you do not have forums accessible to guests, then please be aware that this will result in no threads being displayed. Installation instructions are included in the attached zip file. Ok, so where are the screen shots? Why have screen shots when you can have a live demo? The demo is available at www.peterska2.co.uk What versions of vBonjour does the Latest Threads Via RSS Feeds Add On work with? This module is currently compatible with vBonjour version 1.0.1 and above I hope that you like this system. Please remember to mark it as installed to recieve notification of updates and support. Support will only be provided to those who have clicked install. Show Your Support
|
Comments |
#2
|
|||
|
|||
thank you
|
#3
|
|||
|
|||
Thanks!!
|
#4
|
||||
|
||||
I am testing this on a new forum and was getting a Javascript error because of the for loop. It was hardcoded to a set amount of 15. I didn't have 15 threads yet.
Anyway, I made the following change to to the template and it eliminates it: HTML Code:
<if condition="$vboptions['externaljs']"> <!-- show latest active threads --> <br /> <table class="tborder" width="100%" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" border="0"> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('portal_external')"><img id="collapseimg_portal_external" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_portal_external].gif" alt="" border="0" /></a> <a href="$vboptions[bburl]/search.php?$session[sessionurl]do=getnew">$vbphrase[latest_threads]</a> </td> </tr> </tbody> <tbody id="collapseobj_portal_external" style="$vbcollapse[collapseobj_portal_external]"> <script type="text/javascript" src="http://www.ridersofconquest.org/forum/external.php?type=js"></script> <script language="Javascript" type="text/javascript"> <!-- for (x in threads) { document.writeln("<tr><td class=\"alt1\" width=\"100%\"><div class=\"smallfont\"><img class=\"inlineimg\" src=\"$stylevar[imgdir_button]/lastpost.gif\" alt=\"\" border=\"0\" /> <a href=\"$vboptions[bburl]/showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a><br /><span class=\"time\">($vbphrase[posted_by]: "+threads[x].poster+")</div></td></tr>"); } //--> </script> </tbody> <!-- show latest active threads --> </table> </if> |
#5
|
|||
|
|||
Thanks for that Wayne, I'll update it later with the changed code.
|
#6
|
|||
|
|||
Update released. Fixed minimum threads issue (thanks again Wayne) and also corrected a minor error in the template which only affected installations outside the forum directory.
To upgrade, just import the new xml overwriting the existing product. |
#7
|
||||
|
||||
You're welcome... Nice little system here. I look forward to watching it grow.
|
#8
|
|||
|
|||
Installed................
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|