| 00:37 |
samek |
hm |
| 00:37 |
samek |
can someone explain me this |
| 00:37 |
samek |
PIDitemDisplay { |
| 00:37 |
samek |
10.type = sql 10.where = color=red 10.pid = 142 20.type = sql 20.where = color=white 20.pid = 143 } |
| 00:38 |
samek |
how exactly this statmen or wahtever works? |
| 00:48 |
samek |
statement or whatever* |
| 01:04 |
john-nicholas |
anyone have experience setting up tt_products with paymentlib? |
| 01:07 |
paulfitzpatrick |
hey guys, is it possible to use the abstract field in meta as a page title? |
| 01:08 |
paulfitzpatrick |
and is this scorrect? |
| 01:08 |
paulfitzpatrick |
config.noPageTitle = 2 |
| 01:08 |
paulfitzpatrick |
page.headerData.10 = TEXT |
| 01:08 |
paulfitzpatrick |
page.headerData.10.field = abstract // title |
| 01:08 |
paulfitzpatrick |
page.headerData.10.wrap = <title></title> |
| 01:10 |
john-nicholas |
is that to have different page titles than in the tree? |
| 01:10 |
paulfitzpatrick |
yes |
| 01:11 |
paulfitzpatrick |
that's one thing that confuses me about typo3, why not have seperate page titles, meta tags and other common SEO things enabled out of thebox |
| 01:12 |
john-nicholas |
there is a separate nav title field but I guess that is the opposite of what you are looking for |
| 01:12 |
john-nicholas |
that looks right to me on the code though |
| 01:14 |
john-nicholas |
there is also the subtitle field which can be used that way and is in a more obvious place in the BE |
| 01:16 |
paulfitzpatrick |
yes, unfortunately the account I was granted had limited permissions initially, so I didn't ave the subtitle field, only the abstract field |
| 01:16 |
paulfitzpatrick |
as long as I can use that field for the <title> I should be ok. |
| 01:18 |
john-nicholas |
if no one has experience setting up tt_products with paymentlib, how about tt_products with authorize.net? |
| 05:21 |
SebastianGebhard |
Just creating a testing platform for youre typoscript skills. I appreciate every feedback http://loof.webagentur-gebhard.de/ |
| 10:27 |
n-regen |
how can i make typo3 add the attribute id="activeItem" to the menu item, which represents the current page? |
| 10:47 |
RoyalKnight |
n-regen: you have different options for it called NO and CUR |
| 10:47 |
n-regen |
i already tried CUR.ATagParams = id="activeItem", but it doesn´t work |
| 10:52 |
RoyalKnight |
n-regen: tried it witz class="" already? |
| 10:52 |
RoyalKnight |
witz=with |
| 10:55 |
n-regen |
not yet |
| 10:55 |
RoyalKnight |
n-regen: should work with id too, but who knows... |
| 12:24 |
n-regen |
RoyalKnight: i still can´t add an attribute to a specific menu-item |
| 12:25 |
n-regen |
i´ve tried both id and class and they are not added to the active menu-items <a>-tag |
| 13:49 |
nomatter001 |
hi |
| 13:49 |
nomatter001 |
how do i geht $_FILE in an typo3 extension for uploading a file? |
| 13:57 |
nomatter001 |
i mean how can i access the $_FILES array in a frontend extension |
| 14:24 |
nd___ |
nomatter001: I think there were some methods in t3lib_div |
| 14:31 |
nomatter001 |
nd___: so i can't get it direct? |
| 14:38 |
nomatter001 |
nd___: or is there anywhere an example how to do that stuff? |
| 14:46 |
nd___ |
nomatter001: http://typo3.org/fileadmin/typo3api-4.0.0/d3/d3d/classt3lib__div.html#4755927c96a085f32212c818216bf80f |
| 14:48 |
nd___ |
nomatter001: So I guess you access _FILES directly |
| 15:37 |
samek |
hm i'm having weird and very annoying problem.. typo3 installation doesn't dectect imagemagick, binary files are located in /usr/local/bin.. i set this dir and nothing. Any suggestions |
| 16:16 |
RoyalKnight_ |
samek: access allowed, so no disable_functions set, open_basedir correct, safe_mode off? |
| 16:16 |
RoyalKnight_ |
n-regen: could you post your ts? |
| 16:17 |
n-regen |
i found the error: it seems like you have to add the line "CUR = 1" to make it work |
| 16:17 |
RoyalKnight_ |
n-regen: you have to |
| 16:17 |
RoyalKnight_ |
same for NO, etc. |
| 16:18 |
RoyalKnight_ |
maybe you got confused by some other ts snippets, because they copied the NO-part to the CUR-part, so =1 is set implicit |
| 16:19 |
n-regen |
is NO = 1 set by default? |
| 16:20 |
RoyalKnight_ |
don't know, but i don't think so |
| 16:26 |
null__ |
Hi |
| 16:27 |
null__ |
Anyone a suggestion how i can manage different colors for my links in the rootPID. |
| 16:27 |
null__ |
I have entrylevel 1 for my pagelinks, and i want to have my 1st link color yellow, and the second link color green, and on |
| 16:27 |
null__ |
? |
| 16:33 |
samek |
RoyalKnight_: yeah safe_mode off did the trick |
| 16:34 |
RoyalKnight_ |
null__: separate the params with || |
| 16:35 |
samek |
RoyalKnight_: thanks btw:) |
| 16:35 |
RoyalKnight_ |
samek: np |
| 16:36 |
n-regen |
null__: http://www.phlogi.net/t3/tspastebin/showPost/-44e210816f/ line 348 |
| 16:45 |
null__ |
ah NO.wrapItemAndSub |
| 16:45 |
john-nicholas |
anyone familiar with setting up tt_products with payment lib? |
| 16:45 |
null__ |
n-regen, RoyalKnight_ : thank you |
| 17:53 |
nomatter001 |
hi |
| 17:53 |
yetihehe |
ack |
| 17:53 |
nomatter001 |
deos anybody know why sites of type backend user section aren't displayed in my menus even when i'm logged in? |
| 18:00 |
yetihehe |
hmm, good question, but maybe you need to read hmenu doc better? |
| 18:01 |
yetihehe |
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/11/ look for "excludeDoktypes" |
| 18:24 |
theconic |
does someone have a hint for me how i can set the path of a Picture CE to something like "fileadmin/'###TSFE:fe_user|user|username###'/picture.jpg ? |
| 18:31 |
theconic |
do you know what i mean? |
| 18:31 |
theconic |
i want to insert a picture, where the path depends on the name of the currently logged in user |
| 18:32 |
yetihehe |
we know, but we don't know how |
| 18:33 |
theconic |
is there a gallery extension or something like that? |
| 18:33 |
theconic |
didn't find something like that.... |
| 18:40 |
null__ |
theconic: you just pasted how to do :) |
| 18:40 |
null__ |
theconic: http://www.typo3wizard.com/de/snippets/cool-stuff-typoscript/informationen-ueber-den-angemeldeten-benutzer.html |
| 22:56 |
kinea |
one question: is it possible to upload to ter atm? |