Log in

View Full Version : memberinfo help me ?


Deep-Darker
07-29-2011, 01:06 PM
Hello ,

system using vBulletin 3.8.7. In this system the admincp panel profile area>> Profile Field Add profile field I added to this section of the profile field added in postbit_legacy am showing. Using the following codes for use at the field I added to Postbit_legacy profile ..
codes;

<if condition="$post[fieldx] != ??"><div>$post[fieldx]</if>

No trouble at postbit_legac publishing. But I added the text memberinfo memberinfo template tab in the profile area memberinfoda I want I want to show how it will do in a place I want to show. I used part of the code I wrote above, I used the codes Postbit_legacy but did not result. I am writing this I added to the wanted place Memberinfo which olurmusunuz help with the code and remove?

Note: The Google / translate using a good translation, I am writing this article may be error, perhaps I'm sorry ..

--------------- Added 1311952815 at 1311952815 ---------------

Do not have a will ?

kh99
07-29-2011, 03:10 PM
I am not sure if I understand. Maybe you want this?

<if condition="$userinfo[fieldx] != ??"><div>$userinfo[fieldx]</if>

Deep-Darker
07-29-2011, 03:21 PM
Thank you very much. Give you the code did not work. Code was editledim .. Thank you very much ..

That you've made your code ..

<if condition="$userinfo[fieldx] !=''"> <div> $ userinfo [fieldx] </ if>

kh99
07-29-2011, 03:37 PM
Sorry, I don't understand. Did that solve your problem?

BirdOPrey5
07-29-2011, 03:42 PM
At the very least you should be closing the <div> you created in the condition:

<if condition="$userinfo[fieldx] != ’’"><div>$userinfo[fieldx]</div></if>

Deep-Darker
07-29-2011, 03:48 PM
kh99 , I solved my problem the first code you gave your editledim. I thank you very much ..

BirdOPrey5 , Thank you very much to warn ..

Note: I do not know the English language. Google / Translate using good writing is also a problem coming off the spelling I'm sorry ..