Title: problem in comination with &quot;wiki&quot;
Last modified: August 22, 2016

---

# problem in comination with "wiki"

 *  Resolved [dos81](https://wordpress.org/support/users/dos81/)
 * (@dos81)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-in-comination-with-wiki/)
 * hey there,
 * first things first: thank you for you work on this simple and sweet plugin!
 * well, i’m using the plugin “wiki” ([http://wordpress.org/plugins/wordpress-wiki-plugin/](http://wordpress.org/plugins/wordpress-wiki-plugin/))
   on my site. coming from mediawiki i use wordpress like a little knowledge base
   for myself. the wiki-plugin allows quickly editing articles (page-type: “wiki”).
 * your plugin is as far as i found out the only one that works quite fine in combination
   with the wiki-plugin as it allows me to set the permissions when creating/editing
   a wiki-page. most of the others only recognize posts and pages.
 * but there is one issue: the permissions are only saved when editing an article
   in the WYSIWYG-editor (wher i can also set the permissions).
 * when using the “normal” (wiki-normal) quick-edit function on a wiki-page the 
   permissions are forgotten/reset to default after saving.
 * q1: is it possible to store the set permissions that they are not forgotten when
   quick-editing with the wiki-plugin? or
    q2: is it possible to change the default-
   settings to i.e.
 * Logged In Users [x](read) [ ](write)
    Public [ ](read) [ ](write)
 * thanks in advance and best regards!
 * [https://wordpress.org/plugins/simple-permissions/](https://wordpress.org/plugins/simple-permissions/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [dos81](https://wordpress.org/support/users/dos81/)
 * (@dos81)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/problem-in-comination-with-wiki/#post-5283716)
 * is there no more support for this plugin? please tell me so i can look for another
   solution.
 *  Plugin Author [Michael George](https://wordpress.org/support/users/george_michael/)
 * (@george_michael)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/problem-in-comination-with-wiki/#post-5283717)
 * Well, support is limited as this is purely a labor of love. That said, I think
   I can take a look at this sometime this week or possibly this weekend. Sorry 
   for the delay. Of course, I can’t guarantee that it’ll work how you want, but
   I’ll do my best.
 *  Thread Starter [dos81](https://wordpress.org/support/users/dos81/)
 * (@dos81)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/problem-in-comination-with-wiki/#post-5283718)
 * thats great news, thanks alot.
 * tried at line 150:
 *     ```
       if ( ! count( $returnValue ) > 0 ) {
       	$returnValue[] = array( "id" => 1, "name" => "logged in", "permission" => "read" );
       }
       ```
   
 * and that seems to set the correct checks when editing a (wiki-page via the admin
   panel (“advanced” editing).
 * but when editing a wiki page via the “edit” button (quick wysiwyg editing directly
   on the page) the recent permissions are “forgotten”.
 * btw: i don’t find a donate button on your plugin page 😉
 *  Plugin Author [Michael George](https://wordpress.org/support/users/george_michael/)
 * (@george_michael)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/problem-in-comination-with-wiki/#post-5283719)
 * Yeah, there is no donate button. The plugin was written while I was work, for
   work purposes, so they “own” it, not me. This means I can’t take money for it.
   A by-product is that unless any problems come up with it at work, new versions
   are on my own time. :/
 * In the meantime, I setup a test this weekend and fixed the interaction with the
   wiki plugin. I imagine this would have also been an issue with any other plugin
   that provides an edit interface that isn’t calling the main WP edit page, but
   I don’t know of any plugins like that, so i can’t verify it. It does now work
   properly with WordPress Wiki Plugin at least.
 * As for default permissions, changing what is now line 158 to this:
    `$returnValue[]
   = array( "id" => 1, "name" => "logged in users", "permission" => "read" );` worked
   correctly for me.
 *  Plugin Author [Michael George](https://wordpress.org/support/users/george_michael/)
 * (@george_michael)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/problem-in-comination-with-wiki/#post-5283720)
 * Oh, forgot to say that a new version has been uploaded, so let your WP download
   and install the update and you should be set for the fix. You can then modify
   the file and change your default permissions.
 *  Thread Starter [dos81](https://wordpress.org/support/users/dos81/)
 * (@dos81)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/problem-in-comination-with-wiki/#post-5283721)
 * it works! thank you very much for your efford and time 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘problem in comination with "wiki"’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-permissions.svg)
 * [Simple Permissions](https://wordpress.org/plugins/simple-permissions/)
 * [Support Threads](https://wordpress.org/support/plugin/simple-permissions/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-permissions/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-permissions/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-permissions/reviews/)

## Tags

 * [anonymous](https://wordpress.org/support/topic-tag/anonymous/)
 * [permission](https://wordpress.org/support/topic-tag/permission/)
 * [public](https://wordpress.org/support/topic-tag/public/)
 * [user](https://wordpress.org/support/topic-tag/user/)

 * 6 replies
 * 2 participants
 * Last reply from: [dos81](https://wordpress.org/support/users/dos81/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/problem-in-comination-with-wiki/#post-5283721)
 * Status: resolved