-
r-a-y posted on the forum topic Fatal error: Call to undefined function get_post_thumbnail_id() in the group How-To and Troubleshooting: 13 years, 8 months ago
I haven’t tested this myself, but the bp-default theme in BP 1.2 does not add theme support for post-thumbnails.
This would have to added to your child theme’s functions.php:
https://codex.wordpress.org/Function_Reference/add_theme_support#Post_ThumbnailsAlso read the note…[Read more]
-
r-a-y posted on the forum topic [resolved] display member avatar giving his id in the group How-To and Troubleshooting: 13 years, 8 months ago
That’s the WP version of grabbing the avatar.
You can also try the BuddyPress way:
echo bp_core_fetch_avatar( array( 'item_id' => $id, 'width' => $width, 'height' => $height ) );
A list of full parameters can be found by looking at the…[Read more]
-
r-a-y posted on the forum topic "no mods" appears under group mods after assign a user as a mod in the group How-To and Troubleshooting: 13 years, 8 months ago
Steps to duplicate would be great, as well as the WP / BP version you’re using.
-
r-a-y posted on the forum topic Seems Too Simple, but The Time Stamp on all BP Activity is 5 hours off in the group How-To and Troubleshooting: 13 years, 8 months ago
Did you change the timezone to the correct setting?
https://codex.wordpress.org/Settings_General_SubPanelSome have experienced remedying the problem by selecting the UTC offset instead of the country / city.
You might also need to set the server’s timezone correctly. Contact your network admin for help on this.
-
r-a-y posted on the forum topic Anyway to make a directory site the default buddypress template? in the group How-To and Troubleshooting: 13 years, 8 months ago
There’s a codex article for that!
https://codex.buddypress.org/getting-started/install-buddypress-on-a-secondary-blog/You’ll need to setup WordPress as a network first:
https://codex.wordpress.org/Create_A_Network -
r-a-y posted on the forum topic Investigating WP+Buddypress versus Joomla + Community Builder in the group Miscellaneous: 13 years, 9 months ago
Try BP-Media: https://buddypress.org/community/groups/bp-album/ There’s also a paid plugin for this as well: http://buddydev.com/plugins/bp-gallery/ — As for members list, you’ll have to either use a plugin or code something that restricts access to that as by default, everything is open to the public. And regarding a forum for signed-in members,…[Read more]
-
r-a-y posted on the forum topic Changing navigation in the group How-To and Troubleshooting: 13 years, 9 months ago
Can you be specific? Excluding widgets, the bp-default theme doesn’t have a sidebar nav.
-
r-a-y posted on the forum topic How can I get the Settings -> Change password form to send via SSL? in the group Miscellaneous: 13 years, 9 months ago
Looks like BP 1.3 will fix this; I commented on the ticket above.
-
r-a-y posted on the forum topic Creating accounts with Facebook plugin (wp-fb-autoconnect) in the group How-To and Troubleshooting: 13 years, 9 months ago
The plugin needs to hook into the “bp_core_activated_user” action.
Welcome Pack hooks into this action as well.
It appears the WP-FB-Autoconnect has their own action to hook into – “wpfb_inserted_user”.
So basically, Welcome Pack and other plugins could hook into that as well.Two options around the problem!
-
r-a-y posted on the forum topic User Blogs Not Showing Under Profile "Blogs (n)" Tab in the group How-To and Troubleshooting: 13 years, 9 months ago
Make sure you’re not using any code snippets / plugins to override the blog loop.
That’s the only thing I can think of at the moment.
-
r-a-y posted an update 13 years, 9 months ago
@mercime Congrats mercime for your new role on buddypress.org! Welcome to the team!
-
r-a-y posted on the forum topic select group on registration and limit user to join in one group only in the group Requests & Feedback: 13 years, 9 months ago
-
r-a-y posted on the forum topic Need Help with Configuration Since Upgrading in the group How-To and Troubleshooting: 13 years, 9 months ago
Looks like you’re still running an older version of WordPress; try upgrading WordPress to the latest version, then you’ll need to do the same thing with BuddyPress.
Read the following articles for help:
https://codex.wordpress.org/Updating_WordPress
https://codex.buddypress.org/buddypress-site-administration/upgrading-buddypress/ -
r-a-y posted on the forum topic WP-minify and new version of Buddypress in the group How-To and Troubleshooting: 13 years, 9 months ago
The code for CDN avatars is Andy’s; it was running on testbp.org awhile ago. The core devs should have access to that code since it used to run on testbp.org. Maybe they can ask Andy to release it? Also the code might need to be updated as well to account for a few minor changes […]
-
r-a-y posted on the forum topic Register Path Is Wrong in the group How-To and Troubleshooting: 13 years, 9 months ago
Just a shot in the dark here, but are you using the private community plugin?
-
r-a-y posted on the forum topic How do I get the Displayed Username? in the group How-To and Troubleshooting: 13 years, 9 months ago
bp_displayed_user_username()
is what you’re looking for.If you’re looking to just return the displayed username, use
bp_get_displayed_user_username()
.For more template tags, check out /bp-core/bp-core-templatetags.php.
-
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
That code doesn’t look like it will work.
Should use internal bbPress meta functions to save the count, instead of WPs. -
r-a-y posted an update 13 years, 9 months ago
@modemlooper Thread deleted! 🙂
-
r-a-y posted on the forum topic Group join and leave buttons missing in 1.2.8 in the group How-To and Troubleshooting: 13 years, 9 months ago
That’s right. You can delete the group though if you needed to.
-
r-a-y posted on the forum topic Group join and leave buttons missing in 1.2.8 in the group How-To and Troubleshooting: 13 years, 9 months ago
Nothing was done to the bp-default theme between 1.2.7 and 1.2.8:
https://trac.buddypress.org/changeset?reponame=&new=4071%40branches%2F1.2&old=3669%40branches%2F1.2 - Load More
@r-a-y
Active 4 months, 4 weeks ago
Thank you @r-a-y. ‘Twas a pleasant surprise to see the message when I logged in 🙂
Cheers.
Yup, nice to have you on-board 🙂
Thank you for the privilege.