The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Registration - User Profile Field
Could anyone tell me how to change the position of a user profile field for the registration page. I've created a custom question which I would like to appear as the first question.
Thanks |
#2
|
||||
|
||||
ACP>User Profile Fields>User Profile Field Manager>
Look at your display order and set as required. Then save display order.. |
#3
|
|||
|
|||
Thanks, but it's not the display order on the registration form where it inserts the additional fields, I want to define where they are to be displayed before the 'User Name'
|
#4
|
|||
|
|||
No one?
|
#5
|
||||
|
||||
Hmm this seems like you should be able to achieve this, what is is though is the location of the variables in the template itself... one sec let me check... (will edit post once I do brb)
Edit: Ok so yes like I was thinking just location of code in template, it should be so simple as: AdminCP > Styles & Templates > Style Manager > *Edit Templates of style in question > *Scroll to find "Registration Templates >>" and double-click to open that template "family" > *Now double-click to edit the template register and find: Code:
{vb:raw customfields_other} Code:
<div class="section"> <div class="blockrow"> <label for="regusername">{vb:rawphrase username}:</label> Code:
<div class="section"> {vb:raw customfields_other} <div class="blockrow"> <label for="regusername">{vb:rawphrase username}:</label> |
#6
|
||||
|
||||
Up
|
#7
|
||||
|
||||
Ok had template name wrong, typo should be template register I've corrected that in the above info.
|
#8
|
|||
|
|||
That for this Mr Kent, I'll give it a go and feed back.
Edit: should I have mentioned that I only require one of the custom fields above the User Name field before I try this, |
#9
|
||||
|
||||
Quote:
Code:
{vb:raw customfields_other} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|