PDA

View Full Version : account creation/mod form...



yoyoman
April 9th, 2003, 05:47 PM
I have a very tightly designed site, and not much room for text... so I was trying to customize the account page(s). In the themes folder there are a few add_user_.php files that control this - but one is missing! :mad:

There is an add_user_fields.php file, but this does not control the fields that require drop downs, it only controls the input text fields, and there is no file for it (like add_user_dropdowns.php).

Without a doubt, this is one of the ugliest pages left in this version of squirrelcart. (agggh! <spans>!) Is there any way that I can remove the span tags for the dropdown fields. Please?

The page looks like doodie. :eek:

Jamie
April 15th, 2003, 12:14 AM
Hi,

Sorry for the delay.


There is an add_user_fields.php file, but this does not control the fields that require drop downs

This was done intentionally because those fields need to be generated based on information in the DB (countries, states, etc...). This will be improved in the future, so you will see something like this in the template:


Country: <select name="Country">
<?=$CountryOptions?>
</select>


Is there any way that I can remove the span tags for the dropdown fields.

The code for the Country and State field is in "squirrelcart/functions/add_user.func", lines 250 and 253\

Thanks,
Jamie