Yes. I have tried using topic meta, but I am encountering problems. I didn't install the bb-anoymous-posting because I don't need it, so...the only fields that appear are Topic Title, Post Title, Post, and Tags.
Assuming I could use Post Title as the URL field, I added a url into the Post title and tried to echo it in the template but failed. The plugin automatically adds the post title to the post (I am able to see it there so I know it works) but I want to use it by replacing <?php topic_link(); ?>.
I tried:
<?php post_meta_author_title($title) ?>
<?php post_meta_post_title($text) ?>
<?php $bb_post->title ?>
but none of them work in the Latest Discussion table by replacing <?php topic_link(); ?>. This is why I need your help.