Log in

View Full Version : Custom profile page layout change


Mookie
11-06-2006, 02:34 PM
I have created a extra profile field page and it works fine, updating my info and all but what i would like to do is be able to change the below code to allow me to change the location of my fields?

<form action="profile.php" method="post">

<input type="hidden" name="s" value="$session[dbsessionhash]" />

<input type="hidden" name="do" value="updateextra" />

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">

<tr>

<td class="thead">$vbphrase[extra_options]</td>

</tr>

<tr>

<td class="panelsurround" align="center">

<div class="panel">

<div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">

$customfields[extra]



</div>

</div>

<div style="margin-top:$stylevar[cellpadding]px">

<input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" />

<input type="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" />

</div>

</td>

</tr>

</table>

</form>



I know $customfields[extra] is what imports my fields that I have selected but what would be the code so that i can manually input my desired code into the location that i want it in? ie Like i would like field10 and field12 on the same line instead of below each other and field14 before field2. If that makes any since.

Mookie
11-07-2006, 07:33 PM
bump anything?

Kiwi76
11-07-2006, 08:06 PM
I'm wondering the same thing. My approach is different, and I'm looking to use tabs to create different profile pages to split the custom fields in the "Additional Info" box based upon the field (for organization purposes, the whole page will stay the same but each tab will change what content type is shown in the "Additional Info" box), but the idea is the same. I don't know how to manually place and control what individual fields and custom fields go where. I just ran into this probem and saw your thread asking a similar thing.

Mookie
11-08-2006, 12:58 AM
Kiwi I know there is someone out there that knows how to edit the page. I have been able to add another panel area and add text I just cannot figure out how to get the custom profile fields more customizable. I have tried everything I know and still nothing. Does anyone have a idea or maybe seen it on a forums somewhere that they can get me a link to?

Mookie
11-12-2006, 05:34 AM
I am still trying to figure this out does anyone have any ideas that may help?

criscokid
11-14-2006, 10:39 PM
I'm sure that there's a lot of users out there that would like to customise the profile input for registration / already registered users. It would be useful if vB or an experienced coder could write a guideline / step by step document on how to do this.