Forums
-
- Forum
- Posts
-
- Installation
- 28,531
- Troubleshooting
- 62,748
- Themes
- 10,444
- Plugins
- 15,383
- Requests & Feedback
- 14,983
- Showcase
- 3,257
-
Yes, this seems to do the trick
<a href="http://www.example.com/forum/profile/<?php bb_get_profile_link(post_author()); ?>">
<?php bb_get_profile_link(post_author()); ?>
</a>
Hardcoding the path is not nice, but at least it works.
Thank you!