BuddyBoss Home – Web Support Forums Plugins BuddyBoss Wall edit box activity post unusable

Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #47889
    @mth75

    @vapvarun
    @micheal
    @tjchester

    I’ve noted this a while ago, the edit function from a main activity post is unusable (the textbox is not scalable ). This one needs to be solved. My users are replying with things they forgot instead of editing their original activity post. Also tested in a default buddyboss theme installation.

    Regard,

    Marc

    Answers

    #47910
    @mth75

    For the Buddyboss theme that is!

    #47942
    @vapvarun

    Hi @mth75

    I have checked inside
    buddypress-edit-activity/includes/main-class.php

    Please replace Line 268

    
    <textarea name="activity_content"></textarea>
    

    with

    
    <textarea class="bp-suggestions" id="whats-new" cols="50" rows="10" style="height: 50px; margin: 0px; width: 95%;" name="activity_content"></textarea>
    

    Regards
    Varun Dubey

    #47959
    @mth75

    @vapvarun Thx! for the quick reply Varun, really great. I suppose you role this fix in the next plugin version? Best regard from the Netherlands.

    #47960
    @mth75

    @vapvarun Is it possible to scale the textbox to the textlines?

    #48417
    @vapvarun

    Hi @mth75, I have notified developers to edit it in next version.
    Text Box could not converted to Text lines , jQuery for Activity post is written for the TextArea
    Regards
    Varun Dubey

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘edit box activity post unusable’ is closed to new replies.