-
Varun Dubey replied to the topic How to add ugc into outbound links rel? in the forum How-to & Troubleshooting 4 years, 4 months ago
@imath yes, instead of adding nofollow for activity content and body, we can use ugc
adding it as ticket -
Garrett Hyder replied to the topic [Resolved] Disable "leave group" and "request membership" buttons in the forum How-to & Troubleshooting 4 years, 5 months ago
I assume you’re talking about the group listing when referring to ‘clicking the group’. In that case I believe you’d want to customize the groups/groups-loop.php template by copying it into your own theme and conditionally remove the links if the current user isn’t a member.
Here’s docs on the template hierarchy in Buddypress -…[Read more] -
Georgio replied to the topic Disable auto-generation of passwords on the registration form in the forum How-to & Troubleshooting 5 years, 1 month ago
Thank you @imath for your response.
Yes, I am injectingwp_login_form()
from functions.php as a menu item.Meanwhile I found a workaround by renaming the /wp-includes/js/zxcvbn.min.js file. This stops the auto-generation of passwords. I noticed though that if someone uses a weak password to login the the signup form shows a warning: “Confirm use…[Read more]
-
Philippe replied to the topic BuddyPress Email Notification Ignoring SMTP Server Settings? in the forum How-to & Troubleshooting 5 years, 4 months ago
-
Henry Wright replied to the topic Meeting Scheduler for "Members" in the forum Third Party Plugins 7 years, 1 month ago
It sounds like you need @imath‘s Rendez Vous plugin.
-
Eric replied to the topic Custom Post Type Support for Activity in the forum How-to & Troubleshooting 7 years, 3 months ago
Hi,
does someone use the code from @imath to replace the link to the article with the topic posted to de activity stream and link to the article?
doesnΒ΄t work for me.i am also still looking for code to add the featured image of an custom post type article to the activity stream..
tnx, Eric
-
Paul Wong-Gibbs replied to the topic Registration email not sending in French with WPML translation in the forum How-to & Troubleshooting 8 years, 3 months ago
@imath has never reported with emails not sending from his French language WordPress sites, so I am assuming this is a server configuration problem – or incompatibility with something WPML is doing – rather than it being down to some character within the email string.
-
Paul Wong-Gibbs replied to the topic how to shorten Buddypress activation key in the forum How-to & Troubleshooting 8 years, 5 months ago
I think you’ll need to change it in both places. I have no idea why we store it twice, but I’m blaming @imath since he introduced the signups table. π
-
Paul Wong-Gibbs replied to the topic Cover photo not showing in the forum How-to & Troubleshooting 8 years, 5 months ago
-
Mark replied to the topic Possible Bug: When Displaying a Members Loop Above Cover Image on Member Profile in the forum How-to & Troubleshooting 8 years, 8 months ago
Hi @imath!
Interesting, I noticed the relation of those three entries were breaking the plugin/widget combination I was messing around with as a workaround. I ended up getting it to work by moving the code around in relation to those files. Took me forever though, lol. I am not a coder so have no clue what much of this stuff means but can move…[Read more]
-
Paul Wong-Gibbs replied to the topic Same Cover Update Across Network – Multisite in the forum How-to & Troubleshooting 8 years, 8 months ago
@imath you might be interested in this one π
-
Paul Wong-Gibbs replied to the topic Upload Failed! Error was: That photo is too big. Please upload one smaller than in the forum How-to & Troubleshooting 8 years, 9 months ago
I assume you’ve tried other images — i.e. it’s not a problem with the one image you have been testing with?
I’m not sure, this is pretty odd.
@imath Any ideas?
-
Paul Wong-Gibbs replied to the topic BP new registered user not syncing in WordPress 4.4.1 usermeta in the forum How-to & Troubleshooting 8 years, 10 months ago
@imath any idea if we need to change the name sync stuff for new WP?
-
old account replied to the topic Cannot Access Pending User Page in WP in the forum Installing BuddyPress 8 years, 11 months ago
Error: “You do not have sufficient permissions to access this page.”
This happens when clicking on ‘Pending’ in Users when BuddyPress is activated only on main site of multisite install but, you can see pending users at /wp-admin/network/users.php?page=bp-signups i.e. network side.
@imath posted a working patch for this issue which is scheduled…[Read more]
-
Henry Wright replied to the topic Set Users and Profiles to Private in the forum How-to & Troubleshooting 8 years, 12 months ago
@imath just built a plugin which looks pretty great. Try BP Restricted Community.
-
Henry Wright replied to the topic BuddyPress 2.4.0 – Pietro in the forum Miscellaneous 9 years ago
Great stuff @imath and everyone else involved, 2.4.0 looks a truly fantastic release! Thank you π
-
@mercime replied to the topic BuddyPress 2.4.0 – Pietro in the forum Miscellaneous 9 years ago
Congratulations @imath π
-
Brian Cruikshank replied to the topic Create Cover Photos using the new BP_Attachment API in the forum Creating & Extending 9 years, 5 months ago
So I’ve taken a stab at it and gotten the tab to show in the correct place, but my Cover_Photo_Attachment attachment class still is not uploading images and I’m not sure why. Trying to follow the great work of @imath and the BP_Attachment documentation.
Also having trouble trying to get the Avatar UI to show for a nice upload experience. Is it…[Read more]
-
@mercime replied to the topic [Resolved] Fatal error after update to 2.2.2.1 in the forum How-to & Troubleshooting 9 years, 7 months ago
@akecheta1983 Thanks for posting back and glad that you’re able to get access back to your dashboard. Letting @imath know about the issue. Marking this issue as resolved.
-
aaronkine replied to the topic Custom Post Type Support for Activity in the forum How-to & Troubleshooting 9 years, 7 months ago
@imath thanks for the above code which “adds the post type title into the link in replacement”
But i need to change one small thing in that code but i dont know how.
Here is my code in bp-custom.php —
add_post_type_support( 'job_listing', 'buddypress-activity' );
[Read more]
function customize_page_tracking_args_job() {
// Check if the Activity… - Load More
@imath
Active 2 weeks, 3 days ago