vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Show RSS Feed Icon in each forum (https://vborg.vbsupport.ru/showthread.php?t=104978)

Rik Brown 08-27-2006 11:49 PM

I thought I'd installed this properly as most of it was just cutting and pasting. However, nothing looks any different in my forums. The external data provider settings show "yes" (enabled).

I'm wondering if its a matter of where the .png file is placed. I noted the following in the template code:

<img class="inlineimg" src="$stylevar[imgdir_misc]/feed_icon.png" .....

Under my root forum directory is /images and about 15 subdirectories. Once is /misc (root/images/misc). I tried placing the .png file there as well as in its parent. Still no changes to the forums.

What is the proper directory for the .png file. Also, is there anything else I might be missing (the instructions were pretty clear).

Thanks. -- Rik

hnjco 09-15-2006 04:01 PM

It was working fine for me on 3.5.5 but now i upgrade to 3.6.1 and not working anymore.. any idea?

Spikeman 09-17-2006 02:17 AM

Quote:

Originally Posted by hnjco
It was working fine for me on 3.5.5 but now i upgrade to 3.6.1 and not working anymore.. any idea?

Did you reapply the hack again after you upgraded? Only a thought :)

hnjco 09-22-2006 08:33 PM

Quote:

Originally Posted by Spikeman
Did you reapply the hack again after you upgraded? Only a thought :)

yes i did but still not working:hurt:

hnjco 09-28-2006 01:51 AM

any way for working on 3.6.1?

EvilHawk 09-28-2006 12:25 PM

Yes don't install the plugin, use only the template edit and change the if statement to <if condition="$vboptions['externalrss']"> ....

hnjco 10-04-2006 02:06 PM

Quote:

Originally Posted by EvilHawk
Yes don't install the plugin, use only the template edit and change the if statement to <if condition="$vboptions['externalrss']"> ....

I did this and now i ahve same problem like other guys on page 3-4.
Only shows up on the category, but not on the actual forums.

EvilHawk 10-05-2006 03:40 PM

Quote:

Originally Posted by hnjco
I did this and now i ahve same problem like other guys on page 3-4.
Only shows up on the category, but not on the actual forums.

open forumdisplay template

Find:
HTML Code:

  <if condition="$show['forumsearch']">
<td class="vbmenu_control" id="forumsearch" nowrap="nowrap"><a href="$show[nojs_link]#goto_forumsearch" rel="nofollow">$vbphrase[search_this_forum]</a> <script type="text/javascript"> vbmenu_register("forumsearch"); </script></td>
    </if>

add below it :
HTML Code:

    <if condition="$vboptions['externalrss']">
<td class="tcat"><a href="external.php?type=rss2&forumids=$foruminfo[forumid]"><img class="inlineimg" src="$stylevar[imgdir_misc]/feed_icon.png" height="14" width="14" alt="Feed Icon" title="Subscribe to $foruminfo[title]'s RSS Feed" border="0" /></a></td>
    </if>

it works fine for me ...

hnjco 10-06-2006 09:47 PM

Quote:

Originally Posted by EvilHawk
open forumdisplay template

it works fine for me ...

Well lucky you if its working for you
atleast not for me

I don't have same cade as you mention to find

Here is what i have
Quote:

<if condition="$show['forumsearch']">
<td class="vbmenu_control" id="forumsearch.subforums" nowrap="nowrap"><a href="search.php?$session[sessionurl]f=$foruminfo[forumid]" rel="nofollow">$vbphrase[search_this_forum]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("forumsearch.subforums"); </script></if></td>
</if>
If i add the one you gave under this one then same problem only shows up on the category, but not on the actual forums.

EvilHawk 10-08-2006 06:19 AM

Quote:

Originally Posted by hnjco
Well lucky you if its working for you
atleast not for me

I don't have same cade as you mention to find

If i add the one you gave under this one then same problem only shows up on the category, but not on the actual forums.

Well unlucky for you, as you didn't look further down at the tempalte code ...


All times are GMT. The time now is 07:13 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.01179 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_html_printable
  • (7)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