[TYPO3-german] Adressen-Suche im Frontend?
Tapio Markula
tapio.markula at atwebteam.com
Mon Nov 27 14:21:53 CET 2006
Fabian König
> I just find this:
> http://support.typo3.org:8080/jive/thread.jspa?threadID=89246&tstart=-1
>
> They're talking about the extension and the security.
> (That's NOT a security bug. The extension was just removed from the TER
> in cause of an failure. [Falls ich es falsch verstanden habe, korrigiert
> mich bitte])
> I installed it and get a few failures, because the extension is very
> 'old' and there are a few incompatible scripts.
>
> But it still works!!
:) - I would like to get it working again - I have made some improvement
for it.
I wollte es bessere machen mit dim!
http://t3test.xetpoint.com/index.php?id=evaluations
* bessere FE
* neue Felder
I wollte das mit typo3 3.8.1 und typo3 4.x fungieren
Ich habe in tm_contentaccess
if (t3lib_div::int_from_ver(TYPO3_version) >= 4000000)
$Typo4=1;
...
function ...
global ...$Typo4
if($Typo4)
...
else
...
More information about the TYPO3-german
mailing list