Remove add category

I don't want members to create extra categories in the events.

 

So how can I remove the 'add' and 'add other' links on the events page ?

 

category.jpg

Quote · 12 Nov 2010

Same problem in groups page. I don't want members to create an extra category.

Quote · 12 Nov 2010

Pleeeeeeaaase .... anyone ?

Quote · 13 Nov 2010

I did some searching myself and found that folder_add.png and action_fave.png (which are the icons in the events add page and the groups add page), are included in the params.inc.php file.

 

folder_add.png points to wf_other

action_fave.png points to wf_plus

 

I tried to search those items through all files, but nothing is showing up, unless in the params.inc.php file. On line 255 it says :

 

                'Categories' => $oCategories->getGroupChooser ('bx_events', (int)$iProfileId, true),

But both icons aren't mentioned there.

 

Where are they hidden ????

 

 

Quote · 14 Nov 2010

You can try this,

Event:
Open file modules/boonex/events/templates/base/css/main.css

add this code at bottom of the file

.multiply_add_button,
.multiply_remove_button,
.multiply_other_button {
display: none;
}


Group:
Open file modules/boonex/groups/templates/base/css/main.css

add this code at bottom of the file

.multiply_add_button,
.multiply_remove_button,
.multiply_other_button {
display: none;
}

Quote · 14 Nov 2010

THAT'S IT !!

 

Thanks a lot

Quote · 15 Nov 2010

 

You can try this,

Event:
Open file modules/boonex/events/templates/base/css/main.css

add this code at bottom of the file

.multiply_add_button,
.multiply_remove_button,
.multiply_other_button {
display: none;
}


Group:
Open file modules/boonex/groups/templates/base/css/main.css

add this code at bottom of the file

.multiply_add_button,
.multiply_remove_button,
.multiply_other_button {
display: none;
}

 Hi,

today with the new update of boonex it seems that the file CSS don't show this info 

can you please show me when we can find it ?

 

thank you

Quote · 24 Jun 2011

for group and event it's work but for BLOG 

there in not main.css

i try to 

put it at

blogs_common.css

blogs.css

 

but nothing

 the same thing for SOUNDS

 

 

thank you

Quote · 24 Jun 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.