I make a little modification.
from
PHP Code:
<if condition="($onlyreg == TRUE) and ($bbuserinfo[posts]<=1)">
to
PHP Code:
<if condition="($onlyreg == TRUE) and ($bbuserinfo['userid'] == 0)">
because before, users with 0 posts can't see the posts. I will use it with +reg to force user to register an with +prv to have at least 100 posts
he hecho una peque?a modificacion para que los usuarios con 0 posts puedan ver el hilo.
Yo lo voy a usar para que poniendo +reg haga falta registrarse y con +prv adem?s hagan falta 100 mensajes
PHP Code:
<if condition="($onlyreg == TRUE) and ($bbuserinfo['userid'] == 0)">
<br><br><br>
<center><h2>Este hilo solo est? disponible para usuarios registrados</h2></center>
<br><br><br>
<else />
i.e.:
http://www.hardlimit.com/off-topic/t...reg-76600.html
PHP Code:
<if condition="($onlyprv == TRUE) and ($bbuserinfo[posts]<=100)">
<br><br><br>
<center><h2>Este hilo solo est? disponible para usuarios con m?s de 100 mensajes</h2></center>
<br><br><br>
<else />
i.e.:
http://www.hardlimit.com/off-topic/t...prv-76603.html