Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


<< Start < Prev 1 2 Next > End >>
How disable the field "User Editor"?
Date: 2007/02/21 12:19 By: Shiva Status: CB Doc subscriber  
Karma: 1  
Junior Joomlapolitan

Posts: 28
graphgraph
How can I disable the field "User Editor" in the form for editing a profile (the option does not show in the form for registration)?
Click here to see the profile of this user The administrator has disabled public write access.

Re:How disable the field "User Editor"?
Date: 2007/02/21 12:20 By: knarz Status: User  
Karma: 1  
Fresh Joomlapolitan

Posts: 16
graphgraph
ahh ok i found it out (after searching the forum)

Global Site Configuration -> Turn "Frontend User Params" to NO.

thats it

Post edited by: knarz, at: 2007/02/21 12:31
Click here to see the profile of this user The administrator has disabled public write access.

Re:How disable the field "User Editor"?
Date: 2007/02/21 17:14 By: KurtSteiner Status: CB Doc subscriber  
Karma: 19  
Gold Joomlapolitan

Posts: 459
graphgraph
hey thanks, i often thought that i have to think abaout that
sunny regards from Germany

BERND (Kurt Steiner)
------------------------------------------------------------
http://www.moveGreen.de
Business Club for renewable energy, mobility and environment


VOTE for my CB 1.2 + GroupJive driven website on Financial Times
Click here to see the profile of this user The administrator has disabled public write access.

Re:How disable the field "User Editor"?
Date: 2007/02/21 17:52 By: Shiva Status: CB Doc subscriber  
Karma: 1  
Junior Joomlapolitan

Posts: 28
graphgraph
Wow, thank you very much! I wouldn't have found this solution...
Click here to see the profile of this user The administrator has disabled public write access.

Re:How disable the field "User Editor"?
Date: 2007/05/07 09:32 By: exyfeplin Status: User  
Karma: 2  
Fresh Joomlapolitan

Posts: 7
graphgraph
Excellent! It works.

Does anyone know if anything else is affected by disabling "front-end user params" ?

thanks
Click here to see the profile of this user The administrator has disabled public write access.

Re:How disable the field "User Editor"?
Date: 2007/05/22 09:35 By: wojtyna1981 Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 4
graphgraph
You need to delete/uncomment lines 206 till 215 in cb.core.php file
Code:

 if ( ( count$userParams ) > ) && in_array$mainframe->getCfg"frontend_userparams" ), array( '1'null) ) ) {             //Loop through each parameter and render it appropriately.             foreach($userParams AS $userParam) {                 $return .= "<tr>\n";                 $return .= "<td class=\"titleCell\">" $userParam[0] . ":</td>\n";                 $return .= "<td class=\"fieldCell\">" $userParam[1];                 $return .= getFieldIcons($uifalsefalse, (isset($userParam[2]) && class_exists("JText") ? JText::_($userParam[2]) : null), (isset($userParam[3]) && class_exists("JText") ? JText::_($userParam[3]) : null));                 $return .= "</td></tr>\n";                 }         }

Click here to see the profile of this user The administrator has disabled public write access.

<< Start < Prev 1 2 Next > End >>

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC2)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC3, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.

CB Login