• Hi,
    first of all, I searched the forum but I didn’t find anything useful to my question. if someone can point me in the right direction that would be nice.

    Id like to give each user the possibility to edit his own widgedized sidebar on his author page. since i have more than 20 registered users the sidebar widgets admin page gets totally cluttered. is there a way to show only certain sidebars in the admin panel ?(e.g. every user that doesn’t have admin rights can only edit is sidebar that is named like his his “nicename” )

    i tried to skip showing all sidebars with a

    if (!array_key_exists($index, $display_sidebars)) continue;

    clause in the foreach loops, and it doesn work in a way, but I guess the javasrcipt gets mixed up as well. and the dragndrop stops working.

    can anyone help?

  • The topic ‘sidebar wigets on author.php’ is closed to new replies.