TAG | development
28
hiding intermediate tables in IRRE including the new item link
0 Comments | Posted by henjo in typo3
In the current documentation of typo3’s api it seems impossible to hide the ‘new record’ link for the intermediate tables when using IRRE.
After a little search I found already a patch has been written to get this fixed and it is in the current core (I am working on 4.2.10 here, not sure when it was included though).
The solution is quite straightforward: you already had the possibility to specifically allow new tables using
mod.web_list.allowedNewTables
but now you can also use
mod.web_list.deniedNewTables
to meet your needs… Especially if you use it together with the hideTable setting…
After upgrading to Snow Leopard I found different preference panes to be needing a restart of the system panel in order to be able to load. The reason for this is default the system is loaded in 64 bit, while some preference panes are only supporting 32 bit.
One of them is the default MySQL preference pane. A little search lead me to swoon.net – they altered the pref pane in order to be compliant to 64 bit.
You can find it at their website: http://www.swoon.net/site/software.html
Tip: remove the old pref pane before installing the new one. It helped me
Basecamp
Get me at Technoratie
Typo3










