Results 1 to 2 of 2

Thread: unknown tag or section error in exporting

  1. #1
    Join Date
    Jul 2007
    Location
    Posts
    1

    Default unknown tag or section error in exporting

    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:
    <!--[Group($GROUPFIELD)]-->
    <li>
    <!--[grouppagelink]--><!--[groupfield/]--><!--[/grouppagelink]-->
    </li>
    <!--[/Group]-->
    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

  2. #2
    Join Date
    Feb 2009
    Posts
    1,549

    Default Re: unknown tag or section error in exporting

    It seems to be correct - I don't see any problem in your code.

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

    Andrei

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •