Support Forum
Forum subscription button missing
Les Smith
Member
Offline
The Subscriptions plugin implies that a forum page, there should be an option for a user to subscribe to that forum (which I assume means notifications for all new topics created, replies, etc.).
I see the subscribe button on the topic page, but not on the forum page.
Topic page:
Forum page:
Thoughts?
Yellow Swordfish
Glinton, England
SP Master
Offline
You will need to add it to your custom theme. There is an explanation of the code and an example here in our Codex:
https://simple-press.com/docum.....orumButton
This will need to go in the spForumView.php template. Normally it would appear beside the add topic button so go down and find the block of code named the pageLinks section. By default and with the addition of the forum subscribe button, the code should now like:
# Start the 'pagelinks' section # ---------------------------------------------------------------------- sp_SectionStart('tagClass=spPlainSection', 'pageLinks'); sp_TopicNewButton('tagId=spTopicNewButtonBottom&tagClass=spButton spRight', __sp('Add Topic'), __sp('Start a new topic'), __sp('This forum is locked'), __sp('No permission to start topics')); sp_SubscriptionsSubscribeForumButton('tagClass=spSubscriptionsSubscribeForumButton spButton spRight', 'Subscribe', 'UnSubscribe','Subscribe to this forum', 'UnSubscribe from this forum'); sp_TopicIndexPageLinks('', __sp('Page: '), __sp('Jump to page %PAGE% of topics'), __sp('Jump to page')); sp_InsertBreak(); sp_SectionEnd('', 'pageLinks');
YELLOW
SWORDFISH
|
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17362
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625