| 01:59 |
lazarus477 |
Does anyone here know if the Grid960 framework has a channel on IRC? |
| 08:28 |
foool |
anyone up and about? |
| 08:36 |
foool |
any powermail gurus here? |
| 09:14 |
sorenmalling |
Morning all |
| 09:15 |
_pedda_ |
hi all |
| 09:16 |
pmk65 |
hi |
| 09:25 |
jbaptiste_j |
hi pedda, how did it do in Frankfurt ? |
| 09:35 |
_pedda_ |
very nice |
| 09:36 |
_pedda_ |
as it might had happened to you at the t3 universiti in france some time ago |
| 09:36 |
_pedda_ |
*university |
| 09:36 |
_pedda_ |
did you work it out with the workflow ? |
| 09:43 |
maholtz|WORK |
morning |
| 09:43 |
_pedda_ |
hi |
| 09:44 |
maholtz|WORK |
so, you get home:) |
| 09:44 |
_pedda_ |
yeah i did.. |
| 09:44 |
_pedda_ |
i was at home at about 11 pm |
| 09:44 |
maholtz|WORK |
oh, so you had to wait? |
| 09:45 |
_pedda_ |
yes |
| 09:45 |
_pedda_ |
just a bit |
| 09:46 |
_pedda_ |
i was at 8.06 pm at the station and my train went 8.02 pm |
| 09:46 |
maholtz|WORK |
shit happens:( |
| 09:47 |
_pedda_ |
hehe... wasn't that bad |
| 10:18 |
AlexHN |
hello, I've got a question aboput plugin tt_address, first problem is the formatting of birthday and how to do that with typoscript, I havn't found anything in the web, the secound is the outsorcing of the locallang.xml, is there a possibility to change the path in Typoscript ? |
| 10:21 |
_pedda_ |
changing the path to the locallang.xml is not possible but you can use plugin.tt_address._LOCAL_LANG.en { date = the current date is : } to modify the language markers/text of the extension |
| 10:22 |
_pedda_ |
this was just an example |
| 10:22 |
_pedda_ |
ususally _LOCAL_LANG.(your-language) {... is used for that |
| 10:24 |
AlexHN |
thanks to you I'll try it in that way then. do you know something about the format of birthdays ? tt_address puts out the wrong format |
| 10:24 |
_pedda_ |
this can be adjusted as well ... i think |
| 10:24 |
AlexHN |
I think too, but how :) ? |
| 10:25 |
_pedda_ |
i'm doing some research actually.. just a second |
| 10:25 |
AlexHN |
oh thanks |
| 10:25 |
AlexHN |
I googled too but found nothing |
| 10:38 |
_pedda_ |
AlexHN: this is an tt_news example plugin.tt_news.displayLatest.date_stdWrap.strftime = %A, %Y-%m-%d |
| 10:38 |
_pedda_ |
something similar should be possible with tt_address |
| 10:39 |
_pedda_ |
(only the strftime part) |
| 10:39 |
_pedda_ |
these are the possible values : http://de.php.net/manual/en/function.strftime.php |
| 10:40 |
_pedda_ |
can find a real tt_address solution neither |
| 10:40 |
_pedda_ |
never had to modify the date format of it |
| 10:41 |
AlexHN |
oh super thank you very much :) |
| 10:41 |
_pedda_ |
it might be possible that strftime is not available as a ts property for tt_address |
| 10:41 |
_pedda_ |
you have to figure out |
| 10:42 |
AlexHN |
looks like it, in the ObjectBrowser is no entry like that :( |
| 10:42 |
_pedda_ |
the object browser tells you only the things which are already set |
| 10:42 |
_pedda_ |
if it'S missing in the static template it could still be there as well ;) |
| 10:42 |
AlexHN |
ah ok |
| 10:43 |
_pedda_ |
but not appear in the tsobj browser |
| 10:43 |
AlexHN |
ok I'll try it thanks |
| 10:55 |
pmk65 |
AlexHN: for tt_address you can setup config objects for every fields in the table. |
| 10:55 |
skorpi |
http://twitpic.com/hoxs2 |
| 10:55 |
skorpi |
;-) |
| 10:58 |
sorenmalling |
skorpi: Nice Toasts! :-) |
| 10:58 |
AlexHN |
ah I see :) |
| 10:58 |
AlexHN |
hehe yes |
| 11:00 |
pmk65 |
AlexHN: something like this should work -> http://www.phlogi.net/f/t3/tsp/sp/-a03a2a3867/ |
| 11:01 |
AlexHN |
oh thanks, something like that I tryed but it didnt work, now I'll try this one ;) |
| 11:02 |
SEBAR |
Hi everybody I need to change the text inside a div outside of the content element with the title of a news on the detail page |
| 11:03 |
SEBAR |
let's say the <div id="headline">NEWS TITLE</div> |
| 11:06 |
AlexHN |
did you use TemplaVoila ? |
| 11:06 |
SEBAR |
yes I do |
| 11:06 |
SEBAR |
In the template I have a content Element with the news content |
| 11:07 |
AlexHN |
then map it as a TyposcriptObejctPath |
| 11:07 |
SEBAR |
but I need to access a div outside of the content Element |
| 11:07 |
SEBAR |
the headline? |
| 11:08 |
AlexHN |
yes the div headline you have to map as TyposcriptObjectPath |
| 11:08 |
AlexHN |
then you can influence it via lib.myObject |
| 11:08 |
pmk65 |
map the attribute of the DIV tag. |
| 11:08 |
SEBAR |
okay, I will have to make a new template |
| 11:08 |
SEBAR |
The headline is mapped as text |
| 11:09 |
AlexHN |
this you can map as TypoScriptObjectPath too |
| 11:09 |
pmk65 |
you can map both attributes of the tag and the content of the tag. |
| 11:11 |
SEBAR |
ahh |
| 11:12 |
SEBAR |
So I make two Data Elements? |
| 11:13 |
AlexHN |
you don't need to you simply have to map the part you want to change |
| 11:14 |
SEBAR |
The headline - which I want to change - is still mapped as text and needs to stay as it |
| 11:14 |
SEBAR |
but I need to access it via TS to |
| 11:14 |
SEBAR |
so I will map it twice |
| 11:15 |
AlexHN |
then you need to map it as ObejctPath... you can change it then like lib.myObject = TEXT |
| 11:15 |
SEBAR |
yeap |
| 11:15 |
AlexHN |
lib.myObject.value = something |
| 11:16 |
SEBAR |
That's good |
| 11:16 |
SEBAR |
Now I just need to know how to inject my news Title |
| 11:18 |
_pedda_ |
http://www.netdip.com/tt-news-category-page-title/ |
| 11:18 |
_pedda_ |
adjust this to title |
| 11:18 |
_pedda_ |
{GPvar:tx_ttnews|cat} => {GPvar:tx_ttnews|title} |
| 11:18 |
_pedda_ |
there you go |
| 11:21 |
AlexHN |
@pedda : the strftime function doesn't work, now I'm at the end with my latin |
| 11:22 |
AlexHN |
maybe its a database problem ? the database is UTF8 unicode |
| 11:23 |
_pedda_ |
AlexHN: pn |
| 11:23 |
SEBAR |
I tried this kind of approach: http://www.phlogi.net/f/t3/tsp/sp/-ed6e183057/ |
| 11:24 |
SEBAR |
But that seems not work |
| 11:29 |
pmk65 |
SEBAR: that would never work, as it's not valid |
| 11:29 |
pmk65 |
I suggest you take a good look at http://typo3.org/documentation/document-library/core-documentation/doc_core_ts/4.2.0/view/ |
| 11:30 |
pmk65 |
if you don't understand the typoscript syntax, you'll keep writing non-valid typoscript. |
| 11:34 |
maholtz|WORK |
@SEBAR: +1 for pmk65 |
| 11:35 |
maholtz|WORK |
perhaps http://wiki.typo3.org/index.php/Ts45min could help too (there are different languages too) |
| 11:38 |
SEBAR |
I don't really have the time to read the documentation for now |
| 11:38 |
_pedda_ |
lol |
| 11:39 |
SEBAR |
I have to deliver this stuff in a fews hours and just need a quick solution ;) |
| 11:43 |
SEBAR |
So if I'm in this scope plugin/tt_news/displaySingle |
| 11:43 |
SEBAR |
how can I access objects outside this scope? |
| 11:43 |
gerards |
TS has scope? |
| 11:44 |
SEBAR |
I presume |
| 11:45 |
maholtz|WORK |
@gerards: well, i would call "cObj->data" a scope, because it could handle diffrent tables and you should be aware of it |
| 11:46 |
foool |
any powermail gurus here? |
| 11:46 |
foool |
I am getting a Java error |
| 11:46 |
maholtz|WORK |
@SEBAR: read TSref -> stdWrap |
| 11:46 |
gerards |
SEBAR your TS looks wrong. you might need to read up on the tt_news documentation on the tt_news.displaySingle stuff |
| 11:47 |
foool |
hey Pedda |
| 11:47 |
foool |
how was you holiday _pedda_ |
| 11:49 |
_pedda_ |
very nice |
| 11:49 |
_pedda_ |
pure relaxing |
| 11:51 |
gerards |
oh ok maholtz|WORK. personally i think calling that a scope is misleading. :D but thanks for clearing that up for me |
| 11:51 |
gerards |
I'm outta here. |
| 11:53 |
howard |
hello channel |
| 11:53 |
howard |
one question |
| 11:54 |
howard |
I am newbie in typo3....and I have question about implementing template which contain markers |
| 11:55 |
howard |
so whole website is templavoila driven, and I have html template with markers, which I need to implement to site as additional page upon some usergroup is logged on |
| 11:55 |
howard |
any idea hoe to combine this template with TV? |
| 11:57 |
_pedda_ |
in tv you don't need markers |
| 11:57 |
_pedda_ |
in tv you use id's of html elements |
| 11:57 |
_pedda_ |
they need to be mapped in order to appear in the bacen ... |
| 11:57 |
_pedda_ |
backend |
| 11:58 |
_pedda_ |
it's possible to place content there first |
| 12:05 |
SEBAR |
Sorry everybody if I was a unpolished |
| 12:07 |
_pedda_ |
^^ |
| 12:30 |
SEBAR |
Is there a way to make TV map two divs at the same time? For example I would like to have the <div="headline"> and the <div="content"> to be replaced by a content element? |
| 12:35 |
SEBAR |
Nevermind. I did a new template is the most easiest way |
| 12:35 |
SEBAR |
Thanks a lot for your sugestions |
| 12:41 |
skurfuerst1 |
http://www.youtube.com/watch?v=0mP3FqUUAAw&feature=player_embedded LOL |
| 12:43 |
_pedda_ |
hahaha |
| 12:49 |
pmk65 |
Just wrote a new ext for creating download links (extends the typolink function with an extra parameter) -> http://forge.typo3.org/projects/show/extension-pmkfdl |
| 12:51 |
_pedda_ |
pmk65 = extension-factory |
| 12:51 |
_pedda_ |
^^ |
| 13:17 |
mikhas_ |
Hi. Is there any easy way to put 2 forms in one page (so that they get two different formname-values)? |
| 13:18 |
mikhas_ |
default vanilla mailform that is. I've found a typoscript-setting for it, but I don't know how to set it in the mailform/flexform itself. |
| 13:21 |
SEBAR |
you can use the TMail Form extension and customize your forms |
| 13:22 |
SEBAR |
For example |
| 13:23 |
SEBAR |
How can I remove the <font face="verdana" size="3"> declaration from tt_news titles in the single page? |
| 13:23 |
mikhas_ |
SEBAR: it's strange it's not customizable in the flexform though. |
| 13:25 |
mikhas_ |
SEBAR: If you can't find the font-face-stuff in the template, it's in the typoscript object tree somewhere. |
| 13:26 |
SEBAR |
Yes I removed all the constants |
| 13:27 |
SEBAR |
but that makes no change. The were only wraps with <font face="verdana" size="2"> |
| 13:28 |
mikhas_ |
what do you mean when you wrie "remove"? |
| 13:29 |
SEBAR |
Found it |
| 13:29 |
Bluespuke |
hi friends |
| 13:30 |
Bluespuke |
long time no see :D |
| 13:30 |
SEBAR |
I had to look in the ext folder and edit setup.txt |
| 13:30 |
SEBAR |
typo3conf/ext/tt_news/static/ts_old |
| 13:31 |
mikhas_ |
that's not a good way to do it. it will be overwritten if you upgrade the plugin. it's better if you find the values in the typoscript object browser and rewrite them there. then it will create the needed lines in your typoscript. |
| 13:32 |
SEBAR |
Sure, but I can't find these values |
| 13:33 |
SEBAR |
I have [tt_news] [wrap1] |
| 13:33 |
SEBAR |
[tt_news] [wrap2] |
| 13:33 |
SEBAR |
[tt_news] [wrap3] |
| 13:33 |
mikhas_ |
it's probably plugin.tt_news.latest.header.wrap (or something along the lines, it depends on which tt_news-view you want to edit). you'll find it in the typoscript objectbrowser. |
| 13:39 |
pmk65 |
SEBAR: Use the search option in TSOB, and search for font face="verdana" , that should highlight the matches |
| 13:39 |
_pedda_ |
mikhas_: edit setup.txt is not an good idea, but you can gain from that file what is possible to define... |
| 13:40 |
_pedda_ |
copy the whole content of it, or just some parts and create an extension template and paste that code into the template record |
| 13:40 |
_pedda_ |
one additional hint: i wouldnt use the setup.txt of ts_old... use the one of ts_new instead ;) |
| 13:41 |
maholtz|WORK |
@SEBAR: just use the css-template of tt_news instead of the old font-thingy |
| 13:41 |
foool |
Hi I have a java error in powermail anyone have a sloution? |
| 13:42 |
SEBAR |
okay I restored the setup.txt and I wrote a news specific ts file with the command on it |
| 13:43 |
_pedda_ |
stop writing any files |
| 13:43 |
_pedda_ |
create extension templates for this |
| 13:44 |
SEBAR |
_pedda_: What would be the advantage. In this case is it a "global" rule |
| 13:44 |
_pedda_ |
web -> list -> add new -> Template -> give it a name, adjust setup properties which you would like to redefine -> save -> go to root template -> include the previously created template record |
| 13:44 |
SEBAR |
Yes I know that |
| 13:44 |
_pedda_ |
this is the proper way |
| 13:45 |
SEBAR |
but I can't find the specific values in the TS Object Browser maybe I have a tt_news conf error |
| 13:45 |
_pedda_ |
you can look them up in the setup.txt.. |
| 13:45 |
pmk65 |
SEBAR: I still reccomend that you spend some time reading the manuals. That will help you a lot.. ;) |
| 13:46 |
_pedda_ |
hehe... i recomend you to do so too |
| 13:46 |
mikhas_ |
_pedda: that is true, I often check setup.txt/constant.txt too to see what is being set. |
| 13:46 |
_pedda_ |
as is said... use these files only for lookup |
| 13:48 |
SEBAR |
No comments |
| 13:49 |
SEBAR |
This is what I have in my Object Browser for tt_news: http://pastebin.com/d2ed065c2 |
| 13:50 |
SEBAR |
on the main template, of course I can make this changes on a ext template. But the settings what I'm looking for aren't listed. I still use ext templates for pages specific indications |
| 13:51 |
Bluespuke |
is there a way to add a table to the function enableFields via typoscript? |
| 13:51 |
SEBAR |
like changing the background image for some parts of the site |
| 13:52 |
SEBAR |
By the way, you're of course right that is better to study the manual |
| 13:52 |
_pedda_ |
so your ts is messed up.. therefore it's ignored -> not listed in ts object browser |
| 13:57 |
Bluespuke |
is it possible to display only 1 address group with wec_map? i ca&n't find any doc for this :s |
| 14:05 |
mikhas_1 |
I think it's crazy if there's no way to set the id of the mailform, when even the javascript that triggers the check-fields is defining the id of the form-field. |
| 14:12 |
MasterYin |
hey everyone |
| 14:14 |
MasterYin |
Is there a way to configure the "order-by-options" of indexed search? I only can find the option to blind all order-options but how to remove some of the options? |
| 14:16 |
_pedda_ |
i commented them out in the main class of the extension.. it's not possible afaik |
| 14:16 |
_pedda_ |
erm |
| 14:16 |
_pedda_ |
it's not possible to do it by ts |
| 14:16 |
_pedda_ |
or i wasn't able to figure out |
| 14:16 |
_pedda_ |
at least |
| 14:18 |
MasterYin |
but commenting-out works? |
| 14:19 |
_pedda_ |
if you comment it out they just don't exist for the system |
| 14:19 |
m4rtijn |
hi |
| 14:19 |
_pedda_ |
like comments in ts |
| 14:20 |
_pedda_ |
hi m4rtijn :-) |
| 14:20 |
m4rtijn |
_pedda_: lvl? |
| 14:20 |
m4rtijn |
:p |
| 14:20 |
_pedda_ |
35 or 36 |
| 14:20 |
m4rtijn |
hehe |
| 14:20 |
_pedda_ |
you ? |
| 14:20 |
m4rtijn |
36 |
| 14:20 |
_pedda_ |
YES ! |
| 14:20 |
_pedda_ |
;) |
| 14:20 |
m4rtijn |
*grmbl* |
| 14:21 |
_pedda_ |
hehe |
| 14:32 |
maholtz|WORK |
@m4rtijn: we missed you at t3con |
| 14:34 |
_pedda_ |
i was so sad about this :-( |
| 14:34 |
_pedda_ |
;) |
| 15:06 |
skorpi |
maholtz :-) |
| 15:07 |
maholtz|WORK |
ah, hi skorpi:) |
| 15:09 |
maholtz|WORK |
i didnt got to your talk, did you show all alive, or did you have slides? (which i would like to get then;) |
| 15:19 |
HardPhuck |
hmm news server is down |
| 15:22 |
pmk65 |
HardPhuck: I has been down all day. (I guess that is becoming a common problem, when it comes to TYPO3 related sites) |
| 15:22 |
pmk65 |
support.typo3.org has been down for the last 2-3 weeks. |
| 15:22 |
HardPhuck |
i know that yea |
| 15:23 |
HardPhuck |
what t3 should have is licensing redone |
| 15:24 |
Barcaro |
hello! i'm struggling with typo3, adodb/dbal and mssql |
| 15:24 |
Barcaro |
is ther anyone who has experience with that? |
| 15:30 |
pmk65 |
HardPhuck: They just need to allocate the funds the correct places. Right now 90% off the funds is spend on Flow. :( |
| 15:31 |
HardPhuck |
in that case i'm fine with that :) |
| 15:31 |
pmk65 |
Maybe that's why people doesn't care about TYPO3 associates membership.. |
| 15:31 |
maholtz|WORK |
@pmk65: afaik that is not correct |
| 15:31 |
HardPhuck |
typo3 v4 is obsolete already |
| 15:33 |
pmk65 |
maholtz|WORK> It looks like that when you look at the TYPO3 project. The support sites is falling apart, reported bugs doesn't get fixed. A lot of manuals are outdated (haven't been updated in 6 years) etc. |
| 15:33 |
maholtz|WORK |
yep |
| 15:34 |
maholtz|WORK |
but it means, 100% off the funds are spend on developing, nothing on caring for typo3.org f.e. |
| 15:34 |
pmk65 |
I stopped reporting bugs a long time ago, as it's just a waste of time.. |
| 15:35 |
maholtz|WORK |
i report only sometimes |
| 15:38 |
_pedda_ |
these topics were discussed at the conferens last weekend.. and it was promised that these will change now |
| 15:38 |
_pedda_ |
*conference |
| 15:39 |
maholtz|WORK |
well, "now" but they try to, it goes the right direction... |
| 15:48 |
SEBAR |
How can I add a extra css class to each image excepted to first tow ones in a image content element |
| 15:48 |
HardPhuck |
hmm i have a drop down in the backend which selects from options, but i get numbers instead of values in the FE |
| 15:50 |
pmk65 |
SEBAR: Use optionSplit. |
| 15:50 |
pmk65 |
HardPhuck: Post the TCA setup. |
| 15:51 |
HardPhuck |
http://pastebin.com/d27d3bb92 |
| 15:52 |
HardPhuck |
this is the relevant pard |
| 15:52 |
HardPhuck |
part |
| 15:57 |
SEBAR |
pmk65: is optionSplit not for Menus? |
| 15:57 |
HardPhuck |
it is |
| 15:58 |
HardPhuck |
not only for menus, but alos |
| 15:58 |
HardPhuck |
also |
| 16:06 |
pmk65 |
optionsplit is native for menus and the "split" object. |
| 16:08 |
pmk65 |
nice optionsplit tutorial -> http://castironcoding.com/resources/typo3-admins-corner/typo3-admin-corner-article/article/understanding-optionsplit/index.html |
| 16:11 |
pmk65 |
HardPhuck: your setup looks correct, but you don't want the number values returned? |
| 16:12 |
HardPhuck |
nope, i want the vales that are in locallang_db.xml |
| 16:12 |
HardPhuck |
values |
| 16:13 |
pmk65 |
then you need to change the 2nd parameter of your items array.. -> http://pastebin.com/me87fdd5 |
| 16:14 |
pmk65 |
but returning the locallang values is a bad idea if you plan on using the ext in a different language. |
| 16:15 |
HardPhuck |
its not ill add it to locallang in the new language :) |
| 16:18 |
HardPhuck |
hmm strange, i changed second value from 15 to 15test and it's still 15 in the output |
| 16:23 |
skorpi |
HardPhuck: what type is the database field? |
| 16:24 |
HardPhuck |
varchar(255) |
| 16:24 |
HardPhuck |
should i change to int? |
| 16:25 |
skorpi |
no, varchar is ok |
| 16:25 |
skorpi |
did you clear the cache, reload the form and save it, after changing the TCA? |
| 16:28 |
HardPhuck |
actually it is working, i had to save the form again |
| 16:29 |
jbaptiste_j |
I need to add a code so that when a BE user is member of a certian BE group, then everytime he logs to the backend, he will start by default in a a certain workspace and with a specific action selected (like web-page or user-tools-workspace) |
| 16:30 |
jbaptiste_j |
is that possible ? |
| 16:33 |
skorpi |
jbaptiste: read the TSconfig-Documentation. Either you find something or it's not possible ;-) |
| 17:06 |
gerards |
hi is there a way for Java to share session data with php? (specifically glassfish-java and apache httpd-PHP) |
| 17:09 |
phil1 |
JSON for exampke |
| 17:09 |
phil1 |
example |
| 17:20 |
_pedda_ |
cu all |
| 17:22 |
gerards |
phil1: nah it has to be more secure than that. I'm thinking of just writing directly to a common RDMS, which both glassfish and httpd-php has access to. |
| 17:28 |
sorenmalling |
Hi, I can't seem to find a function in the TYPO3 api to use when executing a binary file - is there a function like the PHP exec() in the TYPO3 api? |
| 17:31 |
gerards |
I just use exec() :) but I control the servers where I run exec() so that's ok. |
| 17:35 |
sorenmalling |
Okay, thanks :) |
| 19:42 |
SEBAR |
Hi everybody |
| 19:42 |
SEBAR |
Is there someone still here? |
| 19:43 |
SEBAR |
I have the following TS to adapt my image output |
| 19:43 |
SEBAR |
http://www.phlogi.net/f/t3/tsp/sp/-3673aadeb8/ |
| 19:44 |
SEBAR |
My question is how can I adapt the code in order to this line replaced beginning at the third image: |
| 19:44 |
SEBAR |
ATagParams.override = rel="lightbox[{field:uid}]" class="lightbox" |
| 20:12 |
ries |
SEBAR: I think I have some code that does att the numbers for the lightbox... |
| 20:12 |
ries |
will come back to you later on that...pm also because I need to run out |
| 20:16 |
SEBAR |
ries: nice, thanks |
| 20:17 |
SEBAR |
I will leave at 20:45 |
| 20:17 |
SEBAR |
european time |
| 20:20 |
schabracke |
hey ! is it possible to add custom topic icons to mm_forum? couldnt find anything in the manual |
| 20:29 |
phil1 |
Hallo |
| 20:30 |
schabracke |
hello |
| 20:30 |
phil1 |
does somebody know where default TS for tt_content can be found |
| 20:31 |
phil1 |
I use css_styled_content, but I can't find the file with default definitions |
| 20:31 |
ries |
phil1: in the text files... |
| 20:32 |
SEBAR |
typo3\sysext\css_styled_content |
| 20:32 |
SEBAR |
static |
| 20:36 |
phil1 |
thanks, I opened the file before, but my editor did not show the scroll bar for some reason :( ... now it work |
| 20:49 |
giso79 |
hi i try to extend an existing ext an try to add an DB field but when i try to make an select * from table... with the t3 internal db function i get not all fields back and i dont now why |
| 21:17 |
_pedda_ |
giso79: how do you access the database ? |
| 21:17 |
_pedda_ |
which code do you use for this ? |
| 21:18 |
giso79 |
hi _pedda_ |
| 21:19 |
_pedda_ |
hi |
| 21:55 |
schabracke |
ey pedda!! |
| 21:56 |
_pedda_ |
jo |
| 21:56 |
_pedda_ |
as expected ;) |
| 21:56 |
_pedda_ |
right on time |
| 21:57 |
schabracke |
hehehe |
| 22:17 |
_pedda_ |
re... my mac crashed... |
| 22:17 |
_pedda_ |
once again.. |
| 22:19 |
voidus |
_pedda_: how? |
| 22:19 |
_pedda_ |
this time during a 4-photo of photo booth.. |
| 22:20 |
_pedda_ |
during such an action the display becomes blank a few times .. and it should light up after the last foto.. mine remained blank |
| 22:23 |
voidus |
werid |
| 22:23 |
voidus |
*weird |