vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Adding new fields (https://vborg.vbsupport.ru/showthread.php?t=287305)

killerford 08-31-2012 02:12 PM

Adding new fields
 
I've been trying to add new field's so they add to people's profiles but they aren't showing in the profile area in posts. Why?

ForceHSS 08-31-2012 02:13 PM

Post all options you are using with screenshots

killerford 08-31-2012 02:50 PM

http://img534.imageshack.us/img534/7416/42071503.png

http://img208.imageshack.us/img208/1554/88624011.png

peugeot405 08-31-2012 02:56 PM

at the bottom under display page you've set the profile field to show on options: thread viewing. It will on be shown on the settings page, not in profile.

To show on profile you have to set it on edit profile. Then it will show on profile page and on the settings page under edit profile.

killerford 08-31-2012 10:07 PM

Would that make them show on the postbit?

peugeot405 08-31-2012 10:29 PM

to show it on postbit you have 2 options:
  1. add following code in postbit or postbit legacy:
    Code:

    <vb:if condition="$post['fieldxx']">
                                    <dt>{vb:rawphrase location_perm}</dt>
                                    <dd>{vb:raw post.fieldxx}</dd>
    </vb:if>

    .
    Replace xx with the field number.

  2. use the following mod: GamerCards Block in Profile Sidebar and Postbit

killerford 09-01-2012 09:38 AM

Quote:

Originally Posted by peugeot405 (Post 2361588)
to show it on postbit you have 2 options:
  1. add following code in postbit or postbit legacy:
    Code:

    <vb:if condition="$post['fieldxx']">
                                    <dt>{vb:rawphrase location_perm}</dt>
                                    <dd>{vb:raw post.fieldxx}</dd>
    </vb:if>

    .
    Replace xx with the field number.

  2. use the following mod: GamerCards Block in Profile Sidebar and Postbit

How would I add more than one field? Do I add that code over and over again or just add more of this code (<dd>{vb:raw post.fieldxx}</dd>) under the current one?

peugeot405 09-01-2012 01:49 PM

that is correct.

You add the code
Code:

<vb:if condition="$post['fieldxx']">
                                <dt>title</dt>
                                <dd>{vb:raw post.fieldxx}</dd>
</vb:if>

for every custom field, changing the title and the xx to math the custom field you add.

note: the code above is the basic code, there are more extended codes depending on what type of custom field you are using (single-line textbox, multiple-line textbox, single selection radio buttons, single-selection menu, multiple-selection menu, multiple-selection checkbox).

Here are some threads about the subject:

Using your User Profile Fields in your postbit templates
Using your User Profile Fields in your postbit templates (w/ all plugin method)


All times are GMT. The time now is 12:00 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.01073 seconds
  • Memory Usage 1,726KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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