PDA

View Full Version : unknown tag or section error in exporting



pixxi
07-09-2007, 01:06 AM
I've modified the html template classic review site and I keep receiving the error unknown tag or section "groupfield" at line 5 character 118. I have no idea what I'm doing wrong; I'm rather new at this, obviously. lol

Declarations:
FIELDS["Sorting and grouping"] {
GROUPFIELD["Group by field"] : field = Artist;
SORTFIELD1["Primary sort field"] : field = Year;
SORTFIELD2["Secondary sort field"] : field = Title;
}

Usage in Start Page:
<!---->
<li>
<!----><!--[groupfield/]--><!---->
</li>
<!---->
etc...

Basically what I'm trying to do is combine both the classic review site and basic site into one html template and have the start page similar to the basic site template's artist list.

I don't know if I'm explaining this well enough. Any help? I'm willing to post the rest of my template or explain further if it's needed.

Thanks

andrei_c
07-11-2007, 09:35 PM
It seems to be correct - I don't see any problem in your code.

You can send entire template to orangecd@firetongue.com and I can check what's wrong with it.

Andrei