I’m customizing the Unified theme and would like to move the ‘start new topic’ button to the top of the forum.
I’m putting this:
sp_PostNewTopicButton(‘tagId=spPostNewTopicButtonTop&tagClass=spButton spRight’, __sp(‘Start New Topic’), __sp(‘Start a new topic’), __sp(‘This forum is locked’));
in the spHead.php file where I want it to appear…. but the button doesn’t show.
I’m thinking maybe it’s not defined at this point yet? Or am I barking up the wrong tree?