Removing Register prompt

EchoThruMe

Member
I apologize if this is posted somewhere but I was unable to locate it.

I am looking to either remove or modify the register prompt that pops up in the lower right corner for people viewing the forum that are not guests. I am unable to find where this can be done. Can someone please direct me. Thank you.
 
Hello.
Search template: sidebar_visitor_panel

And remove:
PHP:
<xen:else />
 
<div class="section loginButton">     
    <div class="secondaryContent">
        <label for="LoginControl" id="SignupButton"><a href="{xen:link login}" class="inner">{xen:if $xenOptions.registrationSetup.enabled, {xen:phrase sign_up_now}, {xen:phrase log_in}}</a></label>
    </div>
</div>
 
I apologize if this is posted somewhere but I was unable to locate it.

I am looking to either remove or modify the register prompt that pops up in the lower right corner for people viewing the forum that are not guests. I am unable to find where this can be done. Can someone please direct me. Thank you.

That isn't a default action of XenForo but rather a template mod or add-on you have installed.

Search Templates: stickymsg

That should return some results for you.
 
Top Bottom