Forum Moderators: open

Message Too Old, No Replies

Applying Dreamweaver Templates

         

greenenvy

5:09 pm on Oct 25, 2003 (gmt 0)



I've searched for an extension of some sort that would allow me to apply a template in 4.0 sitewide without having to open each page individually. So far, no luck. I have over 2300 pages on my site and I'm not looking forward to doing this manually. Any chance I'm overlooking an extension somewhere? Hopefully?

Thanks,
Jen

4eyes

11:51 am on Nov 11, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I don't know of one Jen, but if you have that many pages it may be better to rebuild them using SSI.

I maintain around 18K pages this way - if I went back to templates I would be tearing out what little is left of my hair.

richardb

12:50 pm on Nov 11, 2003 (gmt 0)

10+ Year Member



ROFL 4eyes

Try doing a find and replace

Find:<head>

Replace with: <!-- #BeginTemplate "/Templates/whateveryoucallit.dwt" --><head>

Then find replace #2
Find:</body>

Rplace with: </body><!-- #EndTemplate -->

Rich