Title: MagicFire's Replies | WordPress.org

---

# MagicFire

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [User post deletion ability](https://wordpress.org/support/topic/user-post-deletion-ability/)
 *  Thread Starter [MagicFire](https://wordpress.org/support/users/magicfire/)
 * (@magicfire)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/user-post-deletion-ability/#post-3877360)
 * Thanks.
 * So only solution for me would be to create my own capability for users allowing
   only to move the post to trash.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adding meta_key filter to the wp_list_pages disable the sort_column settings](https://wordpress.org/support/topic/adding-meta_key-filter-to-the-wp_list_pages-disable-the-sort_column-settings/)
 *  Thread Starter [MagicFire](https://wordpress.org/support/users/magicfire/)
 * (@magicfire)
 * [13 years ago](https://wordpress.org/support/topic/adding-meta_key-filter-to-the-wp_list_pages-disable-the-sort_column-settings/#post-3628288)
 * Resolved, I just need to rearrange the the options.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Excerpt for the pages](https://wordpress.org/support/topic/excerpt-for-the-pages/)
 *  Thread Starter [MagicFire](https://wordpress.org/support/users/magicfire/)
 * (@magicfire)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/excerpt-for-the-pages/#post-3533600)
 * The code `add_post_type_support( 'page', 'excerpt' );` will add standard excerpt
   separate field for page.
 * It’s custom made theme (I didn’t make it, I got this site from my predecessor).
   I doesn’t search my theme, because I thought that read more link is standart 
   part of the excert function. Thanks, I will search my theme for this.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP with BuddyPress user registration problem](https://wordpress.org/support/topic/wp-with-buddypress-user-registration-problem/)
 *  Thread Starter [MagicFire](https://wordpress.org/support/users/magicfire/)
 * (@magicfire)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/wp-with-buddypress-user-registration-problem/#post-3393148)
 * OK, classic problem, plugin from the 3rd side.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP with BuddyPress user registration problem](https://wordpress.org/support/topic/wp-with-buddypress-user-registration-problem/)
 *  Thread Starter [MagicFire](https://wordpress.org/support/users/magicfire/)
 * (@magicfire)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/wp-with-buddypress-user-registration-problem/#post-3392902)
 * I find out,that the problem was caused by this:
 * `do_action('user_register', $user_id);`
 * to which was connected following plugins:
    - Alo-Easymail
    - WP-admin/user.php
    - wp-admin\includes\template.php
    - buddypress\bp-blogs\bp-blogs-functions.php
    - buddypress\bp-members\bp-members-signup.php
    - buddypress-auto-group-join\php\bp-auto-group-join-init.php
 * Even if I commented `add_action( 'user_register', name_of_fcn)`
    in each of this
   files, still the password won’t show in DB. Only if I comemented the `do_action('
   user_register', $user_id);` in the wp-includes/user.php , now the password appears
   in DB. Are there any others functions (exept that above) that are conected to
   this hook? Because even if I disabled them, the hook still causes me trouble.
 * Thanks
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Move installed WP to another site](https://wordpress.org/support/topic/move-installed-wp-to-another-site/)
 *  Thread Starter [MagicFire](https://wordpress.org/support/users/magicfire/)
 * (@magicfire)
 * [14 years ago](https://wordpress.org/support/topic/move-installed-wp-to-another-site/#post-2678414)
 * Thanks, I’ve allready figured it out. I just need to change .httaccess
 * I found this little thing, called ReWriteBase and needed to change it to “/”.
   It contains previous subfolder name.
 * As always, the simplest thing is the hardest to find.

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