Gossamer Forum
Home : Products : Others : Gossamer Community :

formating input fields

Quote Reply
formating input fields
Hi Andy,
In gcomm signup the fields username, email, password formated by "class=object"
All fields in the automated profile form are formated by class="body"
The problem is class="body" is used for nearly everthing in gcomm. So when I'm trying to change the border of my input fields in signup form. Nearly everything in gcomm is getting a border :-)

Do you know how to change class="body" for input fields to class="object" in the automated profile form???

Matthias
gpaed.de
Quote Reply
Re: [Matthias70] formating input fields In reply to
In user_signup.html, you have stuff like:

Code:
<%Community::Web::SSI::ssi_profile_form(
td_l => 'class="body" width="40%" align="right"',
td_r => 'class="body" align="left"',
required => '*'
)%>

Just change the bit in red to whatever class you want :)

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] formating input fields In reply to
Hi Andy,
I found a 5 year old message from jag
http://www.gossamer-threads.com/...der_P279552/#p279552

I think this could solve my problems with the sign up and profile form.
What do you think. Will this modification work?

Thanks

Matthias
gpaed.de
Quote Reply
Re: [Matthias70] formating input fields In reply to
I've found this method the best:

http://www.gossamer-threads.com/..._string=luna#p305985

Just do the LSSI.pm file, and then make that change to the template. Then also be sure to to copy over the "user_form_edit.html template to your template set, as thats needed :)

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates