Quantcast
Channel: MyBB-Es.com - Todos los foros
Viewing all articles
Browse latest Browse all 4047

Template Conditionals, duda..

$
0
0
Buenas, tengo el siguiente pequeño problema..

Quiero mostrar el botón "Crear nuevo tema" a los grupos: Webmaster (ID 4) & Administradores(ID 3) en el foro Anuncios(ID 2), tengo el siguiente codigo pero no me da resultados..


Código PHP:
<if in_array($GLOBALS['mybb']->user['usergroup'], array(3,4)) && in_array($fid, array(2)) then>
    <
class="threadbt" title="{$lang->post_thread}href="newthread.php?fid={$fid}class="threadbt">{$lang->post_thread}</a>
</if> 

Viewing all articles
Browse latest Browse all 4047

Trending Articles