PDA

View Full Version : Is it possible ?


absc04
28-May-2003, 12:49 PM
Hello

Is it possible to change the content of the /acatalog/index.html file?

At present it is simply a duplication of the navigation list which appears down the left hand side of the website - which is base
d on an Actinic template.

Any ideas? Which template controls this page?

Thanks in advance
C

garyhay
28-May-2003, 06:15 PM
Yes

absc04
29-May-2003, 08:12 AM
I would like to put some images in there and a description underneath each product based on the navigation list.

Any suggestions would be great!
Thanks
C

garyhay
29-May-2003, 02:45 PM
Can you post a screen shot with what you require.

absc04
30-May-2003, 07:59 AM
Hi Gary

Here's the url to the page in question:
http://www.estruse.com/acatalog/index.html

I would like to add just an image and some descriptive text underneath each link in the main body - problem is i dont know which template controls this.

Thanks
Chris

garyhay
30-May-2003, 01:14 PM
code is in Act_Primary.html. I dont know for sure but assume that you only have the section heading text showing and not the images or section description.

I usually just do this as hard coded into the Act_Primary.html but it will need manual updates then

<!--
The NETQUOTEVARs below can be uncommented for getting raw section
lists:
1. Top level section list
2. Section list from current level and all children
3. The whole section tree
The rest covers the standalone structure members for each array -
e.g. if
you only need sName or sURL from an array.
See the documentation for details.

NETQUOTEVAR:TOPLEVELSECTIONS_RAW
NETQUOTEVAR:CHILDSECTIONS_RAW
NETQUOTEVAR:SECTIONTREE_RAW

NETQUOTEVAR:SECTIONTREE_NAMES
NETQUOTEVAR:SECTIONTREE_URLS
NETQUOTEVAR:SECTIONTREE_IMAGES
NETQUOTEVAR:SECTIONTREE_IMAGEWIDTHS
NETQUOTEVAR:SECTIONTREE_IMAGEHEIGHTS
NETQUOTEVAR:SECTIONTREE_SECTIONIDS

NETQUOTEVAR:TOPLEVELSECTIONS_NAMES
NETQUOTEVAR:TOPLEVELSECTIONS_URLS
NETQUOTEVAR:TOPLEVELSECTIONS_IMAGES
NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEWIDTHS
NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEHEIGHTS
NETQUOTEVAR:TOPLEVELSECTIONS_SECTIONIDS

NETQUOTEVAR:CHILDSECTIONS_NAMES
NETQUOTEVAR:CHILDSECTIONS_URLS
NETQUOTEVAR:CHILDSECTIONS_IMAGES
NETQUOTEVAR:CHILDSECTIONS_IMAGEWIDTHS
NETQUOTEVAR:CHILDSECTIONS_IMAGEHEIGHTS
NETQUOTEVAR:CHILDSECTIONS_SECTIONIDS

The section level can be accessed through:
NETQUOTEVAR:SECTIONLEVEL
-->

cdicken
02-Jun-2003, 09:23 AM
Hi Chris

Not entirly sure what Gary was getting at with his solution, but I think what you need to do is change the 'Section Link Layout' template you are using to one that includes images and description.

Go to 'Design | Options | Layouts' and change the 'Default Section List Layout' field to 'Standard - with image on left of text'. You can then enter a description and image for each section by double-clicking on the relevant sections and entering the details there.