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
  #2  
Old 03-06-2007, 07:41 PM
Lizard King Lizard King is offline
 
Join Date: Jan 2005
Location: Mersin
Posts: 907
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There is a small code problem. You shall change the inserted text to
Code:
	<div>
			<a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss.gif" border="0" nosave align="right" /></a>
			<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
Reply With Quote
  #3  
Old 03-06-2007, 08:49 PM
Mudvayne's Avatar
Mudvayne Mudvayne is offline
 
Join Date: Dec 2005
Location: /dev/null/
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks. Instruction updated.
Reply With Quote
  #4  
Old 03-07-2007, 02:42 PM
Joe Gronlund Joe Gronlund is offline
 
Join Date: Jun 2005
Location: Toronto, Ontario, Canada
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello, is this hack supposed to show the RSS logo just on the sites that are bringing in RSS feeds?

For some reason, it is showing the RSS logo on all my forums??

http://www.microsoftliveforums.com/forums/index.php

Thanks
Reply With Quote
  #5  
Old 03-07-2007, 03:24 PM
firstrebel's Avatar
firstrebel firstrebel is offline
 
Join Date: Dec 2005
Location: West London
Posts: 380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I use THIS

Bob
Reply With Quote
  #6  
Old 03-07-2007, 05:36 PM
Mudvayne's Avatar
Mudvayne Mudvayne is offline
 
Join Date: Dec 2005
Location: /dev/null/
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Joe Gronlund View Post
Hello, is this hack supposed to show the RSS logo just on the sites that are bringing in RSS feeds?
Nop. This will show the RSS icon on each forum.
Quote:
Originally Posted by firstrebel View Post
I use THIS

Bob
Some how I missed it. I use Show RSS Feed Icon in each forum by Wayne Luke. Then I thought I could show RSS on Forum Home. So I did it & share it.
Reply With Quote
  #7  
Old 03-14-2007, 01:48 PM
SnitchSeeker's Avatar
SnitchSeeker SnitchSeeker is offline
 
Join Date: Sep 2004
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is exactly what I was looking for. Cheers!

I'll install it later today. Thanks!
Reply With Quote
  #8  
Old 03-14-2007, 08:05 PM
SnitchSeeker's Avatar
SnitchSeeker SnitchSeeker is offline
 
Join Date: Sep 2004
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Love it. Clicked install. But I noticed some invalid HTML in your code.

Replace the inserted text with this:
Code:
		<div>
			<a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss.gif" border="0" nosave align="right" alt="RSS feed for this forum" /></a>
			<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
PS. I noticed that Lizard King pointed out the same thing in his post. Mine is like his but included an alt tag for the image that tells users it's an rss feed.

Clicked install. But please update your zipped file and first post especially (since that's what I used instead of the bb-coded text file).

Thanks!
Reply With Quote
  #9  
Old 03-14-2007, 08:48 PM
SnitchSeeker's Avatar
SnitchSeeker SnitchSeeker is offline
 
Join Date: Sep 2004
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry to triple-post. I have a question this time.

Could anybody help code it so the RSS feeds only show up for forums that all users have access to? I noticed the feeds don't work on any other forum. At least not for me.

For example, our mod or admin-only forums return blank feeds.
Reply With Quote
  #10  
Old 03-15-2007, 02:22 AM
Mudvayne's Avatar
Mudvayne Mudvayne is offline
 
Join Date: Dec 2005
Location: /dev/null/
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks SnitchSeeker zip file updated. I guess that would require a plugin.
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 03:42 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.04951 seconds
  • Memory Usage 2,303KB
  • Queries Executed 24 (?)
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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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