vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Forum Block coding... (https://vborg.vbsupport.ru/showthread.php?t=299432)

Kirk93 06-23-2013 03:58 PM

Forum Block coding...
 
<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 04: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 06:22 PM

Did you tried this?
PHP Code:

<vb if condition="!is_member_of($bbuserinfo, 11)">
<
li>
    <
div class="block smaller">
        <
div class="blocksubhead">
            <
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 05:42 PM

Thanks; that did the trick. :)


All times are GMT. The time now is 03:08 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01576 seconds
  • Memory Usage 1,717KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete