I've been searching through lots of the files of Dolphin and Orca trying to figure out how to show a link in a topic 'only' when the user is logged in.
In phpbb3 I could have used this (without the #' marks of course!):
Downloads only show for members:
<!##-- IF not S_IS_BOT and S_USER_LOGGED_IN --##>
<a href##="blahblah>link terms</a##>
<!##-- ENDIF --##>
.
I cannot find an equivalent of this in Dolphin files, does anyone know how I should go about using the same condition in Orca posts?