Remove Group Buttons (Add, My, Home)

I would like to remove the Group Buttons from the Group View Page.

Add Group

Groups Home

My Groups

Can someone instruct me which code to comment out - and where it's located.

 

Thanks,

Paul

Quote · 11 Feb 2011

Try the firebug addon in Firefox, it makes things like this a lot easier.

In templates>base>css>general.css  look for this code,

.actionsBlock .button_wrapper { (my file says about line 339)

Just below it look for  display: block;

Change to  display: none;

All 3 buttons will disappear

Quote · 12 Feb 2011

If you apply the fix suggested in the previous response, it will remove the buttons for other mods also (not just the Groups).

You mentioned removing from the Groups View. These buttons also appear on other Groups pages (Groups home etc). The solution below will work if you want to remove them throughout the Group. It will NOT work if you want them removed from Group View but appear on other Group pages.

 

a) Run the following SQL statement in phpmyadmin :

DELETE FROM `sys_objects_actions` WHERE `Type`='bx_groups_title';

b) Login to your admin panel and clean cache

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 13 Feb 2011
 
 
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.