Apsed
Forum Replies Created
-
Forum: Plugins
In reply to: [Adminimize] Admin Bar options reapeared for editors after Update 1.8.2Hi Frank!
I finally unistalled Adminimize an User Role Editor and istalled again and now works fine. Reset both pungin options and disable wasn’t enougth for my project.The process I followed is this:
– Reset editor default capabilities in User Role Editor plugin.
– Uninstall User Role Editor plugin.– Delete Adminimize options using Desinstall Option (in the bottom of list options) for clean database from all pltugin entries.
– Unistall Adminimize plugin completly.– Install the last adminimize version from “Add new plugin” in plugin area.
– Install User Role Editor plugin.
– Setup editor profile capabilites as you want.– Finally setup Adminimize options as you want.
I mark this topic as resolved
Thank you very much for your help!
You do a great job with this plugin.Apsed.
Forum: Plugins
In reply to: [Adminimize] Admin Bar options reapeared for editors after Update 1.8.2Hi Frank,
Any news of this problem, I still can not solve it
Thank you very much!
Forum: Plugins
In reply to: [Adminimize] Admin Bar options reapeared for editors after Update 1.8.2Thanks for answer Frank.
I’ll try to explain you what I did step by step.I installed Adminimize 3 o 4 days ago. Worked perfectly.
And I setted up the options for editor users to hide all elements in Admin bar except site name, and user login/logout button.
I’m combining Adminimize with “User Role Editor” plugin to give extra capavilities to editor users. Everything wordked fine.One day ago I saw an Adminimize update notification on my plugins panel. I accepted it and now I have version 1.8.2. This is the text in Catalan (Versió 1.8.2 | Per Frank Bültge | Visita el lloc web de l’extensió)
After update, I can see all the elements in Admin Bar using editor’s profile, although they are all selected to be disabled in Adminimize control panel. All the other Adminimize options (like hide some lateral menu options for editor users) still working perfectly.
I tried to deselect and re-select Admin bar elements and nothing happens in editor’s profile.
If I test with my admin account I can see the changes in my admin bar.Thank you very much for your help!!
Forum: Plugins
In reply to: [OptionTree] List Item ID problemHi!! I solved part of the problem.
The overwriting ID problem is caused by my comments inside the arrays. I removed all comments like /*XXXXXX*/ (big mistake by my side) overwriting is solved.But now when I add a new list-item inside my list-item (type) the ID is something like:
Item 1
Item 12
Item 113
Item 1114
…
Item 111111119
Item 1111111120
Item 11111111121
Item 111111111122
…
Item 1.11111111111E+21
If I add more than one list object is the same thing but change the number like: Item 1, Item 22, Item 223…
I realized this only happens when use a list object with ID name modified, the default list object works perfectly, but I need mode than one list objects in my project, so I have to rename them.There is some proper way to do it and avoid this problem?
Thank you for your help!