Hello,
since this is my first post, just let me say how great v5 is so far! 🙂
While trying out features, I had some idea to insert some fixed text somewhere in spTopicView.php (or anywhere else for that matter), so how do you add some text codewise in the php-file to show up in forum?
Also, if I want to insert a variable text like topicheader to for example make the permanent link also with text, how do you do that?
Example:
sp_PostIndexPermalink(‘tagClass=spButton spLeft’, ‘VARIABLE TEXT HERE’, __sp(‘The post permalink’));
Goal is that the button shows the icon for permalink and right next to it as part of the icon the topicheader as clickable text. Any help appreciated, thanks!