![]() |
|
Thread Tools |
#1
|
|||
|
|||
Conditional only if in childforum
Lets say I have 6 forums:
Main-1 - Sub -2 Another-Main-3 - Other-Sub-4 - Another-Sub-5 -- Sub-of-Another-Sub-6 I am looking for a way to check, if a forum is a childforum of a certain forum. Like this, but I only want to put in the main forum. <vb:if condition="in_array($forum['forumid'], array(3))"></vb:if> <vb:if condition="$forum[forumid] == 3"></vb:if> In this excample if I say ID 3 (which is "Another-Main-3") I want the conditional also be true if the user is in forum 4,5 and 6. Any ideas how I can achive this? No members have liked this post.
|
#2
|
||||
|
||||
Try using $foruminfo['parentlist'] to check to see if the forum is a child of forumid = 3.
No members have liked this post.
|
#3
|
|||
|
|||
You mean like this?
<vb:if condition="$foruminfo['parentlist'] == 3"></vb:if> No members have liked this post.
|
#4
|
||||
|
||||
No, the variable $foruminfo['parentlist'] is an array, so you need:
No members have liked this post.
|
#5
|
|||
|
|||
Thanks, but doesnt work for me
![]() I can access {vb:raw $foruminfo['parentlist']} but I cant use it in a conditional. --------------- Added 22 Jul 2015 at 19:45 --------------- I want to modify the title in some subforums. I guess I have to write a plugin anyway... No members have liked this post.
|
#6
|
||||
|
||||
Because you don't use {vb:raw . . . } inside a conditional, use the code Mark provided in his post.
__________________
Yet Another Awards System - Version 4.0.9 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 09:32.