| 09:35 |
nomatter001 |
hi |
| 09:36 |
nomatter001 |
is there anywhere a full reference for the TSFE-array |
| 09:36 |
nomatter001 |
i mean where all fields are listed and explained |
| 09:36 |
nomatter001 |
cause i can't find anything by searching "TSFE reference" at google |
| 10:33 |
nomatter001 |
hello? |
| 17:18 |
devcow |
hello @ll |
| 17:23 |
devcow |
i have made an own template and i dont know how to solve the problem with the content of my site. my site is not growing down for the text content. here is the link with the image -> http://img156.imageshack.us/my.php?image=unbenanntfg5.jpg |
| 17:30 |
devcow |
anyone here who can help |
| 17:33 |
rodi__ |
hi devcow |
| 17:33 |
rodi__ |
maybe a floating problem oder position: absolute |
| 17:34 |
devcow |
ahh css problem? |
| 17:34 |
rodi__ |
could you paste the html and css code anywhere? |
| 17:34 |
devcow |
yes sure |
| 17:36 |
devcow |
http://pastebin.com/m7daa1203 <- html template css style -> http://pastebin.com/m3358cffe |
| 17:39 |
rodi__ |
well the template looks good, so i gues you messed something up, substituting the markers |
| 17:40 |
rodi__ |
do you use pure typoscript or TV in your TYPO3 setup |
| 17:40 |
devcow |
pure typoscript |
| 17:40 |
rodi__ |
please paste the code of the page you made the image from |
| 17:42 |
devcow |
http://pastebin.com/m61c51930 |
| 17:49 |
rodi__ |
try using min-height: 500px in Line 13 of your css definition |
| 17:49 |
devcow |
ok |
| 17:49 |
rodi__ |
or set to auto |
| 17:50 |
devcow |
ok i try |
| 17:54 |
devcow |
rodi__ it is now working! thank you |
| 18:08 |
specialunderwear |
hi can I change the mime type for the xhtml file type somehow? |
| 18:39 |
rodi__ |
specialunderwear: have a look at the tsref and the config.doctype setting |
| 18:40 |
rodi__ |
you could set config.doctype = none and include a custom header with page.headerData.123 = what you want |
| 18:53 |
specialunderwear |
rodi__: Does the config.doctype include the mime type as well? |
| 20:30 |
RaptorPilot |
Hi all, I am trying to build a menu with transparent PNGs but can only get ful transparency to work, while what I want is more translucency. Is this possible and what should I look for? any help much appreciated |
| 20:41 |
bajoran |
hi there. i think i'm going nuts soon. Is there some way to split a string by some delimiter and process the results like it's done with CONTENT/renderObj? |
| 20:46 |
RaptorPilot |
bajoran, look at listNum under stdWrap |
| 20:51 |
bajoran |
RaptorPilot: thank you. I've used listNum quite often, but i don't know how it could help me to iterate through the separated list items. How can i do it? |
| 20:59 |
RaptorPilot |
TS cannot do iteration directly AFAIK. What exactly do you want to do? |
| 21:00 |
nkuttler |
any ideas how to add non-clickable links in a navigation? editable through the backend by creating a specific page type or something like that.. |
| 21:01 |
bajoran |
i'd like to override tt_content.image to display every even image (thumbnail) and link the following one (large) for lightbox2 |
| 21:02 |
bajoran |
it should be quite easy in php, but i'm looking for a solution based on TS |
| 21:06 |
RaptorPilot |
there must be a way, based on the fact that one can arrange a group of images into 1,2,3 etc columns and I think that is done in TS |
| 21:08 |
bajoran |
nkuttler: you could add a boolean (checkbox) to the table "pages" with the extension kickstarter. in your menu generating TS, you could check for that boolean and disable the menu item (doNotLinkIt) |
| 21:10 |
nkuttler |
bajoran: sounds like a good plan, thanks |
| 21:10 |
bajoran |
RaptorPilot: yes, currently, i'm looking how css_styled_content solves this. but i just don't understand it. anyway, thank you for your help! |
| 21:11 |
bajoran |
np |
| 21:22 |
bajoran |
fyi: it seems like IMGTEXT together with imgObjNum does the trick :-) |
| 21:23 |
RaptorPilot |
cool, sorry got disconnected for some mysterious reason |
| 21:23 |
bajoran |
np |
| 21:28 |
tomyN |
anyone here? |
| 21:29 |
bajoran |
yes |
| 21:30 |
tomyN |
hi, I have list of records on on page, names of person. How can I hide and show a set of persons on one pages and use the same records for another page, but with different hide and show. |
| 21:31 |
tomyN |
when I refer to a record that is hidden on one page, it is hidden in the new page too |
| 21:31 |
tomyN |
hope it is clear what I mean |
| 21:34 |
tomyN |
can I move records arround like pages |
| 21:35 |
bajoran |
when there are just two pages where the persons should appear, you could extend the person table with checkboxes like visible_on_a / visible_on_b. not nice, but quickly to do |
| 21:35 |
tomyN |
will look |
| 21:37 |
tomyN |
where is this menu, I mean those checkboxes? I have records, text with image |
| 21:37 |
bajoran |
or use a n:m relation table which links pages <--> persons |
| 21:38 |
bajoran |
you have to add them, this is easily done with the extension kickstarter |
| 21:38 |
tomyN |
ok |
| 23:15 |
drindt |
hey hello there |
| 23:16 |
drindt |
i would like to ask if someone here can please point me to a code example of an mvc implementation with flow3? |