[TYPO3] revisit admpanel now showing problem

Daniel Doesburg daniel at typo3-nl.eu
Tue Feb 13 00:42:58 CET 2007


O, yes, sorry Bing. I forgot to say: In your typoscript add 
config.admPanel = 1 also.

And in the TSconfig of course set hide = 0 if you want to see the 
adminpanel.
If you only want p.e. the pencils, set hide = 1.

Regards,

Daniel


Bing Du schreef:
> 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