vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   Mini Mods - RSS Feed Icon for boards (https://vborg.vbsupport.ru/showthread.php?t=176156)

karim004 04-14-2008 10:00 PM

RSS Feed Icon for boards
 
Add a Rss feed icon to each forum on forumhome

Update May 09,2008 : icon before forum s name
open template forumhome_forumbit_level2_post
After :
Code:

<tr align="center">
        <td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
        <td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
                <div>

Add :
Quote:

<a href="external.php?forumids=$forum[forumid]"><img src="$stylevar[imgdir_misc]/rss_small.gif" border="0" width="13" height="11" hspace="2" alt="Subscribe to this feed $forum[title]"></a>
Done
If you update remove the old code
PrintScreen :
http://www.momsasone.com/pscrss.JPG

Icon next to forum Name :Check Screenshots

open template forumhome_forumbit_level2_post
After :
Quote:

<div style=float:left>
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
Add :
Quote:

<a href="external.php?forumids=$forum[forumid]"><img src="$stylevar[imgdir_misc]/rss_small.gif" border="0" width="13" height="11" hspace="2" alt="Subscribe to this feed $forum[title]"></a>
Upload this icon http://www.momsasone.com/rss_small.gif to your images/misc

FleaBag 04-15-2008 12:07 AM

Very nice, thanks a lot.

Hornstar 04-15-2008 07:13 AM

yeah thanks for this, it will make it a lot easier for members to start subscribing to my RSS feeds.

ShawneyJ 04-15-2008 02:14 PM

Excellent

Boosted Panda 04-15-2008 05:32 PM

I must be doing something wrong. It works, but when I click on the RSS icon I get a blank page. I am using vBseo too does that make a difference?

Jasem 04-15-2008 07:30 PM

Thank you very much, :)

GlitchersCorner 04-16-2008 08:26 PM

Quote:

Originally Posted by Boosted Panda (Post 1491408)
I must be doing something wrong. It works, but when I click on the RSS icon I get a blank page. I am using vBseo too does that make a difference?

I have the same problem...

Are you using TfSEO? Make sure your edits are correctly done. I did all the edits and yet I still get this blank page :S

GrendelKhan{TSU 04-16-2008 09:51 PM

yay!!
thank you..simple goodness! :D :D

<< installed

cagbaazee 04-17-2008 06:13 AM

Quote:

<div style=float:left>
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>

is not here in vbulletin 3.7 rc 3, tell me what is problem and how to resolve it. THanks

macc 04-17-2008 10:49 AM

hello!

have tried to install this hack and get blank pages when click on icon on forum home!

have vbulletin 3.7 rc-3

some solutions?

regards

macc

WildRover 04-17-2008 11:15 AM

Excellent added the mod and it works fine.:D

karim004 04-17-2008 11:28 AM

Quote:

Originally Posted by macc (Post 1492845)
hello!

have tried to install this hack and get blank pages when click on icon on forum home!

have vbulletin 3.7 rc-3

some solutions?

regards

macc

the rss feed works just in public forums ((visitors can read threads )) .

kollam003 04-17-2008 04:20 PM

it works with mine is there a way where we can add our feedburner rss link instead of the forum rss feed ?

J98680Bxxxxx 04-17-2008 05:40 PM

Quote:

Originally Posted by macc (Post 1492845)
hello!

have tried to install this hack and get blank pages when click on icon on forum home!

have vbulletin 3.7 rc-3

some solutions?

regards

macc

Quote:

Originally Posted by karim004 (Post 1492880)
the rss feed works just in public forums ((visitors can read threads )) .

The RSS Feed works well in all cases: Public or Closed forums.

For closed forums, just install this Mods by Abe1 first. Then follow the normal procedure for activating RSS Feed from your ACP. :up:

I have it working on my Board (vB 3.7 CR2).

Attached is a less eye catching rss icon (if you don?t want your forum homepage to be filled with the standard orange rss icon).

macc 04-17-2008 11:55 PM

Thanks for help - now works!

regards

macc

pericolosogr 04-18-2008 04:30 AM

How can i just make it appear only to forums which are free to read/view to all members/visitors of my website?

I just dont want the icon to appear in private forums cause there is no point...thanx!

nirvana43 04-19-2008 05:33 PM

well it should be replaced by :
Code:

<a href="external.php?forumids=$forum[forumid]"><img src="$stylevar[imgdir_misc]/rss_small.gif" border="0" width="13" height="11" hspace="2" alt="Subscribe to this feed $forum[title]"></img></a>
so that there will be no more w3c html markup validation errors!! Bingo! :D

that will make it 100% w3c validated! :D

thanks for mod though!

pericolosogr 04-27-2008 09:27 PM

So is there any way i can add this icon only to Forums i want...and to all of them?

KURTZ 04-28-2008 10:00 AM

is possible put the feed icon not near the forum title, but at the end of the 'forum cell'?

trigatch4 04-28-2008 04:00 PM

Try adding this to the snippet:

Code:

style="float: right"
So it looks like this:

Code:

<a href="external.php?forumids=$forum[forumid]"><img src="$stylevar[imgdir_misc]/rss_small.gif" style="float: right" border="0" width="13" height="11" hspace="2" alt="Subscribe to this feed $forum[title]"></a>

KURTZ 04-30-2008 10:03 AM

Quote:

Originally Posted by trigatch4 (Post 1501583)
Try adding this to the snippet:

Code:

style="float: right"
So it looks like this:

Code:

<a href="external.php?forumids=$forum[forumid]"><img src="$stylevar[imgdir_misc]/rss_small.gif" style="float: right" border="0" width="13" height="11" hspace="2" alt="Subscribe to this feed $forum[title]"></a>

thx it runs :)

