The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
What controls these two icons?
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? |
#2
|
||||
|
||||
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. |
#3
|
||||
|
||||
But what setting, or template, or other control determines when these icons are present or not and on which forums?
|
#4
|
||||
|
||||
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 |
#5
|
||||
|
||||
Thank you. That's the information I was hoping for. I'll check it out.
|
#6
|
||||
|
||||
Okay. So in Thread Display Options (showthread) in AdminCP, there is:
Quote:
|
#7
|
||||
|
||||
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. |
#8
|
||||
|
||||
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. |
#9
|
|||
|
|||
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. |
Благодарность от: | ||
Snowhog |
#10
|
||||
|
||||
Quote:
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); } 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. |
2 благодарности(ей) от: | ||
RichieBoy67, Snowhog |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|