-
Jonas replied to the topic Buddypress activity plus pludin issues in the forum How-to & Troubleshooting 7 years, 11 months ago
I had some issues with this earlier too, using the code supplied in this thread should clear up your issue.
Here’s the code if you’re unable to click the link for some reason. You should put it in your bp-custom.php file.
function toa_check_page_reqiurement_and_lie_to_buddypress ($is, $component) {[Read more]
global $bp;
if ($is || "activity" !==… -
Ben replied to the topic User Roles on Multisite Network in the forum How-to & Troubleshooting 13 years, 3 months ago
Are you running bbPress? I had the same issue, and narrowed it down to bbPress. I’ve filed a bug report here: https://bbpress.trac.wordpress.org/ticket/2161
Here’s a temporary solution that worked for […]
-
jordashtalon posted on the forum topic Printing out a Users name, picture, and link from User ID in the group How-To and Troubleshooting: 14 years, 11 months ago
The bp_core_get_user_displayname($userid) function worked perfectly.
However bp_member_avatar($userid) seems to not do anything, any ideas?
-
Zenseeker started the forum topic How to move BP from wildcard subdomain to "real" subdomain? in the group How-To and Troubleshooting: 15 years, 4 months ago
I would like to move our buddypress site. This is the scenario: We have bp running on a subdomain with multisite enabled on the main site. Our main site is http://howtomakeadesignerhandbag.com . Buddypress is on subdomain http://community.howtomakeadesignerhandbag.com . I understand from my hosting service, hostgator, that buddypress is using a…[Read more]
-
m4cgyver posted on the forum topic [New Plugin] BuddyPress Group Forum Extras in the group Third Party Components & Plugins: 15 years, 5 months ago
Hi to all community! I have a problem with this plugin and I wait you can help me. When I active the plugin and I enter in the forum, my site lauch this error: Call to undefined function bb_get_option() I believe the system search a function but don’t found it. What can i do? Thanks […]
-
jordashtalon posted on the forum topic Detecting User ID of a poster of a forum topic in the group How-To and Troubleshooting: 15 years, 5 months ago
Great I got it working, although instead of that function I used
$topic_template->post->poster_id
That function gives the Original Poster ID for some reason
@deliarogers
Active 3 years, 6 months ago