If you create the customvar and add it to Design | Options, Site Defaults, then the text entered as default will be used on the first page.
An edited Act_Primary to include the CUSTOMVAR title with the standard title edited out,can be used for just the one page, or as many as you need to enhance.
I have had a good look and the only text field I can see that is limited to 50 characters is called "Entry Name" and is in the "Configuration" table. Is that the one? I don't want to start experimenting as I'm not a database expert. Strange how that phrase "I'm not a ................. expert" keeps cropping up in my posts.
Strange how that phrase "I'm not a ................. expert" keeps cropping up
= another good reason to go the customvar route - no possibility of screwing up the database.
Just identify the NETQUOTEVAR you want to replace, create your new CUSTOMVAR, comment out the NQV reference in the template(s) and replace it with your CUSTOMVAR reference.
OR
If you only want the change on some pages, create a copy of the template(s) with the change, and use either the standard template or the new template depending on your requirements.
Thanks Bill. The problem with that is I import the vast bulk of my catalog from a csv file (around 6500 items, each of which has it's own section). Wouldn't that preclude using the CUSTOMVAR method?
It's actually the Section Text field I need to increase. At the moment I have one product per section with the product name being the section text, however some of the product names are quite long (I need to include the manufacturer's part number in order to avoid duplication), and I'm having to truncate them which results in strange-looking page titles (I use the sub-section name as the html page title). Can anyone tell me if I can alter something in the database to allow, say, 60 or 70 characters?
The table Catalog section (I said they were sensibly named) uses Memo fields for Section Text and Section Description. This allows a lot of text to be entered for either.
It's only the top level catalog name that's a fixed 20 character size. This is table Catalog field Catalog Name. I just tried adjusting the length of this and it didn't work.
Update. Changing the Catalog Name fields length in Access / Design View to 200 wouldn't let Actinic alter the name past 20 characters.
However bypassing Actinic and changing the actual Catalog Name fields contents in Access allows a long name to be directly entered. Actinic then seems to use this name quite happily.
Since you can happily have much longer names for every page except the top one I'd leave things as they are and let the import name all lower pages as long as you like.
Comment