-
r-a-y posted on the forum topic How to add custom actions to activity stream? in the group How-To and Troubleshooting: 13 years, 7 months ago
Check out the
bp_activity_add()
function in /bp-activity.php.Then you’ll need to add your custom activity to the dropdown select menu.
Check out the
bp_activity_type_tabs
action in /bp-themes/bp-default/activity/index.php.
Make sure your scope matches theid.
-
r-a-y posted an update 13 years, 7 months ago
@walid3 Does this problem still exist in WP 3.1?
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-put-users-profiles-in-website-root-instead-of-members/ -
r-a-y posted a new activity comment 13 years, 7 months ago
-
r-a-y posted on the forum topic won't work with a local server? in the group oEmbed for BuddyPress: 13 years, 7 months ago
@dosstx – I develop on a local server; it should work. Make sure your YouTube video isn’t private and that you haven’t disabled embedding.
-
r-a-y posted a new activity comment 13 years, 7 months ago
Thanks for using the plugin. FYI, my plugin only handles BuddyPress items, it doesn’t handle blog posts as that is a WordPress thing.
-
I know, just try to say that will be great if the plugin is more complex in future and is able to handle Post and pages as well. Thanks for great plugin @r-a-y
-
-
r-a-y posted on the forum topic setting max width for photobucket photos in the group oEmbed for BuddyPress: 13 years, 7 months ago
-
r-a-y posted a new activity comment 13 years, 7 months ago
You can adjust the width in the v0.6-beta:
https://buddypress.org/community/groups/oembed-for-buddypress/forum/topic/oembed-for-bp-0-6-beta-available/ -
r-a-y posted on the forum topic How To Link Fields in Profile/Registration in the group How-To and Troubleshooting: 13 years, 7 months ago
This will most likely have to be done on the frontend with javascript.
Brush up on your jQuery! Look up “jquery conditional form fields” on Google.
-
r-a-y posted on the forum topic Default theme ad favicon in the group How-To and Troubleshooting: 13 years, 7 months ago
I’m assuming you’ve already generated an icon. If you haven’t, you can try a site like:
http://www.favicon.cc/Next, upload your
favicon.ico
to the root of your WordPress install. (This is where files like wp-config.php reside.)
You’ll most likely need to connect to your site via FTP in order to do this. -
r-a-y posted on the forum topic How to list user from a specific profile data ??? in the group How-To and Troubleshooting: 13 years, 7 months ago
bp_get_member_profile_data
is only specific to one member. It will not grab all users with a certain xprofile field nor is there a built-in function that will do what you want. I’d write a custom function to return the user IDs that match a certain field. Then use theinclude
parameter in the members loop to do […] -
r-a-y posted on the forum topic Order/sort activity by "most favorites" in the group How-To and Troubleshooting: 13 years, 7 months ago
This isn’t as straightforward as it seems. If you know your way around WordPress, here’s one way of doing what you want to achieve: The favorite count for each activity item is stored in the activity meta table (wp_bp_activity_meta). So you could probably query the DB and grab all the “activity_id” sorted descendingly by the “favorite_count” […]
-
r-a-y posted on the forum topic Change message on deleting account in the group How-To and Troubleshooting: 13 years, 7 months ago
Hey Andrew,
You can customize these types of messages by modifying the language file:
https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/ -
r-a-y posted on the forum topic Zebra styling Profile Page in the group How-To and Troubleshooting: 13 years, 8 months ago
Okay, sorry forgot that the patch was for BP 1.3.
Just open up bp-xprofile-templatetags.php and find lines 197-8 from the first patch and remove them.
You could also override the “alt” CSS class with the “bp_field_css_classes” filter.
-
r-a-y posted on the forum topic How to change "Search anything…" in the group How-To and Troubleshooting: 13 years, 8 months ago
-
r-a-y posted on the forum topic Problem with Main Activity Stream Tabs in the group How-To and Troubleshooting: 13 years, 8 months ago
FYI, you currently can’t override /_inc/ajax.php in your child theme as the template path is hardcoded to the parent:
https://trac.buddypress.org/browser/tags/1.2.8/bp-themes/bp-default/functions.php#L19Needs to be patched to use STYLESHEETPATH instead of TEMPLATEPATH.
—
Regarding your problem, make sure you haven’t changed any of the list…[Read more]
-
r-a-y posted on the forum topic Buddypress Mass Messaging & WP 3.1??? in the group How-To and Troubleshooting: 13 years, 8 months ago
Plugin probably wasn’t by Andy FWIW. There’s a bug on the bp.org plugin groups section that sometimes defaults to Andy being the plugin author.
If it’s an admin menu problem, then read the post on the BP development…[Read more]
-
r-a-y posted on the forum topic simple file extension support in the group oEmbed for BuddyPress: 13 years, 8 months ago
I haven’t coded anything yet. Donations always help! Still mulling over if such a feature would be part of a new plugin or part of this one. FYI, six people have donated to the plugin since it was released (if you are one of them and you’re reading this, thanks!). That’s less than 0.1% of people […]
-
r-a-y posted on the forum topic Change Defualt Tab for Sitewide Activity in the group How-To and Troubleshooting: 13 years, 8 months ago
You’d have to modify the AJAX query string.
Read the following thread:
https://buddypress.org/community/groups/creating-extending/forum/topic/activity-index-my-groups-selected-shows-all-group-activity/ -
r-a-y posted on the forum topic Zebra styling Profile Page in the group How-To and Troubleshooting: 13 years, 8 months ago
@ultimateuser – Since you were manually modifying the profile field loop to hide a certain field, you’d also have to apply both patches.
-
r-a-y posted on the forum topic How to add reply Number in topic.php in the group How-To and Troubleshooting: 13 years, 8 months ago
Amended again! Should work now as I’ve actually tested it this time 😉
Donation link is available on my profile page.
- Load More
@r-a-y
Active 4 months, 4 weeks ago