Hello everyone,
I'm rather new to xenforo and modding, and recently had to develop an add-on to hide links from guests.
After browsing the forum for a bit I saw there was one already, but it used regex and would bug the thread if you had quotes that linked to the original post or spoilers.
So...
This tutorial will show you how to hide the reply button for the first post.
Go on templates > post and find :
<xen:if is="{$canReply}">
<a href="{xen:link threads/reply, $thread, 'quote={$post.post_id}'}" data-postUrl="{xen:link posts/quote, $post}" class="ReplyQuote item control...
This tutorial will show you how to hide the messages of your forum from the visitors.
Search message and replace all by :
<xen:require css="message.css" />
<xen:require css="bb_code.css" />
<li id="{$messageId}" class="message{xen:if $message.isDeleted, ' deleted'}{xen:if '{$message.is_admin} OR...
This tutorial will show you how to hide answers from visitors.
Go on message template and replace it all by :
<xen:require css="message.css" />
<xen:require css="bb_code.css" />
<li id="{$messageId}" class="message{xen:if $message.isDeleted, ' deleted'}{xen:if '{$message.is_admin} OR...
Allows to hide the links to visitors :)
Installation:
Upload the Cobra in library
Go into your admincp and install an extension
Import the file: addon-Hide_Link.xml
Set the option to the addon
French version/ version française...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.