I am currently using the sf_blog_linked_tag(); template tag to replace the default comments link on my homepage. The value for the text of that link is defined in the Blog Linking -> Link Display Text section of the forum admin. I tried defining that field as something similar to the following:
And I also tried:
But neither seemed to work so I’m assuming that they are getting filtered out (html only).
Now I saw this template tag: sf_first_topic_post_link($blogpostid, $linktext); And tried inserting something like the following into my homepage template (%post-id% being the ID of the blog post):
But it does not seem to create a link unless the topic has at least one post associated with it.
So what I’m really asking for is a sf_blog_linked_tag(); that I can pass a $linktext to just like the sf_first_topic_post_link(); tag. That or make a sf_first_topic_post_link(); that will link to the primary topic instead of the first post. Either option would work I guess, probably the latter would be better as it would not require the fix we had to work out from my previous problem. In any case this is a very minor superficial change but one that I think would be cool to have. As always thank you for your time and keep up the awesome work!![]()