![]() |
|
Thread Tools |
#1
|
||||
|
||||
Weird situation on template condition
Ok guys, Here's the deal. I'm doing a simple if condition
<vb:if condition="$channelid == $url.channelid"> ....do something Here's the problem, I can't get the two to equal each other. See the screen of the var_dump. {vb:debugvardump $channelid} = string(2) 36 {vb:debugvardump $url.channelid} = string(2) 36 <vb:if condition="$.urlchannelid == 36"> FALSE <vb:if condition="$channelid == 36">TRUE So obviously, there is an issue with $url.channelid. I tried this {vb:set url.channelid, '36'}, still nothing. I'm at a loss here because the two values are equal. No members have liked this post.
|
#2
|
||||
|
||||
I'm not too up-to-date regarding the vBulletin 5 template syntax, but shouldn't the template condition be formatted this way:
__________________
https://technidev.com - security, development, exploits, vBulletin
dave[at]technidev[dot]com Contact me for custom vBulletin 3/4 work & server/website management. The following members like this post: MarkFL
|
#3
|
||||
|
||||
Originally Posted by Dave
I tried it that way as well. This has been mind boggling.
![]()
No members have liked this post.
|
#4
|
|||
|
|||
Hmmm maybe it's part of an object?
Try $url->channelid in the condition.
__________________
https://technidev.com - security, development, exploits, vBulletin
dave[at]technidev[dot]com Contact me for custom vBulletin 3/4 work & server/website management. No members have liked this post.
|
#5
|
||||
|
||||
Can you post the entire code? There might something else going on somewhere.
__________________
Glenn Vergara, an ex-vB Developer, now a vB Mod Developer ![]() GIPHY for vB5 | AutoLinker | Video Attachments Player | New Registered Users Module | Clear System Cache Cron | DragNDrop Upload | Topic AJAX AutoUpdate | Force Read Topic No members have liked this post.
|
#6
|
||||
|
||||
That was most of the code. url.channelid came from an api call and the other was an existing template variable.
I got tired of messing with it, scrapped it and went another direction. No members have liked this post.
|
![]() |
«
Previous Thread
|
Next Thread
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 14:16.