[Typo3-dev] Typo3 only for nerds?

tapio tapio.markula at dnainternet.net
Sat Aug 20 16:07:05 CEST 2005


>>function ext_makeToolBar() should be rewritten

> And as I and others stated again and again - you´ll either have to do it 
> yourself

I got working solution by editing core files (for example editing the 
function 'ext_makeToolBar()') - I know disadvantages.
The most disadvadvantage is that I must edit again when I upgrade Typo.
A class can use only one 'extends', but if the used class redefines some 
function, that version is used.
Because the class 't3lib_tsfeBeUserAuth' defines inside the class the 
function 'ext_makeToolBar()', that version is used even if other version 
might have defined.

I can't define function 'ext_makeToolBar()' outside the class 
't3lib_tsfeBeUserAuth'
using some Xclass, which have explained here:

http://typo3.org/documentation/document-library/doc_core_api/Which_classes/?encryptionKey=&cHash=5214ac2cd7

If I use totally new function, I can use XClass.
Or have I misunderstood someting?

> your needs over and over on the mailinglist.

You have misunderstood my points.
I don't think only myself.
I would like that Typo would be developed in some respects futhrer.
Typo3 has much user settings.
I raised some issues, which could improve.
I would try to add them to some core files in order to get more exact 
user settings.

Maybe the best example of my aims is the function 'ext_makeToolBar()' in
in t3lib/class.tslib_feuserauth.php

See desired result from customized FE editing buttons:

http://www.tapionet.net/typo3/development/atwebteamfrontedit.png
http://www.tapionet.net/typo3/development/edustamuokkausTammela.png

These results are ok and customizable. Some level I got succeed but I 
didn't get the result with fully satisfactory way.
Even if they work with me most users would like another kind of 
implementation.
I think that someone else could also like at that level customizable 
edit panels but using only TS Config for users/user groups.

Many people use TemplaVoila because of customer-specific content areas
in BE editing.

I have the same purpose for the whole interface and also for standard
page module in BE editing and maximal customizable FE editing.

Example of desired BE editing in standard page module using the 
'Columns' view:

http://www.tapionet.net/typo3/development/skin_grey_min.png



> 
> Troels Kjær Rasmussen 
> 
> 




More information about the TYPO3-dev mailing list