| 03:26 |
ries |
planning to buy some ground? then cpme to Ecuador!! http://www.ecuadorenventa.com/av_browse.php?operation=3&valueindex=6649&uspopid=true§ionopenvalue=4 |
| 10:08 |
proTypo |
Uffi:ci sei? |
| 10:09 |
uffi |
yes proTypo |
| 10:09 |
uffi |
italian now? |
| 10:09 |
proTypo |
yes |
| 10:09 |
proTypo |
ahuahauhauh |
| 10:10 |
uffi |
:))) |
| 10:10 |
uffi |
what happened to you |
| 10:10 |
proTypo |
perchè nn parliamo in italiano.... |
| 10:10 |
uffi |
non parlo italiano |
| 10:11 |
proTypo |
se...... |
| 10:11 |
proTypo |
mary...o cri.... |
| 10:11 |
uschi |
have to become my very self first |
| 10:14 |
proTypo |
me dici chi sei????? |
| 10:14 |
proTypo |
uschi:nn me la conti giusta |
| 10:15 |
uschi |
non comprendo |
| 10:15 |
proTypo |
o vado...ciao |
| 10:16 |
uschi |
ciao |
| 10:17 |
elbart |
ciao bella... ;) |
| 10:18 |
uschi |
hm, what was that? |
| 10:18 |
uschi |
elbart, do you know proTypo? |
| 10:18 |
elbart |
now |
| 10:19 |
elbart |
but not before this action |
| 10:19 |
uschi |
ok, i just realised that i cannot even say 'i do not understand' correctly in italian |
| 10:20 |
elbart |
i think you are not the only one... ;) |
| 10:20 |
uschi |
possible |
| 13:27 |
pulponair |
hi there |
| 14:18 |
isolysis |
hi |
| 14:30 |
Hev |
Hi guys |
| 14:30 |
Hev |
i have a little problem with javascript + typo3 |
| 14:31 |
Hev |
everyone afk? ^^ |
| 14:32 |
Hev |
:( |
| 14:32 |
Hev |
if anyone knows how to fill a <table> with javascript + typo3 please qry |
| 14:36 |
Hev |
argh :-/ |
| 14:42 |
Hev |
if anyone knows how to fill a <table> with javascript + typo3 please qry |
| 15:03 |
isolysis |
Hev: have you tried just using the plain html content element to add your table? |
| 15:06 |
Hev |
i have tried this: |
| 15:20 |
isolysis |
what exactly are you tryng to do Hev |
| 15:21 |
Hev |
isolysis you're still there? |
| 15:21 |
Hev |
had problems with my internet connection |
| 15:22 |
Hev |
i have built a absence table (don't exactly know how to call it in english ) for a school homepage.... they have a programm which exports that plan in csv format |
| 15:23 |
isolysis |
i see |
| 15:23 |
isolysis |
absence table like when people are not coming to school, a register |
| 15:23 |
Hev |
so i've read and parsed the file and now i want to list the details every student is interested in (after a little compare work) in a table |
| 15:23 |
Hev |
right, when teachers are absent |
| 15:24 |
isolysis |
please explain the function you are trying to do exactly.. you have a csv file and you want to parse it into a table? |
| 15:25 |
Hev |
i've parsed everything and the data in the file is like : date,hour,absent teacher, class who is involved |
| 15:25 |
Hev |
and you can log in as a student on the page and then i'll store in session variables who you are and compare with the csv file if the absent teacher interests you or not |
| 15:26 |
Hev |
this works perfectly fine |
| 15:26 |
Hev |
but i cant fill the <table> element |
| 15:26 |
isolysis |
so where does the problem come |
| 15:26 |
isolysis |
what do you want to add to it |
| 15:27 |
Hev |
i read every line and if the line interests you i want to add it in the right table (because this is a 1 week forward view and I generate as much tables as you need for that with date as id of tabe) |
| 15:27 |
Hev |
tabe= table |
| 15:28 |
Hev |
i cant paste the code here because i get kicked then, but i've posted it in a german typo3 forum |
| 15:28 |
Hev |
you can read it here: http://www.typo3forum.net/forum/extension-modifizieren-neu-erstellen/26270-javascript-typo3.html |
| 15:28 |
Hev |
tabelle (german) = table zeile = line spalte = column |
| 15:30 |
Hev |
you understand the problem? |
| 15:31 |
isolysis |
i am not good with javascript... but i dont really see how this relates to typo3.. isn't this just a javascript case? |
| 15:31 |
Hev |
not really |
| 15:31 |
Hev |
because if i use my code on a normal php site or whatever it works that way |
| 15:32 |
Hev |
but in connection with typo3 nothing happens after all that javascript code |
| 15:33 |
ShadowHunter |
Hev: try firebug as js-debugger |
| 15:34 |
Hev |
hmm |
| 15:34 |
isolysis |
Hev: so this is a php script ? |
| 15:34 |
Hev |
it's an extension --> yes |
| 15:35 |
isolysis |
Hev: if you have your script working outside typo3 on a php basis, then you can try this http://typo3.org/extensions/repository/view/lumophpinclude/1.1.0/ to import the external php script into your typo3 page.. |
| 15:35 |
isolysis |
you can make a markers in the external file, so you can strip all the head and body tags only extracting the parts you need |
| 15:36 |
isolysis |
your js will probably need to be in the body content and imported also |
| 15:36 |
Hev |
did that already but this simply doesnt look as professional as an extension and in this project it's important to be professional because its kind of big exam ;) |
| 15:38 |
Hev |
wohoo i see the problem now :) |
| 15:38 |
Hev |
my table doesnt have an id...... dont know why but i'll try to fix that |
| 15:41 |
Hev |
omg lol i'm so stupid |
| 15:41 |
Hev |
i wrote id="'.$uniquedat.'" instead of $uniquedate :D :D :D |
| 15:42 |
isolysis |
cool |
| 15:42 |
isolysis |
so u fixed up now |
| 15:42 |
Hev |
not 100% |
| 15:43 |
Hev |
now it works on firefox but not on IE |
| 15:43 |
isolysis |
ho ho |
| 15:43 |
Hev |
read something about that <tb> tag |
| 15:43 |
Hev |
you know how to use that in tables? |
| 15:44 |
isolysis |
never heard of tb |
| 15:44 |
isolysis |
tbody tr td etc, but not tb |
| 15:47 |
Hev |
so what to do now? Oo |
| 15:48 |
isolysis |
dont know sry |
| 15:49 |
isolysis |
try asking in #javascript channel for pointers |
| 15:49 |
Hev |
k thx ;) |
| 16:12 |
pulponair |
OT: any math experts in here? |
| 17:14 |
Hev |
hey isolysis |
| 17:14 |
isolysis |
hi |
| 17:14 |
isolysis |
whats up |
| 17:14 |
Hev |
just in case you wanna know: i just had to add the tbody tag in the RIGHT POSITION :D :D |
| 17:14 |
isolysis |
ahh |
| 17:15 |
isolysis |
but what was that <tb> then? |
| 17:15 |
isolysis |
was that short for <tbody> ? |
| 17:16 |
Hev |
think so, or the one who wrote it just got confused by <tr> and <td> |
| 17:19 |
Hev |
and now i'm gonna design that table by using css classes ;) |
| 17:20 |
Hev |
i hope this works faster |
| 17:23 |
Hev |
but now i can finally relax this weekend ;) |
| 17:24 |
Hev |
cya guys :) |
| 17:31 |
Badman |
hey |
| 17:31 |
Badman |
is there a way to upload an t3x via ftp and then installing it? |
| 17:38 |
main |
hello world! |
| 17:38 |
af_ |
exit(0) |
| 17:39 |
main |
i'm looking for typo's developer |
| 17:45 |
main |
or typo's expert |
| 17:45 |
af_ |
well, I am a novice |
| 17:47 |
main |
I want an expert opinion about comparision to Typo3 and other Cms |
| 17:48 |
Badman |
typo3 is the best |
| 17:48 |
Badman |
it's the best cms |
| 17:48 |
Badman |
ever |
| 17:48 |
main |
why? |
| 17:48 |
Badman |
you can do almost everything with |
| 17:48 |
main |
many people say that is more complicaed |
| 17:48 |
Badman |
and it's that the secret of typo3 |
| 17:49 |
main |
mmm.. |
| 17:49 |
Badman |
simple things are annoying |
| 17:51 |
main |
have you try other cms? |
| 17:53 |
Badman |
a lot of cms, yes |
| 17:53 |
Badman |
and now I'm trying typo3 |
| 17:53 |
Badman |
I try to get it working |
| 17:54 |
main |
do you think that typo3 is the best?Do you have try Drupal, Mambo, Joomla....????? |
| 17:54 |
Badman |
I don't like joomla (ex mambo) |
| 17:54 |
af_ |
I have tested drupal and manbo before |
| 17:55 |
Badman |
either drupal |
| 17:55 |
af_ |
but I have preferred typo3 |
| 17:55 |
af_ |
for a very simple reason |
| 17:55 |
Badman |
whatever you do joomla still joomla |
| 17:55 |
main |
why? |
| 17:55 |
Badman |
you cannot custimize it as you wish |
| 17:55 |
Badman |
what's your reason af_ ? |
| 17:55 |
af_ |
main, the nice tree of pages that typo3 has: you know instantly what are you working on |
| 17:56 |
Badman |
it's normal |
| 17:56 |
Badman |
typo3 is a low level cms |
| 17:56 |
Badman |
it's like comparing c++ with visual basic |
| 17:56 |
af_ |
both drupal and mambo, especially in big sites you are not perfeclty aware how many things your mods are going on |
| 17:57 |
af_ |
that's the reason I choosen it |
| 17:57 |
main |
thanks af_....do you think that is simple? |
| 17:58 |
af_ |
no, typo3 is not simple at all |
| 17:58 |
main |
Badman:low lwvwl? |
| 17:58 |
main |
sorry low level? |
| 17:58 |
Badman |
yes |
| 17:58 |
af_ |
it require some time to understand it a bit, but I was pleasant after |
| 17:58 |
main |
af:I agree |
| 17:59 |
af_ |
Also, looks like it's very flexible |
| 18:00 |
main |
how many time do you use it? |
| 18:01 |
af_ |
I am using for my site, and probably for antother two soon |
| 18:01 |
af_ |
may be an year, but just for simple things |
| 18:01 |
af_ |
may be I'll use more soon |
| 18:02 |
Badman |
af_, don't know how to install an ext w/o the ext manager uploader? |
| 18:02 |
Badman |
passing through ftp for instance |
| 18:02 |
af_ |
no, I have used ever the ext. manager |
| 18:02 |
Badman |
I can't upload t3x with big size |
| 18:03 |
main |
badman:i don't understand if you like or not typo3 |
| 18:03 |
af_ |
probably you should modify php.ini |
| 18:03 |
Badman |
I'm intending to like it main |
| 18:03 |
Badman |
I don't have access to php.ini |
| 18:03 |
af_ |
oh , I see |
| 18:04 |
Badman |
but I can upload the t3x with a ftp connection |
| 18:04 |
af_ |
yes, the extension is somewhere on the web dir |
| 18:04 |
af_ |
but dunno know exactly where |
| 18:04 |
Badman |
typo3conf/ext |
| 18:05 |
Badman |
I've seen on this channel log files that we can upload to file admin dir |
| 18:05 |
Badman |
but nobody tells what to do after |
| 18:06 |
af_ |
probably you can install with the ext manager |
| 18:06 |
af_ |
bypassing the download only |
| 18:10 |
main |
and Plone? |
| 18:12 |
af_ |
no, never tried it at all |
| 18:14 |
timdeluxe |
Badman: i hardly remember that you could upload it to the right folder and then edit localconf... let me read somewhere... |
| 18:14 |
Badman |
thanks timdeluxe |
| 18:15 |
d|g |
hi all |
| 18:15 |
main |
i thik that for people without Knowledge is drupal or mambo the best... |
| 18:17 |
timdeluxe |
Badman: : try the following |
| 18:17 |
timdeluxe |
you need an unpacked version of the extension |
| 18:18 |
timdeluxe |
perhaps you have an local installation where you can install it |
| 18:18 |
Badman |
do I need to install it in localhost? |
| 18:18 |
timdeluxe |
after upload the complete folder to typo3conf/ext |
| 18:18 |
Badman |
I'm talking about the extension |
| 18:19 |
timdeluxe |
yes |
| 18:19 |
Badman |
it's not to do it otherwise? |
| 18:19 |
Badman |
it's not possible* |
| 18:19 |
timdeluxe |
or you use an t3x unpacker |
| 18:19 |
timdeluxe |
i somewhen found one in a forum |
| 18:19 |
timdeluxe |
dont ask me where |
| 18:20 |
timdeluxe |
after uploaded edit localconf.php in typo3conf and add the extension to the line "TYPO3_CONF_VARS['EXT']['extList']" |
| 18:21 |
timdeluxe |
but perhaps it is enough if you just upload it |
| 18:22 |
timdeluxe |
and after you are looking in the "install extension" list |
| 18:22 |
timdeluxe |
dont know... never did that before. |
| 18:23 |
Badman |
that http://www.typo3.net/forum/list/list_post//61537/?howto=1 ? |
| 18:32 |
timdeluxe |
Badman: yeah, try it! |
| 18:49 |
Badman |
it works |
| 19:13 |
tomyN |
anyone home? |
| 19:14 |
tomyN |
I have a question about breadcrumbs rootline ... |
| 19:31 |
isolysis |
dont ask to ask |
| 19:31 |
isolysis |
:D |
| 19:46 |
animan |
hi |
| 19:47 |
animan |
is it possible to wrap pipes (|) between TMENU items? |
| 20:03 |
tomyN |
isolysis: I want to install a rootline menu, put it into my template, and within my setup it's linked to a typoscript. Doesn't work, what am I missing? I am comparing settings with another site were it works, but it was a td3 file. Will I need to define a starting point? |
| 20:04 |
isolysis |
tomyN: I used an extension called something like for yaml for typo3, and this came with breadcrumbs feature as standard... |
| 20:04 |
isolysis |
yaml is full framework template layout thing |
| 20:05 |
tomyN |
I visited the yaml site already. Doesn't help me. Is there a tutorial how to set this up? |
| 20:08 |
isolysis |
there probably is but i've never searched it |
| 20:11 |
tomyN |
ok, in short: I need a TS, and a position in the template, right? It shows up as "Rootline." Right style, just doesn't work. |
| 20:13 |
tomyN |
in my template something like like <div class="header-breadcrumbs">, does this to refer to a tag starting with # or . ? |
| 20:14 |
tomyN |
I thought . is a sub level of # ? |
| 20:14 |
isolysis |
this is in my ts setup http://pastebin.com/m3cf9ff8b |
| 20:15 |
tomyN |
I have a complete different one |
| 20:18 |
tomyN |
gosh, I spendt 6 hours to get my own Mp3 player design working with typo. how long will this take me? |
| 20:23 |
tomyN |
not time for that, ergo no rootline for now. Thanks anyway!! |
| 20:23 |
tomyN |
no tome |
| 20:23 |
tomyN |
aargh |
| 20:23 |
tomyN |
no time ... |
| 20:25 |
Badman |
I unpacked mm_forum in a directory called mm_forum in typo3conf/ext |
| 20:25 |
Badman |
I added mm_forum to extlist |
| 20:25 |
Badman |
but I can't see it in the backend |
| 21:11 |
FloF |
hi |
| 21:28 |
void |
hi there |
| 22:53 |
animan |
is it possible to wrap pipes (|) between TMENU items? |