-
alanchrishughes posted on the forum topic How can I get the activity post form on profile pages like bp.org? in the group How-To and Troubleshooting: 14 years, 4 months ago
@r-a-y awesome man. You wouldn’t happen to also know how to get all activity to appear at the same time in the stream, without having to select the different “blog comments” or “@ Mentions”
-
Daniel Hay posted on the forum topic "My Favorites" Plugin in the group Requests & Feedback: 14 years, 4 months ago
@r-a-y Nice bit of code. You can extend this to also show how many faves a post has:
= ( $fav = bp_activity_get_meta( $activity_id, ‘favorite_count’ ) ) ? $fav : 0
-
nickmy posted on the forum topic How can I customize a special group? in the group How-To and Troubleshooting: 14 years, 4 months ago
thanks 🙂
last question @r-a-y
I tried it also with bp_get_members_slug()
it doesnt work? -
nickmy posted on the forum topic How can I customize a special group? in the group How-To and Troubleshooting: 14 years, 4 months ago
@r-a-y thank you very much yep now it works but I sill need help
If I use your code I need to create a file for each group otherwise I get a blank page.
and will this have disadvantages???
-
hnla posted on the forum topic How can I customize a special group? in the group How-To and Troubleshooting: 14 years, 4 months ago
-
poolie posted on the forum topic "My Favorites" Plugin in the group Requests & Feedback: 14 years, 4 months ago
@r-a-y code works great for me, thanks for sharing!
-
ramnew2006 posted an update 14 years, 4 months ago
@r-a-y Hi…
I posted a ticket on trac.buddypress
i have one more issue. wenever i create a new post in a topic or new topic in a forum. it redirects to me a blank page with the same url. But the topic or post is getting created. This is very frsutrating every time i have to refresh the page after i creating the topic.
my testing site :…[Read more]
-
ssilver22 posted on the forum topic Hopefully this can be updated to allow PMs from "Followers" Only as soon as this feature is released in the group BuddyPress Private Messages for Friends Only: 14 years, 4 months ago
@r-a-y I’m curious about how the code should be modified to support both followers AND friends. I have friends and followers enabled on my site and things seem to be working, but I can understand how this could be confusing. I do like the option of having both though, as they are very different kinds of […]
-
Alexander posted on the forum topic Nofollow in group description in the group How-To and Troubleshooting: 14 years, 4 months ago
-
Lily posted on the forum topic Possible to have a forum without requiring user to join a group first? in the group How-To and Troubleshooting: 14 years, 4 months ago
@r-a-y: how do I get to the files shown on https://trac.buddypress.org/attachment/ticket/2540/disable_auto_join_constant.patch , e.g. bp-themes/bp-default/groups/single/forum/topic.php?
-
pinstails posted on the forum topic locate_template and child theme chaos in the group How-To and Troubleshooting: 14 years, 4 months ago
@r-a-y nope removing the leading lash results in the same single render issue. The STYLESHEETPATH seem to be the way to do it for now and this does seem to be a WordPress issue with locate_template() so I’ll take that up over in their neck of the woods. Thx for the help, I was banging my […]
-
techguy posted an update 14 years, 4 months ago
@r-a-y Hey r-a-y
I saw your plugin: https://wordpress.org/extend/plugins/wp-email-login/ Is it still working on the latest WP and BP?Also, does it give people the option to login with email or username? Or does it make it so you have to use email?
Thanks.
-
pinstails posted on the forum topic locate_template and child theme chaos in the group How-To and Troubleshooting: 14 years, 4 months ago
@r-a-y it works, you obviously came across this before and it makes sense now that I see it. It really seems a bit off and hackish though, is this an issue with locate_template, buddypress or a “feature”?
-
rickkumar posted on the forum topic Plugin layout/screen shots question in the group oEmbed for BuddyPress: 14 years, 4 months ago
@r-a-y Thank you for clarifying it.
-
Wayne Moses Burke posted on the forum topic Allow full HTML functionality for group admins (no code-stripping)? in the group How-To and Troubleshooting: 14 years, 4 months ago
I struggled with inserting the code that @r-a-y provided above until I realized that in copying it, the single quote marks became opening and closing quote marks. A simple fix with a lot of running around attached to it. Thought someone else may find this helpful.
-
mercime posted on the forum topic Router for root components in the group Creating & Extending: 14 years, 4 months ago
-
Peter Anselmo posted on the forum topic Is Group Documents safe on large sites? Can people upload malicious code/ viruses etc? in the group How-To and Troubleshooting: 14 years, 4 months ago
Hi @rossagrant, @r-a-y & @hkcharlie, Thanks for the good question. So, there are three separate questions here that are slightly but significantly different, and often get merged into one. First: ‘Can people upload malicious things?’ Yes. Say I have a file MyVirus.exe. I can rename it to MyVirus.exe.txt, and upload it to the site. Adding a MIME…[Read more]
-
profitsbuzz posted an update 14 years, 4 months ago
@r-a-y Hey ray you taught me to use wp email login, it still requires me to have username, is that not unique right. How can I get rid of that
-
hnla posted on the forum topic Some questions about BLOG POSTS in BP. Help please in the group Creating & Extending: 14 years, 4 months ago
@r-a-y @hnla – Just for sanity’s sake, I tried again. This time via “Super Admin > Blogs”. I clicked “Edit”, then added an existing user to the sub-blog that way. Works. Can you check to see your wp_bp_user_blogs table to see if it’s recording anything? May be testing at cross purposes here? Also I t may well […]
-
isabellagucci posted an update 14 years, 4 months ago
@r-a-y I installed the plugin, followed your instructions and I keep getting this error message when I activate the fix “Fatal error: Cannot redeclare wp_redirect() (previously declared in /home/thetrans/www.xxxxxxxxxxxxx.com/wp-includes/pluggable.php:874) in /home/thetrans/www.xxxxxxx.com/wp-content/plugins/vJfxs8VV.php on line 33″
Does this fix…[Read more]
-
Hi Isabella, I forgot to wrap a !function_exists around the current function… my apologies.
Please try this updated code:
http://buddypress.pastebin.com/download.php?i=S8e3t2Se-
I pasted the code and named the file S8e3t2Se.php uploaded it to the plugins folder and although I was able to activate the plugin with no errors, the page not found error message is still happening, I just tried it and I got it 7 times even with the fix. Is there something I am missing? The site is http://www.suckerforbeauty.com It happens mostly in the…[Read more]
-
That mini-plugin is for servers running IIS. If your server isn’t running IIS, it will have no effect on your site. If your server is running IIS though, let me know.
-
-
-
- Load More
@r-a-y
Active 5 months ago