[dokuwiki] Re: if auth plugin
- From: Otto Vainio <oiv@xxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Sat, 24 Sep 2005 10:43:29 +0300
Christopher Arndt wrote:
This is almost what I wanted. I just tried it, and it works for as long as I
enclose whole paragraphs between the <ifauth>...</ifauth> tags. Nice!
I doesn't work inside a paragraph, because the output is enclosed by
<p>...</p>. I guess, this is due to the usage of the p_render() function in
line 125.
>
(snip)
Chris
Now fixed it so that the extra <p> and </p> are not there. So it can be
used inside a paragraph.
Otto
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- Follow-Ups:
- [dokuwiki] Re: if auth plugin
- From: Mamoune
- References:
- [dokuwiki] Re: if auth plugin (was: Plugin writing questions / recursive parser)
- From: Chris Smith
- [dokuwiki] Re: if auth plugin (was: Plugin writing questions / recursive parser)
- From: Otto Vainio
- [dokuwiki] Re: if auth plugin
- From: Christopher Arndt
Other related posts:
- » [dokuwiki] Re: if auth plugin
- » [dokuwiki] Re: if auth plugin
- » [dokuwiki] Re: if auth plugin
- » [dokuwiki] Re: if auth plugin
This is almost what I wanted. I just tried it, and it works for as long as I enclose whole paragraphs between the <ifauth>...</ifauth> tags. Nice!
I doesn't work inside a paragraph, because the output is enclosed by <p>...</p>. I guess, this is due to the usage of the p_render() function in line 125.
Chris
- [dokuwiki] Re: if auth plugin
- From: Mamoune
- [dokuwiki] Re: if auth plugin (was: Plugin writing questions / recursive parser)
- From: Chris Smith
- [dokuwiki] Re: if auth plugin (was: Plugin writing questions / recursive parser)
- From: Otto Vainio
- [dokuwiki] Re: if auth plugin
- From: Christopher Arndt