-
r-a-y posted on the forum topic relationships similar like facebook… parents, siblings etc. in the group How-To and Troubleshooting: 13 years, 9 months ago
There is no plugin for this currently. A plugin would have to analyze a BP installation’s xprofile field data to do this. BP 1.3 will provide greater facilities to build such a plugin with the addition of profile meta. — Oh, and in the future, please don’t bump your own topic less than 24 hours […]
-
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
Did you try repairing the wp_bp_activity table?
-
r-a-y posted on the forum topic Translation of BP 1.2.8: buddypress.pot file refering to files that dont exist in the group How-To and Troubleshooting: 13 years, 9 months ago
Looks like it’s using strings from the currently-in-development BP 1.3 🙁
Ping @boonebgorges.
-
r-a-y posted on the forum topic Buddypress Private Message attachements? in the group How-To and Troubleshooting: 13 years, 9 months ago
There is no plugin available for this at the moment, but it is possible (like most things).
-
r-a-y posted on the forum topic Activity Permalink/URL function in the group How-To and Troubleshooting: 13 years, 9 months ago
You need to pass the activity ID in bp_activity_get_permalink().
bp_activity_get_permalink( bp_get_activity_id() )
-
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
I skipped the part that said you moved your DB to a new server.
Make sure your wp-config.php has the correct information with regards to your DB host.
-
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
A good way to check if the activity component is working is to disable the sitewide activity widget and then use the regular activity form to post.
See if activity posting works then. If it doesn’t try repairing the wp_bp_activity_table in the DB.
-
r-a-y posted on the forum topic Activity Permalink/URL function in the group How-To and Troubleshooting: 13 years, 9 months ago
bp_activity_get_permalink() might help you there.
-
r-a-y posted on the forum topic Adding a Class to Activity stream posts in the group How-To and Troubleshooting: 13 years, 9 months ago
Easy way is to modify
/activity/entry.php
in your child theme.The other (and better) way — if you know your way around WordPress filters — is to hook into the “bp_get_activity_css_class” filter located in bp-activity-templatetags.php.
-
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
That’s a 3rd-party plugin by Buddydev.com:
BuddyPress Sitewide Activity Widget for BuddyPress 1.2 and above
I’d recommend you post on their site to get support.
-
r-a-y posted on the forum topic Recent Post plugin in the group How-To and Troubleshooting: 13 years, 9 months ago
Pass the user id as the “item_id” parameter in bp_core_fetch_avatar().
This function is located in /bp-core/bp-core-avatars.php.
-
r-a-y posted on the forum topic Private reply in the group How-To and Troubleshooting: 13 years, 9 months ago
Anything is possible, though that example is a little more specific. You could do something with the topic template: /groups/single/forum/topic.php Check if the post is not the first post in the topic, then check to see if that post is yours or not with
bp_get_the_topic_is_mine()
. Hopefully that gives you a few hints to run […] -
r-a-y posted on the forum topic Embed.ly plugin support in the group oEmbed for BuddyPress: 13 years, 9 months ago
Yes, it’s necessary at the moment. I’m thinking about adding it directly in 0.7; v0.7 will be the next release.
-
r-a-y posted on the forum topic How to create more fields in a group? in the group How-To and Troubleshooting: 13 years, 9 months ago
No plugin exists for this at the moment. This has to be manually coded. If you’re a plugin developer, check out this codex article: https://codex.buddypress.org/developer-docs/group-extension-api/ And also check out the groupmeta functions in /bp-groups.php. There are a few threads about this on buddypress.org. I’d suggest doing a search on Google.…[Read more]
-
r-a-y posted on the forum topic WP3 vs WPMU? which one is better for BuddyPress? in the group How-To and Troubleshooting: 13 years, 9 months ago
To enable multisite on WordPress:
https://codex.wordpress.org/Create_A_NetworkTo install BuddyPress:
Check out codex.buddypress.org for more articles.
-
r-a-y posted on the forum topic Please Help – not converting links to embedded video in the group oEmbed for BuddyPress: 13 years, 9 months ago
Your website isn’t accessible publicly.
All you need to do is input a link into the textarea and submit the form. Don’t use the
code. Just input the URL!
eg.
http://www.youtube.com/watch?v=8oXyyHs1ZU8
-
r-a-y posted on the forum topic Not Embedding Anything in Comments in the group oEmbed for BuddyPress: 13 years, 9 months ago
oEmbed for Comments needs some love; I haven’t updated the code in a long time. Stay tuned.
-
r-a-y posted on the forum topic Can't post content & embeded media? in the group oEmbed for BuddyPress: 13 years, 9 months ago
@gunju2221 – Try the old beta and tell me if that fixes things:
https://buddypress.org/community/groups/oembed-for-buddypress/forum/topic/oembed-for-bp-0-6-beta-available/I’m currently rewriting the plugin to coincide with the upcoming release of BP 1.3. The next release will be when BP 1.3 drops; BP 1.2 compatibility will be included.
-
r-a-y posted on the forum topic Custom Language changes not showing in the group Creating & Extending: 13 years, 9 months ago
@ericreynolds007 – After re-reading your post, I’ve found the root of your problem.
Rename buddypress-montclairvillagelive.mo to buddypress-en_US.mo.
Also make sure to upload buddypress-en_US.po as well.
-
r-a-y posted on the forum topic Does BP offer "User Customized Color Scheme" like vbulletin? in the group Miscellaneous: 13 years, 9 months ago
This is possible, but it would have to be a custom-coded plugin as such a plugin doesn’t currently exist. Shouldn’t be too hard with a little usermeta and a settings page. If you’re talking about custom colors for other elements apart from the body’s background-color, then I can foresee problems as each BuddyPress (child) theme […]
- Load More
@r-a-y
Active 4 months, 4 weeks ago