| 00:04 |
ries |
Denyerec: I made an extension that does something like that |
| 00:04 |
ries |
can you try that? |
| 00:04 |
Denyerek |
What the hell |
| 00:04 |
Denyerek |
ries - are you there ? |
| 00:04 |
ries |
Denyerek: No |
| 00:04 |
ries |
:D |
| 00:04 |
Denyerek |
Damn |
| 00:04 |
Denyerek |
;) |
| 00:04 |
Denyerek |
IRC has been very odd this evening. |
| 00:04 |
Denyerek |
In an extension template on the page, it shows up. So what would prevent a child page from being able to see TS from its parent ? |
| 00:04 |
ries |
Denyerek: nothing |
| 00:05 |
Denyerek |
Then why can my child page not see TS objects from the parent template? :( |
| 00:07 |
ries |
Denyerek: try rvt_tsobjtags |
| 00:08 |
ries |
but you HAVE to use htmlarea |
| 00:08 |
Denyerek |
have to use htmlArea to do what? |
| 00:09 |
uriahheep |
void: ping |
| 00:09 |
ries |
if you want to use rvt_tsobjtags |
| 00:09 |
Denyerek |
Ah I see |
| 00:09 |
void |
uriahheep: ? |
| 00:09 |
Denyerek |
I would really, really like to know why tscObj is not working. |
| 00:10 |
uriahheep |
void: instead of the following line, what can i use to actually truly delete the row from the database? |
| 00:10 |
uriahheep |
$res=$GLOBALS['TYPO3_DB']->exec_UPDATEquery('tx_ceoinsuranceform_data','uid='.intval($gp['delete']),array('deleted'=>1)); |
| 00:10 |
void |
uriahheep: exec_DELETEquery |
| 00:10 |
Administrator__ |
hello |
| 00:10 |
Denyerek |
In fact I am thinking that because the client may want to add these list items, a FCE with the entry in the XML would be the cleanest way now. |
| 00:11 |
uriahheep |
void: ok, but what parameters do i give that? |
| 00:11 |
void |
uriahheep: $table, $where. use help. |
| 00:11 |
Administrator__ |
i got a problem! |
| 00:11 |
uriahheep |
ok |
| 00:11 |
uriahheep |
void: thanks |
| 00:11 |
Administrator__ |
typo SOMETIMES do not write the hole content to the db |
| 00:12 |
Administrator__ |
i leaves some parts of the rte code out so that the result is messed up |
| 00:12 |
Administrator__ |
the same problem appears on the frontend |
| 00:13 |
Administrator__ |
when it displays a "correct" element from the db |
| 00:13 |
Administrator__ |
some parts are missing |
| 00:13 |
Administrator__ |
so must be problem du to writing an reading from the db |
| 00:14 |
uriahheep |
void: should this work? $res=$GLOBALS['TYPO3_DB']->exec_DELETEquery('tx_ceoinsuranceform_data','uid='.intval($gp['delete'])); |
| 00:15 |
Administrator__ |
for example if i got to the page all is meesed up then i press f5 and all is fine press f5 all fine press f5 all meesed up |
| 00:15 |
Administrator__ |
no ideas ? |
| 00:15 |
void |
Administrator__: i have an idea. |
| 00:16 |
void |
Administrator__: what is your forceCharset? |
| 00:22 |
uriahheep |
void: what should the get request key be for my extension module for it to delete? ?pagecomments[delete] ? |
| 00:23 |
void |
for BE - any |
| 00:23 |
uriahheep |
ok |
| 00:23 |
void |
what you like |
| 00:23 |
uriahheep |
so i just use $_GET then? |
| 00:23 |
ThePianist |
hi |
| 00:24 |
ThePianist |
I installed an extension, will I need to add this to my template record and if so, how? |
| 00:24 |
void |
uriahheep: yes |
| 00:24 |
uriahheep |
void: k, thanks |
| 00:24 |
void |
ThePianist: depends on extension. |
| 00:25 |
uriahheep |
void: alright, it worked :) thanks! |
| 00:25 |
void |
np |
| 00:26 |
ThePianist |
it's called a Drop Down Sitemap, I was able to set it up as a plugin, but it doesn't show on the web site |
| 00:28 |
ThePianist |
it is listed in the template analyzer |
| 00:30 |
ThePianist |
it has a blank page icon, others have a + sign |
| 00:33 |
ThePianist |
I used this ext in a different T3 setting on a local server, it works fine |
| 00:33 |
ThePianist |
so, what am I possibly missing here? Thanks!! |
| 00:41 |
void |
Denyerek: can i ask you an english-related question? |
| 00:42 |
nutcase |
hi@all |
| 00:43 |
nutcase |
has typo3 a built in php-api-function to automatically remove white areas of an image? |
| 00:44 |
void |
white areas? |
| 00:44 |
void |
and what? replace with transparent? |
| 00:44 |
nutcase |
for example one scans a small image, which is not the size of a flatbed-scanner, but the user didn't adjust the scanning area. then i get a big image-file with a little area which contains the content |
| 00:44 |
nutcase |
just remove |
| 00:44 |
Denyerek |
sure void |
| 00:45 |
nutcase |
imagemagick has this built in |
| 00:45 |
Denyerek |
if IM has it, then you could issue a shell call to IM |
| 00:45 |
nutcase |
in one word: autocrop |
| 00:45 |
Denyerek |
via a userfunc |
| 00:45 |
ThePianist |
ok, I'll try to find somewhere else an answer, thanks |
| 00:46 |
void |
nutcase: yes, i agree with denyerec. there is also an api function for calling IM command... somewhere in t3lib |
| 00:46 |
nutcase |
i need it in an extension, which currently uses $this->cObj->IMAGE, looked into tsref, but didn't find anything regarding that issue |
| 00:46 |
nutcase |
ok, i'll dig |
| 00:46 |
nutcase |
probably t3lib_stdgraphic ? |
| 00:46 |
void |
yes |
| 00:47 |
nutcase |
ok, thx anyway, just wanted to ask, because this is probably not a rare use case, because we often create WCMs for less advanced users |
| 00:48 |
nutcase |
and i thought of passing IM-params to cObj->IMAGE |
| 00:48 |
nutcase |
i think that would be the easiest way, i'll dig into that direction |
| 00:48 |
Denyerek |
void you were gonna ask something ? |
| 00:49 |
void |
Denyerek: i can't understand how different laughs sounds. haha = [h^h^] or [hehe]? hehe = [hehe] or [hihi] ? |
| 00:50 |
void |
^ is an /\ sound.. can't find it |
| 00:52 |
void |
Denyerek: ? |
| 00:52 |
nutcase |
yeahah |
| 00:52 |
Denyerek |
Um |
| 00:52 |
nutcase |
so easy |
| 00:53 |
nutcase |
$imageConfig['file.']['params'] = "-sharpen 0 -trim"; |
| 00:53 |
Denyerek |
haha would be like the ha in hat |
| 00:53 |
pulponair |
good evening |
| 00:53 |
Denyerek |
hehehe the "he" is like the "hea" in heater |
| 00:53 |
pulponair |
Denyerek: ? |
| 00:53 |
Denyerek |
Helping voidus with english sounds |
| 00:53 |
Denyerek |
pulponair - you ever used tscobj ? |
| 00:54 |
void |
Denyerek: so it's [hi:]... |
| 00:54 |
pulponair |
Denyerek: dont know ... i am old ...i dont remember things that happend more than a week ago |
| 00:55 |
Denyerek |
Heh :/ |
| 00:55 |
Denyerek |
TscObj is gonna kill me |
| 00:55 |
Denyerek |
I swear |
| 00:55 |
Denyerek |
even when I did get it to work, my TS was broken |
| 00:55 |
pulponair |
Denyerek: go on perhaps i ll remember ;) |
| 00:55 |
void |
Denyerek: how to say "ha" like in "harverst"? |
| 00:55 |
Denyerek |
I just wanted to show all the pages below the current page in a hMenu |
| 00:56 |
Denyerek |
That sounds like "harp" or "hard" |
| 00:56 |
void |
yes... |
| 00:56 |
pulponair |
void: "long a" |
| 00:56 |
void |
but nobody writes "harharhar" for laugh |
| 00:56 |
Denyerek |
Some do |
| 00:56 |
pulponair |
void: some do |
| 00:56 |
Denyerek |
But usually if you're being sarcastic |
| 00:56 |
Denyerek |
"Har Har Har very funny" |
| 00:57 |
Denyerek |
Says Denyerec to Ries, when Ries tells him tscObj should "just work" |
| 00:57 |
pulponair |
harhar sounds a little "evilish" |
| 00:57 |
Denyerek |
;) |
| 00:57 |
pulponair |
or even mischievous |
| 00:57 |
void |
ok, thanks. |
| 00:58 |
void |
and for short a, like in "humble"? |
| 00:58 |
void |
i never saw "huhuhu" |
| 00:58 |
pulponair |
hmmm |
| 00:59 |
pulponair |
void: actually you are right |
| 00:59 |
pulponair |
huhuhu schould sound like [ha:..] |
| 00:59 |
pulponair |
shoudl |
| 00:59 |
pulponair |
arg |
| 00:59 |
pulponair |
should |
| 01:00 |
pulponair |
though huhuhu remembers me of santa claus |
| 01:00 |
void |
huhuhu should sound like [hjuhjuhju].. doesn't it |
| 01:00 |
void |
? |
| 01:00 |
void |
oh, no |
| 01:01 |
pulponair |
its mor \'heam |
| 01:01 |
pulponair |
more |
| 01:02 |
pulponair |
ea = the reverse e (did not find that character that fast) |
| 01:02 |
Denyerek |
ho ho ho is Santa |
| 01:02 |
Denyerek |
ho as in Hose |
| 01:03 |
pulponair |
Denyerek: yes but huhuhu is santa after a bottle of booze and a few cigars |
| 01:03 |
void |
:))) |
| 01:03 |
ThePianist |
the ext I am using, type a line in German, T3 is set to English as default language, where does this come from? |
| 01:03 |
Denyerek |
hehe |
| 01:04 |
void |
ThePianist: maybe it's hardcoded |
| 01:04 |
Denyerek |
Voidus - why would an extension embedded in a subpage not be able to see the TS of the parent page ? |
| 01:04 |
ThePianist |
I had this with another plugin, too |
| 01:05 |
void |
Denyerek: hm.. somewhere in the rootline should be template with "clear setup" checked or object unsetted... |
| 01:06 |
Denyerek |
The page I had trouble with is a direct child of the page with the master template on |
| 01:06 |
Denyerek |
there were no other template records or extensions templates |
| 01:06 |
Denyerek |
yet the only way to get tscObj to see my object, was to make the object in an extension template :( |
| 01:06 |
Denyerek |
something i Have never had to do before. |
| 01:07 |
void |
extension template is good |
| 01:07 |
Denyerek |
Not really |
| 01:07 |
Denyerek |
hard for an end user to add to every page. |
| 01:07 |
pulponair |
void: regarding pronunciation: listen to some canadian youtube videos thoose guys usually have very clean pronunciation (except for the frenchys) |
| 01:07 |
void |
i use it very often... just to not overload root page TS |
| 01:08 |
void |
Denyerek: yes, not in your case, but in other cases.. |
| 01:08 |
Denyerek |
Ah |
| 01:08 |
Denyerek |
http://phpfi.com/274820 |
| 01:08 |
Denyerek |
Any idea why that won't show the subpages of the current page ? |
| 01:09 |
pulponair |
btw: anyone ever tried to use recursive ajax requests? |
| 01:09 |
Denyerek |
I borrwed this TS from anotehr site which worked just fine |
| 01:09 |
ThePianist |
farewell T3 |
| 01:10 |
pulponair |
a |
| 01:10 |
Denyerek |
pulponair ? |
| 01:10 |
Denyerek |
Any offers? |
| 01:11 |
pulponair |
? |
| 01:11 |
Denyerek |
http://phpfi.com/274820 |
| 01:11 |
pulponair |
Denyerek: sorry i did not follow the discussion what is your problem actually? |
| 01:11 |
Denyerek |
If I go to a page |
| 01:11 |
Denyerek |
I want a menu of the subpages |
| 01:12 |
pulponair |
ok |
| 01:12 |
Denyerek |
displayed someplace else |
| 01:12 |
Denyerek |
IE, not as part of my main menu |
| 01:12 |
pulponair |
yes |
| 01:12 |
Denyerek |
so I try that TS, as it worked on a different site |
| 01:12 |
pulponair |
as usuall |
| 01:12 |
Denyerek |
but... nothing |
| 01:12 |
pulponair |
remove special |
| 01:12 |
pulponair |
Denyerek: just set hmenu.entrylevel =1 |
| 01:14 |
pulponair |
Denyerek: http://bin.cakephp.org/view/1147094265 |
| 01:14 |
pulponair |
something like that |
| 01:15 |
Denyerek |
two problems |
| 01:15 |
void |
why typoscript is not in geshi yet? |
| 01:15 |
pulponair |
void: i dont know |
| 01:15 |
Denyerek |
1) That shows the current page in the menu list too |
| 01:15 |
Denyerek |
2) That seems to be the only problem |
| 01:16 |
pulponair |
Denyerek: i dont know your page structure but that is the right way |
| 01:16 |
pulponair |
special.entrylevel is bogus |
| 01:16 |
Denyerek |
Yeah |
| 01:16 |
Denyerek |
I have: |
| 01:16 |
Denyerek |
page 1 |
| 01:16 |
Denyerek |
page 2 |
| 01:16 |
Denyerek |
page 3 |
| 01:16 |
Denyerek |
page 4 |
| 01:16 |
Denyerek |
So if I am on page 2 |
| 01:16 |
Denyerek |
I want to see 3 and 4 in my list |
| 01:16 |
Denyerek |
right now, I see 2,3,4 |
| 01:16 |
pulponair |
oh |
| 01:16 |
pulponair |
yes |
| 01:17 |
Denyerek |
I wonder if there is a way to unset CUR |
| 01:17 |
pulponair |
that is what that snippet is supposed to do |
| 01:17 |
pulponair |
Denyerek: but does this make sense at all? |
| 01:17 |
pulponair |
so if you would be on 3 you would expect 2,4 right? |
| 01:17 |
Denyerek |
CUR = 1 |
| 01:17 |
Denyerek |
CUR.allWrap = <!--|--> |
| 01:18 |
pulponair |
that'S kinda confusing |
| 01:18 |
Denyerek |
:D |
| 01:18 |
Denyerek |
THe client wants a list of pages on the same level at the foot of his page |
| 01:18 |
Denyerek |
reading "Other pages in this section..." |
| 01:18 |
pulponair |
ok |
| 01:18 |
Denyerek |
so if you're on page 2 |
| 01:18 |
pulponair |
there is a better solution |
| 01:18 |
Denyerek |
you should see 3 and 4 ulisted |
| 01:18 |
pulponair |
stay tuned i ll put some code up |
| 01:18 |
Denyerek |
if you're on 4, you should see 2 and 3 |
| 01:19 |
Denyerek |
thanks man |
| 01:21 |
pulponair |
set hmenu.excludeUidList = current |
| 01:21 |
pulponair |
Denyerek: http://bin.cakephp.org/edit/25117 |
| 01:22 |
pulponair |
thought i did not test it |
| 01:22 |
pulponair |
s/thought/though/ |
| 01:22 |
Denyerek |
works a charm! |
| 01:22 |
Denyerek |
thanks so much pulponair, I can finally sleep! |
| 01:23 |
mayeco |
i love typo3!!!!!!!!!!!!! |
| 01:24 |
pulponair |
typo3 suxx |
| 01:24 |
pulponair |
Denyerek: np dude |
| 01:25 |
mayeco |
typo3 dont suxx |
| 01:25 |
pulponair |
mayeco: right ..."it does suck" ;) |
| 01:27 |
mayeco |
:( i dont understand (i dont speak to much english) |
| 01:27 |
mayeco |
but I know how to say: I live typo3!!!!!! |
| 01:27 |
pulponair |
mayeco: nevermind i was just kinding |
| 01:27 |
mayeco |
love... |
| 01:27 |
mayeco |
hahaha |
| 01:27 |
pulponair |
mayeco: though i personally do not "love" typo3 ;) |
| 01:28 |
pulponair |
mayeco: but that is another story |
| 01:28 |
pulponair |
Denyerek: did you fall asleep imidiatly? |
| 01:29 |
mayeco |
:) |
| 01:29 |
mayeco |
hahaha why |
| 01:29 |
mayeco |
what happend with typo3 and you? |
| 03:35 |
a |
hi |
| 03:37 |
mayeco |
hi a |
| 03:46 |
void |
hm.. <a> |
| 03:46 |
void |
HTML in IRC |
| 06:19 |
d|g |
hi all |
| 06:25 |
mattias_ |
Hey, does anybody know what to do, when shopsystem is not compatible? |
| 07:36 |
dax77 |
hi @all |
| 08:54 |
milpoer |
Hello.. |
| 08:55 |
milpoer |
I'm about to implement oscommerce within the scope of Typo3, but after installing it, and click the icon which appeas in the menu, i got the installation guide in french? my french is quite poor, so how do i change this to english ? |
| 08:58 |
many |
rotfl :) |
| 08:59 |
milpoer |
many: why are you laughing ? |
| 09:02 |
many |
cos tis is funny |
| 09:03 |
bauschan |
hi @ all |
| 09:05 |
milpoer |
many: ok.. but can you help me ? |
| 09:06 |
many |
no. oscommerce is out of my scope |
| 09:09 |
milpoer |
many: ok.. |
| 09:09 |
milpoer |
anyone with oscommerce expirence.. ?? |
| 09:13 |
delmonico |
mornin' |
| 09:14 |
delmonico |
why are there noe 'create copy for tanslation' links for TV flexible content elements? |
| 09:44 |
FloLeBlanc |
hi all |
| 10:03 |
FloLeBlanc |
when creating own extensions do I have to use a specific folder to put generated files into? |
| 10:03 |
FloLeBlanc |
(I want to create a txt with data and email it) |
| 11:07 |
floxx |
hi...question: in my extension, i use flexforms - now i created a translation in tv backend module, but i can't get the values from the translated element ... any ideas? |
| 11:08 |
floxx |
flexform_ds_pi1.xml is configured with "<langDisable type="integer">1</langDisable>" |
| 11:21 |
floxx |
k - problem solved |
| 11:43 |
Denyerek |
Stupid tscObj |
| 11:46 |
Jigal |
Hello #tyop3! |
| 11:47 |
Jigal |
http://phpfi.com/274886 doesn't work :-( Why? How to get it work? |
| 11:49 |
FloLeBlanc |
hi jigal |
| 11:49 |
Jigal |
Hi FloLeBlanc |
| 11:56 |
Denyerek |
hey Jiggler |
| 11:59 |
Jigal |
hi Denyerek :-) |
| 11:59 |
Denyerek |
Flo, you ever used tscObj? |
| 12:00 |
Denyerek |
whwere you can insert a typoscript object as a content element |
| 12:00 |
Jigal |
I would have expected that this query was run: SELECT uitzenddatum FROM tx_varagreinz_uitzenddatum WHERE fragment=16 ORDER BY uitzenddatum LIMIT 1; |
| 12:01 |
Jigal |
and then it should display the value of the field uitzenddatum |
| 12:01 |
Jigal |
Rather hard to debug in TypoScript :-/ |
| 12:19 |
FloLeBlanc |
denyerek: no |
| 12:20 |
FloLeBlanc |
Jigal: TS is äh... complicated *G* |
| 12:20 |
FloLeBlanc |
enlighten me plz someone how to iterate through an associative array |
| 12:20 |
FloLeBlanc |
(php) |
| 12:29 |
Jigal |
FloLeBlanc: mostly used: foreach($array as $key => $value) { /*do your thing*/ } |
| 12:30 |
FloLeBlanc |
ah array as key.. good idea thx |
| 12:31 |
Jigal |
FloLeBlanc: for big arrays (uses less memory): reset $array; while( list($key, $value) = each($array)) { /* do your thing */ } |
| 12:31 |
Jigal |
FloLeBlanc: see for more examples http://www.php.net/foreach |
| 12:31 |
FloLeBlanc |
thx |
| 12:33 |
Jigal |
enlighten me plz someone how to execute a query in TS and display the value of a column of the only row in the result :-) |
| 12:39 |
FloLeBlanc |
Jigal: I'd love to help you but I don't have a clue about queries in TS |
| 13:00 |
Jigal |
I really need some information to get a query in TS working... anybody awake who can help a bit? |
| 13:23 |
Jigal |
just2b: can you help a bit with displaying a query result in TS? I've been fooling around with a CONTENT object and a renderObj property, but nothing works :-( |
| 13:24 |
just2b |
i try |
| 13:28 |
Jigal |
http://phpfi.com/274894 is the code that doesn't want to work for me.. |
| 13:28 |
Jigal |
Ries, can you take a look too? Please? |
| 13:28 |
just2b |
you need a pidInList |
| 13:28 |
just2b |
and the table is a typ03 table?? |
| 13:30 |
Jigal |
just2b: is pidInList a must in a query? |
| 13:30 |
just2b |
here yes |
| 13:30 |
just2b |
or you take RECORDS and you need a uidInList |
| 13:31 |
just2b |
ah no uidLinst but list of ids |
| 13:31 |
ries |
Jigal: I just woke up, may be later |
| 13:31 |
Jigal |
just2b: table is from a custom extension, but has fields: uid, pid, tstamp, crdate, cruser_id, deleted, hidden, fragment, uitzenddatum |
| 13:32 |
just2b |
yeah so use pidInList |
| 13:32 |
just2b |
and should work |
| 13:32 |
Jigal |
just2b: I'm actually only interested in the two non-T3 columns :-D |
| 13:32 |
Jigal |
just2b: I'll try immediately! |
| 13:34 |
Jigal |
just2b: if you were a girl I'd have kissed you LOL |
| 13:35 |
just2b |
it works? |
| 13:37 |
Jigal |
just2b: Yes it works! Now I need one more step... the value 16 in fragment=16 needs to be replaced with the value that I can use as .field=uid outside that query block... |
| 13:37 |
just2b |
you need to save the value in a register |
| 13:37 |
just2b |
btw you got a girl? |
| 13:39 |
Jigal |
LOL. Yes, I have :-) |
| 13:40 |
ries |
Jigal: congrats... |
| 13:41 |
Jigal |
Ries: congrats on what? It's not my birthday? |
| 13:41 |
just2b |
jigal, ask her how much she would pay for a kiss |
| 13:42 |
Jigal |
just2b: kisses and hugs are free in this world! |
| 13:43 |
ries |
Jigal: on this? just2b: btw you got a girl? |
| 13:43 |
ries |
[07:43am] Jigal: LOL. Yes, I have |
| 13:44 |
Jigal |
ries: Ah! |
| 13:44 |
just2b |
yeah i got a girl |
| 13:44 |
just2b |
jigal.. i will try this slogan in the next redlight district ;) |
| 13:45 |
Jigal |
How do I get that value in the register in that query? both where=fragment=register:vid and where=fragment={register:vid} result in a query with "WHERE fragment=register:vid" resp. "WHERE fragment={register:vid}". No value is substituted :-( |
| 13:48 |
Jigal |
Hmm.. I think the register value must be the complete where clause and then where.data = register:vid should work, right? |
| 13:52 |
iamAwillys |
hello people |
| 13:52 |
iamAwillys |
those of you who are working and the one who just pretend ^^ |
| 14:18 |
Jigal |
just2b: managed to do it without load_register; values could be set as .field = uid and using andWhere (which has stdWrap while where does not) |
| 14:18 |
tobstar |
I'm using tt_news to have a LATEST output on my site's front page. I've also set up a "news" user to insert news, who only has access to my news sysfolder. However, when I insert a news entry as this user, it does show up in the news, but not in the LATEST view on the front page. When I use my admin account, it works like a charm. What am I missing? |
| 14:20 |
just2b |
cache? |
| 14:20 |
tobstar |
nope, checked that |
| 14:20 |
tobstar |
it's definitely not cached, that's what I thought for a while |
| 14:20 |
tobstar |
I've flushed every cache there is |
| 14:20 |
tobstar |
and to be sure, I waited 1 day |
| 14:21 |
tobstar |
and it still didn't change, however, when using an admin account, it worked at once |
| 14:21 |
tobstar |
which I expect, as caching isn't enabled for the front page. |
| 14:31 |
tobstar |
no ideas? |
| 14:31 |
just2b |
anyone good in sql? |
| 14:31 |
tobstar |
depends on what you consider "good" :-p |
| 14:31 |
just2b |
is something like this possible select uid,* |
| 14:31 |
just2b |
i need uid AS foo and all of the other fields |
| 14:32 |
tobstar |
I dont think so |
| 14:32 |
tobstar |
I never tried though |
| 14:32 |
just2b |
damn it |
| 14:32 |
tobstar |
I assume you've tried the syntax you suggested without it working, right? |
| 14:32 |
just2b |
right |
| 14:32 |
tobstar |
I guess it's not possible then |
| 14:33 |
just2b |
f*ck |
| 14:41 |
Jigal |
just2b: try SELECT *, uid FROM ... |
| 14:41 |
just2b |
ah ok ;) |
| 14:42 |
just2b |
thyx |
| 14:49 |
ries |
gerards just send me this link : http://www.youtube.com/watch?v=ZA1NoOOoaNw |
| 14:50 |
ries |
quite funny :) |
| 14:57 |
mikhas |
I'm thinking hard if there's a way to make a selection of the tree-page be visible if I visit test.site.com instead of site.com (where only partial of the page-tree is available. |
| 14:58 |
mikhas |
you can set a page to be visible depending on the group. but can you set it to be visible depending on domain-name? |
| 15:00 |
pulponair |
hi there |
| 15:03 |
slash |
how can i set the distance between the images in "text with image" and "images"? |
| 15:05 |
charliespeed |
hi there |
| 15:20 |
slash |
how can i set the distance between the images in "text with image" and "images"? when i have 2 cols and 2 images. each image has a width of 170px. typo3 set the with of csc-textpic-imagewrap and csc-textpic-imagerow to 350px. when i try to make the distance between the images via CSS bigger. the second image breaks because of the width 350px. |
| 15:44 |
void |
hm.. no denyerec :( |
| 15:44 |
uschi |
hi folks :-) |
| 15:45 |
m0oman |
moo, uschi. |
| 15:45 |
uschi |
moo m0oman o0o0 |
| 15:46 |
pulponair |
hi uschi |
| 15:46 |
uschi |
hey pulponair :-) |
| 15:47 |
uschi |
i know that problem, just2b :))) |
| 15:47 |
uschi |
what is the ext about? |
| 15:47 |
just2b |
bildstrecke :D |
| 15:48 |
just2b |
CE > text w img > 1st img shown and the rest is shown in the popup |
| 15:48 |
pulponair |
just2b: try rg_1 and so on ;) |
| 15:48 |
just2b |
^^ |
| 15:48 |
uschi |
what is a bildstrecke |
| 15:48 |
just2b |
http://www.welt.de/ > Bilderstrecke: Als die Mauer fiel |
| 15:50 |
uschi |
loads very slowly that page |
| 15:51 |
uschi |
rgimagestory |
| 15:52 |
just2b |
nice one |
| 15:52 |
just2b |
something like that useful? |
| 15:52 |
uschi |
sure |
| 15:52 |
pulponair |
just2b: i did a similar thing a while ago but used plain ts + tv fce |
| 15:53 |
just2b |
who said that I use any php? ;) |
| 15:53 |
just2b |
i just need an ext to hold the css,js files.. |
| 15:54 |
slash |
how can i set the distance between the images in "text with image" and "images"? |
| 15:54 |
uschi |
pulponair, do i want rlmp_tmplselect (or whatever it is called whith tv?) |
| 15:54 |
pulponair |
uschi: sorry? |
| 15:54 |
uschi |
there is an ext for selecting templates |
| 15:55 |
uschi |
does it make sense to use it with TV? |
| 15:55 |
pulponair |
uschi: : i dont think so |
| 15:55 |
uschi |
ok, because i am just doing icons |
| 16:02 |
sw_bluntman |
So, I asked this the other day, but got disconnected and don't see an answer in the archives. Does anyone know if it is easy to create an extension that spans multiple pages? If the user fills out the form in the extension (which might be mixed with other content), I want them to be sent to a page on which the confirmation is the only thing on the page. |
| 16:18 |
uschi |
just2b? |
| 16:20 |
just2b |
yes |
| 16:24 |
just2b |
uschi? ^^ |
| 16:29 |
just2b |
somebody can help with split? |
| 16:48 |
just2b |
ok got it myself |
| 16:50 |
void |
sw_bluntman: i think that's not so difficult |
| 16:52 |
sw_bluntman |
void: Thank you. I'm looking to see if I can figure out how now |
| 17:27 |
tofirius |
hello all |
| 17:27 |
tofirius |
anyone around? |
| 17:28 |
void |
tofirius: yes |
| 17:29 |
tofirius |
hi |
| 17:29 |
tofirius |
i have a question about DAM |
| 17:29 |
tofirius |
my webhost has a limitation of 8MB for PHP uploads |
| 17:29 |
tofirius |
so i have to upload my files via FTP |
| 17:30 |
tofirius |
but DAM won't index those files |
| 17:30 |
tofirius |
any ideas? |
| 17:31 |
void |
it can index them |
| 17:31 |
tofirius |
i know |
| 17:32 |
tofirius |
but it won't |
| 17:32 |
void |
why? |
| 17:32 |
tofirius |
it'll only index files that are uploaded use the DAM interface... |
| 17:32 |
tofirius |
but if i upload them using FTP it won't index |
| 17:32 |
void |
did you try to index them using "indexing" tab? |
| 17:32 |
tofirius |
yes |
| 17:33 |
void |
and they are still not indexed? |
| 17:33 |
tofirius |
right |
| 17:33 |
void |
hm... weird |
| 17:34 |
tofirius |
probably has something to do with my webhost... they're always screwing things up |
| 17:34 |
tofirius |
but it didn't always do that |
| 17:34 |
tofirius |
i have other files that i had uploaded via FTP that ARE indexed.... but then it stopped doing it |
| 17:35 |
void |
hm.. so, something was changed at that "then" |
| 17:35 |
tofirius |
if it was.... it probably happened on my webhost |
| 17:35 |
just2b |
i guess nobody knows why processDatamap_postProcessFieldArray only works when i choose "save & close" and not with ust close? |
| 17:37 |
void |
just2b: cause close don't save anything |
| 17:37 |
just2b |
void, i meant just "save" |
| 17:37 |
just2b |
sory |
| 17:38 |
void |
just2b: is that element new or not? |
| 17:38 |
just2b |
no |
| 17:38 |
just2b |
and i dont choose status=update in the hook |
| 17:39 |
void |
hm.. which status do you choose? |
| 17:39 |
just2b |
hold on a moment |
| 17:40 |
just2b |
forget it, fount the error... |
| 17:41 |
wacky_ |
what's the difference between the TSconfig of a page, the Constants and Setup sections of templates ? |
| 17:41 |
wacky_ |
How can I fetch the TSconfig from typoscripts ?! |
| 17:44 |
void |
wacky_: how? with .fied = tsconfig :) |
| 17:46 |
void |
wacky_: there is now straight relation between tsconfig and ts |
| 17:46 |
void |
*now = no |
| 17:57 |
void |
how can i insert linebreak in wrap? |
| 17:57 |
MikeK2 |
hi there |
| 17:57 |
just2b |
void why should you need it |
| 17:58 |
void |
i need it.. need to make an CONTENT with items separated by \n |
| 17:58 |
MikeK2 |
<< void >> a silly question, if your name is Alex? :) |
| 17:58 |
void |
MikeK2: my name is Alexey =) |
| 17:59 |
MikeK2 |
<< void >>Ya tak i dumal :) |
| 17:59 |
void |
MikeK2: hehe... /join #typo3.ru |
| 18:45 |
void |
so.. nobody know how to insert \n in the wrap? |
| 18:45 |
just2b |
maybe nobodys sees a need |
| 18:48 |
void |
i am tring to make a CONTENT for my ajax needs.. |
| 18:55 |
just2b |
somebody can help with some istrue? |
| 19:47 |
Denyerec |
Anyone ever worked with the extension tscObj ? |
| 19:47 |
Denyerec |
For some reason, when embedding it on a child page it cannot see the TSObjects from the parent template |
| 19:47 |
Denyerec |
Forcing me to create an extension template with the TS on every time I wanna use it |
| 19:47 |
Denyerec |
which is annoying |
| 19:49 |
just2b |
you use lib or temp` |
| 19:55 |
Denyerec |
just, I used lib, temp, bob, tv |
| 19:55 |
Denyerec |
Nothing showed up, except for the TSOP's I'd mapped using TemplaVoila |
| 19:56 |
just2b |
let me check on my site |
| 19:57 |
Denyerec |
1: Fileextension 'php' not allowed. <-- also PHP is in the edit allowed part of my site config |
| 19:57 |
Denyerec |
but I get this message when trying to embed a PHP script with lumo PHP Include |
| 19:57 |
Denyerec |
:/ |
| 19:57 |
Denyerec |
didnt get it on another site of mine, but I can't spot the difference |
| 19:58 |
just2b |
no prob here |
| 19:59 |
Denyerec |
So you click the cog, and all your TS objects are visible ? |
| 19:59 |
just2b |
yes |
| 19:59 |
Denyerec |
Then wtf is goin on with my site |
| 19:59 |
Denyerec |
Until I created the extension template to get it working, there was only one template, which was attached to the root page. |
| 19:59 |
Denyerec |
this template has the "is root" flag checked, too. |
| 20:02 |
Denyerec |
Are you aware of any specific configuration you may have done ? |
| 20:02 |
Denyerec |
and can I in any way bribe you into taking a look at this BE ? |
| 20:28 |
Denyerec |
I need someone to fix my TSCObj :( |
| 20:32 |
Denyerec |
Justb legged it :( |
| 20:38 |
Jessica |
Goodevening :D |
| 20:39 |
Jessica |
Does someone have experience with Export to CSV? |
| 20:39 |
Jessica |
I am trying to write a function that exports tabledata with CSV |
| 20:42 |
Denyerec |
There's pribably already an extension for that |
| 20:42 |
Denyerec |
it's a pretty common requirement |
| 20:43 |
Jessica |
well probably but I want to add it on my extension |
| 20:46 |
wacky_ |
void - is it possible to access some TSconfig from some TypoScript ? To reference some of the vars placed there ? |
| 20:47 |
void |
wacky_: possible, but very hard.. |
| 20:50 |
smeringe |
has anyone used typo3 as compiled binary? :S or.. anyone having experience compiling php code at all? sounds odd to me.. |
| 20:51 |
void |
smeringe: no, but that's interesting |
| 20:52 |
void |
smeringe: compiling into what? phalanger (.net)? or JVM? |
| 20:52 |
smeringe |
void: binary executable. afaiu (understand) exe or bin :S like with www.roadsend.com |
| 20:53 |
smeringe |
I got a question from the security perspecitve where the client had something about that.. |
| 20:53 |
smeringe |
had - read - |
| 20:54 |
Denyerec |
Anyone ever worked with the extension tscObj ? |
| 20:54 |
Denyerec |
For some reason, when embedding it on a child page it cannot see the TSObjects from the parent template |
| 20:55 |
Denyerec |
Forcing me to create an extension template with the TS on every time I wanna use it |
| 20:57 |
smeringe |
void didn't know of phalanger. interesting |
| 20:57 |
smeringe |
I'm in the midst of a mysterious projekt integrating .net and php (typo3) solutions.. |
| 20:58 |
voidus_ |
smeringe: i didn't know about roadsend |
| 20:59 |
smeringe |
niether did I till recently |
| 20:59 |
smeringe |
voidus_: have you tried working with phalanger? |
| 20:59 |
voidus_ |
no, i didn't.. |
| 21:04 |
smeringe |
I wonder how typo3 would behave with phalanger och similar.. hm.. I'll have to try I guess. |
| 21:25 |
Denyerec |
Still no-one on the tscObj problem ? |
| 21:28 |
smeringe |
:( having a hard time Denyerec. sometimes it really sucks right. |
| 21:28 |
Denyerec |
Indeed. |
| 22:35 |
dokma |
anyone on? |
| 22:35 |
dokma |
I've got a tt_news multilingual hassle |
| 22:42 |
dokma |
ries, Denyerec? you guys here? |
| 22:42 |
ries |
dokma: I am not much into tt_news |
| 22:42 |
dokma |
well |
| 22:42 |
dokma |
this one is not strictly tt_news |
| 22:42 |
dokma |
listen to this |
| 22:42 |
dokma |
I mistakenly delete a part of the page tree |
| 22:43 |
dokma |
so I went into the db and undeleted the root by setting deleted to 0 |
| 22:43 |
dokma |
then I went to history of that page and rollbacked the rest of it |
| 22:43 |
dokma |
now I can't get tt_news to display it's records in english on that page by |
| 22:43 |
ries |
and then you get your news back, but not yoru multi-langual content? |
| 22:43 |
dokma |
setting config.sys_language_uid = 3 |
| 22:44 |
dokma |
no the content is there |
| 22:44 |
dokma |
it just wont show up in the right lang |
| 22:44 |
dokma |
I have config.sys_language_uid = 3 |
| 22:44 |
dokma |
in the page TS setup |
| 22:44 |
dokma |
but it still displays in the default language |
| 22:45 |
dokma |
I've started to download the whole site with the db |
| 22:45 |
dokma |
to plug it into my debugger |
| 22:45 |
dokma |
I love to read TYPO3 code anyway |
| 22:45 |
dokma |
:) |
| 22:45 |
dokma |
but would love to find some hints as to where to look |
| 22:46 |
dokma |
ries you got any clue what could cause this? |
| 22:46 |
ries |
dokma: sounds liek a bug in typo3... I am not sure where though... |
| 22:47 |
ries |
seems like the multi-language records are still set to deleted |
| 22:47 |
ries |
but due to teh way how ML works you cannot easely set the delete flag back to 0.... I think |
| 23:15 |
dokma |
ries: I'm gonna check that one out |
| 23:15 |
ries |
dokma: check the language fields... |
| 23:16 |
dokma |
yeah, will do that |
| 23:16 |
dokma |
download is finished, so if it does not work I'm gonna have some debugging fun |