Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
July 24, 200915 yr In Topic View -> topicViewTemplate find the following code: <else /> <if test="finalReply:|:$displayData['reply_button']['image']"> <if test="finalReplyLink:|:$displayData['reply_button']['url']"> <li><a href='{$displayData['reply_button']['url']}' title='{$this->lang->words['add_a_reply']}' accesskey='r'>{parse replacement="reply_icon"} {$this->lang->words['topic_add_reply']}</a></li> <else /> <li class='disabled'><span>{$this->lang->words['top_cannot_reply']}</span></li> </if> </if> </if> After that, and before the next </ul>, add this: <if test="watchWrapper:|:$this->memberData['member_id']"> <li> <if test="isWatching:|:$this->settings['cpu_watch_update'] AND $topic['trackingTopic']"> <a href='{parse url="app=core&module=usercp&tab=forums&area=updateWatchTopics&do=saveIt&authKey={$this->member->form_hash}&topicIDs[{$topic['tid']}]=1&trackchoice=unsubscribe&topicReturn={$topic['tid']}" base="public"}' title='{$this->lang->words['topic_stop_watching']}'>{parse replacement="watch_topic_off"} {$this->lang->words['topic_stop_watching']}</a> <else /> <a href='{parse url="app=core&module=usercp&tab=forums&area=watch&watch=topic&do=list&tid={$topic['tid']}" base="public"}' title='{$this->lang->words['tt_title']}'>{parse replacement="watch_topic_on"} {$this->lang->words['tt_title']}</a> </if> </li> </if>
July 24, 200915 yr Yes should be added by default I think :) Especially for those who like everything symmetrical
July 25, 200915 yr Author [quote name='Andy D' date='24 July 2009 - 07:28 PM' timestamp='1248460097' post='1832617'] Yes should be added by default I think :) Especially for those who like everything symmetrical Yes :) plus you wouldn't have to scroll all the way up to just click on watch topic.
July 25, 200915 yr [quote name='dziner' date='25 July 2009 - 12:56 PM' timestamp='1248541008' post='1833055'] Yes :) plus you wouldn't have to scroll all the way up to just click on watch topic. Well then you could just click on the "Return to Top" button and click on the Watch button. *hint hint IPS* :D
July 25, 200915 yr [quote name='.Wolfie' date='25 July 2009 - 06:00 PM' timestamp='1248541219' post='1833058'] Well then you could just click on the "Return to Top" button and click on the Watch button. *hint hint IPS* :D Oh no...extra button click alert :lol:
Archived
This topic is now archived and is closed to further replies.