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

Reply
 
Thread Tools
Show RSS Icon on Forum Home Details »»
Show RSS Icon on Forum Home
Version: 1.00, by Mudvayne Mudvayne is offline
Developer Last Online: Jul 2008 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.6.8 Rating:
Released: 03-05-2007 Last Update: 11-28-2007 Installs: 154
Template Edits
 
No support by the author.

Title: Show RSS Icon with RSS2 Link to Each Forum on Forum Home

Author: Icy @ Golpo Community Forum.

Description: This will add RSS Icon to Each Forum on Forum Home with RSS2 Links.

Live Demo: Golpo Community Forum.

How Do I Install: Upload the rss.gif into ./images/misc/ directory. Then go to Admin Control Panel > Styles & Templates > Style Manager. Then in forumhome_forumbit_level2_post template search for:
HTML Code:
            <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
Add above:
HTML Code:
            <a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss.gif" border="0" align="right" alt="RSS Feed for $forum[title]" /></a>
Attention:For those who are getting blank page, Please enable RSS Syndication option in Admin Control Panel > vBulletin Options > External Data Provider

Compatibility: This will work for all vB 3.5.x & 3.6.x version.

Please if you are using this modification then don't forget to click install.

Note:
As the title says this modification is for forum home only. However you can simply apply the same change to forumhome_forumbit_level1_post template for sub forum. But for the best result I prefer Show RSS Feed Icon in each forum for sub forum

P.S. If anyone want me to install this & Wayne Luke's modification for him/her then PM Icy with a temporary admin access as I don't use this nick (Mudvayne) anymore.

Supporters / CoAuthors

Show Your Support

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

Comments
  #32  
Old 09-26-2007, 12:08 AM
principino1984 principino1984 is offline
 
Join Date: Jul 2006
Location: Italy
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great installed!
Reply With Quote
  #33  
Old 10-17-2007, 01:46 AM
pericolosogr pericolosogr is offline
 
Join Date: Mar 2007
Location: Greece
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can i just out this icon only to forums i have free to public, which means actually only to working rss forums?

i cant leave it judt like that in all forums and leading to a blanh page for most of them!


thank youuu
Reply With Quote
  #34  
Old 10-17-2007, 03:43 PM
YHB YHB is offline
 
Join Date: Oct 2007
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed Thanks!
Reply With Quote
  #35  
Old 10-19-2007, 01:44 AM
tiekie tiekie is offline
 
Join Date: Sep 2007
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

Could you please help all of us which gets a blank page when clicking on the
rss icon

Here is my site: Forum <---- Adult Site
Reply With Quote
  #36  
Old 10-19-2007, 02:02 AM
pericolosogr pericolosogr is offline
 
Join Date: Mar 2007
Location: Greece
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tiekie View Post
Hi

Could you please help all of us which gets a blank page when clicking on the
rss icon

Here is my site: Forum <---- Adult Site
well this is mainly because your forums permission is not set to allow unregistered to view the the forums!

rss in only working when your forums are free to view, for anybody,
it is a vbulletin feature and not a problem of this mod!

i have 5 forums only free to anybody but i cant set this image to appear only to these forums...any help??
thanx
Reply With Quote
  #37  
Old 10-19-2007, 02:15 AM
tiekie tiekie is offline
 
Join Date: Sep 2007
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pericolosogr View Post
well this is mainly because your forums permission is not set to allow unregistered to view the the forums!

rss in only working when your forums are free to view, for anybody,
it is a vbulletin feature and not a problem of this mod!

i have 5 forums only free to anybody but i cant set this image to appear only to these forums...any help??
thanx
No, unregistered visitors can look at just about all forums
Reply With Quote
  #38  
Old 10-26-2007, 07:32 PM
puregraf's Avatar
puregraf puregraf is offline
 
Join Date: May 2006
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how do i install the rss in the first place before installing this image to show rss when i dont even have any rss for my forum sections?

thanks
Reply With Quote
  #39  
Old 10-28-2007, 08:41 AM
andrewy3k's Avatar
andrewy3k andrewy3k is offline
 
Join Date: Oct 2006
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had issues using the mod inside level1_post .. so to get around it I decided to display the buttons only on forumhome.. if you wish to do the same or just want the buttons on forumhome only.. then do the following..

so inside forumhome_forumbit_level2_post

find

Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
replace

Code:
<if condition="THIS_SCRIPT == 'index'">

<a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss.gif" border="0" align="right" alt="RSS Feed for $forum[title]" /></a>

</if>
			
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
Reply With Quote
  #40  
Old 11-01-2007, 06:52 PM
simplize simplize is offline
 
Join Date: Oct 2007
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have the problem, I get a blank page when I click on the icon.
My site : http://photo.yeah1.com
Reply With Quote
  #41  
Old 11-03-2007, 01:49 AM
silverleaf silverleaf is offline
 
Join Date: Oct 2006
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

blank page when I click on icons
http://evilconservatives.org
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 08:39 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.07591 seconds
  • Memory Usage 2,313KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_code
  • (2)bbcode_html
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete