Forums / Cotonti / Development / Siena Beta Testing

Bugfixing and evaluation cycle started

Trustmaster
#28351 2011-02-16 05:23
pieter:
{LIST_TAG_CLOUD} does not work in page.list.tpl
Fixed

pieter:
{PHP.L.plu_tabs_pag} is not defined, but is mentioned in search.tpl (in plugins/search/tpl/)
Fixed

pieter:
{PAGE_COMMENTS_COUNT} seems not to work in page.list.tpl
Yes, there is only {LIST_ROW_COMMENTS} with comments link. Comments count would add many DB queries.

pieter:
How does RATINGS work? I don't get it to work (Not in pages, not in list)
Is "Star Ratings" plugin enabled? Tags like {PAGE_RATINGS_DISPLAY} present?

pieter:
<a href="rss.php?c=section&amp;id={PHP.s}"> gives an error in forums.topics.tpl
PHP.s gives the code name and not the id.
How can I solve this?

I change id to s but I don't know if RSS works for sections.
Fixed

pieter:
<!-- BEGIN: FORUMS_EDITPOST_TAGS -->
<div>
<label>{PHP.L.Tags}</label>
{FORUMS_EDITPOST_FORM_TAGS} &nbsp; <span class="hint">{FORUMS_EDITPOST_TOP_TAGS_HINT}</span>
</div>
<!-- END: FORUMS_EDITPOST_TAGS -->

This part is mentioned in forums.editposts.tpl
But it does not work. It is not showing.
Fixed
May the Source be with you!