remove edit details in register form

A place for users and developers of the Xataface to discuss and receive support.

remove edit details in register form

Postby iliakros » Mon Feb 01, 2010 7:04 am

Hello,

I would like to remove the edit details bar in the registration form. How can I do that

Thanks
iliakros
 
Posts: 13
Joined: Mon Jan 04, 2010 8:14 am

Re: remove edit details in register form

Postby iliakros » Tue Feb 02, 2010 1:55 am

I found it

Go to Dataface/QuickForm.php. Go to line 471

Code: Select all
if ( $groupEmpty ){
   // This is the first field in the group, so we add a header for the
   // group.
   $headerel =& $this->addElement('header', $group['label'], $group['label']);
   $headerel->setFieldDef($group);
   unset($headerel);
   $groupEmpty = false;
}

and outcommand these lines

Iliakros
iliakros
 
Posts: 13
Joined: Mon Jan 04, 2010 8:14 am


Return to Xataface Users

Who is online

Users browsing this forum: No registered users and 21 guests

cron
Powered by Dataface
© 2005-2007 Steve Hannah All rights reserved