Arcade Fire
11-16-2009, 04:46 PM
Hello, long time to create a plugin for my users to add a code in the title (+ pv) deprived his subjects could do if they wanted visitors.
Hook Location: showthread_postbit_create
if(stristr($thread[title], '+pv') == TRUE)
{
$onlyreg = TRUE;
}
and in my showthread after $navbar:
<if condition="($onlyreg == TRUE) and ($bbuserinfo[posts]<=1)">
<center><h2>Thread Visible for Registered Users Only</h2></center>
<else />
and below $footer:
</if>
but doesn?t work in vB4. :(
Hook Location: showthread_postbit_create
if(stristr($thread[title], '+pv') == TRUE)
{
$onlyreg = TRUE;
}
and in my showthread after $navbar:
<if condition="($onlyreg == TRUE) and ($bbuserinfo[posts]<=1)">
<center><h2>Thread Visible for Registered Users Only</h2></center>
<else />
and below $footer:
</if>
but doesn?t work in vB4. :(