[TYPO3-dev] Temporary solution for FE-editing for TemplaVoila
tapio
tapio.markula at dnainternet.net
Tue Mar 21 10:56:07 CET 2006
Hi
Here you can see screencapture.
If you put to the main TS Template
config.admPanel = 1
page.1 < editPanel
+ plugin 'conf_userts' enabled
+ necessary TS config for users/user groups, for example
admPanel {
enable.all=1
module.edit.forceNoPopup = 0
module.edit.forceDisplayIcons = 1
module.edit.forceDisplayFieldIcons=1
hide=0
}
you get this kind of FE editing panel:
http://t3test.xetpoint.com/media/development/templaVoilaFE.png
Creating now new pages newer cause confusing situations, where the user
wonder "Where is the content because I can't see? What happened? What I
did wrong? What I should do?"
'tm_contentaccess' just disables possibities for those confusing situations.
BTW. TemplaVoila would need 'mod.TemplaVoila' for TS config for users/
user groups. Unused element is IMO *confusing* for newbees. If the site
has done from scratch it is no needed at all (needed if the site is not
original TV site). Hide elements like in normal page module would IMO
not be so confusing. Also 'make reference' might be confusing for
newbees. All confusing features should have possibilty to disable - I
did that for the standard page module.
More information about the TYPO3-dev
mailing list