-
Henry Wright replied to the topic Registration From fields displaying (0 selected) on mobile/Ipad, looks very poor in the forum How-to & Troubleshooting 9 years, 5 months ago
Which theme are you using?
-
Henry Wright replied to the topic availability plugin buddypress in the forum Requests & Feedback 9 years, 5 months ago
Have you tried Rendez Vous?
-
Henry Wright replied to the topic SEO for Member Pages in the forum Third Party Plugins 9 years, 5 months ago
Have you tried WordPress SEO by Yoast?
-
Henry Wright replied to the topic Limit Group per user in the forum How-to & Troubleshooting 9 years, 5 months ago
-
Henry Wright replied to the topic Automatically delete group after certain date in the forum How-to & Troubleshooting 9 years, 5 months ago
This sounds like a job for WordPress Cron. Note that WordPress Cron works slightly different to the UNIX version in that it runs only if there is a site visit. So if your website has low traffic then use a service such as Pingdom to ensure your site is hit regularly.
-
Henry Wright replied to the topic BuddyPress ruined my site in the forum Installing BuddyPress 9 years, 5 months ago
I’ve uninstalled the plugin and deleted it but it is still redirected all my pages to some random phpforum.
The random phpforum you speak of, is that another website? If so, you have malware and will need to remove it.
-
Henry Wright replied to the topic Hiding members header on certain pages in the forum How-to & Troubleshooting 9 years, 5 months ago
@duxortus in the code you’ve posted, your single quote marks look weird. Not sure if it’ll matter but they should really be like this:
'
Not like this:
’
-
Henry Wright replied to the topic How to use custom Name fields with xprofile in the forum How-to & Troubleshooting 9 years, 5 months ago
Thanks for sharing @patrix87!
-
Henry Wright replied to the topic How to access other members messages ? in the forum How-to & Troubleshooting 9 years, 5 months ago
Hi @stefanbu
It isn’t clear from your post what you are trying to do. You should explain in detail your aim and any problems you’re facing.
-
Henry Wright replied to the topic Ajax not working in activity in the forum How-to & Troubleshooting 9 years, 5 months ago
The loop you posted simply iterates over the
$actions
array (assuming it is an array), adding actions for each array element.Does this help?
-
Henry Wright replied to the topic Enable "Create a Group" button for Admin and Editor role only in the forum How-to & Troubleshooting 9 years, 5 months ago
It isn’t a copy-and-paste thing. You’d need to place your button inside the condition.
-
Henry Wright replied to the topic Enable "Create a Group" button for Admin and Editor role only in the forum How-to & Troubleshooting 9 years, 5 months ago
You could use
current_user_can()
to check the member’s capabilities. For example:if ( current_user_can( 'edit_pages' ) ) {
// Output button
} -
Henry Wright replied to the topic BP Members not showing; Order By missing Alphabetical filter in the forum How-to & Troubleshooting 9 years, 5 months ago
That does sound strange. Did you restore both your database and files? If you did both, you should be seeing the 15 front-end members again.
-
Henry Wright replied to the topic Question About Best Setup in the forum Installing BuddyPress 9 years, 5 months ago
We need Groups and also Private Groups
I’d activate the Groups component.
Need to be able to upload face pictures
With BuddyPress, uploading profile photos is possible by default.
Hope this helps?
-
Henry Wright replied to the topic Create Cover Photos using the new BP_Attachment API in the forum Creating & Extending 9 years, 5 months ago
Hi @brianbws,
You’ll need to
extend
theBP_Attachment
class with your own subclass. See the BP_Attachment article for more info. -
Henry Wright replied to the topic admin-ajax.php high wait time on pingdom test in the forum How-to & Troubleshooting 9 years, 5 months ago
Not that I know of. Have a read of How to Take Control of The WordPress Heartbeat API for an overview of the performance issues associated with it.
-
Henry Wright replied to the topic Buddypress notifications not working in the forum How-to & Troubleshooting 9 years, 5 months ago
It seems this is in-progress. See 6057 for updates.
-
Henry Wright replied to the topic Buddypress notifications not working in the forum How-to & Troubleshooting 9 years, 5 months ago
That indicates Kleo may be causing the email problem.
Regarding the web-notifications, can you test again but this time use TwentyFifteen and deactivate all plugins (aside from BP).
-
Henry Wright replied to the topic How to customize labels ? in the forum How-to & Troubleshooting 9 years, 5 months ago
Glad to see you’ve managed to solve the problem yourself.
-
Henry Wright replied to the topic admin-ajax.php high wait time on pingdom test in the forum How-to & Troubleshooting 9 years, 5 months ago
Looking through your list of active plugins, it’s likely one or more are using admin-ajax.php. You should try identify which of them are a) using the resource and b) how often. The Heartbeat API is known to put pressure on admin-ajax.php so perhaps check if any are using that as well.
- Load More
@henrywright
Active 8 months, 2 weeks ago