Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Hyperlink “Last Poster” from Latest Discussions to THEIR Profile Page


kickerman360
Member

@kickerman360

Maybe this will work:

<a href='<?php bb_uri(); ?>/profile/<?php topic_last_poster(); ?>"><?php topic_last_poster(); ?></a>

Not 100% sure it would work since <?php topic_last_poster(); ?> grabs the display name, not the user name I think. Well there’s a start.

Skip to toolbar