vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Style and Graphics Requests (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=226)
-   -   How to remove" subscribe to forum and rss" (https://vborg.vbsupport.ru/showthread.php?t=231047)

YouBabble 12-24-2009 08:30 AM

How to remove" subscribe to forum and rss"
 
How would / should I remove the "subscribe to this forum" and "subscribe to this forums' RSS feed" links. See the image below for what I mean.
https://vborg.vbsupport.ru/external/2009/12/24.png

Thanks!

we_are_borg 12-28-2009 05:28 PM

The RSS button is done trough the admincp Settings>Options>External Data Provider. When you are there disable Enable RSS Syndication this will remove the RSS button next to subscribe to this forum.

Update:

Found them in the template you need to edit the template to get it out of sight because i cant find an on or of switch for it.

You need to edit to templates namely
* forumhome_forumbit_level1_post
* forumhome_forumbit_level2_post

Do a search and look for "forumactionlink subslink" you will find it in does two templates now you need to remove the following.

forumhome_forumbit_level1_post remove:
Code:

<li class="forumactionlink subslink"> <a href="subscription.php?{vb:raw session.sessionurl}do=addsubscription&amp;f={vb:raw forum.forumid}" title="{vb:rawphrase subscribe_to_this_forum}">{vb:rawphrase subscribe_to_this_forum}</a></li>
forumhome_forumbit_level2_post remove:
Code:

<li class="forumactionlink subslink"> <a href="subscription.php?{vb:raw session.sessionurl}do=addsubscription&amp;f={vb:raw forum.forumid}" title="{vb:rawphrase subscribe_to_this_forum}">{vb:rawphrase subscribe_to_this_forum}</a></li>
There is one warning do not use the back button when i did that the template was reverted to the standard one do two searches if you need to.

pein87 11-10-2010 09:45 PM

or just add:
Code:

.subslink{
        display:none !important;
        }

to any css portion of the site, to remove the css from loading the extra image, add this too:
to speed up the page load.
no fancy template edits needed.

Code:

.forumactionlinks .subslink {
        background-image:none !important;
        }


Bram H 09-24-2011 12:52 AM

Thanks man, super improvement!

fmgrowit 06-25-2013 07:04 AM

vb sucks and always will.

How can some everyday moron like me have a forum? Every forum on the internet can't be about how to run your vb forum. Someone has to actually introduce a topic. How does a person with a topic (theme) use vb if they don't know code?

It's impossible.

Simon Lloyd 06-27-2013 02:56 PM

Quote:

Originally Posted by fmgrowit (Post 2430328)
vb sucks and always will.

How can some everyday moron like me have a forum? Every forum on the internet can't be about how to run your vb forum. Someone has to actually introduce a topic. How does a person with a topic (theme) use vb if they don't know code?

It's impossible.

vb works right out of the box, it's the customising you're talking about, well we've all been there, create another default style and have a play with the css at first, change just one thing at a time and see what it affects, change back and move on to the next...etc, soon you'll build a picture of what does what.

For the more difficult stuff you pose your questions here and we'll try to help as much as we can :)


All times are GMT. The time now is 11:24 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.01107 seconds
  • Memory Usage 1,725KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete