Your help is much appreciated!
https://www.ads-software.com/extend/plugins/vslider/
]]>i currently have phpbb3 running, with 5 minecraft server, a murmur server, and squirrelmail. decided to add wordpress too.
created a MySql database added a user, granted all privilage, and flushed. At first it would not let me connect saying i was denied access.
ran a php script to test Mysql connect. it could connect to localhost, could see my DB. when i added user as ‘user@hostname’ it added an old hostname. i had recently chnaged it, due to a loopback error with dovecot/squirrelmail. So i was denied as ‘user@newhostname@oldhostname’. Thought this was a glitch, ran install.php again, and recieved no connection. redid wp-config.php to say user was just user, added no ‘@hostname’ to the end. Install script ran and gave me every error for lack of privilage you could think of. Went back to MySql and added just user and granted all privilages. no help. so here is what i am stuck at…
WordPress
[ MySQL Dump file moderated. Use Pastebin and don’t post your entire mysqldump on a public forum ]
]]>After following all the steps, the only thing left for me to do was to log in after the update. Using my old user and pass (the administrator username is not ‘admin’ but ‘Annes’ which I think may be causing the problems) I try to login, but after loging in, I get a WP error that I don’t have the privileges to access wp-admin:
‘You do not have sufficient permissions to access this page.’
And somehow, the WP is in Estonian, even though in wp-config.php the language is set to default = ”
The blog is working fine. I checked the table prefixes as stated by some users, they are the same as the old and new configurations, ‘wp_’
]]>I am trying to set up some user privilages. I want 3 levels for front end users, top level can view all topics, middle can view most topics and lowest level can only view a few topics. All the topics are displayed in a list of links, users should only be able to view links to topics they are allowed to access. Does anyone have some pointers or resources on how I would go about doing this?
Thanks
Luke