Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

  • michaelsandmichaels
    Participant

    @michaelsandmichaels

    Right, exactly, that’s what I did (per my original note), and no more error messages!


    michaelsandmichaels
    Participant

    @michaelsandmichaels

    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!


    michaelsandmichaels
    Participant

    @michaelsandmichaels

    @shanebp: Thank you for the super-helpful tip! I look forward to trying it out.


    michaelsandmichaels
    Participant

    @michaelsandmichaels

    @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? 🙂

    Which file to edit – change private group message?


    michaelsandmichaels
    Participant

    @michaelsandmichaels

    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.


    michaelsandmichaels
    Participant

    @michaelsandmichaels

    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!


    michaelsandmichaels
    Participant

    @michaelsandmichaels

    I have the same question! Following.


    michaelsandmichaels
    Participant

    @michaelsandmichaels

    Did you ever get a response/solution for this question? I’m wondering the same thing!


    michaelsandmichaels
    Participant

    @michaelsandmichaels

    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!

Viewing 9 replies - 1 through 9 (of 9 total)
Skip to toolbar