SoarinFerret / dokuwiki-plugin-pagebuttons

https://www.dokuwiki.org/plugin:pagebuttons
GNU General Public License v2.0
0 stars 8 forks source link

Add "_do_edit" at the end of created page #12

Open okyame opened 2 years ago

okyame commented 2 years ago

Hi,

When I create a new page with "New page button", it add the suffix "_do_edit" to the given page name.

image

I am on Windows 10. I test it on firefox and Edge. I use bootstap3 template.

Thanks for your work

SoarinFerret commented 2 years ago

@okyame Are you still having this issue? The "&do_edit" is a URL hack to open to a new page editor. I don't see this issue with the default theme / settings.

If you could provide some more info about what is causing this, I will take a look at it (could be the theme, another plugin, or an internal dokuwiki setting)

okyame commented 2 years ago

Hello,

This appeared when I used option 2 of URL Rewriting where Rewriting is done by DokuWiki:

In your conf/local.php file, add or modify the line so it reads: $conf['userewrite'] = 2;

Now I use option 1 rewriting by web server and its work well.

See https://www.dokuwiki.org/rewrite?s[]=url