The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
global header does not print my variables
The code below was working on 3.7. Somehow sometime (I assume after 3.8.1 upgrade) it stopped working. I've not worked on vB quite a while. And its been two days I'm still on this:
@global_setup_complete PHP Code:
HTML Code:
<!-- NAVBAR POPUP MENUS --> <if condition="is_member_of($bbuserinfo, 5,6,7,13,14,15)"> <div class="vbmenu_popup" id="hizir_cevap_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead" colspan="2">Hızır Cevaplar</td> </tr> $hizirbits </table> </div> </if> HTML Code:
<if condition="is_member_of($bbuserinfo, 5,6,7,13,14,15)"> <td><a id="hizir_cevap" href="$show[nojs_link]#hizir_cevap" accesskey="3" >HC</a> <script type="text/javascript"> vbmenu_register("hizir_cevap",1); </script></td> </if> There is nothing with the conditionals. I've double checked. Code is working. The only thing is that the variable is coming empty. As I said it was working in previous versions. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|