BigJohn
Forum Replies Created
-
Forum: Plugins
In reply to: Limit Categories PluginOwen just released version 1.5.2 of the limitcats plugin which corrects the above situation.
Great Response Time.
Thanks Moshu and a Big Thanks to Owen.
Forum: Plugins
In reply to: Limit Categories PluginThanks. I will go there.
John
Forum: Plugins
In reply to: Limit Categories PluginI have worked on this problem for the last few hours. The results all point to a plugin problem. If I give my user access to all of the categories, he can upload images.
If I limit him to a single category, I get a similar error as above.
Warning: array_intersect(): Argument #1 is not an array in /home/hunterju/public_html/wp-content/plugins/limitcats.php on line 264
Warning: Cannot modify header information – headers already sent by (output started at /home/hunterju/public_html/wp-content/plugins/limitcats.php:264) in /home/hunterju/public_html/wp-admin/inline-uploading.php on line 101
Any other thoughts?
Thanks
Forum: Plugins
In reply to: Limit Categories PluginThanks Moshu:
There is no problem in using the upload function when limitcat is not activated. The message comes when the plugin is activated.
When the plugin is activated, the admin who has complete access to all of the categories tries an upload, it works fine.
But when an author with limited category access tries an upload, the message is
Warning: array_intersect(): Argument #1 is not an array in /home/hunterju/public_html/wp-content/plugins/limitcats.php on line 267
Warning: Cannot modify header information – headers already sent by (output started at /home/hunterju/public_html/wp-content/plugins/limitcats.php:267) in /home/hunterju/public_html/wp-admin/inline-uploading.php on line 101
That would suggest that it is a plugin problem.
Forum: Fixing WordPress
In reply to: Access current logged in user from loopThanks
Forum: Plugins
In reply to: update_user_option() Not quite working right.Registration can occur with just a username and email. Those fields are stored in wp-users
wp-users stores
ID
user_login
user_pass
user_nicename
user_email
user_url
user_registered
user_activation_key
user_status
display_nameThe following data gets added when a user edits his profile
wp_usermeta stores
umeta_id
user_id
meta_key
meta_valuewith the meta_keys being
first_name
last_name
nickname
description
jabber
aim
yim
wp_capabilities
wp_user_level
rich_editingand the meta data displaying the data for each key.
Forum: Plugins
In reply to: List authors by roleThanks Michael:
The answer to use the deprecated wp_user_level value is a way of getting around this but requires defining different levels for the differnt author roles and does not appear to be a long term solution.
Anybody else got any other thoughts?
Forum: Installing WordPress
In reply to: visual rich editorIn admin go to the User Page and make sure that the checkbox in the lower left corner is checked. If it isn’t checked, the user can’t use the rich display editor.
It doesn’t matter what you have checked in personal options
Forum: Installing WordPress
In reply to: visual rich editorAt a loss, I am trying to avaoid a backup of mySQL and a fresh install of 2.0.
Anyone else had and solved this problem?
Forum: Installing WordPress
In reply to: visual rich editorI also have just upgraded from WordPress 1.52 to 2.0 and am faced with the same problem. Although I have selected personal options:
Users should use the visual rich editor by default
Convert emoticons like 🙂 and 😛 to graphics on display
WordPress should correct invalidly nested XHTML automaticallyThe rich text editor does not display, nor does the convert emotions work.