The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
You do not need to edit anything to get it to work on Forum Display, there is an image ( ) that shows if you are subscribed on the Forum Display pages .... but that's just for you, not all members.
--------------- Added [DATE]1395104881[/DATE] at [TIME]1395104881[/TIME] --------------- Quote:
In fact, I did not realize it was an old thread until your post, I thought I posted 3.8 info in a 4.0 forum.. again. I then re-read the thread. |
Благодарность от: | ||
Barcham |
#12
|
|||
|
|||
Hmmmm I cant see it. Im modifying a style but anyway, was having a look at the default style and I dont see the icon. Can you post a screenshoot please. Here is mine.
And here is what I'm trying to do: |
#13
|
||||
|
||||
Check your usergroup permissions and see if you are able to subscribe to threads, when you do subscribe to any thread in 3.8, you will see the image to the far right of the thread name on forum display.
Your second SS shows the check mark for subscribed threads. |
#14
|
|||
|
|||
Yeah, on my SS I have the check mark (manually added) on template forumhome_forumbit_level1_post, and shows the check mark. But when I click it it redirects me to subscription folder (I add the forum to the subscription list), but the check marks are still there.
After I subscribe to a forum, there is supposed to change to "X" (unsubscribe from this forum), instead it still show the valid checkmark. Here is my forumhome_forumbit_level1_post code: Code:
<if condition="$show['subscribed_to_forum']"> <a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]" rel="nofollow" title="Unsubscribe to $forum[title]" rel="nofollow">X</a> <else /> <a href="subscription.php?$session[sessionurl]do=addsubscription&f=$forum[forumid]" rel="nofollow" title="Subscribe to $forum[title]">✓</a></if> |
#15
|
||||
|
||||
I have found that using the code posted in post # 2 & 4 will cause the OP to become a guest.
It happened to me & threw up database errors when a member is switched to a guest if the have post/threads in some admin forums. I removed it from my test site. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|