-
rich! @ etiviti posted an update 14 years, 6 months ago
@r-a-y just got your PM but then *poof* no more PMs on the site. lol.
-
Paul Wong-Gibbs posted an update 14 years, 6 months ago
@r-a-y re: https://trac.buddypress.org/ticket/2383#comment:1
Should be open now
-
Boone Gorges posted on the forum topic Understanding bp_core_load_template in the group Creating & Extending: 14 years, 6 months ago
What @r-a-y said. It can be nice to use templates if you think that other BP themes will possibly provide override template for what you’re building. Unless you’re building a BP plugin that has extremely rich functionality or can only work if it’s extremely customizable, I wouldn’t worry about it – just put the markup code […]
-
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
@thekmen @r-a-y Tried going about this another way. Still not working correctly. Says user id 59 is not a spammer, but that user is marked as so. Any ideas? I tried to echo it out. Nothing comes out for the user id .. echo(‘User ID: ‘ . $bp->loggedin_user->id . “n”); /* *********************** START Spammmer! ********************************* */…[Read more]
-
xberserker posted on the forum topic How to tell if a person has uploaded a avatar only once? in the group Creating & Extending: 14 years, 6 months ago
@r-a-y I tried this as well. Not the desired outcome. if ( !$no_grav ) { Went back to this, because I’m sure I am getting closer .. When I test this with an account has an existing avatar, it still gives me points. // Avatar Anti-Spam global $bp; $avatar_dir = ‘avatars’; $avatar_dir = apply_filters( ‘bp_core_avatar_dir’, $avatar_dir, […]
-
xberserker posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 14 years, 6 months ago
Ahah! That worked! Thank You ray! 😀
-
xberserker posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@r-a-y Good idea. Tried this below. Whoever clicked accept on the friend invite gets points twice. mmm Can I replace the cp_currentUser() function with something else that’s buddypress related? // Add Points for Accepting a Friend Request function my_bp_friend_add_cppoints($friendship_id, $inviter_id, $invitee_id) { if(…[Read more]
-
Famous posted on the forum topic Default BP blog theme? in the group Creating & Extending: 14 years, 6 months ago
-
Andrea 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
@r-a-y I agree with @agrundner about the name showing on the profile page. But I think this is the only place it should be seen.
-
chris posted on the forum topic Members only in the group How-To and Troubleshooting: 14 years, 6 months ago
@r-a-y great update for the ruo2. question for you.. i have added bp_is_front_page() to the if line.. which allows me to show the Home Page (and the Register Page redirect for everything else).. but i also need to add one more page for non-registered users to view… can i call it out specifically by name or […]
-
agrundner 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
-
Andrea 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
@r-a-y The name still shows up when users leave a comments on a blog… also I understand what your are saying about the “name” field, but i still believe that it should be up to each webmaster to decided if that field should be used or not in the “Profile Field Setup”. If you manually create […]
-
Andrea 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
Thanks for the great help @r-a-y and @rossagrant
I’ve just turn this code into a small plugin for people who don’t want to mess around in the code. I’m going to see if I can upload it to the extend section. I think i’m going to call it “BP Username Fix”
-
Peter Kirn posted on the forum topic fyi: WP-reCAPTCHA works fine with BuddyPress in the group Third Party Components & Plugins: 14 years, 6 months ago
@r-a-y: Excellent. Let me refactor the code accordingly, as I think we’re in agreement that the ultimate goal is to do one wp-recaptcha that works everywhere. I need to actually go off the new 3.0 codebase from Blaenk, anyway; won’t be hard to do that. Once I have a new version up, I’ll have it in […]
-
agrundner posted on the forum topic Child Theme Question from Super Noob in the group Creating & Extending: 14 years, 6 months ago
@rebeccageiger I checked out your screencast. To edit the style.css file (not folder) through your cPanel File Manager you’ll have to click on the HTML or Code Editor buttons at the top. That should show you a blank file that you can cut ‘n paste the code you wish to add. After that follow @r-a-y‘s instructions to […]
-
hnla posted on the forum topic Members only in the group How-To and Troubleshooting: 14 years, 6 months ago
@r-a-y thanks, that’s the one. Obvious as soon as I saw it written 🙂 that allows all top level pages to be viewed but doesn’t allow to further drill down.
-
hnla posted on the forum topic Members only in the group How-To and Troubleshooting: 14 years, 6 months ago
@r-a-y is there any method of testing whether the page concerned is a root component, that is the page lives in the root directory e.g example.com/groups/ reason for asking is as the plugin stands anonymous users only ever see a login page, that can tend to put people off? they may base their decision to join […]
-
Peter Kirn posted an update 14 years, 6 months ago
@r-a-y Just to make sure you don’t miss this — I’ve *very nearly gotten it*. My plug-in now validates. I’m just stuck on a dumb problem, which is I’m unclear how to make sure that the error message itself displays on the form.
That is, if I have this:
http://noisepages.com/register/I just don’t know how to make bp->signup->error echo properly…[Read more]
-
nahummadrid posted on the forum topic Link Directly to Blogs' Author Posts in the group How-To and Troubleshooting: 14 years, 6 months ago
@r-a-y is similar because it seems that all links take me to the main blog author template which is cool. but I’d like to keep things as is and be selective with what links i send to the author page so instead, from my profile home, add ‘quicklinks’ to the various subblogs i’ve authored on not […]
-
Andrea_r posted on the forum topic Multiple Budypress Networks, one install in the group Requests & Feedback: 14 years, 6 months ago
@boone In theory 😛 @r-a-y and that is the big question. Also, that doesn’t take existing mu installs into account. like I mentioned in chat, even if the bare minimum in core was a function to hook into so a further plugin could do the bulk of the work, that’d be awesome. But the brainy programmer guys […]
- Load More
@r-a-y
Active 5 months ago
Yeah I noticed that as well! Pinged you on your etivite site!