Join button on Profile View

I noticed there is a Join button on the profile page when a guest is viewing the profile.  I can not seem to find that button in sys_objects_action table.  Can someone provide me some info on this join button?  I wish to remove it.

Geeks, making the world a better place
Quote · 4 Jun 2013

This button?

templates/base/login_join.html

<div class="sys_tm_login_join">
    <button class="bx-btn bx-btn-primary" onclick="window.open ('<bx_url_root />join.php','_self');">
        <bx_text:_Join />
    </button>
    <button class="bx-btn" onclick="showPopupLoginForm(); return false;" >
        <bx_text:_Login />
    </button>
</div>

http://ModMyCMS.com --> Dolphin Hacks &Mods
Quote · 4 Jun 2013

I just love how Dolphin is consistent throughout the code. ;-).

Geeks, making the world a better place
Quote · 4 Jun 2013

Yea. Best to show us a screen shot.

If it's the button i think it is, and the one btiesman pointed out, then that button is on every page except the home page. Not just the profile page.

https://www.deanbassett.com
Quote · 4 Jun 2013

^^ Correct ^^

http://ModMyCMS.com --> Dolphin Hacks &Mods
Quote · 4 Jun 2013

 

Yea. Best to show us a screen shot.

If it's the button i think it is, and the one btiesman pointed out, then that button is on every page except the home page. Not just the profile page.

Yes, it was the one in the template.  I was looking at actions in sys_objects_actions.  Silly me.

Geeks, making the world a better place
Quote · 4 Jun 2013

Yea, there are at least 3 different types of buttons.

Action Buttons. (These are typically dynamically generated at runtime based on certain data)
Form Buttons. (These are buttons in forms)
Template Buttons. (These buttons are part of the template design)

https://www.deanbassett.com
Quote · 4 Jun 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.