The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom profile page layout change
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?
Code:
<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 Code:
$customfields[extra] |
#2
|
|||
|
|||
bump anything?
|
#3
|
|||
|
|||
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.
|
#4
|
|||
|
|||
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?
|
#5
|
|||
|
|||
I am still trying to figure this out does anyone have any ideas that may help?
|
#6
|
|||
|
|||
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.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|