[TYPO3] RealURL - allow the use of the ~ character?

Tomas Mrozek mail at cascaval.com
Fri Oct 5 22:39:25 CEST 2007


> Is there any way to allow RealURL to allow ~'s in the URL?

I think the conversion is hardcoded in tx_realurl_advanced->encodeTitle 
so you can...

a) (BAD) modify class.tx_realurl_advanced.php

b) (BETTER) create your own class that would extend the class 
"tx_realurl_advanced" and modify only the function "encodeTitle". Then 
set in localconf.php:
$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']['pagePath']['userFunc']='path_to_your_file:&yourClass->main';

Tomas Mrozek


More information about the TYPO3-english mailing list