Title: brownstone73's Replies | WordPress.org

---

# brownstone73

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 44 total)

1 [2](https://wordpress.org/support/users/brownstone73/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/brownstone73/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/brownstone73/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Customer Area] Modify Customer Area page](https://wordpress.org/support/topic/modify-customer-area-page/)
 *  Thread Starter [brownstone73](https://wordpress.org/support/users/brownstone73/)
 * (@brownstone73)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/modify-customer-area-page/#post-4239448)
 * Is there a way to maintain the settings for customer-page-header.template?
 * I am adding line-breaks between the dashboards links, Hello … and Latest files
   in the customer area, but everything I install an update, the setting will be
   lost and I will need to redo the line breaks.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Customer Area] View users private files as Administrator](https://wordpress.org/support/topic/view-users-private-files-as-administrator/)
 *  Thread Starter [brownstone73](https://wordpress.org/support/users/brownstone73/)
 * (@brownstone73)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/view-users-private-files-as-administrator/#post-4103534)
 * Thanks Vincent, but that plugin would be more useful to admin users. In my case
   though, I have a list of groups and each group has a group administrator (author
   role) using Role Scoper.
 * It will be great if group administrators could view other user’s customer areas.
 * I am also using UPME premium plugin, this plugin works well with your customer-
   area plugin – I actually have them both on a single page for each user. When 
   I list all users and groups I can view their UPME pages when I click on their
   profiles, but the customer-area section only shows my (Administrator) details,
   instead of the user profile I’m viewing.
 * If you could have other users or rather admin users be able to view other users
   customer-area’s, that will be an excellent feature, I will not mind paying for
   such a feature either!
 * Hope I didn’t confuse you 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Customer Area] Modify Customer Area page](https://wordpress.org/support/topic/modify-customer-area-page/)
 *  Thread Starter [brownstone73](https://wordpress.org/support/users/brownstone73/)
 * (@brownstone73)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/modify-customer-area-page/#post-4239129)
 * Nevermind found the page, it’s the customer-page-header.template.php in customer-
   area/includes/core-addons/customer-page/templates
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add user ID prefix](https://wordpress.org/support/topic/add-user-id-prefix/)
 *  Thread Starter [brownstone73](https://wordpress.org/support/users/brownstone73/)
 * (@brownstone73)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/add-user-id-prefix/#post-4095712)
 * 01002 was just an example and I do not want to change any existing user ID’s 
   in the database, I only have one user – the Admin user (me) and the ID is off
   course ‘1’
 * I would like to add a prefix to user ID’s for new users, preferably to display
   user ‘2’ as ‘1002’. I could add another field in the database to call the original
   user ID, add the prefix and then display the newly created field, but since I’m
   helping a friend with this task I’d like to keep it simple for her.
 * **Rod**, do you have any pointers on changing the way they display. I am currently
   displaying the user ID on the user profile page (front end). Unfortunately I 
   cannot post a link to this and you will need to be a registered user to view 
   this page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Customer Area] Remove the 'Hi []' text from customer area](https://wordpress.org/support/topic/remove-the-hi-text-from-customer-area-1/)
 *  Thread Starter [brownstone73](https://wordpress.org/support/users/brownstone73/)
 * (@brownstone73)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-the-hi-text-from-customer-area-1/#post-4095133)
 * Excellent!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add user ID prefix](https://wordpress.org/support/topic/add-user-id-prefix/)
 *  Thread Starter [brownstone73](https://wordpress.org/support/users/brownstone73/)
 * (@brownstone73)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/add-user-id-prefix/#post-4095703)
 * [@leejosepho](https://wordpress.org/support/users/leejosepho/) not sure how that’s
   helping???
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Customer Area] Remove the 'Hi []' text from customer area](https://wordpress.org/support/topic/remove-the-hi-text-from-customer-area-1/)
 *  Thread Starter [brownstone73](https://wordpress.org/support/users/brownstone73/)
 * (@brownstone73)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-the-hi-text-from-customer-area-1/#post-4095034)
 * It’s actually ‘Hello [name],’
 * I resolved it by commenting out the following line in the customer-page.template.
   php page in /customer-area/includes/core-addons/customer-page/templates
 *     ```
       /*	if (empty($title)) {
   
       		$title = sprintf( __('Hello %s,', 'cuar'), $current_user->display_name );
   
       	}
       */
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Remove the 'Hi []' text from customer area](https://wordpress.org/support/topic/remove-the-hi-text-from-customer-area/)
 *  Thread Starter [brownstone73](https://wordpress.org/support/users/brownstone73/)
 * (@brownstone73)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-the-hi-text-from-customer-area/#post-4094999)
 * My bad.
 * Nothing wrong with the commercial product, it was simply a question on edit a
   text phrase on the customer-area plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Friends only plugin](https://wordpress.org/support/topic/friends-only-plugin/)
 *  Thread Starter [brownstone73](https://wordpress.org/support/users/brownstone73/)
 * (@brownstone73)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/friends-only-plugin/#post-3876104)
 * Never mind – disabled activity on buddypress
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Customer Area] Customer Private Area](https://wordpress.org/support/topic/customer-private-area/)
 *  Thread Starter [brownstone73](https://wordpress.org/support/users/brownstone73/)
 * (@brownstone73)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/customer-private-area/#post-3838094)
 * Thanks for the answer Vincent, if I do set it up in the that way. Will I be able
   to have a contibuter see the user’s private area as well?
 * For example:
    I have a group set up and have a Group administrator assigned to
   the group. How can I set it up so that the group administrator can access the
   users in that group’s private area? Is this possible?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress Template Pack] [Plugin: BuddyPress Template Pack] No "BP Compatibility" under appearances after installat](https://wordpress.org/support/topic/plugin-buddypress-template-pack-no-bp-compatibility-under-appearances-after-installation/)
 *  [brownstone73](https://wordpress.org/support/users/brownstone73/)
 * (@brownstone73)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-buddypress-template-pack-no-bp-compatibility-under-appearances-after-installation/#post-2958680)
 * Thank for this and my site is actually loading faster now that I removed the 
   folder and deactivated BP Template pack.
 * Just another question, I use cube points, so everything in my activity pages 
   is now displaying fine in my theme, except for cubepoints, any idea how I can
   have it displayed the same as the buddypress features?
 * Thanks in advance.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CubePoints] [Plugin: CubePoints] Donate module does not work](https://wordpress.org/support/topic/plugin-cubepoints-donate-module-does-not-work/)
 *  [brownstone73](https://wordpress.org/support/users/brownstone73/)
 * (@brownstone73)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-cubepoints-donate-module-does-not-work/#post-3123447)
 * Xiaxov, did you managed to resolve this issue. I’m also having the same problem
   now, cubepoints is working fine, but the donate button does not do anything and
   the pop-up doesn’t appear.
 * I disabled all plugins, but this still didn’t make any changes, I also checked
   the logs and there’s nothing there. I’m still left with a non-working donate 
   button 🙂
 * Any ideas?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] [Plugin: Jetpack by WordPress.com] Jetpack Comments: Submit Comment Button not working](https://wordpress.org/support/topic/plugin-jetpack-by-wordpresscom-jetpack-comments-submit-comment-button-not-working/)
 *  [brownstone73](https://wordpress.org/support/users/brownstone73/)
 * (@brownstone73)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-jetpack-by-wordpresscom-jetpack-comments-submit-comment-button-not-working/#post-2876269)
 * All working by removing captcha, so it does not seem to work if you have a captcha.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Photon Failure Messages in Header and Post](https://wordpress.org/support/topic/photon-failure-messages-in-header-and-post/)
 *  [brownstone73](https://wordpress.org/support/users/brownstone73/)
 * (@brownstone73)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/photon-failure-messages-in-header-and-post/#post-3275787)
 * Getting the same on my pages:
 * Warning: array_key_exists() [function.array-key-exists]: The first argument should
   be either a string or an integer in /home/henry/public_html/wp-content/plugins/
   jetpack/modules/photon.php on line 183
 * Any ideas pls.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] [Plugin: Contact Form 7] Auto reply](https://wordpress.org/support/topic/plugin-contact-form-7-auto-reply-1/)
 *  [brownstone73](https://wordpress.org/support/users/brownstone73/)
 * (@brownstone73)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-auto-reply-1/#post-2747599)
 * Hi Arik,
 * did you manage to get this working? I am also looking to do the same thing. If
   a user register, I would like to send an auto reply to the user.
 * Anyone?

Viewing 15 replies - 1 through 15 (of 44 total)

1 [2](https://wordpress.org/support/users/brownstone73/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/brownstone73/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/brownstone73/replies/page/2/?output_format=md)