Skip to:
Content
Pages
Categories
Search
Top
Bottom

Removing Activity Reply Scroll


  • xlordt
    Member

    @xlordt

    How do I remove the activity scroll when a user clicks on reply? I just want the user to click on the reply button and for the textarea to just open but not scroll the page down to the reply.. I just want it to open in place.

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

  • Marcos Nobre
    Participant

    @onyx808

    scrolling is better than just pushing… my thoughts…


    Marcos Nobre
    Participant

    @onyx808

    but to answer that question I think you will have to disable the javascript that is creating that effect on the page…


    xlordt
    Member

    @xlordt

    umm no, I just want to remove just that scroll.. I dotn want to remove the code tag cause it will affect jquery.. just need to know were it is that is all :)


    r-a-y
    Keymaster

    @r-a-y

    I’ll list the dirty hack method.

    You have to modify /bp-themes/bp-default/_inc/global.js.

    Look for the following line and delete it:
    `jq.scrollTo( form, 500, { offset:-100, easing:’easeout’ } );`

    When you upgrade BP, you’ll have to remember to reapply this change though.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing Activity Reply Scroll’ is closed to new replies.
Skip to toolbar