The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Extra Profile Fields Page Details »» | |||||||||||||||||||||||||
IMPORTANT INSTRUCTIONS for those upgrading to vB 3.6.10!!!
https://vborg.vbsupport.ru/showpost....&postcount=269 EVERYONE: PLEASE BE CRYSTAL CLEAR IN WHAT ISSUES YOU ARE HAVING WITH THIS MOD IF YOU ARE USING IT IN 3.7.x! A 3.7.x version is already in the works. ------------------------------------------------------------ You can find the 3.5.x version of this hack here. This hack will add an extra page to the User CP. This area can be used for extra profile fields that for one reason or another you would like to split from the main list. Personally, I use this page for PC specs, but it can also be used for other specs as well (e.g. cars). I have the specs in a dropdown list under the user title in each user's post, as well as in their profile page, but that's another hack You'll see a link to it under Add-Ons to the right. Here's some examples of how I use this hack (with the Add-On hack, Additional Section within Profile and Dropdown within Posts): http://www.houseofhelp.com/forums/sh...ad.php?t=39826 http://www.houseofhelp.com/forums/member.php?u=15 # of plugin hooks: 1 # of php page edits: 3 # of new templates: 1 # of template edits: 1 # of new phrases: 2 To install, upload the product and then make the manual edits as listed in the text file. Don't forget to hit INSTALL! Support will only be given to people who have hit install. Show Your Support
|
Comments |
#82
|
||||
|
||||
Quote:
Quote:
|
#83
|
||||
|
||||
I want to add my own INPUT fields on the extra page. so members can fill them in and submit them, But I want to be able to split them up and put them on certain parts of the page.
Also I'd like to split up input boxes, drop downs for the extra page. |
#84
|
|||
|
|||
Hi Wired,
I have the extra fields set to members list and searchable however they do not appear in the search members?advanced search page options nor in the members list. Can you help me? |
#85
|
||||
|
||||
ok i did everything said here (i have multiple one)
But its not showing the title of the profile field... what am i forgetting? |
#86
|
||||
|
||||
Fantastic addon!! Is it possible to show one of extra profile page if a use have selected a specific type of prfile field.
e.g. one user is buyer and another user is seller. Now based on selection a different set of fields show up in the extra profiles field. Thanks for sharing this one. Regards |
#87
|
|||
|
|||
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] |
#88
|
||||
|
||||
Wired, thanks for the hack again as I've re-installed it but is there a way to get rid of the redirect page when you later edit the extra infos? I really hate redirects.
|
#89
|
|||
|
|||
Quote:
Are others experiencing this same thing? |
#90
|
|||
|
|||
Quote:
|
#91
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|