Форумы / Cotonti / Extensions / TPL fix for userpages and userrecentpost

rayblo
#1 26.01.2010 06:32
When i checked my profile on here ; http://www.cotonti.com/users/rayblo

I noticed something weird;

On posts it shows ; 01-25 07:29: Forums / Cotonti / Plugins Related Links
instead of 01-25 07:29: Forums / Cotonti / Plugins / Related Links

To fix this open the tpl file;

Change;

<!-- BEGIN: TOPIC -->
	{UPF_DATE}: {UPF_FORUMS} <a href="forums.php?m=posts&amp;p={UPF_FORUMS_ID}#{UPF_FORUMS_ID}">{UPF_FORUMS_TITLE}</a><br />
	<!-- END: TOPIC -->

Into

<!-- BEGIN: TOPIC -->
	{UPF_DATE}: {UPF_FORUMS} / <a href="forums.php?m=posts&amp;p={UPF_FORUMS_ID}#{UPF_FORUMS_ID}">{UPF_FORUMS_TITLE}</a><br />
	<!-- END: TOPIC -->

The in pages i saw;

2009-06-20 : Dutchcotonti Skin 1 - Skins
instead of 2009-06-20 : Skins / Dutchcotonti Skin 1

To change this edit the tpl file

<!-- BEGIN: PAGES -->
	{UP_DATE} : <a href="{UP_PAG_URL}">{UP_NAME}</a> - <a href="list.php?c={UP_CATEGORY_ID}">{UP_CATEGORY}</a><br />
	<!-- END: PAGES -->

Change into

<!-- BEGIN: PAGES -->
	{UP_DATE} : <a href="list.php?c={UP_CATEGORY_ID}">{UP_CATEGORY}</a> / <a href="{UP_PAG_URL}">{UP_NAME}</a><br />
	<!-- END: PAGES -->

Then all should be proper working!

Example;



Or live version ; http://www.ikzoekwebruimte.info/users.php?m=details&id=1&u=rayblo
[b]www.dutchcotonti.com[/b]<br />
De plaats voor nederlandse ondersteuning voor Cotonti.<br />
The place for support for Cotonti in Dutch
Dayver
#2 26.01.2010 06:46
This is not a bug. Everything depends on the particular site and its design. I see no reason to fix the plugin because all wonderful changes in the TPL file
Pavlo Tkachenko aka Dayver
rayblo
#3 26.01.2010 06:55
I did not say its a bug just a fix
[b]www.dutchcotonti.com[/b]<br />
De plaats voor nederlandse ondersteuning voor Cotonti.<br />
The place for support for Cotonti in Dutch