gamma / dokuwiki-plugin-condition

This is an enhanced version of the original condition plugin. It allows to add alternatives and if-else handling to dokuwiki pages. It requires PHP scripting and customization.
GNU General Public License v2.0
1 stars 2 forks source link

Does not work with Ponder-Stibbons #1

Open cinlloc opened 10 years ago

cinlloc commented 10 years ago

I tried to use this plugin with Ponder-Stibbons, with the examples provided:

<if user>You are **connected**<else>You must identify yourself to do something</if>
<if group!=manager>You are not a manager</if>
<if time=31d12m>It's New Year's Eve</if>
<if IP~=127.0.0.1>You are on localhost</if>
<if !(group=admin || group=manager)>not VIP</if>

2014-09-23_10h47_09

Other plugins installed :

lolmaus commented 10 years ago

Same here. Try ifauth, it worked for me.