KurtWagnerOne / wp-constructor

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

Per-user saved themes #128

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Not a problem, an improvement for multiuser platforms...

We are setting up a weblog service for our users, so they can create their own 
weblogs with access only for them.

I've tried, and if one user in their weblog modifies one of the provided 
themes, these changes are only effective in his weblog (that's fine), but if 
this user saves his modifications as a new theme, this one is visible and 
selectable for the other users in the system (and some users can complain if 
other one selects their theme to use).

Would be possible to make a per-user save option (the user-saved new templates 
are only visible for them)? If not possible, is there a way to remove the SAVE 
option from the theme menu to let the users only modify the existing templates?

Thanks wp-constructor, the theme is the best one we've seen!

What version of the ... are you using?
1. Wordpress:3.03
2. Constructor:1.3.1

What URL of your blog(s)?

Intranet at this moment :(

Please provide any additional information below.

Original issue reported on code.google.com by bailemos...@gmail.com on 14 Dec 2010 at 1:26

GoogleCodeExporter commented 8 years ago
Hi, it's not possible now
You can disable "Save" module - open file "admin/admin.php" and comment line:
 __('Save',    'constructor') => 'save',

Original comment by AntonShe...@gmail.com on 14 Dec 2010 at 2:38

GoogleCodeExporter commented 8 years ago
Ok, thank you very much

Original comment by bailemos...@gmail.com on 15 Dec 2010 at 10:33

GoogleCodeExporter commented 8 years ago
This issue fixed in new version 1.5.5+
New version not yet approved by admins of wordpress repository
You can try new version now - all changes is available in SVN 
https://code.google.com/p/wp-constructor/source/browse/tags/1.5.5

Read more about changes on ConstructorHistory wiki page

Original comment by AntonShe...@gmail.com on 13 Mar 2011 at 6:06