PS. in the attachment a couple of other icons for darker boards (.png)

luckid 04-30-2008 01:48 PM

I used vb 3.7 but not work (blank page)... wat this the perfect setting on this hack

KURTZ 04-30-2008 04:35 PM

Quote:

Originally Posted by luckid (Post 1503404)
I used vb 3.7 but not work (blank page)... wat this the perfect setting on this hack

PHP Code:

<a href="external.php?forumids=$forum[forumid]"><img src="$stylevar[imgdir_misc]/rss_small.gif" style="float: right" border="0" width="13" height="11" hspace="2" alt="Subscribe to this feed $forum[title]"></a

this runs perfectly onto my 3.7.0 ...

Boosted Panda 04-30-2008 04:37 PM

Mine works now, my server admin did something to my rewrite codes.

jamshed 04-30-2008 10:50 PM

Quote:

Originally Posted by luckid (Post 1503404)
I used vb 3.7 but not work (blank page)... wat this the perfect setting on this hack

Same problem i got when click on RSS button blank page show. Using 3.7.0:(

Jeff66 04-30-2008 11:43 PM

I get a blank page when using Firefox (3.0 beta 5), but it's OK in IE.

meolangthang 05-01-2008 01:58 AM

Thanks, excellent!

Katman 05-01-2008 08:11 PM

The image size is incorrect
Code:

width="13" height="11"
Should be, based on the image you're asking us to download
Code:

width="14" height="14"

Freakboy380 05-08-2008 07:47 AM

I am aslo getting a blank page when I click the icon. Please fix soon.

big_joe 05-08-2008 02:12 PM

Quote:

Originally Posted by KURTZ (Post 1503579)
PHP Code:

<a href="external.php?forumids=$forum[forumid]"><img src="$stylevar[imgdir_misc]/rss_small.gif" style="float: right" border="0" width="13" height="11" hspace="2" alt="Subscribe to this feed $forum[title]"></a

this runs perfectly onto my 3.7.0 ...

Im using this code

Quote:

Originally Posted by Freakboy380 (Post 1512460)
I am aslo getting a blank page when I click the icon. Please fix soon.

and im still with the same problem as freaky, in mozilla n IE


thanks in advance,

Freakboy380 05-08-2008 03:09 PM

Quote:

Originally Posted by KURTZ (Post 1503579)
PHP Code:

<a href="external.php?forumids=$forum[forumid]"><img src="$stylevar[imgdir_misc]/rss_small.gif" style="float: right" border="0" width="13" height="11" hspace="2" alt="Subscribe to this feed $forum[title]"></a

this runs perfectly onto my 3.7.0 ...

Yes, I am also using that code, and its still not working.

echo2kk5 05-08-2008 04:02 PM

For those getting the blank pages...do this:
Admin CP > vBulletin Options > External Data Provider > Enable RSS Syndication << set to yes. ;)

I also believe if certain forum permissions are set to certain usergroups that the feed will not show...great for protecting certain forums! :up:

big_joe 05-08-2008 06:32 PM

This setting allows you to enable/disable the RSS content syndication system.

Yes

it was enable, i dont find a way to make it work

Freakboy380 05-08-2008 06:56 PM

Quote:

Originally Posted by echo2kk5 (Post 1512804)
For those getting the blank pages...do this:
Admin CP > vBulletin Options > External Data Provider > Enable RSS Syndication << set to yes. ;)

I also believe if certain forum permissions are set to certain usergroups that the feed will not show...great for protecting certain forums! :up:

Thank you, very much that worked, great mod now!

aamirkhj 05-09-2008 04:11 AM

Hi is it possible to use RSS image inside the forum next to threads, I am only keeping 3 threads inside the forum for RSS as sticky threads if I can add RSS icon there it will tell user that this thread is RSS.

Any way to do that to certain threads to a dedicated forum only??

KURTZ 05-09-2008 05:31 PM

if someone want to put the icon in forumdisplay (subforums)

open template
  • forumhome_forumbit_level1_post


find
PHP Code:

<td class="alt1Active" colspan="2" align="$stylevar[left]id="f$forum[forumid]"

after add
PHP Code:

<a href="external.php?forumids=$forum[forumid]"><img src="$stylevar[imgdir_misc]/rss_small.gif" style="float: right" border="0" width="14" height="14" hspace="2" alt="Subscribe to this feed $forum[title]"></a

however i need an answer: if a forum is private and someone take the feed from it, what happens? he can see the posts?

karim004 05-09-2008 06:26 PM

Quote:

Originally Posted by KURTZ (Post 1513997)
if someone want to put the icon in forumdisplay (subforums)



however i need an answer: if a forum is private and someone take the feed from it, what happens? he can see the posts?

the answer Kurtz is no he is gotta get a blank page

big_joe can you attach or pm me your forumhome_forumbit_level2_post

KURTZ 05-09-2008 08:46 PM

yeah, you're right Branden ;)

karim004 05-09-2008 09:56 PM

Update rss icon before forum name
demo :
http://www.momsasone.com/pscrss.JPG

eXoOutsider 05-11-2008 02:50 AM

Nice addition


All times are GMT. The time now is 05:21 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01770 seconds
  • Memory Usage 1,844KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_code_printable
  • (5)bbcode_php_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete