Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
portland_flygrrl #1
Verity and CFINCLUDE templates
The verity search engine works great, but it can't distinguish the cfinclude
templates in the pages. The URL's reported by cfsearch are the content
templates, and not the main template that is pulling in the content templates.
Is there a way to fix this?
Staci
portland_flygrrl Guest
-
cfinclude(s) not displaying
i know there are posts on include issues, typically dealing with php...but wanted to see if anyone has had problems and figured out a solution for... -
Libraries, Templates, Nested Templates, Repeat Regions,
Hi I have eight categories to display in my site navigation. Each category has at least one (some have two) levels of subcategories. For example... -
SSL with CFINCLUDE
I have plenty of CF experience, but am utililzing SSL for the first time. I was told of course that all pages must reference with https// and that... -
CFINCLUDE
I'm not sure what your problem is. CFINCLUDES can be nested both on the same page and in sub pages; however, it can get pesky if the overall HTML... -
CFINCLUDE and CSS question
For production purposes you should not link CSS files to an Include file. When the page is rendered on the server you will end up with duplicate CSS... -
ksmith #2
Re: Verity and CFINCLUDE templates
Using vspider to index will allow you to specify a URL. Cfindex is just using
the filesystem to index. So, an index created using VSpider should index the
html rendered by CF, which I think is what you want.
Review the Verity Tools chapters if you need info on vspider.
ksmith Guest



Reply With Quote

