This topic has 4 replies, 2 voices, and was last updated 10 years by Abe.

  • Author
  • #19433
     adream
    Participant

    I want to allow more flexibilites when user put their article on the forum topic and reply.
    I just can see like b i link b-quote del etc. I want to add on here change font color and size something.
    Is it possible?

    I saw like this comments from bbpress support forum.

    You could try editing /profile/edit.php in your theme to use wp_editor() instead of textareas.

    Can you give me a lil bit more guide for it?

    #19434
     adream
    Participant

    I found a article for similar issue like me.
    Can I get file name on this theme for edit it?

    In case anyone else wants to do the same sort of thing here is my solution;
    I simply replaced
    <textarea name=”post_content”><?php echo esc_textarea( $listing->post_content ); ?></textarea>
    with
    <?php wp_editor( $listing->post_content, ‘listingeditor’, $settings = array(‘textarea_name’ => post_content) ); ?>

    #19707
     Abe
    Keymaster

    Hi adream the template for the form should be found in the bbpress folder inside the theme: wp-content/themes/kleo/bbpress/form-reply.php
    The function to generate the actual form is bbp_the_content

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #19724
     adream
    Participant

    thanks though.
    I dont know how to use bbp_the_content now for get what I need now.

    #20048
     Abe
    Keymaster

    Please hire a developer for deeper customization

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?