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)

Benj 04-05-2005 10:34 AM

anyone got this working with 3.0.7 ??

Lionel 04-12-2005 12:25 AM

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.

-=Sniper=- 04-12-2005 08:18 AM

working fine here on the latest vb.

DivisionByZero 04-12-2005 11:45 AM

read back in this thread, there's a fix

Benj 04-12-2005 11:53 AM

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???

DivisionByZero 04-12-2005 03:39 PM

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

Benj 04-12-2005 05:47 PM

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 ?

Snitz 05-17-2005 07:32 PM

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

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

Snitz 05-17-2005 07:51 PM

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 !!!!

narunet 05-19-2005 03:52 AM

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?


All times are GMT. The time now is 09:26 PM.

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.02093 seconds
  • Memory Usage 1,732KB
  • 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