Title: progresst's Replies - page 5 | WordPress.org

---

# progresst

  [  ](https://wordpress.org/support/users/progresst/)

 *   [Profile](https://wordpress.org/support/users/progresst/)
 *   [Topics Started](https://wordpress.org/support/users/progresst/topics/)
 *   [Replies Created](https://wordpress.org/support/users/progresst/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/progresst/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/progresst/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/progresst/engagements/)
 *   [Favorites](https://wordpress.org/support/users/progresst/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 61 through 69 (of 69 total)

[←](https://wordpress.org/support/users/progresst/replies/page/4/?output_format=md)
[1](https://wordpress.org/support/users/progresst/replies/?output_format=md) [2](https://wordpress.org/support/users/progresst/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/progresst/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/progresst/replies/page/4/?output_format=md)
5

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [User/Author Category](https://wordpress.org/support/topic/userauthor-category/)
 *  Thread Starter [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/userauthor-category/#post-933033)
 * Ended up using this but will check that out as well and let you know…
 * [http://wordpress.org/extend/plugins/bind-user-to-cat/](http://wordpress.org/extend/plugins/bind-user-to-cat/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Assign categories to users?](https://wordpress.org/support/topic/assign-categories-to-users/)
 *  [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/assign-categories-to-users/#post-896001)
 * [http://wordpress.org/extend/plugins/bind-user-to-cat/](http://wordpress.org/extend/plugins/bind-user-to-cat/)
 * Worked great! Binds a single user to a single category. On my installation the
   user/author still sees all categories when they write a new post…but after 8 
   hours looking for different stuff, this saved my butt. WEB11’s “much better plugin”
   has a a HUGE 404 error bug and the author never plans on fixing it…stay away 
   from that little piece of hot mess.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: WP-o-Matic] WP-o-matic throws blank page after campaign submit](https://wordpress.org/support/topic/plugin-wp-o-matic-wp-o-matic-throws-blank-page-after-campaign-submit/)
 *  [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-o-matic-wp-o-matic-throws-blank-page-after-campaign-submit/#post-834833)
 * I am getting the same problem, did you are anyone else figure out whats wrong?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Cannot configure WP-o-Matic](https://wordpress.org/support/topic/cannot-configure-wp-o-matic/)
 *  [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/cannot-configure-wp-o-matic/#post-844975)
 * What part of ‘Please switch to Firefox / Safari’ don’t you get? 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Prevent User from changing email address](https://wordpress.org/support/topic/prevent-user-from-changing-email-address/)
 *  [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/prevent-user-from-changing-email-address/#post-611916)
 * Hi,
 * I was able to do this by opening up the wp-admin/profile.php and on line 79 change
   the email input box to disabled.
 * **Before:**
    <input type=”text” name=”email” id=”email” value=”<?php echo $profileuser-
   >user_email ?>” />
 * **After:**
    <input disabled type=”text” name=”email” id=”email” value=”<?php 
   echo $profileuser->user_email ?>” />
 * This will essentially “grey” out the box so that they can see it but cannot change
   it.
 * Hope this helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Import Users Plugin?](https://wordpress.org/support/topic/import-users-plugin/)
 *  Thread Starter [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/import-users-plugin/#post-702795)
 * Thanks Otto, actually hacked one out based on another similar plugin out there.
 * Here is the script and description:
 * I was having a hard time finding a plugin to import a delimited user file into
   the WordPress Users table. Luckily I stumbled over the Dagon script that allowed
   insertion of username and email but it still autogenerated the password when 
   I needed to keep the password in my original text file. I hacked the script up
   to disable the hash password generation and added the password field to the import
   and it works great on WP 2.3.2. I am uploading the .txt file. Rename it to PHP
   and upload to your plugins directory, activate and you should be good to go.
 * [Download Script](http://progresstechlabs.com/wp-content/uploads/dd-import-users-mod-password1.txt).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Which Table for Categories?](https://wordpress.org/support/topic/which-table-for-categories/)
 *  Thread Starter [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/which-table-for-categories/#post-702713)
 * Oops, sorry…I was not sure if I posted to the correct forum. Duly warned and 
   thanks for the help!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Which Table for Categories?](https://wordpress.org/support/topic/which-table-for-categories/)
 *  Thread Starter [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/which-table-for-categories/#post-702446)
 * Here is a list of tables that I have. None have anything that I can find in regards
   to categories.
 * _meblogs_comments
    _meblogs_links _meblogs_options _meblogs_postmeta _meblogs_posts
   _meblogs_terms _meblogs_term_relationships _meblogs_term_taxonomy _meblogs_usermeta
   _meblogs_users
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Avatar plugin](https://wordpress.org/support/topic/avatar-plugin/)
 *  Thread Starter [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/avatar-plugin/#post-702444)
 * Found what I needed on the .ORG site actually. Thanks!
 * [http://wordpress.org/extend/plugins/ozh-avatar-popup/#post-2410](http://wordpress.org/extend/plugins/ozh-avatar-popup/#post-2410)

Viewing 9 replies - 61 through 69 (of 69 total)

[←](https://wordpress.org/support/users/progresst/replies/page/4/?output_format=md)
[1](https://wordpress.org/support/users/progresst/replies/?output_format=md) [2](https://wordpress.org/support/users/progresst/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/progresst/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/progresst/replies/page/4/?output_format=md)
5