[TYPO3] Bounty offered to get timtaw working

Paul Matthews paul at xedos.net
Thu Jan 19 22:03:03 CET 2006


Sorry for this rather crude approach but if someone can help me to get 
timtaw working I'd be happy to pay 30USD via paypal or some other means.

I think I'm almost there in terms of setup and I'm suspecting the 
problem is possibly more to do with editpanel configuration as I seem to 
have no control over which toolbar icons appear

Anyway here's my earlier post to say what I have done:-

* created a backend group which has wiki enabled, with users in that group
* linked this to an equivalent front end user
* installed extensions 'version' and be_acl
* set acl's to show, create, edit, delete for page and content for new
group from top level recursively
* added the following entry to the configuration entry of the main template
marks.EDITLINK = COA
marks.EDITLINK.10 < plugin.tx_timtaw_pi1
marks.EDITLINK.20 = EDITPANEL
marks.EDITLINK.20 {
   label = %s
   allow = toolbar
   line = 5
   onlyCurrentPid = 0
   previewBorder = 4
   edit.displayRecord = 1
}

I think this last area is where the problem lies. I guess there needs to 
be further lines of typoscript to make use of this newly created opject. 
To that end I have tried to incorporate this into existing editpanel 
related code as shown below. Unfortunately it made no difference and 
still just my existing icons appear.

##########   start of  existing code already working  ##################
myEditPanel = COA
myEditPanel.10 = EDITPANEL
myEditPanel.10 {
allow = toolbar
label = Create/Edit Page
}
myEditPanel.20 = EDITPANEL
myEditPanel.20 {
allow = new
newRecordFromTable = tt_content
label = New Content Element
}
myEditPanel.30 = EDITPANEL
myEditPanel.30 {
allow = new
newRecordFromTable = tt_news
label = New News Item
}
##########   end of  existing code / start of timtaw code ##################
myEditPanel.40 = COA
myEditPanel.40 < plugin.tx_timtaw_pi1

myEditPanel.50 = EDITPANEL
myEditPanel.50 {
       label = %s
       allow = toolbar
       line = 5
       onlyCurrentPid = 0
       previewBorder = 4
       edit.displayRecord = 1
}

ADDRECORD < myEditPanel



Cheers
Paul





More information about the TYPO3-english mailing list