<?php bb_new_topic_link(‘text Instead of Add New’); ?>
Here it is:
bb_new_topic_link( array( 'text' => 'YOUR TEXT HERE' ) );
Thank you, you saved me again
how about adding a class to new topic?
a class="button" href="?new=1" id="new-topic-button"
not possible.
But you could wrap the call to it in a <span>
or similar and then add the class to that.
is there a downfall to use href=”?new=1″ instead of bb_new_topic_link()?
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.