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)

joeycano 05-11-2008 04:47 PM

I'm wondering how to replace the vb.com logo on the page after selecting the rss icon on forum home.

Also, it appears that the rss icon is distorted on the forum display. Is there any way to get the icon to appear clearer.

Phaedrus 05-11-2008 08:33 PM

Can you write up a bit to put one next to thread titles too? I don't know what variables it would use, but it has to be similar...

Phaedrus 05-11-2008 08:42 PM

This also seems to only work for feeds that are visible to all guests/users.

If the forum is restricted at all, I get a blank page, otherwise it works perfectly.

karim004 05-11-2008 10:03 PM

Quote:

Originally Posted by Phaedrus (Post 1516459)
Can you write up a bit to put one next to thread titles too? I don't know what variables it would use, but it has to be similar...

Styles & Templates , Threadbit Templates , threadbit
After :
Code:

<if condition="$show['sticky']"> <img class="inlineimg" src="$stylevar[imgdir_misc]/sticky.gif" alt="$vbphrase[sticky_thread]" /> </if>
                                </span>
                        </if>

Add :
Code:

<a href="external.php?showthread=$thread[threadid]"><img src="images/misc/rss_small.gif" border="0" width="13" height="11" hspace="2" alt="Subscribe to this feed $forum[title]"></a>

karim004 05-11-2008 10:20 PM

Quote:

Originally Posted by joeycano (Post 1516231)
I'm wondering how to replace the vb.com logo on the page after selecting the rss icon on forum home.

Quote:

Also, it appears that the rss icon is distorted on the forum display. Is there any way to get the icon to appear clearer
.

download external.php to your computer and edit this code :
Code:

$rssicon = create_full_url($stylevar['imgdir_misc'] . '/rss.jpg');
then change rss.jpg with another image in { forum/images/misc } folder

Quote:

Also, it appears that the rss icon is distorted on the forum display. Is there any way to get the icon to appear clearer
check this post : https://vborg.vbsupport.ru/showpost....6&postcount=44

Phaedrus 05-12-2008 12:42 AM

Quote:

Originally Posted by karim004 (Post 1516536)
Styles & Templates , Threadbit Templates , threadbit
After :
Code:

<if condition="$show['sticky']"> <img class="inlineimg" src="$stylevar[imgdir_misc]/sticky.gif" alt="$vbphrase[sticky_thread]" /> </if>
                                </span>
                        </if>

Add :
Code:

<a href="external.php?showthread=$thread[threadid]"><img src="images/misc/rss_small.gif" border="0" width="13" height="11" hspace="2" alt="Subscribe to this feed $forum[title]"></a>

You rawk. Thanks!


And if you want the RSS to be on the left like the Forum ones...

Put it before this:

Code:

<if condition="$show['taglist'] OR $show['moderated'] OR $show['deletedthread'] OR $show['paperclip'] OR $show['subscribed'] OR $show['sticky'] OR $show['rexpires']">
                                <span style="float:$stylevar[right]">
                                        <if condition="$show['taglist']"> <img class="inlineimg" src="$stylevar[imgdir_misc]/tag.png" alt="$thread[taglist]" /> </if>


M@JED 05-20-2008 03:49 AM

Thank you very much :)

Jenkins 05-22-2008 01:25 AM

nice i may have to add this..

higge 05-24-2008 05:12 AM

*installed*

Thank you for this great mod

roalaik 05-24-2008 10:34 PM

Please help me know where I can place this feed burner code

<p><a href="http://www.feedburner.com" target="_blank"><img src="http://www.feedburner.com/fb/images/pub/powered_by_fb.gif" alt="Powered by FeedBurner" style="border:0"/></a></p>

DieselMinded 05-25-2008 02:17 AM

How do i make this not show up on Forums acting as Links ?

Piratos 05-28-2008 12:09 PM

Too Nice ;)

callumbush 05-31-2008 08:02 PM

Quote:

Originally Posted by KURTZ (Post 1513997)
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?

How do I move the RSS icon in the subforum to be closer to the subforum name?

Currently it is on the far right hand side of the page:
http://www.phonedevil.com/funny-videos/

callumbush 05-31-2008 09:08 PM

Quote:

Originally Posted by karim004 (Post 1516550)
download external.php to your computer and edit this code :
Code:

$rssicon = create_full_url($stylevar['imgdir_misc'] . '/rss.jpg');
then change rss.jpg with another image in { forum/images/misc } folder


check this post : https://vborg.vbsupport.ru/showpost....6&postcount=44

This doesn't seem to change the image? I've also tried just changing rss.jpg to a different image and that doesn't work either?

NeverBored 05-31-2008 10:58 PM

All you need to do to change that image is upload the pic you want to use as rss.jpg in the misc image folder, rather than editing anything.

callumbush 06-01-2008 12:33 AM

cheers it works now, there was a delay on it for some reason

NeverBored 06-01-2008 12:36 AM

Quote:

Originally Posted by callumbush (Post 1537442)
cheers it works now, there was a delay on it for some reason

The image was cached in your browser. Next time try refreshing the page or clearing your browser cache.

callumbush 06-01-2008 12:44 AM

cheers :)

My sub-forum rss icons are still in really random positions (some of them are in the right place, but most of them arent!), any ideas how to resolve? I used the code that was mentioned earlier in the thread.

http://www.phonedevil.com/phone-information/

NeverBored 06-01-2008 01:41 AM

