| 00:18 |
osileo |
hello everybody :) |
| 00:22 |
osileo |
does anyone has experience with ab_linklist and especially the typo3 core function t3lib_div::upload_copy_move? we have the problem that is not posible to upload images larger then 30kb |
| 10:47 |
flobbie |
hi, I am using css styled content and I want to create an image with the date for each article in my template. But I am using styles.content.get und styles.content.getLeft, and if I am adding some options to tt_content.. my main column is edited too. How can I do that? |
| 11:04 |
dokma |
flobbie: change the tt_content only inside the styles.content.getLeft |
| 11:07 |
dokma |
flobbie: you can search for styles.content.getLeft and renderObj |
| 11:10 |
flobbie |
dokma: Thanks, I found the solution with renderObj.. |
| 11:10 |
dokma |
great... always better when people manage it through the docs and samples by themselves! |
| 11:15 |
flobbie |
yes, but sometimes there is a keyword missing and you can search for hours.. |
| 12:58 |
pulponair |
hi there |
| 12:59 |
pulponair |
join #flow3 |
| 12:59 |
pulponair |
upps ;) |
| 13:07 |
pulponair |
re |
| 13:58 |
cyg |
ahoy mateys |
| 13:59 |
cyg |
I'm trying to figure out how to use cObj->IMAGE or cObj->getImgResource from my extension, but whatever I do, I always end up with a variable containing NULL |
| 14:00 |
cyg |
I tried something along the lines of: $this->cObj->getImgResource("templates/backgrounds/background01.jpg", array("maxW" => 400)); |
| 14:01 |
cyg |
("templates" is a subfolder of /fileadmin/) ... any ideas as to what I'm doing wrong? |
| 14:02 |
cyg |
and yes, I've googled it extensively, to no avail |
| 15:14 |
betzi_ |
can someone help me with my HMENU? i wrote the typoscript code in a template called "leftmenu", but the menu isn't displayed... it is mapped. |
| 15:16 |
betzi_ |
is there anything else to do than mapping the container and setting up a template within the typoscript code? |
| 23:26 |
lindbergh |
hall |
| 23:26 |
lindbergh |
hallo :) |
| 23:27 |
cdngfrog |
hello |
| 23:27 |
lindbergh |
anyone know, how to define global constants on BE extension level, so I can easily use them through all FE plugins of that extension? |
| 23:35 |
lindbergh |
anyone |
| 23:35 |
lindbergh |
? |
| 23:37 |
flobbie |
maybe in a file, which you include in all plugins |
| 23:39 |
cdngfrog |
Or maybe define a hook |