-
Weshaw posted on the forum topic How to default group view to Forum in the group How-To and Troubleshooting: 14 years, 6 months ago
@r-a-y: you’re absolutely right, but I’m new at this. Do I have to copy all the files to my child theme in any folder where I change even one file, or can I just create a “groups” folder in my child theme (I already have one) and add only the one file I’ve changed? Thanks.
-
intimez posted on the forum topic BP Usernames Only โ Plugin Announcements in the group BuddyPress Usernames Only: 14 years, 6 months ago
You may want to edit the installation instruction on the plugin page
from -> Change line 578 in /buddypress/bp-activity-templatetags.php
to -> Change line 578 in /buddypress/bp-activity/bp-activity-templatetags.phpsame in the readme.txt of the plugin zip file which also includes ‘ (ticks that may confused those that copy/paste)
-
Tosh posted an update 14 years, 6 months ago
@r-a-y Btw, added you as a contributor.
-
bplove posted on the forum topic Stable(ish) release of BuddyPress Group Email Subscription (with digests!) in the group BuddyPress Group Email Subscription: 14 years, 6 months ago
@r-a-y curious what would happen if you had 8000 + people who had enabled digest. I guess this would completely slow down your site and create a lot of bandwidth expense? So this kind of plug-in should only be used on smaller installs, not super big ones I guess huh?
-
GoTamil posted an update 14 years, 6 months ago
@r-a-y What actually this plugins do? Is it will replace http://blog.com/member/name to http://blog.com/name?
-
What you’re asking for can be done with the following line in wp-config.php:
define ( 'BP_ENABLE_ROOT_PROFILES', true );
-
Hey, ray. Thank you very much for this fast and very valuable code. Work like very charming… Thanks again bro…
-
No problem! For more on internal settings you can change, check out this article:
https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/-
Thanks a lot for the complete set of codes. Just a small questions, once I’ve activated the root profiles, all the old updates still showing the older profiles. Anywhere I can modify it. The new status updates shows the new profiles. Thanks in advance!
-
You’ll have to write some RewriteRules in your .htaccess file.
Try something like this:
RedirectMatch 301 ^/members/(.*)$ http://example.com/$1
Change example.com to your domain.
-
OK cool ๐ Is this one can be used in normal WP installations too, replacing the /author/ base?
-
-
-
-
-
-
-
gregfielding posted on the forum topic BP Usernames Only โ Plugin Announcements in the group BuddyPress Usernames Only: 14 years, 6 months ago
Any way to exclude the changes to the actual member’s profile page header? I liked how it showed the Real Name, followed by the @mentions username. Most of my members would want to show there real name in this one spot.
-
Dwenaus posted on the forum topic Stable(ish) release of BuddyPress Group Email Subscription (with digests!) in the group BuddyPress Group Email Subscription: 14 years, 6 months ago
Hey all, I’ve removed the *beta status* warning. so hopefully people will start adopting it en masse. @r-a-y I think your email throttling makes sense however what will happen if the script runs for a very long time, won’t it time out eventually? I built this to run on a site with about 8000+ users, so […]
-
thelandman posted on the forum topic Error after upgrading plugin in the group BuddyPress Usernames Only: 14 years, 6 months ago
@r-a-y You have permission to kick me in the ass. lol! Tks
-
leivajd posted on the forum topic Unable to create group in the group How-To and Troubleshooting: 14 years, 6 months ago
@r-a-y, yes, that was the problem, I uninstalled the plugin but for some reason continued working, I had to delete it and now works just fine.
-
BOW posted an update in the group BuddyPress Usernames Only: 14 years, 6 months ago
@r-a-y Can you upload a couple of screen shots of the changes this plugin makes please mate.
Will there be a way in the future to have it work without core hacks?
Cheers Ray great work mate!
-
If you needed this plugin, you wouldnโt need screenshots to see what has been changed ๐
Hopefully the core hacks wonโt be necessary in the next release of BuddyPress! *fingers crossed*-
lol – True Mate, I just wanted to make sure it does what I think it does. Just before i went making core changes ๐
-
The core changes are very minor! You can always revert the hacks back to the original to see the difference.
FYI, the first hack allows activity comments (such as this one) to display usernames.
The second one changes a bunch of display names in email notifications and private messages.
-
Crap! Noticed that I forgot to uncomment a filter. Just released v0.51.
If you can’t wait for WordPress to update their plugin repository, download the files here:
https://plugins.svn.wordpress.org/buddypress-usernames-only/trunk/-
Cheers!
-
-
-
-
-
gregfielding posted on the forum topic Plugin Request: a conditional "If Logged-In" Widget in the group Requests & Feedback: 14 years, 6 months ago
They only choose which pages, no? Is there a condition to apply for being logged-in to buddypress? https://codex.wordpress.org/Conditional_Tags
-
linusf posted on the forum topic Incorrect friend count after user is deleted in the group How-To and Troubleshooting: 14 years, 6 months ago
@r-a-y – Yes unfortunately. Hopefully someone can look at the ticket again.
-
BOW posted on the forum topic I just want ONE consistent username to appear EVERYWHERE in WP/ BP in the group How-To and Troubleshooting: 14 years, 6 months ago
-
Gianina Mocanu posted an update 14 years, 6 months ago
@r-a-y Hi!
Can you tell me please if there is a plugin that allows to see the 2nd and 3rd level of the network?
Thanks!
Gianina -
linusf posted on the forum topic Incorrect friend count after user is deleted in the group How-To and Troubleshooting: 14 years, 6 months ago
@r-a-y
I tried the solution presented in the ticket but with no luck, still counts removed users… I downloaded the file from https://trac.buddypress.org/changeset/2976.
Is there something iยดm missing here? -
Jeff Sayre posted on the forum topic some members' profile data display incorrectly! in the group How-To and Troubleshooting: 14 years, 6 months ago
As @r-a-y suggests, these look like spam accounts to me.
-
hnla posted on the forum topic How to I edit the CSS? in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@r-a-y really the issue is not with one particular plugin but with the overall notion of plugin authorship. if it isnโt too many lines that is ; minimal, under 20 lines Yes but this is not under your control? By and large a satisfactory implementation of WP or WP/BP will end up relying on a fair number of […]
-
Tosh posted an update 14 years, 6 months ago
@r-a-y Just sent you another donation ๐ Thanks for the help!
-
xberserker posted on the forum topic Trying to run some code based on a field with there user id in the group Creating & Extending: 14 years, 6 months ago
@r-a-y Thanks for that! ๐ Getting some errors. This shows in the admin Warning: Invalid argument supplied for foreach() in /home/me/public_html/mysite/wp-content/plugins/cubepoints-buddypress-integration/cubepointsBP.php on line 74 This shows on the front end when I go to the activity page Warning: Invalid argument supplied for foreach() in…[Read more]
-
xberserker posted on the forum topic Trying to run some code based on a field with there user id in the group Creating & Extending: 14 years, 6 months ago
@r-a-y This is what I came up with and the echo prints out this “Banned Users: Array” am I even close? lol function my_bp_update_post_add_cppoints() { global $bp; $bpcpspam = array($bpcpspamlist); $getspamlist = get_option( ‘bp_spammer_cp_bp’ ); $bpcpspamlist = explode(“,”, $getspamlist); echo(‘Banned Users: ‘ . $bpcpspamlist . ” “); if…[Read more]
- Load More
@r-a-y
Active 5 months ago
Thanks! Glad to see thekmen added as well!