The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#8
|
||||
|
||||
![]()
Ok try this ...
Make a new template and call it some like "block_html_random_photos" Inside the template add this Code:
<vb:if condition="is_member_of($bbuserinfo, 9)"> <li> <div class="block smaller" id="pppro"> <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" width="16" height="16" id="collapseimg_html_{vb:raw blockinfo.blockid}"/></a> <span class="blocktitle">{vb:rawphrase pp_featured_photos}</span> </div> <div class="widget_content blockbody floatcontainer"> <div id="block_html_{vb:raw blockinfo.blockid}" class="blockrow"> {vb:raw pppro_imagebits} </div> </div> </div> <div class="underblock"></div> </li> </vb:if> Make it an html block then inside the content block add this Code:
<div align="center"><!--{vb:raw pppro_imagebits}--></div> Code:
<div align="center">{vb:raw pppro_imagebits}</div> One of these should work .... Let me know if it works for yah' |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|