[Typo3] link target for individual extension like sp_directory

"Bodo Eichstädt [T3C]" be at typo3cluster.com
Wed Jul 20 15:56:23 CEST 2005


tapio schrieb:

> 
> I found them but should I redefine them for sp_directory under the 
> class, where the function makeHTTPLink(...) exists?

XCLASS is your way!
- look at the end of the file to modify
- create a file class.ux_<filename>.php
- create a class that "extends" the class from sp_directory
- add to your localconf.php something like
$TYPO3_CONF_VARS["FE"]["XCLASS"]["ext/<extension-key>/<path>/<filename>.php"] 
= "<path>"."class.ux_<filename>.php";

See Dokument Core API for more details! (Search for XCLASS or goto "PHP 
Class Extension")

Bodo

-- 
========> Typo3Cluster Ltd. & Co. KG <==================
Schlossallee 26d             Tel   +49 700 02478828
D-13156 Berlin               Fax   +49 700 02478828
http://www.typo3cluster.com  eMail info at typo3cluster.com



More information about the TYPO3-english mailing list