Foren / Cotonti / Bugs / Archive / Bug in tags on pages

rayblo
#1 14. Januar 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

Dieser Beitrag wurde von rayblo (am 14. Januar 2010, 05:11, vor 14 Jahre) bearbeitet
Sergeich
#2 14. Januar 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. Januar 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

Dieser Beitrag wurde von rayblo (am 14. Januar 2010, 05:10, vor 14 Jahre) bearbeitet