Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 26, 201113 yr Instead of presenting guest users with no permission to post a button that says "You cannot start a new topic" (or similar when trying to reply), why not change this to a button that tries to get members to sign up? I've changed this manually in my templates so that instead of this button, guests see something that asks them to sign up to reply (with link). This has increased guest signup rates by around 30% overnight. Really simple change and it's very effective! I'm sure this would be welcome in the core package.
September 30, 201113 yr Figured it out: In your template, edit topicViewTemplate Find this line: <li class='disabled'><span>{$this->lang->words['top_cannot_reply']}</span></li> Replace with <li class='disabled'><span><a href="http://www.YOURWEBSITE.com/forum/index.php?app=core&module=global§ion=register">{$this->lang->words['top_cannot_reply']}</a></span></li> Then edit forumIndexTemplate and find both instances of <li class='disabled'><span>{$this->lang->words['forum_no_start_topic']}</span></li> and replace with <li class='disabled'><span><a href="http://www.YOURWEBSITE.com/forum/index.php?app=core&module=global§ion=register">{$this->lang->words['forum_no_start_topic']}</a></span></li> Then edit your language pack and change forum_no_start_topic and top_cannot_reply to whatever you want (eg "Register to start a new topic"). I'm sure someone else could do it neater than me (I suspect I shouldn't need the full URL there) but this works.
June 6, 201212 yr Hi it all worked fine but I dont understand the language pack bit. Please explain how to do this?
Archived
This topic is now archived and is closed to further replies.