Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBonjour - Latest Threads Via RSS Feeds Add On Details »»
vBonjour - Latest Threads Via RSS Feeds Add On
Version: 1.0.1, by peterska2 peterska2 is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.4 Rating:
Released: 12-13-2006 Last Update: 01-10-2007 Installs: 21
Uses Plugins Template Edits
 
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 12-14-2006, 10:13 PM
Frapegliko Frapegliko is offline
 
Join Date: Nov 2005
Location: GR
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you
Reply With Quote
  #3  
Old 12-21-2006, 04:45 PM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks!!
Reply With Quote
  #4  
Old 01-11-2007, 07:16 PM
Wayne Luke's Avatar
Wayne Luke Wayne Luke is offline
Senior Member
 
Join Date: Jan 2002
Location: Southern California
Posts: 1,694
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
This has the added benefit of utilizing vB's maximum external records option under vBulletin Options -> External Data Provider. That way people can have the number they choose.
Reply With Quote
  #5  
Old 01-11-2007, 08:40 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for that Wayne, I'll update it later with the changed code.
Reply With Quote
  #6  
Old 01-11-2007, 09:40 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #7  
Old 01-12-2007, 02:28 AM
Wayne Luke's Avatar
Wayne Luke Wayne Luke is offline
Senior Member
 
Join Date: Jan 2002
Location: Southern California
Posts: 1,694
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You're welcome... Nice little system here. I look forward to watching it grow.
Reply With Quote
  #8  
Old 02-25-2007, 02:53 PM
Ahsin1 Ahsin1 is offline
 
Join Date: Mar 2006
Location: Toronto, Canada
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed................
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:06 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08869 seconds
  • Memory Usage 2,277KB
  • Queries Executed 21 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_html
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (7)postbit
  • (8)postbit_onlinestatus
  • (8)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete