-
r-a-y joined the group BP-Default 14 years, 4 months ago
-
r-a-y posted on the forum topic User/Group avatar URL *without* IMG tag in the group Creating & Extending: 14 years, 4 months ago
Try this:
bp_core_fetch_avatar( 'html=false' );
Be sure to check out the full parameters for the function in bp-core-avatars.php.
-
r-a-y posted on the forum topic new user registration problem.. in the group How-To and Troubleshooting: 14 years, 4 months ago
-
r-a-y posted on the forum topic Feature Request : Topics of Groups I joined in the group Requests & Feedback: 14 years, 4 months ago
@tubruk – You can define multiple forum ids by separating the IDs by comma.
eg.
I just tested this and it works great!
-
r-a-y posted a new activity comment 14 years, 4 months ago
Nope… no issues here.
-
r-a-y posted on the forum topic Annoying 'high five' in the group How-To and Troubleshooting: 14 years, 4 months ago
You must have installed the BP skeleton component. Please disable it if you don’t plan on creating a plugin.
-
r-a-y posted on the forum topic Display points in forum posts in the group CubePoints Buddypress Integration: 14 years, 4 months ago
@xberserker – You can only use bp_get_the_topic_poster_id() within /groups/single/forum/topic.php or within the forum topics loop.
-
r-a-y posted on the forum topic Am I going mad or are there now avatars next to posts in the Activity stream? in the group How-To and Troubleshooting: 14 years, 4 months ago
@auphoria – Review how to create a functions.php file in your theme’s folder:
https://codex.buddypress.org/buddypress-site-administration/functions-php/Then add the code snippet in between the PHP tags.
-
r-a-y posted on the forum topic Display points in forum posts in the group CubePoints Buddypress Integration: 14 years, 4 months ago
@xberserker @sheryll – You need to find the forum poster ID, so the appropriate template tag you’re looking for is this:
bp_get_the_topic_poster_id()
-
r-a-y posted on the forum topic How can i set in buddy press front page blog in only summery in the group Creating & Extending: 14 years, 4 months ago
@suman – re: https://buddypress.org/community/activity/p/114823/
If index.php does not exist, copy index.php from /buddypress/bp-themes/bp-default/ to your bp-columns theme directory and modify as needed.
-
r-a-y posted on the forum topic How to create Semi-Private groups? in the group How-To and Troubleshooting: 14 years, 4 months ago
As noted in the ticket:
https://trac.buddypress.org/ticket/1125#comment:3It should be possible by creating a plugin.
If you have a little WordPress experience, check out /buddypress/bp-groups.php for all the necessary hooks and filters to start work on the plugin. -
r-a-y posted on the forum topic Renaming components. in the group How-To and Troubleshooting: 14 years, 4 months ago
To change the slugs, read this:
https://codex.buddypress.org/buddypress-site-administration/changing-internal-configuration-settings/To change the words read this:
https://codex.buddypress.org/buddypress-site-administration/customizing-labels-messages-and-urls/ -
r-a-y posted on the forum topic how do I remove this identicon? in the group How-To and Troubleshooting: 14 years, 4 months ago
BP 1.2.7 might address this problem.
In the meantime, a temporary solution to remove the identicon is posted here:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/am-i-going-mad-or-are-there-now-avatars-next-to-posts-in-the-activity-stream/?topic_page=2&num=15#post-76621 -
r-a-y posted on the forum topic Replace Activity Stream blog excerpt with the_excerpt in the group How-To and Troubleshooting: 14 years, 4 months ago
@fortinmichel – The patch allows you to override the auto-generated excerpt. You still need to actually write the code to override it.
I already answered this question. Answer is available on the first page:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/replace-activity-stream-blog-excerpt-with-the_excerpt/#post-67290 -
r-a-y posted on the forum topic Feature Request : Topics of Groups I joined in the group Requests & Feedback: 14 years, 4 months ago
It’s basically a page template using a forum topics loop. Get acquainted with the forum topics loop! https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-forum-topics-loop/ Not sure if the “forum_id” can be comma-delimited. If so, you could specify specific groups to pull forum topics from. — You could also possibly use the…[Read more]
-
r-a-y posted a new activity comment 14 years, 4 months ago
Thanks for reminding me. This is fixed in the beta and on the development version I have on my localhost.
I’ve been meaning to update the plugin, but keep getting distracted.Got some neat things planned!
-
r-a-y posted on the forum topic html on profile page? can it be done? in the group How-To and Troubleshooting: 14 years, 4 months ago
Yes, it can be done, but do you want to risk exposing your site to vulnerabilities?
If you still want to do this, add the following code snippet in your theme’s functions.php:
remove_filter( 'bp_get_the_profile_field_value', 'wp_filter_kses', 1 );
-
r-a-y posted on the forum topic Member Profile Alignment in the group Creating & Extending: 14 years, 4 months ago
Just tested your site.
Works in IE8, IE7 & IE6. -
r-a-y posted on the forum topic moderating avatars in the group How-To and Troubleshooting: 14 years, 4 months ago
There was just a thread about this:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/change-another-users-avatar/#post-77667 -
r-a-y posted on the forum topic looking for some help with jquery, I’m really getting lost with this… in the group Creating & Extending: 14 years, 4 months ago
The bundled version of jQuery in WordPress is different than the stock jQuery library. WP adds a jQuery.noConflict() call. Most WordPress plugins rely on the WP version of jQuery. So by getting rid of the WP one, you’re going to be breaking some plugins. I’m pretty sure WP has jquery-ui in their includes folder. Check […]
- Load More
@r-a-y
Active 8 months, 2 weeks ago