vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Extra Profile Fields Page (https://vborg.vbsupport.ru/showthread.php?t=59618)

Fargo 10-14-2004 02:21 PM

works great! thanks for the info :)

Lee Wilde 10-16-2004 09:30 AM

Very cool, thanks.

Lionel 10-19-2004 04:43 AM

Can someone please tell me what is line 2418? I installed some hacks and I am not too sure. As a result, I installed the hack, it displays properly, but it is not updating the profile. I had installed the favorites hack from vbtemplates, that was working. I placed it on the extra page, it displays, but cannot update.

Lionel 10-19-2004 05:28 AM

ok, I fixed it. I am using the fix at

https://vborg.vbsupport.ru/showpost....9&postcount=26

if ($_POST['do'] == 'updateextra')
{
$userfields = verify_profilefields(6);


But since the weather is using (6), I changed it to 7 and that works.

bi11i 12-07-2004 08:15 PM

will this work on v3.0.3? I notice that some i have
Code:

        // Process Custom Fields..
                $userfields = '';
                $profilefields = $DB_site->query("
                        SELECT profilefieldid, type, data, optional, title, memberlist, searchable
                        FROM " . TABLE_PREFIX . "profilefield
                        WHERE form = 0 "
                                . iif(!($permissions['genericpermissions'] & CANSEEHIDDENCUSTOMFIELDS), "        AND hidden = 0") . "
                        ORDER BY displayorder
                ");

instead of
Code:

$profilefields = $DB_site->query("
                        SELECT profilefieldid, type, data, optional, title, memberlist, searchable
                        FROM " . TABLE_PREFIX . "profilefield
                        WHERE form = 0 "
                                . iif(!can_moderate(), "        AND hidden = 0") . "
                ");

in my member.php and memberlist.php - i'm a bit leary on changing it. anyone?

robertuss 12-08-2004 05:03 PM

can someone please explain a bit more:
a.) is it possible to add more than one page of new Useroptions with this hack (two, three?)
b.) what is the most recent hackinstructions? I do not understand some of the code-snip-postings here. Are those modifications not included in the dowload?

thanks!

Wifey 01-17-2005 05:46 AM

Just curious. What exactly does this hack do? Can you use this to hide these profile fields from normal users and specify per usergroup?

Thanks!

bi11i 01-17-2005 12:12 PM

with that post of mine being month's old - i wouldn't expect much as far as support. i've been subscribed to this thread since i posted in December and nothing....

I couldn't get it to work - i really wanted to, and a really cool feature, but my code differed too much than from what was explained in the howTo.

-=Sniper=- 01-17-2005 03:26 PM

I have it working on vb 3.0.5 with out any problems! Just read the instructions carefully.

bi11i 01-17-2005 04:33 PM

which i did, but never could get an answer on this one: https://vborg.vbsupport.ru/showpost....5&postcount=65


All times are GMT. The time now is 03:01 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01215 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete