Info
- 8 posts
- 4 voices
- Started 2 years ago by gerikg
- Latest reply from Rich Pedley
- This topic is resolved
New Topic
-
- Posted 2 years ago #
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> -
- Posted 2 years ago #
<?php bb_new_topic_link('text Instead of Add New'); ?>
-
- Posted 2 years ago #
Here it is:
bb_new_topic_link( array( 'text' => 'YOUR TEXT HERE' ) ); -
- Posted 2 years ago #
Thank you, you saved me again
-
- Posted 2 years ago #
how about adding a class to new topic?
a class="button" href="?new=1" id="new-topic-button" -
- Posted 2 years ago #
not possible.
But you could wrap the call to it in a
<span>or similar and then add the class to that. -
- Posted 2 years ago #
is there a downfall to use href="?new=1" instead of bb_new_topic_link()?
-
- Posted 2 years ago #
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.
-
You must log in to post.