The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Start Watching this topic - Stop watching this topic

2 posters

Go down

Start Watching this topic - Stop watching this topic Empty Start Watching this topic - Stop watching this topic

Post by runawayhorses May 7th 2014, 6:26 pm

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
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Start Watching this topic - Stop watching this topic Empty Re: Start Watching this topic - Stop watching this topic

Post by Van-Helsing May 8th 2014, 2:11 am

Hello RunAwayHorses,
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 -->
put this
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}&amp;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&amp;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 -->
at the next line save the template and publish it. Also check the css if you disabled from the CSS.

Best Regards,
Dark-Avenger
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum