vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   why [if conditions] not working in my new template in my style ? (https://vborg.vbsupport.ru/showthread.php?t=201680)

mostafa megahed 01-13-2009 09:58 PM

why [if conditions] not working in my new template in my style ?
 
i've aded a new template to my vb style

and when i put [if condition] like :

PHP Code:

<if condition="$show['member']">
</if> 

it's not working !!!!

Bellardia 01-13-2009 11:26 PM

It should work, what template are you putting this in?

Lynne 01-14-2009 02:36 AM

Depending on where you are calling this template from, that variable may not be available.

Dismounted 01-14-2009 03:28 AM

You may want to try this instead (as above, it may not be available in some templates):
Code:

<if condition="$bbuserinfo['userid'] != 0">

mostafa megahed 01-14-2009 05:17 AM

Quote:

Originally Posted by Bellardia (Post 1711524)
It should work, what template are you putting this in?

Quote:

Originally Posted by Lynne (Post 1711661)
Depending on where you are calling this template from, that variable may not be available.

thanks Mr Bellardia, Mr Lynne,

there is template i've add it and called it in 'Fourmhome'
and i want to show some contains in this template

in my template 'mytemp' i write this code : [just example]

PHP Code:

<if condition="$show['member']">
<
strong><phrase 1="$bbuserinfo[username]2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase></strong>
<else />
please login ....
</if> 

the same thing in 'navbar' template


Quote:

Originally Posted by Dismounted (Post 1711702)
You may want to try this instead (as above, it may not be available in some templates):
Code:

<if condition="$bbuserinfo['userid'] != 0">

thanks Mr Dismounted,
i try to use this but it dosn't work for me,
and what if i want to display contains to multi-userid ? [if this code work by another way]

alot of thanks to all of you

OH-Shoot 01-14-2009 05:23 AM

The problem is the phrase isn't available in forumhome template I dont think.

Try this

Code:

<if condition="$show[member]">
<strong>Welcome <a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$bbuserinfo[username]</a>
</strong>
</if>


Dismounted 01-14-2009 05:28 AM

Quote:

Originally Posted by mostafa megahed (Post 1711785)
and what if i want to display contains to multi-userid ?

This will display "Hi" to people with user IDs 1, 2 and 3.
Code:

<if condition="in_array($vbulletin->userinfo['userid'], array(1, 2, 3))">Hi</if>
PS. You may want to know that Lynne is a girl. ;)

mostafa megahed 01-14-2009 05:32 AM

Quote:

Originally Posted by OH-Shoot (Post 1711793)
The problem is the phrase isn't available in forumhome template I dont think.

Try this

Code:

<if condition="$show[member]">
<strong>Welcome <a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$bbuserinfo[username]</a>
</strong>
</if>


thanks Mr OH-Shoot,

But i think the problem not in my code because it is just example , i was try with semple words, but the the same problem i've ..

--------------- Added [DATE]1231945879[/DATE] at [TIME]1231945879[/TIME] ---------------

Quote:

Originally Posted by Dismounted (Post 1711799)
This will display "Hi" to people with user IDs 1, 2 and 3.
Code:

<if condition="in_array($vbulletin->userinfo['userid'], array(1, 2, 3))">Hi</if>
PS. You may want to know that Lynne is a girl. ;)

1st, thanks 4 ur PS :D;), Sorry Lynne :) ...

i try ur code mr but it didn't work for me ...

what i should to do now ?

Lynne 01-14-2009 01:37 PM

Quote:

Originally Posted by mostafa megahed (Post 1711803)
i try ur code mr but it didn't work for me ...

what i should to do now ?

Are you sure that the template is being evaled? Is anything printing out from the template you added? Did you add it to the array of $globaltemplates in your php page?


All times are GMT. The time now is 01:39 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.01140 seconds
  • Memory Usage 1,744KB
  • 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
  • (6)bbcode_code_printable
  • (2)bbcode_php_printable
  • (7)bbcode_quote_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