KurtWagnerOne / wp-constructor

Automatically exported from code.google.com/p/wp-constructor
0 stars 0 forks source link

Theme Setting Page: No tab, styling, color chooser for NON network admins... #173

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use Wordpress in MU mode (multiple blogs)
2. install (latest) Theme as NetworkAdmin
3. check Theme settings -> all ok

4. create new WP user, assign to blog but 'only' as administrator (NOT network 
admin)
5. login as this new user, go to theme setting -> no tabs, styling missing, no 
color chooser :-(

What version of the ... are you using?
1. Wordpress: lastest > 3.1
2. Constructor: ???
3. PHP: sth. like 5.0
4. Browser: on any (I checked)
5. OS: on any (I checked)

Please provide any additional information below.

Original issue reported on code.google.com by t...@soundcloud.com on 15 Jul 2011 at 12:53

GoogleCodeExporter commented 8 years ago
Hi,

I've run the same problem.

The solution :
/libs/Consctructor/Admin.php
@529
-- add_theme_page(
++ $page = add_theme_page(

Original comment by artimuz....@gmail.com on 22 Dec 2011 at 4:49