[TYPO3-english] [Sourceopt] is this extension working for you?

Andreas Burg typo3 at andreasburg.de
Fri May 8 19:32:13 CEST 2009


Dave
> Did anyone here in mailing list use "Sourceopt" extension before? I
> downloaded and installed it but it just does not work at all.

I use it and it works perfect.

> I put this script into Constant Editor box under my template folder:

put the code into your TS-templates constant field.

> config.sourceopt {
> 
> enabled = 1
> 
> removeGenerator = 1
> 
> removeBlurScript = 1
> 
> removeComments = 1
> 
> formatHtml = 4
> 
> }

remove the prefix "config." I use this code:

sourceopt {
   enabled = 1
   removeBlurScript = 1
   removeComments   = 0
   emptyBodyTag     = 0
   removeLinkSchema = 0
   removeRealUrlBrokenRootLink = 0
   formatHtml = 4
   formatHtml.tabSize = 2
   formatHtml.debugComment = 1
}

-- 
Andreas

Mailing list rules & guidelines (Mailing list Regeln & Leitfaden):
http://typo3.org/community/mailing-lists/
http://typo3.org/community/mailing-lists/mailing-list-rules-guidelines/


More information about the TYPO3-english mailing list