i'm in the process of converting a site from v3 (!!!) to v8.
surprisingly, things went extremely well - loaded site1 into v4.11, exported, imported into v7, exported then imported into v8.
since the design was quite simple, this actually worked..... well, with one or two exceptions.
the fact that the upgrader renamed all the nav buttons and converted them from jpg to gif is something i don't understand, but that's not the subject of this post.
the existing site has a sitemap button on the front page, and it disappears on interior pages.
the v8 site does NOT have the sitemap button on the front page.
in design view, i see 2 nested if statements surrounding the sitemap image button, one references isincludetositemap and the other references pagetype == store front page
i have to assume that on THIS page (the front page), the second condition above is true, so that isincludetositemap is somehow false.
looking up the variable, i discover that it's in design | library | conditions in group site.
but when i go there, it's nowhere to be found. nor does a find on the entire condition list find it.
so.... where is it and how can i set it?
surprisingly, things went extremely well - loaded site1 into v4.11, exported, imported into v7, exported then imported into v8.
since the design was quite simple, this actually worked..... well, with one or two exceptions.
the fact that the upgrader renamed all the nav buttons and converted them from jpg to gif is something i don't understand, but that's not the subject of this post.
the existing site has a sitemap button on the front page, and it disappears on interior pages.
the v8 site does NOT have the sitemap button on the front page.
in design view, i see 2 nested if statements surrounding the sitemap image button, one references isincludetositemap and the other references pagetype == store front page
i have to assume that on THIS page (the front page), the second condition above is true, so that isincludetositemap is somehow false.
looking up the variable, i discover that it's in design | library | conditions in group site.
but when i go there, it's nowhere to be found. nor does a find on the entire condition list find it.
so.... where is it and how can i set it?
Comment