Mine are odd too. I'm not really sure why it's like that, I've been meaning to figure it out soon. I'll post up if I figure it out, unless someone does before me.

TheInsaneManiac 06-01-2008 05:20 AM

You must make the forum permissions public. Dunno why, but if you set it to where only members can view the forum, they cant view the rss.

callumbush 06-01-2008 11:19 AM

All of mine are public, the only thing that is restricted is the download of attachments.
The rss feed icons on my homepage give a blank page, yet the ones on their sub forums work?

I think the issue could be that the ones on my homepage aren't actually the top level forums, they are 2nd level ("Select from the groups below:" is the top level forum). Do you think this could be the source of the issue for some of us?

www.PhoneDevil.com

rcwild 06-05-2008 06:51 PM

Please forgive my RSS Feed ignorance, but ...

I installed the mod. RSS icons are there. Click on one and I'm taken to a page that shows the content. Now, how do users subscribe so their getting notices in email or RSS reader or the Live Bookmark thing?

vixyswillie 06-07-2008 12:31 PM

rcwild - If you're getting what appears to be a window full of code when you click on the icon, it's because you don't have an RSS feed reader installed to manage the subscription. You (and each of your forum users) would need that in order to successfully subscribe to the feeds after clicking on the icons.

DieselMinded 06-07-2008 03:42 PM

Quote:

Originally Posted by DiesellMinded (Post 1530578)
How do i make this not show up on Forums acting as Links ?

Anyone

vixyswillie 06-08-2008 01:34 AM

What do you mean, "acting as links?" The implementation on your site appears correct.

DieselMinded 06-08-2008 03:42 AM

2 forums are links and not forums , they have the RSS feed Icon next to them this is wrong

Michael2 06-13-2008 06:32 PM

Looks good. Any way to add this to sub-forums?

digibluez 06-13-2008 09:58 PM

very nice thank you, just what i needed

okhissabigfish 06-15-2008 01:18 AM

Works great! Thank You!

callumbush 06-15-2008 10:38 AM

Hi all,

A few issues :)

1.) This seems to be messing up my forum heirarchies:

For example

http://www.phonedevil.com/f136/

> "UK" should is a child forum of "Best Phone Deals", but they both show on this page?


2) If you click on the RSS icon on the forums on my homepage, the feeds are blank (they do not show any threads)?

http://www.phonedevil.com/

Please help! :)

Callum

vixyswillie 06-15-2008 02:26 PM

Quote:

Originally Posted by callumbush (Post 1549836)
2) If you click on the RSS icon on the forums on my homepage, the feeds are blank (they do not show any threads)?Callum

Have you enabled RSS syndication in admincp?

callumbush 06-15-2008 03:58 PM

yep already done that :)

vixyswillie 06-15-2008 06:28 PM

Have you enabled Guest permissions to view forums, threads and posts? VB's implementation of RSS is based off Guest permissions. If your forums are closed to Guests, the RSS feed will not have any content to display.

cemepe 06-17-2008 11:32 AM

Hi, i added the code as described and it still doesn't work on my vb 3.7.0. The icon doesn't show before threads. I got rss enabled and the other option under it (forgot it`s name) and still the damn gif refuses to appear. I`ve uploaded the gif in the images/misc directory also.
Did i mess something up ?:erm:

callumbush 06-25-2008 10:53 PM

Quote:

Originally Posted by vixyswillie (Post 1550191)
Have you enabled Guest permissions to view forums, threads and posts? VB's implementation of RSS is based off Guest permissions. If your forums are closed to Guests, the RSS feed will not have any content to display.

Hey

Okay I think i've figured out what it is!! If one of my homepage forums has a sub-forum, the RSS feed will not work. However if there is not a sub-forum, then the rss feed works!
....if this is correct then this hack is not very useful ;) can anyone help?

p.s. I have now restricted guests from viewing threads. However it still did not work when they were permitted to view threads.

Callum

callumbush 06-25-2008 11:18 PM

Quote:

Originally Posted by callumbush (Post 1558990)
Hey

Okay I think i've figured out what it is!! If one of my homepage forums has a sub-forum, the RSS feed will not work. However if there is not a sub-forum, then the rss feed works!

Okay ignore that, it wasn't true :P

I'm sooo confused :cool:

NeverBored 06-26-2008 04:06 AM

Quote:

Originally Posted by callumbush (Post 1559002)
Okay ignore that, it wasn't true :P

I'm sooo confused :cool:

I looked at your site, and the feeds are all working.

okhissabigfish 06-26-2008 04:23 AM

Does anyone know if this mod can be hidden from guests? I would love to have this shown only to members...otherwise the membership becomes kinda hard to control if a visitor wants to read the posts from the feeds.

callumbush 06-26-2008 02:45 PM

Quote:

Originally Posted by NeverBored (Post 1559144)
I looked at your site, and the feeds are all working.

Hiya thanks for looking.

Its still not working for me. I ony see feed content when I click on the icon for the Phone unlocking forum (i.e. the top one). All the rest are blank..

Sunsetdriver 07-01-2008 04:13 PM

Nice hack. However it doesn't prevent hidden links to not be shown in rss.
I'm using hide hack to hide download links to guests but links aren't hidden in RSS.


All times are GMT. The time now is 09:23 PM.

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.01453 seconds
  • Memory Usage 1,837KB
  • 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
  • (7)bbcode_code_printable
  • (2)bbcode_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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