Forum Replies Created
-
Right, exactly, that’s what I did (per my original note), and no more error messages!
FYI, @vapvarun’s code snippet worked great for displaying the full description, but I just checked the error log and noticed a zillion warnings to this effect:
PHP Warning: Use of undefined constant bp_full_group_desc_callback – assumed ‘bp_full_group_desc_callback’ (this will throw an Error in a future version of PHP) in /home/[account]/public_html/wp-content/themes/[child-theme]/functions.php on line 33
I added single quotes around the constant, and that seems to have cleared it up:
add_filter( ‘bp_nouveau_get_group_description_excerpt’, ‘bp_full_group_desc_callback’, 10, 3 );
Cheers!
@shanebp: Thank you for the super-helpful tip! I look forward to trying it out.
@vapvarun, you are awesome! Thank you so much for the handy code snippet!!
I don’t suppose you know the answer to the question posed in the thread below? 🙂
Thanks for the info! I ended up sticking with BuddyPress with BP Better Messages to address some messaging issues in BP and may add a couple other extensions to address missing functionality.
Thank you for the followup! What alternatives did you evaluate, and what did you end up choosing? I’ve already fully customized BuddyPress so can’t switch on this particular site, but it would be good to know for future reference. I am pretty disappointed by the lack of support for BuddyPress. Thanks!
I have the same question! Following.
Did you ever get a response/solution for this question? I’m wondering the same thing!
Just an update to say I was able to resolve this by increasing the memory limit to 512MB (in wp-config.php) per Elementor’s recommendations. Whew!