| 00:07 |
kraftb |
take care ! |
| 00:07 |
kraftb |
time() == |
| 00:08 |
kraftb |
1234566491 |
| 00:08 |
kraftb |
right now !° |
| 00:08 |
kraftb |
soon 1234567890 |
| 00:09 |
kraftb |
http://de.wikipedia.org/wiki/Unixzeit#Besondere_Werte |
| 00:17 |
[Francesco] |
too geek :P |
| 00:18 |
kraftb |
#!/usr/bin/php |
| 00:18 |
kraftb |
<?php |
| 00:18 |
kraftb |
echo "\n"; |
| 00:18 |
kraftb |
while (true) { |
| 00:18 |
kraftb |
echo time()."\r"; |
| 00:18 |
kraftb |
usleep(100000); |
| 00:18 |
kraftb |
} |
| 00:18 |
kraftb |
?> |
| 00:18 |
kraftb |
simply exec on shell ... |
| 00:19 |
kraftb |
http://t3paste.org/y1QHAq |
| 00:19 |
kraftb |
sorry ... |
| 00:19 |
kraftb |
i know -no pastes |
| 00:32 |
kraftb |
happy alternating digets ! |
| 00:33 |
kraftb |
or whatever one calls its |
| 01:05 |
ries |
Happy 1234567890!!!! |
| 01:38 |
paddyez |
they already flamed me for beeing late!!!11Eleven |
| 09:51 |
dokma |
hey guys |
| 09:51 |
dokma |
anyone knows where is the documentation for the format of the second parameter here t3lib_extMgm::addToAllTCAtypes("tt_content","element1;;;;1-1-1, element2") ? |
| 09:52 |
dokma |
ries: ? ^^^^^^ |
| 13:52 |
ries |
dokma: I knew that once... but not anymore...sorry |
| 13:52 |
dokma |
ries: I managed to get over it by copy paste |
| 13:53 |
dokma |
figure that the --div-- part is to put it in the tab on a flex form |
| 13:53 |
dokma |
enough for now |
| 18:43 |
dirdi |
Hi, i got a problem with TS: I want to change a image, when the user changes the language! |
| 18:43 |
dirdi |
Here is my TS snippet: |
| 18:43 |
dirdi |
temp.mysearchform.10.value ( |
| 18:43 |
dirdi |
... |
| 18:43 |
dirdi |
<img src="fileadmin/templates/images/{config.htmlTag_langKey}/search.gif" alt="" /> |
| 18:43 |
dirdi |
... |
| 18:43 |
dirdi |
) |
| 18:43 |
dirdi |
What do I have do write instead of {config.htmlTag_langKey} ? |
| 18:56 |
nd_ |
dirdi: this doesn't do it? I'd say config.htmlTag_langKey has to be defined in constants to work... |
| 19:01 |
snoy_ms |
hey all. how to use width and hight in my image attributs ? |
| 19:02 |
snoy_ms |
this lib.picture.file.height = 250 sets it but it also shrinks my image in quality |
| 19:02 |
snoy_ms |
but i want to use the default picture |
| 19:09 |
snoy_ms |
what settings i need to say via typoscript that it doesn't have to shrink my pictures. I just want to insert the attributs but no shrink |
| 19:10 |
snoy_ms |
why doesnt this work ? lib.picture.file.width = 660 |
| 19:13 |
snoy_ms |
no one an idea how to handel these IMAGE Problems ? |
| 19:15 |
dirdi |
no it doesn't do it :( |
| 19:16 |
dirdi |
i konw that is can access php vars with {$VAR_NAME} and i know that the configurations are stored in php-arrray - so maybe this is a way to solve my problem?!? |
| 19:24 |
snoy_ms |
puuhh i solved my image problem..lol -> lib.picture.params = width=660 height=250 |
| 19:26 |
dirdi |
^^ |
| 20:01 |
dirdi |
can nobody help? |
| 20:36 |
wassilij |
hi ... ist hier jemand deutsch? |
| 20:37 |
TaucherMK |
wassilij: Topic => English only |
| 20:38 |
wassilij |
oh .. okay, thx |
| 22:03 |
Robby |
good evening |
| 22:04 |
Robby |
Just a short question my RTE ignores every resizing of Images... Why? |