-
r-a-y posted on the forum topic How to add a view counter to forums-loop?? in the group How-To and Troubleshooting: 13 years, 9 months ago
You can’t if you’re not familiar with code, as it takes some time getting used to how the plugin developer wrote the code to begin with and how to make it fit within BuddyPress.
-
r-a-y posted on the forum topic Extending Group Documents plugin in the group Creating & Extending: 13 years, 9 months ago
You should be able to modify the code to make it fit within a member’s profile… will just take time and work!
—
You might also be interested in a new plugin Boone Gorges is building called “BuddyPress Docs”:
https://github.com/boonebgorges/buddypress-docsFYI, it’s in development and shouldn’t be used on a production site.
-
r-a-y posted on the forum topic How to add a view counter to forums-loop?? in the group How-To and Troubleshooting: 13 years, 9 months ago
You need to port over a bbPress plugin and make it compatible with BuddyPress:
https://bbpress.org/plugins/topic/bb-topic-views/ -
r-a-y posted on the forum topic Comments and Posts on secondary blogs not showing? Help! in the group How-To and Troubleshooting: 13 years, 9 months ago
Not sure what you’re talking about… the blog posts and comments show up on the activity stream. I see this blog post: lastimpacto.com/blog/2011/02/26/adaptacion-anime-de-ben-to/ And this blog comment: lastimpacto.com/blog/2011/02/24/fanart-del-25-aniversario-de-the-legend-of-zelda/#comment-16 Make sure you’re actually viewing the activity stream…[Read more]
-
r-a-y posted on the forum topic Autoplay in oembed in the group oEmbed for BuddyPress: 13 years, 9 months ago
This isn’t a problem with the plugin, it’s to do with the oEmbed provider. There might be an option to toggle autoplay in PHPMotion for the oEmbed provider. If not, you can also write your own function and hook into WordPress’ oEmbed filter to strip the autoplay parameter as well. The filter name is “embed_oembed_html”. […]
-
r-a-y posted on the forum topic On network mode buddypress sites in the group Requests & Feedback: 13 years, 9 months ago
There’s already a ticket for this:
https://trac.buddypress.org/ticket/2164 -
r-a-y posted on the forum topic BuddyPress Sitewide activity widget does not update itself after migration in the group How-To and Troubleshooting: 13 years, 9 months ago
What version of BuddyPress are you running?
-
r-a-y posted on the forum topic Remove Link From Admin Bar in the group Creating & Extending: 13 years, 9 months ago
You’ll need to hook into the filter in the bp_get_options_nav() function (located in /bp-core/bp-core-templatetags.php) to remove the “Change Avatar” link from the options nav.
View xprofile_setup_nav() (in bp-xprofile.php) as well.
-
r-a-y posted on the forum topic BP1.2.8 and the WP 3.1 Admin Bar in the group How-To and Troubleshooting: 13 years, 9 months ago
Did you read the link posted by Avi M? The BuddyBar and the WP Admin bar are two separate things at the moment. The WP admin bar was introduced in WP 3.1. BP_DISABLE_ADMIN_BAR only disables the BuddyBar (contrary to the blog post on bpdevel.wordpress.com). To disable the WP admin bar, you can simply add the following […]
-
r-a-y posted on the forum topic hidden group activity showing to public in the group How-To and Troubleshooting: 13 years, 9 months ago
You should contact D. Cartwright about the Wiki component:
https://buddypress.org/community/members/Aekeron/ -
r-a-y posted on the forum topic BuddyPress Sitewide activity widget does not update itself after migration in the group How-To and Troubleshooting: 13 years, 9 months ago
What is already set? The WordPress timezone or your server’s timezone?
Your server’s timezone is different; get a system admin to verify that the server timezone is correct.
-
r-a-y posted on the forum topic BuddyPress banners in the group How-To and Troubleshooting: 13 years, 9 months ago
You need to modify the topic template in your BuddyPress theme:
/groups/single/forum/topic.phpUnfortunately I can’t code the thing for you.
This thread can perhaps get you in the right direction:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/the-forum-topics-second-posts-position/ -
r-a-y posted on the forum topic BuddyPress Sitewide activity widget does not update itself after migration in the group How-To and Troubleshooting: 13 years, 9 months ago
Gotcha.
Sounds like a timezone issue. Your server might need to be set to the correct timezone. Also try manually setting the timezone in the WordPress admin area:
https://codex.wordpress.org/Settings_General_SubPanel -
r-a-y posted on the forum topic The Forum Topic's Second Post's Position in the group How-To and Troubleshooting: 13 years, 9 months ago
I’ve given you most of the snippet. It’s up to you to do the rest!
-
r-a-y posted on the forum topic bp_the_topic_last_poster_name() not working? in the group How-To and Troubleshooting: 13 years, 9 months ago
That function name is a little misleading, as bp_the_topic_last_poster_name() only works within the forum loop on the forum directory. You’ll have to write your own function to grab the last poster name in the topic loop try something like this in your theme’s functions.php : ` function my_the_topic_last_poster_name() { echo…[Read more]
-
r-a-y posted on the forum topic oEmbed for BP 0.6-beta available! in the group oEmbed for BuddyPress: 13 years, 9 months ago
-
r-a-y posted on the forum topic Trouble with oembed beta by Ray in the group BuddyPress Rate Forum Posts: 13 years, 9 months ago
@el_terko – Look for the following in the BP Rate Forum Posts plugin:
add_filter( 'bp_get_the_topic_post_content', 'rfp_filter_rating_link', 3 );
and change to:
add_filter( 'bp_get_the_topic_post_content', 'rfp_filter_rating_link' );
@dwenaus – any reason why you’re hooking into the filter at 3? Instead of the default of…
-
r-a-y joined the group BuddyPress Rate Forum Posts 13 years, 9 months ago
-
r-a-y posted on the forum topic oEmbed for BP 0.6-beta available! in the group oEmbed for BuddyPress: 13 years, 9 months ago
Looks like you’re running the rate forum posts plugin. I’m going to do some investigating to see if I can duplicate the problem.
-
r-a-y posted on the forum topic oEmbed for BP 0.6-beta available! in the group oEmbed for BuddyPress: 13 years, 9 months ago
@gunju2221 – What plugin is rfp-rate?
- Load More
@r-a-y
Active 4 months, 4 weeks ago