Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author Guillaume Assire

    (@alphagolf_fr)

    Hi, it should be located at the bottom of the Symposium menu. You may try to access it through
    wp-admin/admin.php?page=wp-symposium-blogpost/wp-symposium-blogpost_admin.php
    However, chances are high that you run into a permissions error…?

    Which versions of WP and WPS are you running?

    G.

    Thread Starter thob

    (@thob)

    right I get permission errors. nothing at the bottom of the WPS menu or I#m somehow blinded

    WP 3.5.1 WPS 13.05

    any idea?

    /thanks

    Plugin Author Guillaume Assire

    (@alphagolf_fr)

    I will come back to you tomorrow, “my” tomorrow – I’m in France. I need a couple of tests.
    For my understanding, how long has it been that you don’t see this options page?

    Thread Starter thob

    (@thob)

    from the start 🙁 Maybe I’m just stupid. Do you have a screenshot from the menu item?

    Plugin Author Guillaume Assire

    (@alphagolf_fr)

    The last screenshot here has the options page, but I cut the dashboard sidebar to keep the ‘useful parts’ so to speak. This won’t help you with regards to the menu item. Plus, this screenshot is no longer up to date, following the recent addition of posts excerpts, further to your suggestion 😉

    If you like, you may download the developement version here, and give it a try. The only differences are a few tests on top of main file, and the way this page is registrered…

    Thread Starter thob

    (@thob)

    is there a positioning for the menu item somewhere in the plugin php? Sometimes it works be deleting the line that tells where to position the menu item. I encountered this issue before with another plugin.

    Plugin Author Guillaume Assire

    (@alphagolf_fr)

    The page is registrered with add_submenu_page, under WP Symposium, so there’s no risk it gets overwritten as this could be the case with add_menu_page…

    As I wrote in my previous post, I have changed a little something in the way the page is registrered, that might explain why some don’t see it and some do see it. Would you mind giving a try to the development version here and let me know if this is better for you? If so I would then release it. Thanks in advance!

    Plugin Author Guillaume Assire

    (@alphagolf_fr)

    Hallo Thomas
    Could you please tell me if the latest updates have solved your issue, or if it still needs to be investigated ?
    Thanks

    Thread Starter thob

    (@thob)

    I just installed v1.4 on our test server and it works, need to wait what’s happening on prod.

    Thread Starter thob

    (@thob)

    issue returned. our developer suggests

    to change the capability from edit_themes to manage_options

    Plugin Author Guillaume Assire

    (@alphagolf_fr)

    That makes sense, moreover this cap is already used for the wp_die on top of the page… But I admit I had missed that one until now.
    Thanks for the feedback, very useful!

    Here’s our diff:

    *** /tmp/wp-symposium-blogpost.9047/wp-symposium-blogpost/wp-symposium-blogpost.php	Thu Sep 12 12:02:33 2013
    --- /...../wp-content/plugins/wp-symposium-blogpost/wp-symposium-blogpost.php	Thu Oct 17 15:51:22 2013
    ***************
    *** 200,206 ****
      		'symposium_debug',
      		__('Blog Posts', 'wp-symposium-blogpost'),
      		__('Blog Posts', 'wp-symposium-blogpost'),
    ! 		'edit_themes',
      		'wp-symposium-blogpost/wp-symposium-blogpost_admin.php',
      		'symposium_blogpost_admin_page'
      	);
    --- 200,206 ----
      		'symposium_debug',
      		__('Blog Posts', 'wp-symposium-blogpost'),
      		__('Blog Posts', 'wp-symposium-blogpost'),
    ! 		'manage_options',
      		'wp-symposium-blogpost/wp-symposium-blogpost_admin.php',
      		'symposium_blogpost_admin_page'
      	);
    Thread Starter thob

    (@thob)

    thanks bret

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘dashboard options page’ is closed to new replies.