Forums

about wordpress plugins (3 posts)

  1. daglawy2
    Member
    Posted 2 months ago #

    hi there
    most of wordpress plugins are working great in wordpress mu
    but there are some really great plugins don't
    most of them gives the error "Error! Options page not found."

    and that of course becasue there is no options.php file for every blog in wordpress mu

    so, is there any code modification we can do for these plugins to make it work
    rather than contacting the plugin admin because that will take very long time even if happened and done by him

    can we make these plugins to save there options on the general options.php file ??
    i searched and found something seems like a solution but i know little of php so i don't understand [{ doOptionSave(); }]

    that's all :)
    thanks in advance

  2. daglawy2
    Member
    Posted 2 months ago #

    i suppose from the no answer here that there is nothing we can do ????

  3. DeannaS
    Member
    Posted 2 months ago #

    WPMU requires the register_settings code for options, while WP doesn't (yet). Wordpress will require it with the next version I believe. So, plugin authors that haven't done it yet will have to upgrade soon. But, it's easy enough to do yourself.

    Read the register settings section:
    http://codex.wordpress.org/Creating_Options_Pages

Reply

You must log in to post.

About this Topic