-
r-a-y posted on the forum topic Call to arms – Own your task in the group Requests & Feedback: 13 years, 6 months ago
Even the bbPress plugin comes with a small set of fallback template files (as a child theme of twentyten) to display forums. I didn’t say we’d get rid of bp-default! bp-default can continue to be a parent theme. Even if we backport the simplest changes from bbPress for now like get_template_part() to BP (instead of locate_template() […]
-
r-a-y posted on the forum topic profile edit error for multicheckbox – more error details ? in the group How-To and Troubleshooting: 13 years, 6 months ago
Thanks for posting about this problem.
This is fixed in the upcoming release of BP, though not for v1.2:
https://buddypress.trac.wordpress.org/ticket/3189If you encounter any other bugs, please post them on BuddyPress Trac:
https://buddypress.trac.wordpress.org/newticketLogin with the same credentials you use on buddypress.org.
-
r-a-y posted on the forum topic Group description excerpt – need to change it – where ? in the group How-To and Troubleshooting: 13 years, 6 months ago
Apply a filter to “bp_get_group_description_excerpt” (located in bp-groups/bp-groups-templatetags.php).
The default is 20 words.
Try something like this in your theme’s functions.php:
function my_group_excerpt() {
global $groups_template;$group = $groups_template->group;
return bp_create_excerpt( $group->description, 40 ); // change 40 to…[Read more] -
r-a-y posted on the forum topic please wait on login in the group Creating & Extending: 13 years, 6 months ago
You could try using jQuery’s submit event handler:
http://api.jquery.com/submit/ -
r-a-y posted on the forum topic Allow users to select time zone — not the site admin in the group How-To and Troubleshooting: 13 years, 6 months ago
It’s possible, you could try setting up the timezones as an xprofile field, but you’d still have to write a custom plugin to override any timestamp that has a filter like
bp_activity_time_since
(available in bp-activity-templatetags.php). -
r-a-y posted on the forum topic Call to arms – Own your task in the group Requests & Feedback: 13 years, 6 months ago
A little late to this thread, anyway, I’m in total agreement with MrMaz; while there’s some nice work going on in bp-default to make it blog and theme-review compatible, I don’t believe it should be the job of the core devs to maintain a blogging theme. BP should only worry about the templating aspects of […]
-
r-a-y posted on the forum topic User cannot send messages to friends in the group BuddyPress Private Messages for Friends Only: 13 years, 6 months ago
@ewebber – I haven’t come across this myself. The only thing I can think of at the moment is it could be a caching issue. If you have a caching plugin, try disabling it perhaps? Sorry for the late reply.
-
r-a-y posted on the forum topic User Online Icon in the group Creating & Extending: 13 years, 6 months ago
@luvs123 – BP_Core_User refers to an older version of BuddyPress.
I would try something like what shanebp outlines here:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-display-if-the-user-is-online-or-not-in-the-forum-topic-and-profile/#post-99118 -
r-a-y posted a new activity comment 13 years, 6 months ago
I believe what I posted before is old code. I prefer this code better:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-make-a-private-community/?topic_page=6&num=15#post-86316 -
r-a-y posted a new activity comment 13 years, 6 months ago
“and if an activity’s permanent-link contains chinese charact, it will be return to homepage.”
If this is the case, please post a ticket about this on BuddyPress Trac:
https://trac.buddypress.org/newticketLogin with the same username and password you use here on BuddyPress.org.
—
About Chinese names and @mentions, can you see if username_exis…[Read more]
-
r-a-y posted on the forum topic customize Youtube player with this plugin in the group oEmbed for BuddyPress: 13 years, 6 months ago
According to YouTube, you can’t customize the oEmbed request for YouTube yet:
http://code.google.com/p/gdata-issues/issues/detail?id=1596You could probably manually apply a filter to YouTube video content to support custom colors. However, I probably won’t be adding such a feature to this plugin.
-
r-a-y posted on the forum topic How would I do Video Transparency? in the group oEmbed for BuddyPress: 13 years, 6 months ago
Works for me. Make sure you’re using the Embedly code posted in the sticky.
-
r-a-y posted on the forum topic Popup, lightbox, shadowbox? in the group oEmbed for BuddyPress: 13 years, 6 months ago
No lightbox script will work out of the box I’m afraid.
There are filters in place you could potentially hook into to add support for a lightbox script. -
r-a-y posted on the forum topic Get user ids of group members and use them in a members loop in the group How-To and Troubleshooting: 13 years, 6 months ago
@embergermedia – I believe this is the thread you’re talking about:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/showing-random-group-members/ -
r-a-y posted on the forum topic So I want something to display in the header….But no on pages in the group How-To and Troubleshooting: 13 years, 6 months ago
If it is a WordPress post or page, check out this function:
https://codex.wordpress.org/Function_Reference/is_pageIf it is a BuddyPress page, then you’ll need to use
bp_is_blog_page()
to check to see if you’re on a BuddyPress page. -
r-a-y posted on the forum topic Problem with new Notifications for Forum Posts that are Replied from Activity Stream in the group Creating & Extending: 13 years, 6 months ago
@embergermedia – Notifications get cleared depending on the component screen that is loaded. Which notification are you having trouble clearing?
-
r-a-y posted on the forum topic Excerpts, excerpts plugin? in the group How-To and Troubleshooting: 13 years, 6 months ago
If you can wait a bit, activity stream excerpts are coming in BP 1.3. You can test this functionality on testbp.org.
-
r-a-y posted on the forum topic No signup button. in the group How-To and Troubleshooting: 13 years, 6 months ago
Hi aaberg,
Try reading this:
https://codex.buddypress.org/getting-started/faqs/specific-faqs/#register -
r-a-y posted on the forum topic Fatal Error During Activate in the group Installing BuddyPress: 13 years, 6 months ago
Pay no attention to Stacy. The person gives potentially harmful advice.
What you should try doing is re-installing BuddyPress. Re-upload a fresh copy and try again.
-
r-a-y posted on the forum topic User id @stacy may be a spammer in the group How-To and Troubleshooting: 13 years, 6 months ago
I’ve noticed; I’m going to ping the admins to let them know.
Username is
Stacy.
(period is in the username) - Load More
@r-a-y
Active 4 months, 4 weeks ago
Ok, thanks a lot, r-a-y。And Will you help me think about if this method will work:Use English character for username and Chinese character for user_nicename, and make both of them unique, then make mentions function to match user_nicename with login ID, instead of username. Will it be possible? And how to change the code?
I saw your plugin “BuddyPress Usernames Only” , this plugin can make the @mentions feature more friendly. Will there be a plugin that can mention user_nicename, I think it will be more friendly. The problems trouble me is how to make $user_nicename unique and how to match $user_nicename with $user_login.