vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   n00b Profile question.. (https://vborg.vbsupport.ru/showthread.php?t=49858)

BigBoi 03-09-2003 05:25 PM

n00b Profile question..
 
Ok, I'm very new and can't seem to find a hack to add more options on the profile under the avatar in my forum. So far I can only get Registered, Location & Posts to show. Can anyone help? thanks

BigBoi 03-12-2003 03:34 AM

*bump*

Velocd 03-12-2003 04:45 AM

Admin Control Panel --> User Profile Fields --> Add:

Ensure "Field hidden on Profile?" is set to "no"

Now you need to do some template editing yourself. Go into your postbit template from the Admin Control Panel template editor, and find the following:

Code:

<smallfont>Registered: $post[joindate]<br>
        Location: $post[field2]<br>
        Posts: $post[posts]</smallfont></td>

You need to find the field values of those new ones you just added, you can do this simply by going to User Profile Fields --> Modify, highlight over the [edit] link over one of your new profile fields, and look in the URL at the status bar in your browser, or right click and select "properties" on the drop down menu. Find the "&profilefieldid=" part of the URL, and remember the number that tags along.

Back to the template, to simply add another profile field, somewhere in that code posted above add another line with a <br> tag spacing and use $post[fieldX] to display the value. Where "X" is a variable that represents whatever number I told you to remember of that field.

Hopefully this wasn't confusing for you, and good luck. ;)


All times are GMT. The time now is 09:59 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.00939 seconds
  • Memory Usage 1,708KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete