The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I split custom user profile fields to their own page?
I'm adding a small section to my website where users can register an item and it's serial number. I have custom field 6 as the "item name" and field 7 as
"serial number". Ideally I'd like to have a menu option for "edit registry" on the control panel bar. Here's what I have so far, at the bottom of the Edit Options page: I got this far by adding the following to the bottom of the modifyoptions template. Code:
<!-- begin registry --> <br> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="thead">Registry</td> </tr> <tr> <td class="panelsurround" align="center"> <div class="panel"> <div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]"> $customfields[other] </div> </table> <br> <!-- end registry --> First, how can I add an "Edit Registry" option to the control panel side menu, and have it link to a new page that only shows these custom fields? Secondly, and this is minor, is it possible to have the input boxes on the same line? eg: Custom Profile Text: [ input box for field5 ] - [input box for field6 ] I *think* this is possible and wouldn't format poorly if I somehow got it to not display the custom profile field name and description, and instead entered in my own HTML formatting around the two input boxes. Any insight/advice really appreciated, thanks as always! |
#2
|
|||
|
|||
I hate to be the /bump guy, but here goes.
|
#3
|
||||
|
||||
Have you looked at this?
https://vborg.vbsupport.ru/showthread.php?t=98282 I am using this but hardcoding my templates. |
#4
|
|||
|
|||
Very old post, but thank you for the reply all the same.
I ended up having a custom addon coded by Acers that's leaps and bounds beyond how I was trying to attempt it with Custom profile fields. |
#5
|
||||
|
||||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|