Jump to content
WebFlake
  • 0

Category Overlay (Like http://webflake.sx/topic/5071-category-overlay-effect/)


Droid

Question

5 answers to this question

Recommended Posts

  • 0

IPB ( tutorial ) go to any platform .. What do not you understand ?! I'll help you

 

I'm using IP.Board (Just not for my community, for a friends) It simply isn't working.

 

 

Screenshot: http://prntscr.com/4wzflw

 

Code:

<if test="$cat_data['id'] = 1"> <php>$groups = array(5, 11, 2, 9, 7, 3, 1);</php> <if test="in_array($this->memberData['member_group_id'],  $groups)">    <style type='text/css'>        #category_86.category_block  {            position:  relative;        }        #category_86:after  {            content:  "Donators Only";            background:  url("http://i.imgur.com/owF8hud.png") repeat;            background:  rgba(255, 255, 255, 0.8);            position:  absolute;            top:  0;            left:  0;            right:  0;            bottom:  0;            font-size:  30px;            line-height:  350px;            text-align:  center;            z-index:  10;            cursor:  normal;            }        </style>        </if></if>
Edited by Droid
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...