mouseover profile popup visible for site visitors with Subscribe btn

The mouseover profile popup is visible for site visitors (not logged in) and there is a Subscribe Updates button displayed... which appears to do nothing.  Seems to me that not only should the Subscribe Updates button not be displayed but the popup itself should not be displayed when it's a site visitor (non-member).  

I've attached an image for reference.

profile-popup-issue.png · 11.9K · 210 views
http://pkforum.dolphinhelp.com
Quote · 18 May 2012

Your right ....  Also I have a mail button that shows {system} to my guest also !!

I have seen other sites with other options showing too ...

I personally don't think the pop-up should be viable full stop for guests

 

Anyone know how I may prevent the pop-up from showing to visitors please ?  OR how I can configure it correctly ?

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 18 May 2012

 

The mouseover profile popup is visible for site visitors (not logged in) and there is a Subscribe Updates button displayed... which appears to do nothing.  Seems to me that not only should the Subscribe Updates button not be displayed but the popup itself should not be displayed when it's a site visitor (non-member).  

I've attached an image for reference.

Try this from phpmyadmin

SELECT * FROM `sys_objects_actions` where `Caption` regexp 'sbs_profile'

This should load the record that contains that button

in the eval field put this...

if (!isLogged()) return;

If they are not logged in they should NOT get that button.

 

http://www.mytikibar.com
Quote · 18 May 2012

Thank you for pointing me in the right direction!  I looked (searched) but could not find sbs_profile ... but I found the entry for the subscription button code and used esase's Action Premium Manager to "archive" it... so now there are no buttons in the popup when not logged in.  Good enough for me... until the BoonEx Team can figure out how to not display the popup for visitors.

:-)

http://pkforum.dolphinhelp.com
Quote · 18 May 2012
 
 
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.