Start Watching this topic - Stop watching this topic
2 posters
Page 1 of 1
Start Watching this topic - Stop watching this topic
Hello, does anyone know the html or script for the punbb version that adds "Start Watching this topic" and "Stop watching this topic"? I must have removed it at some point while editing the template months ago. It used to be at the bottom of each topic.
thanks
thanks
Re: Start Watching this topic - Stop watching this topic
Hello RunAwayHorses,
I think this function is in the viewtopic_body template.
Try this:
open the viewtopic_body and find this
Best Regards,
Dark-Avenger
I think this function is in the viewtopic_body template.
Try this:
open the viewtopic_body and find this
- Code:
<!-- BEGIN switch_user_logged_in -->
- Code:
<div id="pun-visit" class="clearfix">
<ul>
<!-- BEGIN switch_plus_menu -->
<li>
<script type="text/javascript">//<![CDATA[
var url_favourite = '{switch_user_logged_in.U_FAVOURITE_JS_PLUS_MENU}';
var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
insert_plus_menu_new('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
//]]>
</script>
</li>
<!-- END switch_plus_menu -->
<li><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a></li>
<li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
<li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
<!-- BEGIN watchtopic -->
<li>{S_WATCH_TOPIC}</li>
<!-- END watchtopic -->
</ul>
<p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
Best Regards,
Dark-Avenger

» "Start watching forum" for all new topics and all new forums?
» [need help]Who is watching topic?
» Watching every topic!
» 'Start Watching Forum'
» Start Watching Forum by Default?
» [need help]Who is watching topic?
» Watching every topic!
» 'Start Watching Forum'
» Start Watching Forum by Default?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum