Skip to:
Content
Pages
Categories
Search
Top
Bottom

New Topic

  • @gerikg

    Member

    How do you change the name in bb_new_topic_link()

    or it’s okay to just do

    <a href="?new=1">New Topic</a>

Viewing 7 replies - 1 through 7 (of 7 total)
  • <?php bb_new_topic_link(‘text Instead of Add New’); ?>

    @gautamgupta

    Participant

    Here it is:

    bb_new_topic_link( array( 'text' => 'YOUR TEXT HERE' ) );

    @gerikg

    Member

    Thank you, you saved me again

    @gerikg

    Member

    how about adding a class to new topic?

    a class="button" href="?new=1" id="new-topic-button"

    @rich-pedley

    Member

    not possible.

    But you could wrap the call to it in a <span> or similar and then add the class to that.

    @gerikg

    Member

    is there a downfall to use href=”?new=1″ instead of bb_new_topic_link()?

    @rich-pedley

    Member

    I’m using the alpha release, for me the link is id=

    and it is different for each board, hardcoding it isn’t really the way to go.

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