This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Link username in comments to forum profile


avatar
error 232
From: -
Link username in comments to forum profile

Is it possible to link username in CT comments to forum profile instead of CT profile?

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
avatar
OP 232
From: -
Las one works like a charm. First one didn't worked.

Thanks.t
1 Re: Link username in comments to forum profile
avatar
Editor
0
From: -
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
avatar
OP 232
From: -
That doesn't work. I'm using IPB 2.3.5.
1 Re: Link username in comments to forum profile
avatar
Editor
0
From: -
Yes, with a simple template modification:

news_story_comment_profile
 <!-- Template: news_story_comment_profile -->

<a href="https://www.contentteller.com/ http://url_to_your_forum/member.php?action=profile&amp;id={$insert['newscomment_authorid']}">{$insert['newscomment_author']}</a>


You need to replace url_to_your_forum with the location of your forum

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.