-
Henry Wright replied to the topic Customize email templates in the forum How-to & Troubleshooting 8 years, 10 months ago
-
Henry Wright replied to the topic Customize email templates in the forum How-to & Troubleshooting 8 years, 10 months ago
Aw man, that’s a shame. I was sure I had it working not long ago, perhaps it was on an old version of WP and BP.
-
Henry Wright replied to the topic How To Customize Buddypress Javascript Functions in the forum How-to & Troubleshooting 8 years, 10 months ago
This looks for a click on a page element with ID
message-threads
and then executes thestarAction
function. If you wanted to disable it, just make sure you don’t have anything on your page with an ID ofmessage-threads
. For example, just change the ID to something else:<div id="message-threads">
// Stuff.
</div>Note: Be sure nothing else…[Read more]
-
Henry Wright replied to the topic Customize email templates in the forum How-to & Troubleshooting 8 years, 10 months ago
Welcome Pack allows you to customise templates for emails. Give that plugin a try
-
Henry Wright replied to the topic 1000s of Forums automatically being created in the forum How-to & Troubleshooting 8 years, 10 months ago
That sounds very strange. Are you using any plugins? What theme are you using?
-
Henry Wright replied to the topic How to create a Like notification? in the forum How-to & Troubleshooting 8 years, 10 months ago
To like something are you using a plugin? BuddyPress doesn’t come with like functionality out of the box. I would think the plugin you’re using should supply the notification functionality. Try asking your plugin’s author to see if they can add the feature for you.
-
Henry Wright replied to the topic How to create a Like notification? in the forum How-to & Troubleshooting 8 years, 11 months ago
If you’re not comfortable with code, then try searching for a plugin. I’m not aware of one but that doesn’t mean there isn’t one out there 🙂
-
Henry Wright replied to the topic Can't login when Buddypress enabled in the forum How-to & Troubleshooting 8 years, 11 months ago
Could this be an issue with your theme? Try with the Twenty Fifteen theme enabled just to make sure. Also, sometimes plugins can cause problems. Deactivate everything aside from BP and then try testing again.
-
Henry Wright replied to the topic Problems with "subscription page" on my website in the forum How-to & Troubleshooting 8 years, 11 months ago
You can modify your theme to add “directions”. Check out the Template Hierarchy article for more info.
-
Henry Wright replied to the topic How to create a Like notification? in the forum How-to & Troubleshooting 8 years, 11 months ago
Check out
bp_notifications_add_notification()
.Ref: https://codex.buddypress.org/developer/function-examples/bp_notifications_add_notification/
-
Henry Wright replied to the topic Most popular – Plugin search in the forum Third Party Plugins 8 years, 11 months ago
I haven’t seen a plugin that can do those things. Have you searched the WP Plugin Directory?
-
Henry Wright replied to the topic About BuddyPress Templates in the forum Creating & Extending 8 years, 11 months ago
-
Henry Wright updated the Messages page, on the BuddyPress Codex 8 years, 11 months ago
Sections
Public Messages
Private MessagesPrivate Message Screens
How to Send a Private MessagePublic Messages
BuddyPress provides ways for you to send a message publicly to another member […] -
Henry Wright replied to the topic About BuddyPress Templates in the forum Creating & Extending 8 years, 11 months ago
-
Henry Wright replied to the topic New – Buddy Progress Bar in the forum Third Party Plugins 8 years, 11 months ago
Nice thanks @danbp, this is very useful 🙂
-
Henry Wright replied to the topic Bump Activity to top Plugin in the forum Third Party Plugins 8 years, 11 months ago
Hi @namrons, unfortunately I have no spare time right now to develop this. Hope you find someone who can help you out!
-
Henry Wright replied to the topic How to create pages in buddypress like facebook?? in the forum Creating & Extending 8 years, 11 months ago
Does How to make my site like Facebook help?
-
Henry Wright replied to the topic Spammers let in/Real people kept out. in the forum How-to & Troubleshooting 8 years, 11 months ago
If I disable email confirmation then it opens the site to even more spammers.
Personally, I’d never do that because as you say it opens the door to spoof emails, and therefore much more spam.
I’d reach out to your users and try to find out what is causing the emails to go into their spam folders. For example, do they have custom spam filters set…[Read more]
-
Henry Wright replied to the topic Spammers let in/Real people kept out. in the forum How-to & Troubleshooting 8 years, 11 months ago
You could activate some kind of registration honeypot to keep the spam bots out. This technique has worked well for me in the past.
Example: https://en-gb.wordpress.org/plugins/registration-honeypot/
Regarding the confirmation email problem, this seems to be a common problem and one that isn’t easily solved. Many things can result in email going…[Read more]
-
Henry Wright replied to the topic How to back previous page after login in the forum How-to & Troubleshooting 8 years, 11 months ago
Try using Theme My Login.
- Load More
@henrywright
Active 8 months, 1 week ago