bx_groups_filter=add_group

Hello Guys,

In my groups profile there are feilds I want to remove (when adding a group as a member not admin) ;

 

country

city

zip/postcode

(image attached)

I can't find any blocks in admin to change them and can't find the file that I would need to edit, if that's what I would need to do ?

I am new to all this and not a coder, so any help would be great.

So far I am really happy with everything and just this glitch is holding me up to go live :-)

 

Thanks all in advance.

 

Steve

 

remove.gif · 29.5K · 76 views
Quote · 16 May 2011

Hello, open the - modules/boonex/groups/BxGroupsFormAdd.php

find these code lines:

if (!$aCustomForm['inputs']['files_choice']['content'])
unset ($aCustomForm['inputs']['files_choice']);

and these code below:

if( !isAdmin() ) {

unset ($aCustomForm['inputs']['country']);

unset ($aCustomForm['inputs']['city']);

unset ($aCustomForm['inputs']['zip']);

}

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 16 May 2011

Thank you very much Sasha,

One thing I did forget to ask is how do you change the "Categories" that come as standard in the same form and section ;

activities

animal & pets


etc....

 

Thanks again in advance.

Quote · 16 May 2011

 

Thank you very much Sasha,

One thing I did forget to ask is how do you change the "Categories" that come as standard in the same form and section ;

activities

animal & pets


etc....

 

Thanks again in advance.

Open the modules\boonex\groups\install\sql\install.sql

find and replace these code lines with you wanted :

INSERT INTO `sys_categories` (`Category`, `ID`, `Type`, `Owner`, `Status`) VALUES
('Groups', '0', 'bx_photos', '0', 'active'),
('Arts & Literature', '0', 'bx_groups', '0', 'active'),
('Animals & Pets', '0', 'bx_groups', '0', 'active'),
('Activities', '0', 'bx_groups', '0', 'active'),
('Automotive', '0', 'bx_groups', '0', 'active'),
('Business & Money', '0', 'bx_groups', '0', 'active'),
('Companies & Co-workers', '0', 'bx_groups', '0', 'active'),
('Cultures & Nations', '0', 'bx_groups', '0', 'active'),
('Dolphin Community', '0', 'bx_groups', '0', 'active'),
('Family & Friends', '0', 'bx_groups', '0', 'active'),
('Fan Clubs', '0', 'bx_groups', '0', 'active'),
('Fashion & Style', '0', 'bx_groups', '0', 'active'),
('Fitness & Body Building', '0', 'bx_groups', '0', 'active'),
('Food & Drink', '0', 'bx_groups', '0', 'active'),
('Gay, Lesbian & Bi', '0', 'bx_groups', '0', 'active'),
('Health & Wellness', '0', 'bx_groups', '0', 'active'),
('Hobbies & Entertainment', '0', 'bx_groups', '0', 'active'),
('Internet & Computers', '0', 'bx_groups', '0', 'active'),
('Love & Relationships', '0', 'bx_groups', '0', 'active'),
('Mass Media', '0', 'bx_groups', '0', 'active'),
('Music & Cinema', '0', 'bx_groups', '0', 'active'),
('Places & Travel', '0', 'bx_groups', '0', 'active'),
('Politics', '0', 'bx_groups', '0', 'active'),
('Recreation & Sports', '0', 'bx_groups', '0', 'active'),
('Religion', '0', 'bx_groups', '0', 'active'),
('Science & Innovations', '0', 'bx_groups', '0', 'active'),
('Sex', '0', 'bx_groups', '0', 'active'),
('Teens & Schools', '0', 'bx_groups', '0', 'active'),
('Other', '0', 'bx_groups', '0', 'active');

than reinstall the groups module

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 16 May 2011

Thanks again Sasha.

 

Steve

Quote · 16 May 2011

 

Thanks again Sasha.

 

Steve

Your are welcome

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 17 May 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.