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>


All times are GMT. The time now is 01:43 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.01097 seconds
  • Memory Usage 1,744KB
  • 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
  • (6)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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