vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Trying to Display Profile Field On Post Bit (https://vborg.vbsupport.ru/showthread.php?t=147520)

DieselMinded 05-18-2007 06:47 AM

Trying to Display Profile Field On Post Bit
 
My Diesel: $post[field7]

Is what i have now and its working fine ,, How ever i wish to hide this if the profile filed is empty

I found this code but it dont work

<if condition"$post['field7']">My Diesel: $post[field7]<br /><else /></if>

Please Guide me on how i can display

My Diesel: $post[field7]

Only if The Profile field is filled out

TIA

sonichero 05-18-2007 07:17 AM

get rid of <else /> and make sure you have the right number...

DieselMinded 05-18-2007 02:30 PM

The following error occurred when attempting to evaluate this template:

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /data/9/1/38/132/1201621/user/1280413/htdocs/includes/adminfunctions_template.php(3596) : eval()'d code on line 61

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.

Dismounted 05-19-2007 06:31 AM

Code:

<if condition"!empty($post['field7'])">My Diesel: $post[field7]<br /></if>

DieselMinded 05-19-2007 07:50 AM

Thanks I tried that and ...

The following error occurred when attempting to evaluate this template:

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /data/9/1/38/132/1201621/user/1280413/htdocs/includes/adminfunctions_template.php(3596) : eval()'d code on line 61

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.

I got it it was

<if condition="$post['field7']">My Diesel: $post[field7]<br /></if>

Mastar 05-26-2007 03:16 AM

Shouldn't it be:

PHP Code:

<if condition="!empty($post['field7'])">My Diesel$post[field7] </if><br /> 


sonichero 05-26-2007 05:39 AM

,,,hehe... needs the = sign...

kyokushin4life 05-27-2007 07:42 AM

Hi there. Have you tried this code? Change the filed's number.

Code:

<if condition="$post[field5]">Blah: $post[field5]</if>
Just realised that this is what u have lol.. do what others said! lol

DieselMinded 05-30-2007 10:39 PM

<if condition="$post['field7']">My Diesel: $post[field7]<br /></if>

This worked and is working fine

Thanks


All times are GMT. The time now is 10:45 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.01159 seconds
  • Memory Usage 1,724KB
  • 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)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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