The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Extra Profile Fields Page Details »» | |||||||||||||||||||||||||
Extra Profile Fields Page Version 1.2
1.1 updated version, minor fix for searching in memberlist.php 1.2 fixed for RC2 the current instructions will not work with anything lowerrequested by Caszi @ http://www.vbulletin.nl/community/showthread.php?t=1190 Screen Shots update2.gif is the optional part of the hack Description Adds an Extra Page for you to Define Profile Fields install time~ 5-10 min Files to Edit 4 Tempaltes to edit/add 2 Enjoy ^^ Show Your Support
|
Comments |
#77
|
||||
|
||||
Its a bug in Firefox or one of its extensions that was already discussed somewhere at vb.com. Not related to this hack
Cheers! |
#78
|
||||
|
||||
I have this hack installed and use Firefox v 1.0 without any problem.
|
#79
|
||||
|
||||
Quote:
|
#80
|
||||
|
||||
Quote:
|
#81
|
|||
|
|||
Quote:
Code:
// ############################################################################ // ############################### EDIT PROFILE ############################### // ############################################################################ if ($_REQUEST['do'] == 'editprofile') |
#82
|
||||
|
||||
anyone got this working with 3.0.7 ??
|
#83
|
|||
|
|||
I had to uninstall. The weather is messing things up for me. Anything past that weather field, regardless if private or not , when put on the extra page will cause all hidden fields including the previous one to display on member page.
|
#84
|
|||
|
|||
working fine here on the latest vb.
|
#85
|
||||
|
||||
read back in this thread, there's a fix
|
#86
|
||||
|
||||
just added this with the fix but ive added loads of fields to it and i just get this on the extra page...
any ideas??? |
#87
|
||||
|
||||
you have to go to the profile fields you want, and select which page they appear on in the select menu all the way at the bottom
|
#88
|
||||
|
||||
i have ive added loads to the extra page! when i click the submit button on the page (in screen shot) it tells me that i havent filled in the required fields which leads me to believe its a template issue.... But ive updated all the templates no change any ideas ?
|
#89
|
|||
|
|||
im facing a prob in here
i'm using vb 3.0.7 and in ur documentation: extra_options_install_1_1.txt Code:
open member.php(this part is optional, it will display the extra profile feilds in the members public profile page) find $profilefields = $DB_site->query(" SELECT profilefieldid, required, title, type, data, def, height FROM " . TABLE_PREFIX . "profilefield WHERE form = 0 " . iif(!can_moderate(), " AND hidden = 0") . " ORDER BY displayorder "); replace with $profilefields = $DB_site->query(" SELECT profilefieldid, required, title, type, data, def, height FROM " . TABLE_PREFIX . "profilefield WHERE form = 0 OR 6 " . iif(!can_moderate(), " AND hidden = 0") . " ORDER BY displayorder "); save and close member.php instead I found another similar code Code:
$profilefields = $DB_site->query(" SELECT profilefieldid, required, title, type, data, def, height FROM " . TABLE_PREFIX . "profilefield WHERE form = 0 " . iif(!($permissions['genericpermissions'] & CANSEEHIDDENCUSTOMFIELDS), " AND hidden = 0") . " ORDER BY displayorder "); |
#90
|
|||
|
|||
man this mod is a pain
I finished installing following these messed up instructions and I ended up with a blank page when I visit the extra field in the usercp could you please provide us with a clear documentation for the vb3.0.7 !!!! |
#91
|
|||
|
|||
I've got this working perfectly on 3.0.7, but i'd like to be able to show people browsing the forums what they have listed in their extra profiles where the join date, post count, and birthday phrases are in postbit. Is there any way of getting this to be shown there?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|