funkimunky
Forum Replies Created
-
Thanks for the notice on updates for this. I’ll take it out of my current version.
I tested this installing the plugin into a fresh install of wordpress with no other plugins and it works as it should. I think this issue is resolved as it seems to be caused by a conflict with something I have in my site, probably something to do with superfish and its version of ajax.
Forum: Plugins
In reply to: [Plugin: MailChimp List Subscribe Form] Plugin 1.2.4 slow loading timesI think its caused by the poor performance of the mailchimp servers. It seems to slow down waiting on responses from mailchimp so I dont think there is a way to fix it. The only solution would be for mailchimp to improve their servers performance or perhaps make a plugin that stores data locally then sends that information to the mail chimp server in the background, this would decouple the connection to the poor mailchimp server.
I’ve figured out what was going on.
I created new roles in capability manager by copying the default roles in wordpress. This was to simplify the names of roles for my users.
To test adminimize I created a duplicate editor role using capability manager, calling it testeditor
I now have two editor equivalent roles each with the same capabilities and levels 7, called Editor and testeditor.
I created two users one for each role editor and test editor.
I then deactiveated the same menus for both, this hid the menus for both.
I then deleted the editor user and then deleted the editor role.
Adminimize stops working for the testeditor roles user.
If I recreate an Editor role and update the options in adminimize the hidden menus are hidden again for the testeditor role.It appears that without existing wordpress default roles adminimize stops working.
sorry I’ve tested a further after creating the custom roles after I have installed adminimized 1.7.14 and it does indeed work with capability manager 1.3.2.
It must have been messed up because the origional custom roles were created before I installed this new version.I have tested this with custom roles created in Capability Manager 1.3.2 and this is what was causing my problems. I have reverted back to default roles and this has now fixed the issues i mentioned above.
I am still having problems
I have wordpress 3.1
adminimize 1.7.14
Capability Manager 1.3.2
When I hide an admin panel for a custom role created in Capability Manager it does not affect a user of that role. Nothing is hidden.
I am guessing that this is because Adminimize is not compatible with custom roles created in Capability Manager. I am going to test this out with the default roles in wordpress to see if Adminimize works with them.Forum: Plugins
In reply to: [Adminimize] Adminimize 1.7.12 Does not work with wordpress 3.1I’ve just updated to Version 1.7.13 and it still isnt working for me.
I have Capability Manager 1.3.2, I have created custom roles.
I have tried to deactivate admin panels for tool some panels in appearance and after updating option in Adminimize am now getting the error
Can’t load menu and submenu.
for Menu OptionsForum: Plugins
In reply to: [Adminimize] Adminimize 1.7.12 Does not work with wordpress 3.1nice one i’ll check it out when you put it up. Thanks for letting me know.
Forum: Networking WordPress
In reply to: swfupload http errorIt turns out that this wasnt fixed by updating the version. I got it wrong its something to do with the domain names that I use for the site.
It turns out it isnt anything to do with version I am using.
It seems to have something to do with domain names.
I am now using local windows installation of wordpress in ZEND apache2 setting.
I have set up windows host file to forward domain to localhost 127.0.0.1
127.0.0.1 mydomain.localI have set up apache vhost.conf
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot “D:/apachewww/mydomain/html”
ServerName mydomain.local
ErrorLog D:/apachewww/mydomain/log/mydomain.error.log
CustomLog D:/apachewww/mydomain/log/mydomain.access.log common
</VirtualHost><Directory “D:/apachewww/mydomain/html”>
Options -Indexes FollowSymLinks
AllowOverride AuthConfig FileInfo
Order allow,deny
Allow from all
</Directory>I have set up firefox to bypass proxy server for
127.0.0.0/24,local,localhost,stuffthis works fine for .local domain
I can create a site the upload using swfuploader with no problemsNow if I choose to use domain
mydomain.stuff
cleaning out the database and files then creating a new site.
updating the vhosts.conf to reflect this and the windows hosts file
I can browse and create a site
but now if I try and upload images using swfuploaded I get an IO error
It seems to be something specifically to do with domain names.Forum: Networking WordPress
In reply to: swfupload http errorThis seems to be fixed with the over night latest build of wordpress
WordPress 3.1-RC4-17434There seems to be alot of changes with this one.
Thanks for your feedback Ipestenu