Version: 1.00, by Zachery
Developer Last Online: May 2017
Version: 3.0.0
Rating:
Released: 01-03-2004
Last Update: Never
Installs: 55
Re-useable Code
No support by the author.
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
This modification may not be copied, reproduced or published elsewhere without author's permission.
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.
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 ?
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
well I can't seem to find the code so I can replace it :\
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
");
what should I do, I really do want to display the info on member.php
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 !!!!
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?