Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter jonahcoyote

    (@jonahcoyote)

    Nevermind, I’m using the Role Scoper plugin and the problem has something to do with it (whether it’s permission based or a conflict I haven’t figured out yet).

    Max Chirkov

    (@maxchirkov)

    It might be permission base. Some one reported similar problem with permissions set by other plugins.

    Thread Starter jonahcoyote

    (@jonahcoyote)

    Yeah I assumed this was the case too but after setting the permissions to allow my role to be able to edit pages, they still do not display. It may still be a problem with the way I have the permissions configured but I did a fair amount of configuration wrestling to try to get it to work and still no go. I’ll keep trying and/or will wait to hear back from the Role Scoper forum and will post my results here.

    Thanks and if you have any other ideas, please let me know.

    – Jonah

    Max Chirkov

    (@maxchirkov)

    Just FYI: I’m using WP’s native functions to retrieve pages and posts: get_pages() and get_posts().

    Thread Starter jonahcoyote

    (@jonahcoyote)

    Thanks, I noticed that. I still don’t have a solution to this… Bummer because I’d really like to use your plugin.

    Role Scoper was assuming that all strings filtered through wp_dropdown_pages would include the select tag. Since SSN passes in only the option tags, Role Scoper thoughtfully gave you an extra nested select tag! I’m not sure your filter call is legitimate usage, but I’m modifying my code to support it and posted an RS patch.

    Thread Starter jonahcoyote

    (@jonahcoyote)

    Thanks to both of you for helping me with this!

    Max Chirkov

    (@maxchirkov)

    Thanks for helping out Kevin!

    I used wp_dropdown_pages() to create my own function since I wanted to have an ability to output pages and posts in the same selection list. It’s pretty much exactly the same, I only added a few lines to grab and merge posts array into the pages.

    Any suggestions on how to make it correct on my end?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Simple Sidebar Navigation] No Existing Pages Display’ is closed to new replies.