Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
2k views

TYPO3 TCA - How to use “inline” type without all the interface options

I'm currently working on a project that uses the t3blog extension. In the backend, when creating a new post, you first enter a title and then you have to click on "create new" to add content to the ...
0
votes
0answers
29 views

Attempt to insert record on page where this table is not allowed

I get the message above (Attempt to insert record on page where this table is not allowed) when trying to create a new record from an extension. The "page" i try to create the record in is a ...
0
votes
2answers
56 views

TYPO3 Plugin's position

How can I programatically determine plugin's position on page? Assuming that I have two instances of the same plugin on a page, I need to determine their position to display slightly different layout. ...
0
votes
3answers
135 views

Call TYPO3 plugin from other plugin's body

I need to call typo3 plugin from other plugin's body and pass its result to template. This is pseudo-code that describes what I want to achieve doing this: $data['###SOME_VARIABLE###'] = ...
0
votes
3answers
158 views

typo 3, simple user interface in backend

I would like to have a simple interface in typo3 backend for viewing the data from database (joining two tables) and also to be able to edit the data. I tired something with tca array but I dont know ...