Forums

Join

Info

Tags

New Topic

  1. 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>

  2. <?php bb_new_topic_link('text Instead of Add New'); ?>

  3. Here it is:

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

  4. Thank you, you saved me again

  5. how about adding a class to new topic?

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

  6. not possible.

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

  7. is there a downfall to use href="?new=1" instead of bb_new_topic_link()?

  8. 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.

  9. You must log in to post.