Форуми / Cotonti / Bugs / Archive / Bug in tags on pages

rayblo
#1 14.01.2010 02:45
I did a new install on my bussiness website, and added scripts today to show banners.

each banner is added to tags aswell and see what happened on my own skin but also on Sed-Light skin;



Anyone a clue?? install version is the lastest!!

Live link ;

http://www.ikzoekwebruimte.info/page.php?al=Financeacties

other problem, if you edit the page, it shows tags like;

finance, akrediet, aegon, allsecur, autoweek, avero, achmea, centraalbeheer, crediteurope, bank, das, rechtsbijstand, huisdierenverzekering, fbto, independer, ineas, izio, nationale, nederlanden, ohra, verzekeringssite, zelf, fx instead without spaces!
[b]www.dutchcotonti.com[/b]<br />
De plaats voor nederlandse ondersteuning voor Cotonti.<br />
The place for support for Cotonti in Dutch

Відредаговано: rayblo (14.01.2010 05:11, 14 років тому)
Sergeich
#2 14.01.2010 04:21
Open page.tpl, search
<!-- BEGIN: PAGE_TAGS_ROW -->
				<!-- IF {PHP.tag_i} > 0 -->,&nbsp;<!-- ENDIF --><a href="{PAGE_TAGS_ROW_URL}">{PAGE_TAGS_ROW_TAG}</a>
			<!-- END: PAGE_TAGS_ROW -->
			<!-- BEGIN: PAGE_NO_TAGS -->
				{PAGE_NO_TAGS}
			<!-- END: PAGE_NO_TAGS -->
and rewrite on
<!-- BEGIN: PAGE_TAGS_ROW -->
				<!-- IF {PHP.tag_i} > 0 -->, &nbsp;<!-- ENDIF --><a href="{PAGE_TAGS_ROW_URL}">{PAGE_TAGS_ROW_TAG}</a>
			<!-- END: PAGE_TAGS_ROW -->
			<!-- BEGIN: PAGE_NO_TAGS -->
				{PAGE_NO_TAGS}
			<!-- END: PAGE_NO_TAGS -->

Save page.tpl
rayblo
#3 14.01.2010 05:02
Sergeich, your code gives only tagname, tagname1, tagname2 .
Worked sofar!
[b]www.dutchcotonti.com[/b]<br />
De plaats voor nederlandse ondersteuning voor Cotonti.<br />
The place for support for Cotonti in Dutch

Відредаговано: rayblo (14.01.2010 05:10, 14 років тому)