Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Forum: Plugins
    In reply to: Limit Categories Plugin
    Thread Starter BigJohn

    (@bigjohn)

    Owen 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 Plugin
    Thread Starter BigJohn

    (@bigjohn)

    Thanks. I will go there.

    John

    Forum: Plugins
    In reply to: Limit Categories Plugin
    Thread Starter BigJohn

    (@bigjohn)

    I 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 Plugin
    Thread Starter BigJohn

    (@bigjohn)

    Thanks 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.

    Thread Starter BigJohn

    (@bigjohn)

    Thanks

    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_name 

    The following data gets added when a user edits his profile

    wp_usermeta stores

     umeta_id 
     user_id 
     meta_key 
     meta_value 

    with the meta_keys being

    first_name
    last_name
    nickname
    description
    jabber
    aim
    yim
    wp_capabilities
    wp_user_level
    rich_editing

    and the meta data displaying the data for each key.

    Forum: Plugins
    In reply to: List authors by role
    Thread Starter BigJohn

    (@bigjohn)

    Thanks 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?

    In 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

    At 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?

    I 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 automatically

    The rich text editor does not display, nor does the convert emotions work.

Viewing 10 replies - 1 through 10 (of 10 total)