brownstone73
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Customer Area] Modify Customer Area pageIs 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
In reply to: [WP Customer Area] View users private files as AdministratorThanks 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
In reply to: [WP Customer Area] Modify Customer Area pageNevermind found the page, it’s the customer-page-header.template.php in customer-area/includes/core-addons/customer-page/templates
Forum: Fixing WordPress
In reply to: Add user ID prefix01002 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
In reply to: [WP Customer Area] Remove the 'Hi []' text from customer areaExcellent!
Forum: Fixing WordPress
In reply to: Add user ID prefix@leejosepho not sure how that’s helping???
Forum: Plugins
In reply to: [WP Customer Area] Remove the 'Hi []' text from customer areaIt’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
In reply to: Remove the 'Hi []' text from customer areaMy bad.
Nothing wrong with the commercial product, it was simply a question on edit a text phrase on the customer-area plugin.
Forum: Plugins
In reply to: Friends only pluginNever mind – disabled activity on buddypress
Forum: Plugins
In reply to: [WP Customer Area] Customer Private AreaThanks 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
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
In reply to: [CubePoints] [Plugin: CubePoints] Donate module does not workXiaxov, 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?
All working by removing captcha, so it does not seem to work if you have a captcha.
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
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Auto replyHi 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?