Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Mustafa Uysal

    (@m_uysl)

    Hi,

    Actually your answers are here

    But how do I change the hash? I mean… is it a random bunch of characters or is it something else?

    You can use what you want. Default value is hashed with md5.

    What are the steps to update and force users to use my setup of meta boxes?

    If you change hash after update, every single site ( if you’re using multisite) will use your order, and then they can change it. But if you force them, they always use your metabox order.

    Cheers,

    Thread Starter heatstroke

    (@heatstroke)

    Thanks for the reply 😉

    Well.. I can’t make it. As admin user I change my meta boxes. Everything is OK after I refresh the page, the changes are still there.

    In the code I force users to use my configuration, but when I login with a normal user account, there are no changes. I change the hash, and there are still no changes. The boxes do not appear in the same order as I set with the admin user.

    Plugin Author Mustafa Uysal

    (@m_uysl)

    Did you change order in source code?
    Open post-meta-box-order.php and edit cloumns. Then force or change hash.

    Thread Starter heatstroke

    (@heatstroke)

    yes, I have put it in this order:

    //Right Cloumn
    $posts_widgets_order_right_column[] = 'categorydiv';
    $posts_widgets_order_right_column[] = 'postimagediv';
    $posts_widgets_order_right_column[] = 'tagsdiv-post_tag';
    $posts_widgets_order_right_column[] = 'submitdiv';

    I must be doing something wrong…

    Plugin Author Mustafa Uysal

    (@m_uysl)

    I must be doing something wrong…

    Probably.

    I just tested with WordPress 3.8 and working pretty well.

    Are you using on multisite or single?

    Thread Starter heatstroke

    (@heatstroke)

    Single..

    I will try later some more times. Hope to succeed 🙂

    Plugin Author Mustafa Uysal

    (@m_uysl)

    Hello,

    I hope your problem has been resolved? If not, you can open this topic again.

    Cheers,

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change hash?’ is closed to new replies.