Link username in comments to forum profile
error 232
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Link username in comments to forum profile
error
OP
232
From: -
From: -
Las one works like a charm. First one didn't worked.
Thanks.t
Thanks.t
1 Re: Link username in comments to forum profile
Philipp Esselbach
From: -
Editor
0From: -
Look like index.php?showuser= is used in the current version of IPB, but the old way should also work. Did you also replaced http://url_to_your_forum with the full path of your IPB installation? E.g. http://yourdomain/board/
<!-- Template: news_story_comment_profile -->
<a href="https://www.contentteller.com/ http://url_to_your_forum/index.php?showuser={$insert['newscomment_authorid']}">{$insert['newscomment_author']}</a>
1 Re: Link username in comments to forum profile
error
OP
232
From: -
From: -
That doesn't work. I'm using IPB 2.3.5.
1 Re: Link username in comments to forum profile
Philipp Esselbach
From: -
Editor
0From: -
Yes, with a simple template modification:
news_story_comment_profile
You need to replace url_to_your_forum with the location of your forum
news_story_comment_profile
<!-- Template: news_story_comment_profile -->
<a href="https://www.contentteller.com/ http://url_to_your_forum/member.php?action=profile&id={$insert['newscomment_authorid']}">{$insert['newscomment_author']}</a>
You need to replace url_to_your_forum with the location of your forum
Is it possible to link username in CT comments to forum profile instead of CT profile?