Comments on: WP-Dokuwiki http://floatingsun.net/2006/02/04/wp-dokuwiki/?utm_source=rss&utm_medium=rss&utm_campaign=wp-dokuwiki Sat, 11 May 2013 19:51:19 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: aoiro-blog » links for 2006-02-06 http://floatingsun.net/2006/02/04/wp-dokuwiki/#comment-373 aoiro-blog » links for 2006-02-06 Wed, 08 Mar 2006 06:04:39 +0000 http://floatingsun.net/blog/2006/02/04/517/#comment-373 [...] Floating Sun » WP-Dokuwiki (tags: wiki WordPress plugin) [...]

]]>
By: she http://floatingsun.net/2006/02/04/wp-dokuwiki/#comment-266 she Sun, 05 Feb 2006 18:10:54 +0000 http://floatingsun.net/blog/2006/02/04/517/#comment-266 u can see extra br tag in http://nonull.com/tagcosmos/php-action/

take a look at source-view in browser.

[/div] : end wiki
[br /] : it’s extra br

[/div] [!-- /post --]

and… did u read my mail? i send email for some problems related with this plugin.

]]>
By: diwaker http://floatingsun.net/2006/02/04/wp-dokuwiki/#comment-265 diwaker Sun, 05 Feb 2006 17:32:48 +0000 http://floatingsun.net/blog/2006/02/04/517/#comment-265 @she: which br tag? If you look at the source for this page, you should see the dokuwiki generated code within special comments — atleast for me there are no extra br’s being generated.

]]>
By: diwaker http://floatingsun.net/2006/02/04/wp-dokuwiki/#comment-264 diwaker Sun, 05 Feb 2006 17:21:26 +0000 http://floatingsun.net/blog/2006/02/04/517/#comment-264 @she: thanks, yeah I had noticed myself. Its fixed in the downloads.

]]>
By: she http://floatingsun.net/2006/02/04/wp-dokuwiki/#comment-262 she Sun, 05 Feb 2006 11:25:45 +0000 http://floatingsun.net/blog/2006/02/04/517/#comment-262 and.. when finish such as [/wiki], [br /]tag follows. how to remove [br /] tag?

and really thanks for release it! great~!

]]>
By: she http://floatingsun.net/2006/02/04/wp-dokuwiki/#comment-261 she Sun, 05 Feb 2006 10:57:55 +0000 http://floatingsun.net/blog/2006/02/04/517/#comment-261 DOKU_BASE url isn’t correct.

file url
/wp-content/plugins/wp-dokuwiki/inc/init.php

32 line

if(!defined(‘DOKU_BASE’)) define(‘DOKU_BASE’,getBaseURL(true) . ‘wp-content/plugins/dokuwiki/’);

must be below
if(!defined(‘DOKU_BASE’)) define(‘DOKU_BASE’,getBaseURL(true) . ‘wp-content/plugins/wp-dokuwiki/’);

]]>