python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Retrieve content element field from within a plugin template?
I am modifying the template of a plugin, and I want to retrieve a field from the content element.
Using f:debug I see the only data available is from the plugin itself, and none from the content eleme...
user500665
Votes: 0
Answers: 3
Fluid if condition fails to detect image?
I am looping over a list of categories and trying to render an image if it exists.
My problem is the IF condition comes up false. If I remove the condition it will render the image just fine, but it w...
user500665
Votes: 0
Answers: 1
TYPO3 change PID in TCA
I am trying to change the pid in my extension. I added the pid field to my tca, it also shows the current pid, but as soon as I change it and save it, the old pid comes back :(
'pid' => [
...
ibu400
Votes: 0
Answers: 1
Get an image from a UID using typoscriptObjectPath in a Fluid template?
In my Fluid template I have a uid of a category.
How can I get an image from a field on that category?
I've tried <f:cObject typoscriptObjectPath="lib.catImage" data="{myuid}" /...
user500665
Votes: 0
Answers: 1