vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   What controls these two icons? (https://vborg.vbsupport.ru/showthread.php?t=324005)

Snowhog 12-11-2016 05:40 PM

What controls these two icons?
 
1 Attachment(s)
The RSS Feed and Subscribed icons that are showing on the attached images of our main Forum page. These images are while I'm logged in. If I log out and go to the same page, then only the RSS Feed icon shows.

I have no subscribed items in Settings (I did at one time, a long time ago).

Where the heck are the settings that control this?

Seven Skins 12-11-2016 05:51 PM

1 Attachment(s)
You are not subscribed to these forums .. you can.
If you are subscribed then it will show black circle with white bar in the middle so that you can unsubscribe.




https://vborg.vbsupport.ru/attachmen...1&d=1481485844

Snowhog 12-11-2016 06:20 PM

But what setting, or template, or other control determines when these icons are present or not and on which forums?

Seven Skins 12-11-2016 07:26 PM

Thread Display Options (showthread) > Check Thread Subscription
User Registration Options > Automatic Thread Subscription Mode

Check above 2 settings and threadbit template there maybe more but I found these.

Snowhog 12-11-2016 07:28 PM

Thank you. That's the information I was hoping for. I'll check it out.

Snowhog 12-11-2016 07:59 PM

1 Attachment(s)
Okay. So in Thread Display Options (showthread) in AdminCP, there is:
Quote:

Check Thread Subscription

If enabled, this option will notify the user that they are subscribed to a thread by displaying a small icon when viewing forumdisplay and search results. It will also change the "Subscribe to this thread" text on showthread to "Unsubscribe from this thread".
"this option will notify the user that they are subscribed to a thread". But in my case, as stated above, I am not subscribed to any threads anywhere within our forum. I used to, but I haven't had any for a long time, so why are the icons present. The attachment shows My Subscriptions under my Settings.

Seven Skins 12-11-2016 08:24 PM

Green icon is shown for you to subscribe.
Black icon is shown for you to unsubscribe.

As you are not subscribe to any forums/thread you are shown green icon.

Snowhog 12-11-2016 08:45 PM

I understand that. What I don't understand is "WHY" these icons are showing on the Forum Display page, and why "ONLY ON" those specific forums. I can't find anywhere where I can control/change that.

--------------- Added [DATE]1481503613[/DATE] at [TIME]1481503613[/TIME] ---------------

Okay, I see now that every 'unlocked' forum/sub-form displays these icons 'by default'. So it must be hardcoded in one of the primary templates.

the one 12-12-2016 04:29 AM

If you go to options in your admin cp then click on External Data Provider.

If you then look for Enable RSS Syndication if you click on no then that will turn off the rss feed and icons.I am not sure thats what you are looking for.

Kane@airrifle 12-12-2016 06:22 AM

Quote:

Originally Posted by Snowhog (Post 2579349)
I understand that. What I don't understand is "WHY" these icons are showing on the Forum Display page, and why "ONLY ON" those specific forums. I can't find anywhere where I can control/change that.

--------------- Added [DATE]1481503613[/DATE] at [TIME]1481503613[/TIME] ---------------

Okay, I see now that every 'unlocked' forum/sub-form displays these icons 'by default'. So it must be hardcoded in one of the primary templates.

If you want to hide the green subscribe icons; in CSS Templates of your style look for forumbits.css; comment out the code that looks similar to this.

Code:

.forumactionlinks .subslink {
        background-image:url({vb:stylevar imgdir_misc}/subscribed_40b.png);
}
.forumactionlinks .unsubslink {
        background-image:url({vb:stylevar imgdir_misc}/unsubscribed_40b.png);
}

Like so:
Code:

//.forumactionlinks .subslink {
        background-image:url({vb:stylevar imgdir_misc}/subscribed_40b.png);
}
//.forumactionlinks .unsubslink {
        background-image:url({vb:stylevar imgdir_misc}/unsubscribed_40b.png);
}


Note: If you do this then your members will have to use the sub/unsub actions from the forum tools menu; some might find that inconvenient or not even know where to find it.


All times are GMT. The time now is 09:50 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.01618 seconds
  • Memory Usage 1,731KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete