Info
- 3 posts
- 2 voices
- Started 2 years ago by vanesta
- Latest reply from vanesta
- This topic is resolved
Last poster link
-
- Posted 2 years ago #
Hi, on front-page template and forum template how do i make the last poster's username hyperlinked to its profile?
Thanks
-
- Posted 2 years ago #
I tried this and it works:
<a href="<?php echo get_user_profile_link(bb_get_user_id($topic->topic_last_poster)); ?>"><?php topic_last_poster(); ?></a>I am not sure if it is the best way to approach it, though.
-
- Posted 2 years ago #
Thanks Matveb!
Victoria
-
You must log in to post.