| 00:18 |
Dreadwyre_ |
Hi everybody |
| 00:19 |
Dreadwyre_ |
Does anybody could point me to the right place inside of an ext to debug the language/locale strings things? Where to start looking? |
| 08:05 |
kraftb |
good morning ! |
| 09:03 |
dec___ |
anyone recommend me a good typo3 login extension? easily create users in the backend and let them login into the frontend, easy to set permissions etc? |
| 09:09 |
dec___ |
felogin any good? |
| 09:15 |
Celestar |
morning |
| 09:16 |
_pedda_ |
hi all |
| 09:39 |
absolute_beginne |
good morning |
| 09:41 |
needt3help |
good morning |
| 09:42 |
needt3help |
can somebody tell me how to get the tstamp from sys_dmail (Direct Mail Ext.) via TypoScript? |
| 09:43 |
needt3help |
(sys_dmail = mysql-table) |
| 09:45 |
_pedda_ |
depends on what you are trying to achieve |
| 09:46 |
needt3help |
i want to add the date to the newsletter |
| 09:50 |
Phlogi_ |
dec___: fe_legoin should do it yes |
| 09:51 |
Phlogi_ |
needt3help: hmm build some query from tables... |
| 09:51 |
needt3help |
with select{}? |
| 09:52 |
Phlogi_ |
http://lists.netfielders.de/pipermail/typo3-english/2007-September/043135.html |
| 09:52 |
needt3help |
thought that wouldnt work with sys_* tables |
| 09:53 |
needt3help |
ah |
| 09:53 |
Phlogi_ |
needt3help: does directmail not support that somehow? |
| 09:54 |
needt3help |
dont know, i'm totaly new at typo / dmail :( |
| 09:54 |
Phlogi_ |
needt3help: german?http://blog.newsnavigators.de/2009/02/10/datenbank-wert-uber-typoscript-in-typo3-ausgeben-lassen/ |
| 09:54 |
Phlogi_ |
needt3help: just google ;) |
| 09:55 |
needt3help |
german, yes |
| 09:55 |
Phlogi_ |
or wait until maholz is here, he knows it for sure :D |
| 09:55 |
needt3help |
ehm |
| 09:55 |
Phlogi_ |
I never used that syntax, looks cool |
| 09:55 |
needt3help |
problem war, dass ich die ID ja nicht fest rein schreiben kann |
| 09:55 |
Phlogi_ |
needt3help: stay english please |
| 09:55 |
Phlogi_ |
needt3help: where does the id come from? |
| 09:56 |
needt3help |
it should be the id of the newsletters content |
| 09:56 |
Phlogi_ |
needt3help: where do you need that date? Maybe there is a marker already |
| 09:57 |
needt3help |
should be displayed in the newsletter (like "Edition: 01/2012") |
| 09:57 |
Hinzpa |
you can use the CONTENT Object |
| 09:58 |
mcfly |
good morning |
| 09:58 |
mcfly |
last time i checked was about a year ago |
| 09:58 |
mcfly |
does anyone know if there is some extension that enables fe-fileupload with a progress bar now? |
| 09:58 |
Hinzpa |
http://wiki.typo3.org/index.php/De:TSref/CONTENT |
| 10:00 |
needt3help |
but table doesnt allow sys_* |
| 10:00 |
needt3help |
:( |
| 10:01 |
mquintus |
ahoi |
| 10:12 |
Phlogi_ |
mcfly: nope |
| 10:12 |
Phlogi_ |
needt3help: I'm sure there is a configurable marker for this... |
| 10:13 |
needt3help |
where can i configure it? |
| 10:18 |
mquintus |
mcfly: I don't know, but if you speak ajax, it shouldn't be too hard |
| 10:19 |
Phlogi_ |
mcfly: improve file explorer :) hihi |
| 10:21 |
bitcrusher_ |
ups, looks like my machine is still in this irc channel at home :D |
| 10:23 |
bitcrusher_ |
i'd like to instantiate i.e. rggooglemap from my own plugin code, but have' |
| 10:23 |
bitcrusher_ |
*havent been able to find any example of it, anyone got a brilliant link for that? |
| 10:25 |
m4rtijn |
hi all |
| 10:39 |
mcfly |
damn. i really hoped i wouldn't have to fix up some progress bar myself |
| 10:39 |
mcfly |
well, maybe i can delay this for another year :> |
| 10:40 |
Celestar |
progress bar? |
| 10:42 |
Celestar |
hm. |
| 10:49 |
Celestar |
yay. |
| 10:49 |
Celestar |
FE editing finall works as intended |
| 10:53 |
_pedda_ |
how was it intended to work ? |
| 10:54 |
_pedda_ |
something special ? |
| 11:55 |
Celestar |
_pedda_: it does work at all :P |
| 11:55 |
_pedda_ |
hehe ok |
| 12:02 |
bitcrusher_ |
hey guys, you know how to instansiate another extensions pluing, through your own extensions php code? |
| 12:08 |
PiVars |
Hey guys |
| 12:09 |
PiVars |
I managed to decompress an extension with a script. Now that I modified it, I cant find a way to compress it back to t3x. Is there such an obvious way that I cant find it anywhere ? |
| 12:11 |
bitcrusher_ |
PiVars: i normally install an extension in a typo3, ftp in and alter the files i need to on the server, then download the extension through the extension manager again |
| 12:12 |
bitcrusher_ |
that way, the server compresses it back into a t3x file |
| 12:13 |
PiVars |
Ow clever ! Thanks a lot bitcrusher.. |
| 12:13 |
bitcrusher_ |
np |
| 12:15 |
bitcrusher_ |
and if you altered files youve unpacked locally on your own machine, just upload the files to your server and overwrite the files in the installed plugin direcotry, and you can go on from there |
| 12:16 |
snoy_ms |
bitcrusher: decodeExchangeData in typo3/mod/tools/em/class.em_terconnection.php |
| 12:16 |
snoy_ms |
never used it, just found it via google.... |
| 12:16 |
bitcrusher_ |
thanks snoy_ms, ill give it a look :) |
| 12:17 |
PiVars |
Got a MD5 error thrown by the decompressing script |
| 12:17 |
snoy_ms |
check out this: http://www.typo3.net/index.php?id=13&action=list_post&code_numbering=0&tid=61537&page= |
| 12:17 |
snoy_ms |
scroll down to working code |
| 12:18 |
PiVars |
I think thats an unpacking script no ? Ich kann nur ein bischen deutsch sprechen! |
| 12:19 |
snoy_ms |
yes, just unpacking. But i thought it could help you |
| 12:20 |
snoy_ms |
never did it on my own |
| 12:21 |
bitcrusher_ |
PiVars: http://translate.google.com/translate?prev=hp&hl=en&js=y&u=http%3A%2F%2Fwww.typo3.net%2Findex.php%3Fid%3D13%26action%3Dlist_post%26code_numbering%3D0%26tid%3D61537%26page%3D&sl=de&tl=en&history_state0= |
| 12:21 |
bitcrusher_ |
i know the feeling, I can't speak german either, unless i get really drunk ;) |
| 12:22 |
snoy_ms |
found another link !! |
| 12:22 |
snoy_ms |
http://typo3xdev.svn.sourceforge.net/viewvc/typo3xdev/tools_t3x/trunk/ |
| 12:25 |
AnjaL |
uses someone of you Unittest for programming extensions? |
| 12:25 |
bitcrusher_ |
AnjaL: nope, sorry |
| 12:33 |
PiVars |
Thnks for the translation ;P |
| 12:33 |
PiVars |
Umm snoy I tried it but it does nothing |
| 12:34 |
snoy_ms |
PiVars: sorry, iam at work and just found the links. T3X seems to be an own format. I think its better to check sourceforge : http://typo3xdev.svn.sourceforge.net/viewvc/typo3xdev/tools_t3x/trunk/ |
| 12:39 |
PiVars |
Ok, bitcrusher solution works fine. I had an md5 error when trying to unpack the extension downloaded from the BE after overwriting files directly, but it doesnt seem to bother TYPO3. |
| 12:40 |
PiVars |
Thanks bitcrusher and snoy_ms for your time and help. |
| 12:41 |
snoy_ms |
np ;-) |
| 12:44 |
kubixa |
Hello everybody. I'd be happy to know whether it's possible with TS to "copy" the language variable "L" to a second GET-Paramter like "lang"? Reason is that "L" gets lost after RealURL-['_DOMAINS']-Transformation and therefore cannot use L anymore to translate the page title etc in the URL... (as far as I understood so far) |
| 12:51 |
snoy_ms |
kubixa: does this work? instead of config.linkVars=L try config.linkVars=lang |
| 12:51 |
snoy_ms |
anyone know if this works ? |
| 12:52 |
snoy_ms |
config { linkVars = lang } |
| 12:53 |
snoy_ms |
and then [globalVar = GP:lang = 1]...... |
| 12:54 |
kubixa |
snoy_ms: this should work, but i need a copy, not just a another name |
| 12:54 |
snoy_ms |
ohh sorry didn't saw "copy" |
| 12:56 |
snoy_ms |
lang < .L |
| 12:56 |
snoy_ms |
sorry don't know |
| 13:00 |
kubixa |
snoy_ms: thank you, never mind |
| 13:02 |
kubixa |
Maybe another version of my question is more easy to understand: Is it possible to set a GET-parameter with TS? |
| 13:09 |
beeeviz |
is it possible to force the language parameter in URLs (?L=) to be an integer? |
| 13:09 |
beeeviz |
i think theres someone trying to "hack" me. i've got links like blah.com/?L=SELECT%20BENCHMARK...... |
| 13:22 |
Bluespuke |
hi |
| 13:30 |
_flax |
hello, @ all |
| 13:35 |
_flax |
is it possible to wrap the first div not like the rest? |
| 13:40 |
randomresult |
hi there ... i have a problem with translations in TV ... i dont see the Localisation setting for translating a page |
| 13:40 |
randomresult |
normaly it appears next to non - used elements |
| 13:40 |
randomresult |
but it is not ther |
| 13:50 |
kubixa |
randomresult: is your language setting in your data structure correct? |
| 13:50 |
randomresult |
i think so yes |
| 13:51 |
randomresult |
<langChildren type="integer">1</langChildren> <langDisable type="integer">0</langDisable> |
| 13:52 |
randomresult |
its just the tab which is not appearing |
| 13:55 |
randomresult |
you know which tab i mean? next to non used elements and advanced settings |
| 13:55 |
kubixa |
randomresult: i understand what you mean, but think i cannot help you :(... no other idea |
| 14:06 |
_flax |
is it possible to wrap the first div not like the rest? |
| 14:08 |
Bluespuke |
_flax: try this: http://www.typo3wizard.com/en/snippets/general-config/wrap-each-contentelement-of-a-column.html |
| 14:09 |
Bluespuke |
it should be possible to make something like RIGHT_CONTENT.renderObj.stdWrap.wrap=<div class="first">|</div>|*|<div class="middle">|</div>|*|<div class="last">|</div> |
| 14:10 |
_pedda_ |
or like this: http://pastie.org/573882 |
| 14:11 |
randomresult |
help! |
| 14:12 |
randomresult |
im not able to translate pages |
| 14:13 |
_pedda_ |
what do you mean by not able ? |
| 14:14 |
randomresult |
solution: static info tables patch für iso |
| 14:14 |
randomresult |
:) |
| 14:14 |
_pedda_ |
use list mode to create an additional language for a page |
| 14:14 |
_pedda_ |
iih iso .. ;) |
| 14:14 |
_pedda_ |
you should try to run your projects in utf8 only |
| 14:15 |
Bluespuke |
you should try to live in UTF8 if you can ;-) |
| 14:15 |
MasterYin |
Hey Everybody |
| 14:15 |
Bluespuke |
UTF8 for the win xD |
| 14:15 |
_pedda_ |
hehe true.. |
| 14:20 |
randomresult |
iso codes for the language was not present... dated static info up... and used a patch for static info |
| 14:20 |
randomresult |
now it works |
| 14:20 |
randomresult |
not iso DB |
| 14:48 |
sorenmalling |
Hi, how can/should i override the variable uploadNumber in class SC_file_upload, which defines the maximum number of file upload filds in File -> Filelist? |
| 15:04 |
_flax |
is it possible to wrap the first div not like the rest? |
| 15:10 |
voidus |
_flax: what you mean at first? |
| 15:10 |
voidus |
_flax: where first? |
| 15:23 |
riano |
Hellos people, I've got a tt_news question. The first image in my LIST is being formatted to size as I defined in ts but the images after that are resized to a size I can't find anywhere as being defined. I'd like all of the images to be sized the same. My google-fu isn't good enough to discover any solutions and the manual doesn't tell me much either |
| 15:24 |
_pedda_ |
riano: the width of these images comes from the default tt_news setup |
| 15:24 |
riano |
_pedda_: even if I defined it otherwise with the plugin.tt_news.displayList.image.file bla bla ? |
| 15:25 |
riano |
_pedda_: and do you know of a way to make it so it works for all the images? |
| 15:25 |
_pedda_ |
sure |
| 15:34 |
bitcrusher_ |
i've expanded the tt_address table, but the new columns ive added dont show up when i create a new address. Any idea on how to make them show? |
| 15:41 |
_pedda_ |
how did you extend the tt_address table ? |
| 15:43 |
bitcrusher_ |
through the kickstarter |
| 15:47 |
bitcrusher_ |
i've added two extra text fields and two database relations to two of my own tables |
| 15:48 |
bitcrusher_ |
_pedda_: any ideas? |
| 15:49 |
_pedda_ |
you created an own small extension ? |
| 15:50 |
bitcrusher_ |
yup |
| 15:50 |
_pedda_ |
your fields should appear in the last tab then |
| 15:50 |
mquintus |
bitcrusher_: Did you create the fields via kickstarter? |
| 15:50 |
bitcrusher_ |
mquintus: yes i did |
| 15:51 |
AnjaL |
have you installed or reinstalled your ext? |
| 15:51 |
AnjaL |
updated I mean |
| 15:52 |
bitcrusher_ |
AnjaL: yup, i did the database db it suggested afterwards |
| 15:53 |
AnjaL |
deleted caches? |
| 15:53 |
mquintus |
bitcrusher_: is your problem, that in the backend, when editing an address, the additional fields are not shown? |
| 15:53 |
bitcrusher_ |
_pedda_: i dont have any tabs when creating new tt_address entries |
| 15:53 |
bitcrusher_ |
mquintus: yes |
| 15:53 |
bitcrusher_ |
they are in the db |
| 15:54 |
bitcrusher_ |
AnjaL: yes, cleared the caches several times |
| 15:55 |
bitcrusher_ |
mquintus: what i mean is, that my addition to the database is shown in the database, but not the inputfields in tt_address entries |
| 15:56 |
AnjaL |
@bitcrusher I think your TCA has a problem, thats why you can't see your fields. Have you disabled the kickstarter to write some files? |
| 15:56 |
mquintus |
bitcrusher_: Are there other extensions, that extend tt_address and could possibly overwrite your changes to the tca of tt_address? |
| 15:57 |
bitcrusher_ |
nope |
| 15:57 |
bitcrusher_ |
but now they show |
| 15:57 |
AnjaL |
LOL |
| 15:57 |
mquintus |
hehe |
| 15:58 |
AnjaL |
self solution :) |
| 15:58 |
bitcrusher_ |
even though the plugin was installed after kickstarter had finished, i had uninstall and reinstall the plugin :) |
| 15:58 |
bitcrusher_ |
funky |
| 15:58 |
bitcrusher_ |
but thanks for the advice :) |
| 15:58 |
bitcrusher_ |
i meant, i had to uninstall and reinstall |
| 15:59 |
AnjaL |
happy client, next one please :D |
| 16:03 |
Primogen |
i have a question... when installing typo3 and i have to select my database |
| 16:03 |
Primogen |
it connects to the database but i cant select the database |
| 16:03 |
_pedda_ |
? |
| 16:03 |
bitcrusher_ |
how is your webhotel |
| 16:03 |
_pedda_ |
you can't ? |
| 16:03 |
Primogen |
one.com |
| 16:03 |
bitcrusher_ |
ahh yes |
| 16:03 |
bitcrusher_ |
no, one.com is pretty fucked up when it comes to that |
| 16:04 |
bitcrusher_ |
you gotta alter the install script |
| 16:04 |
AnjaL |
check permissions of database :) |
| 16:04 |
bitcrusher_ |
ill just find the code for you |
| 16:04 |
Primogen |
super :) |
| 16:04 |
bitcrusher_ |
AnjaL: that wont do it, you have to hardcode the db into the install file |
| 16:04 |
_pedda_ |
rofl |
| 16:05 |
_pedda_ |
why don't you just import an sql file and change the db access in the localconf ? |
| 16:05 |
bitcrusher_ |
when the install file has been changed, everything runs smoothly |
| 16:06 |
bitcrusher_ |
whats the address for the pastebin again? |
| 16:06 |
AnjaL |
http://paste.phlogi.net/ |
| 16:07 |
AnjaL |
topic said |
| 16:08 |
bitcrusher_ |
http://www.phlogi.net/f/t3/tsp/sp/install_typo3_on_onecom/ |
| 16:08 |
needt3help |
hi |
| 16:08 |
AnjaL |
and nobody of you uses UnitTests to check your programming? I think I do something wrong. |
| 16:08 |
bitcrusher_ |
AnjaL: ahh yes, now i see it in the topic, just skimmed it and missed it beofre ;) |
| 16:09 |
bitcrusher_ |
Primogen: that was for you http://www.phlogi.net/f/t3/tsp/sp/install_typo3_on_onecom/ |
| 16:10 |
needt3help |
can somebody tell me why that won't work? select.where = (pid = {page:id} AND CType != 'image') ... seems like {page:id} couldnt be resolved |
| 16:10 |
AnjaL |
but why on hell this one.com must have such a different handling? |
| 16:11 |
Primogen |
*shrugs' |
| 16:11 |
bitcrusher_ |
I have no idea, but I had excatly the same problem (i have one.com as well) and ended up chatting with at supporter, and they gave me that code |
| 16:12 |
bitcrusher_ |
but apparently the php code isent allowed to ask the mysql what databases it has to choose from or something |
| 16:13 |
AnjaL |
I suggest you look for a hoster that have a normal operation system and familiar permission to files ^^ |
| 16:13 |
bitcrusher_ |
hehe |
| 16:13 |
AnjaL |
thats as good as trying to install TYPO3 on a normal 1&1-Account ;) |
| 16:13 |
needt3help |
*page:uid |
| 16:14 |
bitcrusher_ |
Primogen: btw, you need to install jb_gd_resize as it dosent have ImageMagick |
| 16:15 |
bitcrusher_ |
needt3help: have you tried using TSFE:id instaed of page:id? |
| 16:15 |
needt3help |
yes, i did |
| 16:16 |
needt3help |
hmm but seems to work without the page:id |
| 16:16 |
needt3help |
:) |
| 16:16 |
bitcrusher_ |
so it works now, without the id? |
| 16:17 |
needt3help |
yes |
| 16:18 |
needt3help |
does typo only select data depending on the actual page? |
| 16:19 |
bitcrusher_ |
cool :) |
| 16:19 |
bitcrusher_ |
gotta go, thanks guys |
| 16:20 |
Primogen |
bitcrusher_ : thanks alot |
| 16:20 |
needt3help |
cu |
| 16:20 |
Primogen |
bitcrusher_ : That helped ^^ |
| 16:32 |
Bluespuke |
bye |
| 16:32 |
Bluespuke |
have a nice weekend @ all |
| 17:11 |
_pedda_ |
cu all |
| 19:22 |
morris1 |
my install tool is borked |
| 19:23 |
morris1 |
it is running in 123 mode |
| 19:23 |
morris1 |
i type user, password and host in step 1 |
| 19:23 |
morris1 |
and in step 2 it says: There is no connection to the database! (Username: , Password: , Host: ). Go to Step 1 and enter a proper username/password! |
| 19:23 |
morris1 |
as if it didnt carry over what i've just typed |
| 19:24 |
morris1 |
it also gives a mysql error on top: Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /Users/<removed>/www/lamp/typo3_src-4.2.8/t3lib/class.t3lib_db.php on line 988 |
| 19:37 |
morris1 |
any ideas? |
| 19:39 |
morris1 |
according to NOTICE: By clicking this button, typo3conf/localconf.php is updated with new values for the parameters listed above! |
| 19:40 |
morris1 |
the localconf.php should be modified. but it is not modified at all. permissions are okay, and there are no errors regarding that. |
| 20:02 |
John____ |
i have a question and i was hoping that someone here could help me i have just stated learning typo 3 and i'm going through the get started documents on the site but i seem to have a problem every time i make a change it always says hello world! on the top left had corner i cannot figure out how to get it to go away i'm sorry for the newbie question its just that its driving me crazy |
| 20:05 |
nd__ |
John____: Did you add some typoscript like page = TEXT \ page.value = hello world or similar? |
| 20:06 |
John____ |
no i never touched anything i just had my hosting co install it and started trying to learn it |
| 20:08 |
John____ |
i just made a new page and added a header and text and clicked the save and show frontend button and it doesn't show my header or text just HELLO WORLD! |
| 20:09 |
nd__ |
yes, ok |
| 20:09 |
nd__ |
that's because of your root typoscript template having such lines in it |
| 20:09 |
nd__ |
read about this template in the tutorial |
| 20:09 |
nd__ |
just adding content elements does not work |
| 20:10 |
John____ |
ok i will check it out thank you !! |
| 20:10 |
nd__ |
welcome |