Skip to:
Content
Pages
Categories
Search
Top
Bottom

Changing “New Topic in this Forum” to different text

  • How do I chage the text “New topic in this forum”? And also Add New Topic to something different.

    (I tried to look it up in the post-forum.php but there is nothing.)

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

  • 737705
    Inactive

    Changing the relevant text in:

    bb-includes –> template-functions.php

    Line 130-140 will probably do that for you:

    function post_form( $h2 = ” ) {

    global $page, $topic, $forum;

    $add = topic_pages_add();

    if ( empty($h2) && false !== $h2 ) {

    if ( is_topic() )

    $h2 = __(‘Reply’);

    elseif ( is_forum() )

    $h2 = __(‘New Topic in this Forum’);

    elseif ( is_bb_tag() || is_front() )

    $h2 = __(‘Add New Topic’);

    }

    thanks

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