[TYPO3] revisit admpanel now showing problem

Bing Du bdu at iastate.edu
Mon Feb 12 23:46:58 CET 2007


Hi Daniel,

> Hi Bing,
>
> This is my user-TSconfig.
> With this I can do (almost) all I want.
> See the manual for a right use.
>
> Regards,
>
> Daniel Doesburg
>
> ## ADMPANEL - begin
> ----------------------------------------------------------->
> admPanel {
> 	enable {
> 		edit = 0
> 		preview = 0
> 		cache = 0
> 		publish = 0
> 		tsdebug = 0
> 		info = 0
> 	}
> 	hide = 1
> 	override {
>
> 		edit = 0
> 		edit.displayFieldIcons = 1
> 		edit.displayIcons = 0
> 		edit.editFormsOnPage = 0
> 		edit.editNoPopup = 0
>
> 		preview = 1
> 		preview.showHiddenPages = 1
> 		preview.showHiddenRecords = 1
> 			//value must be timestamp
> 		preview.simulateDate = 0
> 		preview.simulateUserGroup = 0
>
> 		cache = 0
> 		cache.noCache = 0
> 		cache.clearCacheLevels = 0
>
> 		publish = 0
> 		publish.levels = 0
>
> 		tsdebug = 0
> 		tsdebug.tree = 0
> 		tsdebug.displayTimes = 0
> 		tsdebug.displayMessages = 0
> 		tsdebug.LR = 0
> 		tsdebug.displayContent = 0
> 		tsdebug.displayQueries = 0
> 		tsdebug.forceTemplateParsing = 0
> 	}
> }
> ## ADMPANEL - end
> ------------------------------------------------------------->
>

Thanks much for helping.  I copied your admpanel config and paste into my
user TSconfig, but still no admin panel on the front end.  With my
previous TSconfig

admPanel {
enable.edit = 1
module.edit.forceDisplayFieldIcons = 1
module.edit.forceDisplayIcons = 1
module.edit.forceNoPopup = 0
hide = 0
}

I could see 'ADMIN PANEL: myaccount' at the bottom of the page in
Web->View.  But when I clicked it, the preview refreshed and the admin
panel was gone.  No admin panel was found in page source.

Bing


More information about the TYPO3-english mailing list