View Full Version : Forum Block coding...
Kirk93
06-23-2013, 04:58 PM
<a href="https://vborg.vbsupport.ru/showpost.php?p=2430009&postcount=362" target="_blank">https://vborg.vbsupport.ru/showp...&postcount=362</a>
Can someone help me with this issue please? Thought I'd post it here in-case the articles section isn't active. *shrug*
Lynne
06-23-2013, 05:23 PM
People do look at the articles sections. But, if you need help with custom coding, sometimes it is best to post in the appropriate programming forum and post your exact code.
Scanu
06-23-2013, 07:22 PM
Did you tried this?
<vb if condition="!is_member_of($bbuserinfo, 11)">
<li>
<div class="block smaller">
<div class="blocksubhead">
<a class="collapse" id="collapse_block_html_{vb:raw blockinfo.blockid}" href="{vb:raw relpath}#top"><img alt="" src="{vb:stylevar imgdir_button}/collapse_40b.png" id="collapseimg_html_{vb:raw blockinfo.blockid}"/></a>
<span class="blocktitle">{vb:raw blockinfo.title}</span>
</div>
<div class="widget_content blockbody floatcontainer">
<div id="block_html_{vb:raw blockinfo.blockid}" class="blockrow">
{vb:raw content}
</div>
</div>
</div>
<div class="underblock"></div>
</li>
</vb:if>
Kirk93
06-24-2013, 06:42 PM
Thanks; that did the trick. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.