Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to set reply form under the message


  • zamzey
    Participant

    @zamzey

    Dear friends, i would approciate if someone can help.
    I want that reply form was shound directly under the message user wants to reply. (now if u click on reply, its scrolling at the end of the page).
    Thank you.

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

  • zamzey
    Participant

    @zamzey

    		// Only add onclick if replies are threaded
    		if ( bbp_thread_replies() ) {
    
    			// Array of classes to pass to moveForm
    			$move_form = array(
    				$r['add_below'] . '-' . $reply->ID,
    				$reply->ID,
    				$r['respond_id'],
    				$reply->post_parent
    			);

    i think it somewhere here


    Robin W
    Moderator

    @robin-w

    it would need javascript coding – not my area of expertise 🙂


    zamzey
    Participant

    @zamzey

    It should be somewhere near i guess, coz when we have nested replies, and i press to reply i am moving under last reply in this thread, not at the end of the page. So i think need just to make some change to keep it under first message 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar