Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Robin W

    (@robin-w)

    The plugin adds a
    <a name="topic"></a>

    immediately after the

    <form id="new-post" action="https://gos.rewweb.co.uk/forums/forum/main-forum/2-2/" method="post" name="new-post">

    I do this because I cannot guarantee that bbpress won’t change the name, so adding my own is more robust I feel.

    If you are able to inspect then page you should see

    <div id="new-topic-0" class="bbp-topic-form">
    <form id="new-post" action="https://gos.rewweb.co.uk/forums/forum/main-forum/2-2/" method="post" name="new-post">
    <a name="topic"></a>

    Can you also confirm which versions of wordpress and bbpress you are using, and also list any plugins that affect bbpress

    Thread Starter rrrFer

    (@rrrfer)

    WOrdPress 4.3.1–ru_RU
    bbpress 2.5.8
    bbp style pack 2.8.3

    I think that it is latest version.

    I set checkbox “Add New topic link ” on my site now, so you can see and try this button (and view HTML-source):

    <div style="text-align: center;"> <a href="#topic">Новая тема</a></div>

    <div id="new-topic-0" class="bbp-topic-form">
    <form encoding="multipart/form-data" enctype="multipart/form-data" id="new-post" name="new-post" method="post" action="https://pro-prof.com/forums/forum/prolog-help/list-processing-prolog">
    
    <a name="topic"></a>
    <fieldset class="bbp-form">

    So i think that right mean is using “#new-post”.

    Plugin Author Robin W

    (@robin-w)

    ok, so if I understand correctly the code is doing what I think it should – that is adding the code at the top of the page and adding at the form stage.

    I cannot test as I don’t have user access to your site.

    Plugin Author Robin W

    (@robin-w)

    nothing heard – marking as resolved

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘new topic button do not working’ is closed to new replies.