-
Walid posted on the forum topic How to Disable content filter links for all profile fields??? in the group How-To and Troubleshooting: 13 years, 7 months ago
-
Menelik Seth posted an update 13 years, 7 months ago
@r-a-y Yea , my login name is Menelik Seth, but I’d very much like it changed to menelikseth (one word, and all small letters). Thanks a bunch!
-
Menelik Seth posted an update 13 years, 7 months ago
@r-a-y Hey r-a-y,
Firstly, thanks for the insights into the bbpress meta functions. That really clarified things for me. I’m currently going to use it to create some custom filters for the forum loop.
I have a small problem with the buddypress.org forums. I cannot access my profile page, or any of its functions: can’t see my notifications,…[Read more]
-
Taehan Lee posted on the forum topic Compatibility with U BuddyPress Forum Editor – Not working in the group oEmbed for BuddyPress: 13 years, 7 months ago
@r-a-y
hi, i’m u-buddypress-forum-editor’s developer.
when url is wrapped any tags, preceding tag(or any character) is included to the matches. then url can’t be filtered as you know. -
embergermedia posted on the forum topic Showing profile fields outside of profile in the group How-To and Troubleshooting: 13 years, 7 months ago
@r-a-y Thanks again for the answer. But I have the following problems: The echo displays the group members user id for each member (the actual number) But the profile field that I am trying to display is showing that of the members page I am on, not the group members. I replaced : ‘user_id’ => bp_displayed_user_id() […]
-
embergermedia posted on the forum topic Showing random group members in the group How-To and Troubleshooting: 13 years, 7 months ago
Well, that is handful! I’m not sure where to even begin to combine the two types of loops. I’m willing to get my hands dirty with code, but need a hint as to how to get started. Any suggestions?
Thanks for the reply!
-
Menelik Seth posted on the forum topic Changing Group tab display defaults in the group How-To and Troubleshooting: 13 years, 7 months ago
@r-a-y Interesting to note, I’ve just tried the code, and it works. But for some reason, while it works flawlessly on my XAMPP box (Windows Vista), my MAMP box will not load any of the forums or forum posts… It just loads a blank page. I just hope it works on my live server… EDIT: Works […]
-
Mikey3D posted on the forum topic All Old Topics in the Forum Page is Gone in the group How-To and Troubleshooting: 13 years, 7 months ago
@r-a-y @djpaul Here’s what happens: Mikey3D wrote: Hi, I just saw your new (hosting name) layout but something is missed in my database. Hereโs the problem: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/all-old-topics-in-the-forum-page-is-gone/ There are no older topics. I did not post at buddypress yet because a…[Read more]
-
tubruk posted on the forum topic Add a new Tab in the group Miscellaneous: 13 years, 7 months ago
@r-a-y thank you very much I found a way and it works fine ๐ : 1. in ajax.php I added this:
if ( 'english' == $_BP_COOKIE ) { $user_id = ( $bp->displayed_user->id ) ? $bp->displayed_user->id : $bp->loggedin_user->id; $qs[] = 'forum_id=17'; }
2. Then added this in forums/index.php :<a href="">English</a>
thanks again. I hope this will… -
tubruk posted on the forum topic Add a new Tab in the group Miscellaneous: 13 years, 7 months ago
<a href="YOUR LINK">Another Forum Loop</a>
@r-a-y thank you very much. What is “MY LINK” ? I created another forum loop but whats the url of it?
I only changed this in the new forum loop.php :
-
nahummadrid posted on the forum topic Suggested Posts Plugin (for Multisite Preferably) in the group How-To and Troubleshooting: 13 years, 7 months ago
thanks @r-a-y has anyone brought in tags meta into the activity loop’s items? I think as you said, activity loop should be less taxing but I tend to use the switch_to_blog regardless of taxation. ๐ I do have sitewide tags in place and that might be the option I’m looking for. Am I going to insert […]
-
tubruk posted on the forum topic Add a new Tab in the group Miscellaneous: 13 years, 7 months ago
-
xberserker started the forum topic How would I do Video Transparency? in the group oEmbed for BuddyPress: 13 years, 7 months ago
@r-a-y Reason for this is I have a chat plugin at the bottom and it hidden behind the videos. I have this fixed for blog posts but not for this plugin. I have this just in my footer (hidden pretty much) as the first step.
Then I add this to the embed
wmode="transparent"
Anyway to […] -
celsosoares posted on the forum topic Order/sort activity by "most favorites" in the group How-To and Troubleshooting: 13 years, 7 months ago
@r-a-y , @Dankicity thank you for your replies. Yeah I can’t get this to work either. Following r-a-y’s steps all I get returned is ALL of the activity items, sorted chronologically. That’s likely because my code sucks though ๐ If anyone gets this to work, it would be awesome! It’s the only thing left to sort out […]
-
pcwriter posted on the forum topic Russell Pike Reviews in the group Creating & Extending: 13 years, 7 months ago
-
Collab+ posted on the forum topic How to display the posterโs user role in forums for that specific group in the group How-To and Troubleshooting: 13 years, 7 months ago
@r-a-y, I found a little incompatibility with your code, and with The “bp unread posts” plugin, it seems that this code is making it not to appear `function bp_unread_posts_record_activity() { global $bp; global $forum_template; if ( bp_has_forum_topic_posts() ) $bb_this_thread = $forum_template->topic->topic_id; if (empty($bb_this_thread)) {…[Read more]
-
Syrinxie posted an update 13 years, 7 months ago
@r-a-y Hey r-a-y. I do have deep integration with bbpress/wordpress(buddypress).
I saw you post this: “echo bp_core_fetch_avatar( ‘item_id=’.get_post_author_id() );” to someone on making bbpress pull buddypress avatars? But I have no idea where to put it. I’m a nub >.>
-
Justin Frydman posted an update 13 years, 7 months ago
@r-a-y Ray, how would I update your regular expression in the oembed plugin to avoid urls already in a hyperlink?
eg:
<a href="http://www.youtube.com/watch?v=5sQhTVz5IjQ">http://www.youtube.com/watch?v=5sQhTVz5IjQ</a>
-
nahummadrid posted on the forum topic How to force Author pages for members with (0) zero published posts? in the group How-To and Troubleshooting: 13 years, 7 months ago
@r-a-y thanks…I thought I could squeeze it in here at these forums, since I’m pulling in BP Profile components into the author.php template. These BP elements are what I can not get to show when there are no post existing for that user. like i said, everything works fine when a post exist by the member. […]
-
@mercime posted a new activity comment 13 years, 7 months ago
@DJPaul @boonebgorges @r-a-y @hnla spammer @geoa
- Load More
@r-a-y
Active 4 months, 4 weeks ago
According to John, you’ll have to create a new account until the username compatibility issue has been taken care of.
Sorry about that!
Thanks for the efforts, it’s no biggie. Is it at least possible to recover the email I’m using with this one? me@menelikseth.com or will it be tied up with this account?
It would be a bummer if my fav email account was rendered useless with the BuddyPress/WordPress commmunity.
I believe you can change your email address on wordpress.org/support.
Login there and click on “View your profile” and then click on “Edit”. If you are not able to get to your profile because of the space, let me know and I’ll get John to change your email address.
Alrighty, I just changed my email to my alternate email address. I’ll go on ahead and attempt to create a new account using the primary one.
No dice, the wordpress.org/support registration form states that my email already exists.
Sorry for the late reply, Menelik.
I’ve asked John to see if he can change your email address for your current account. I’ll report back when I hear something.
Also, if you’re using Google Apps for your email, you could probably use an email address like me+bp@menelikseth.com and that would technically count as another email address, but would…[Read more]