| 00:11 |
ThePianist |
I'll need 2 go 4 now. rush hour is over, woohooo, I'll be back tomorrow, cheers! |
| 00:12 |
uriahheep |
pulponair: where's the clipboard? |
| 00:12 |
uriahheep |
ah, never mind ;) |
| 00:12 |
uriahheep |
thanks |
| 00:15 |
pulponair |
uriahheep: did you find it? |
| 00:16 |
uriahheep |
yep |
| 00:16 |
uriahheep |
pulponair: however, is it possible to copy these elements into the other language? |
| 00:18 |
JessicaD |
Goodevening |
| 00:18 |
pulponair |
uriahheep: no i dont think so, but that might heavly depend on you translation paradigm |
| 00:18 |
JessicaD |
How can I debug my backend module? |
| 00:19 |
uriahheep |
hmm, too bad |
| 00:19 |
JessicaD |
My backend module is not working correctly, it shows no records. So I need to see what query is working |
| 00:20 |
pulponair |
JessicaD: set sql_debug to 1 within the installer |
| 00:21 |
pulponair |
JessicaD: resurf your be mod and see if it throws a debug message |
| 00:21 |
pulponair |
JessicaD: if not it is probably not related to your query |
| 00:24 |
JessicaD |
I have to set the SQL Debug in the install tool right? |
| 00:25 |
JessicaD |
The SQL debug was already set |
| 00:25 |
JessicaD |
Which code do I have to use to force a SQL debug code? |
| 00:28 |
num000 |
voidus you should have worked with language selection aswell, didn't you? |
| 00:28 |
voidus |
yes |
| 00:29 |
num000 |
i've a strange problem voidus |
| 00:29 |
num000 |
when i call my pages with a browser that has language set as german or turkish those language setting is send like L=1 or L=2, but if i set my browsers language setting to english it doesn't match |
| 00:51 |
JessicaD |
Can someone look at my backend module code |
| 00:51 |
JessicaD |
It won't display my query results and it doesn't give an error |
| 00:52 |
JessicaD |
I've tested if the debugger is working by forcing an error and the debugger works |
| 00:52 |
voidus |
JessicaD: hm.. show it |
| 00:53 |
JessicaD |
uhm what was the php clipboard page where I can paste my code? |
| 00:55 |
aputsiaq |
JessicaD: I'd like to help out if possible (I'm in between a newbie and medium skilled admin - not a developer) |
| 00:56 |
JessicaD |
voidus & aputsaiq you can see my code here http://phpfi.com/272491 |
| 00:56 |
JessicaD |
I hope you can help me out |
| 00:57 |
JessicaD |
I can't find the error anywhere,it's difficult to debug when there is no error message |
| 01:00 |
voidus |
i see 3 functions... which one doesn't work? |
| 01:00 |
pulponair |
JessicaD: i would change exec_SELECTquery to SELECTquery, echo it, and paste it to the DB (e.g. phpmyadmin) and see whatever it returns |
| 01:00 |
pulponair |
voidus: none of them i guess ;) |
| 01:00 |
JessicaD |
All 3 of them doesn't work |
| 01:02 |
pulponair |
JessicaD: btw i would refactor at least the "function" if clause |
| 01:03 |
pulponair |
JessicaD: anyway back to that sql thing: output your sql clause fire it to your DB directly and see whether it returns an error or not |
| 01:04 |
JessicaD |
I did that |
| 01:05 |
JessicaD |
and it gives me some results in my phpmyadmin |
| 01:05 |
pulponair |
JessicaD: go on ? |
| 01:05 |
JessicaD |
so the query is working |
| 01:05 |
pulponair |
JessicaD: ok |
| 01:06 |
pulponair |
JessicaD: so what do you actually get when surfing your be mod ? a white page? |
| 01:06 |
JessicaD |
I think it has something to do with the while statement |
| 01:06 |
JessicaD |
no I see the headers |
| 01:07 |
JessicaD |
So I see the first row of my table (which is just datum name etc) and then the "loop" data isn't displaying |
| 01:07 |
JessicaD |
I get empty </td> |
| 01:07 |
pulponair |
JessicaD: ok just to make sure what does num rows return ? |
| 01:08 |
pulponair |
(btw: i would change it tot sql_fetch_assoc an replace the while by a do while loop |
| 01:08 |
pulponair |
) |
| 01:08 |
JessicaD |
oke I'm gonna test it |
| 01:11 |
aputsiaq |
a bit off topic in this discussion... but what tools do you guys use to develop extensions in Typo3? |
| 01:12 |
JessicaD |
I use the kickstarter extension |
| 01:12 |
pulponair |
aputsiaq: a bottle of booze in the first instance ;) |
| 01:14 |
pulponair |
aputsiaq: to be serious i used ultraedit until i discovered how to manage remote projects within pdt (i.e eclipse) |
| 01:15 |
aputsiaq |
that's it? i'd like to learn more - and i'll install the kickstarter right away :) |
| 01:15 |
pulponair |
aputsiaq: the kickstarter is quite ok execpt for the fact that it uses typo 43 renderer by default which is kinda odd |
| 01:16 |
pulponair |
whoops |
| 01:16 |
JessicaD |
I like the kickstarter to start with |
| 01:16 |
JessicaD |
after that it is oke |
| 01:16 |
pulponair |
[01:19] pulponair: aputsiaq: the kickstarter is quite ok execpt for the fact that it uses typo 43 renderer by default which is kinda odd |
| 01:16 |
JessicaD |
Oww |
| 01:16 |
JessicaD |
ehehee |
| 01:16 |
JessicaD |
pulpnair |
| 01:17 |
JessicaD |
still have ideas for my script? |
| 01:17 |
pulponair |
JessicaD: sure, what about the result number thing? |
| 01:17 |
aputsiaq |
thanks guys - i'll be looking into the tools suggested. |
| 01:18 |
kreegee |
hi there |
| 01:18 |
pulponair |
good morning :) |
| 01:18 |
kreegee |
i have an issue with cropscaling |
| 01:18 |
kreegee |
morning? its 1:22 am here ;) |
| 01:18 |
kreegee |
cropscaling images are always white |
| 01:18 |
pulponair |
same over here ...but that'S obviously "morning" |
| 01:19 |
kreegee |
completely white |
| 01:19 |
kreegee |
i found http://bugs.typo3.org/view.php?id=4186 |
| 01:19 |
kreegee |
it says something about gdlib missing |
| 01:19 |
kreegee |
but i have gdlib |
| 01:20 |
kreegee |
lol |
| 01:20 |
kreegee |
nope |
| 01:20 |
kreegee |
only beginning |
| 01:21 |
kreegee |
now zodiac dvd |
| 01:21 |
kreegee |
yeah |
| 01:21 |
kreegee |
he was mentioned in the intro |
| 01:22 |
pulponair |
kreegee: yeah hopefully he ll come up stage .. |
| 01:23 |
pulponair |
JessicaD: you did not answer my question :) |
| 01:24 |
pulponair |
JessicaD: hurry up ...only 2 days left until my 30th birtday i am not sure if i lll be even able to speak then... |
| 01:24 |
pulponair |
s/i ll / il still |
| 01:24 |
Hendrix |
Anyone know if something like this should work in a plugin? $GLOBALS['TSFE']->page['headerData']['title'] = 'My New Page Name' |
| 01:24 |
pulponair |
Hendrix: no |
| 01:24 |
JessicaD |
ow sorry pulponair |
| 01:24 |
JessicaD |
I'm debugging in the meantime |
| 01:25 |
JessicaD |
but what was your question |
| 01:25 |
Hendrix |
pulponair: Is it possible to set the page title from a plugin? |
| 01:25 |
uriahheep |
pulponair: i'm having a problem getting a frontend plugin's translation to show up... do you know if it's easy to make a duplicate of the plugin and change the default locale, then use that duplicate in the translated section of the site? |
| 01:25 |
pulponair |
JessicaD: "just to make sure : what does numrows actually returns" |
| 01:25 |
pulponair |
uriahheep: depends on your translation paradigm |
| 01:26 |
JessicaD |
well nothing cause I don't see anything |
| 01:26 |
JessicaD |
I replaced it with while($row = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res)) { |
| 01:26 |
pulponair |
JessicaD: did you output numrows? |
| 01:26 |
JessicaD |
How do I output it? |
| 01:26 |
JessicaD |
You mean to see what it does? |
| 01:27 |
uriahheep |
pulponair: hmm... where do i find out what it is? |
| 01:27 |
pulponair |
JessicaD: coudl you repost to :http://bin.cakephp.org/ so that i could modify the code |
| 01:27 |
pulponair |
uriahheep: did you read the frondend localization guide? |
| 01:27 |
uriahheep |
only partly |
| 01:27 |
uriahheep |
because i'm kind of in a hurry :( |
| 01:28 |
pulponair |
uriahheep: sure, but you have to read it otherwise you would spend even more times looking for whatever you missed :) |
| 01:28 |
uriahheep |
hmm... |
| 01:28 |
JessicaD |
pulponair http://bin.cakephp.org/view/1557006030 |
| 01:29 |
pulponair |
uriahheep: dont get me wrong i am not on of thoose "hey go an rtfm" guys but localization is really a complicated issue so ...better go on reading |
| 01:33 |
uriahheep |
pulponair: no, it's cool, i understand |
| 01:34 |
pulponair |
JessicaD: http://bin.cakephp.org/view/1056895947 |
| 01:34 |
pulponair |
JessicaD: replace your loop by the code i submited |
| 01:34 |
pulponair |
kreegee: yeah slash is on stage ..yeah |
| 01:34 |
Hendrix |
uriahheep: For what it's worth I've had immense trouble localizing HTML objects for instance. |
| 01:34 |
Hendrix |
uriahheep: I think there's a Typo3 bug waiting to be found out there. |
| 01:35 |
pulponair |
kreegee: with alice cooper :) |
| 01:36 |
JessicaD |
Thanks pulponair, I will try tomorrow, I need to get some sleep now |
| 01:36 |
JessicaD |
I will come back tomorrow for more help :) |
| 01:36 |
JessicaD |
Bye bye |
| 01:36 |
pulponair |
hmmm |
| 01:38 |
pulponair |
Hendrix: what bug are you talking about? |
| 01:39 |
Hendrix |
pulponair: I had a HTML object included on the front page of a site and on the default site on showed up. On the translated site two showed up. |
| 01:40 |
pulponair |
Hendrix: that sounds like a bug indeed |
| 01:40 |
Hendrix |
pulponair: The paradigm being translate all. |
| 01:40 |
pulponair |
Hendrix: but hard to say finally without having seen the actuall configuration |
| 01:42 |
Hendrix |
pulponair: I know. Haven't had time to look into it either. There's one example left on the site. http://www.stockholmfilmfestival.se/en/festival/2007/collaborators/ |
| 01:42 |
uriahheep |
Hendrix: heh... my problem is currently with tipafriend_plus... have you used that before? |
| 01:43 |
Hendrix |
pulponair: Nope. Unfortunately I haven't. What's the problem? |
| 01:43 |
Hendrix |
pulponair: Here's what the page should look like: http://www.stockholmfilmfestival.se/festival/2007/samarbetspartner/ |
| 01:43 |
pulponair |
uriahheep: if it is regarding localization: consinder the following: there are a lot of extensions that arent able to handle languages other than the default language |
| 01:47 |
uriahheep |
hm... |
| 01:48 |
uriahheep |
pulponair: the thing is, this plugin, as well as tt_news, has locales written up already for other languages, and i guess they *should* work... |
| 01:48 |
uriahheep |
however, the translations aren't showing up |
| 01:49 |
pulponair |
uriahheep: did you update your "language" settings? (within the extension manager) |
| 01:49 |
uriahheep |
it might be because of how i'm doing the localization: i'm using separate structures, cause i couldn't get anything else working |
| 01:50 |
Hendrix |
uriahheep: What do you mean with separate structures? |
| 01:50 |
pulponair |
Hendrix: i guess he means "multithree concept" |
| 01:50 |
pulponair |
tree i meant |
| 01:51 |
uriahheep |
Hendrix: in templavoila, that's what it says |
| 01:51 |
uriahheep |
Page localization mode: Separate structures / 1:1 |
| 01:52 |
uriahheep |
no, not multi-tree |
| 01:52 |
pulponair |
uriahheep: switch over to inheritate |
| 01:52 |
uriahheep |
how? |
| 01:53 |
pulponair |
<langChildren type="integer">1</langChildren> |
| 01:53 |
pulponair |
<langDisable type="integer">0</langDisable> |
| 01:53 |
uriahheep |
yeah, langchildren? |
| 01:53 |
pulponair |
within your page template |
| 01:53 |
uriahheep |
k... |
| 01:53 |
uriahheep |
that gives me a bunch of warnings in my FCE's though |
| 01:54 |
pulponair |
NOTE: depends on your settings |
| 01:54 |
uriahheep |
right now i just have <langDisable>0</langDisable> |
| 01:55 |
uriahheep |
oh crap.... |
| 01:55 |
uriahheep |
that just took out all of my elements from the page... |
| 01:56 |
pulponair |
uriahheep: dude, i gotta hit the sack right now. One last word: read the localization guide |
| 01:56 |
uriahheep |
oh, never mind... xml typo |
| 01:56 |
uriahheep |
hmm, ok... thanks for your help |
| 01:56 |
pulponair |
uriahheep: yes it does ...cleanup your xml (can be done by clicking the upper most "page icon") |
| 01:56 |
pulponair |
uriahheep: since the xml nesting changes |
| 01:56 |
pulponair |
... |
| 01:57 |
pulponair |
i am out know |
| 01:57 |
Hendrix |
So any sugestion on how to get the page title from my plugin to the top of the page? |
| 01:57 |
pulponair |
uriahheep: suggestion: study that guide ...and i ll be back tomorrow ready to answer all further question ok? |
| 01:57 |
Hendrix |
pulponair: Good night. |
| 01:57 |
aputsiaq |
pulponair: thanks for your advice |
| 02:04 |
aputsiaq |
uriahheep: what does you TS say about config and sys_language? |
| 02:06 |
uriahheep |
page.config.language = en |
| 02:06 |
uriahheep |
(i'm looking through all of my templates, please wait) |
| 02:07 |
uriahheep |
aputsiaq: http://pastebin.ca/754481 |
| 02:11 |
uriahheep |
aputsiaq: also, http://pastebin.ca/754486 |
| 02:11 |
aputsiaq |
uriahheep: i have a few multilingual sites running, where i first use "List" view and add an "Website Language" |
| 02:13 |
aputsiaq |
uriahheep: then you find the "id"-codes and define them in your TS (0 as default normally, 1 as your second language) |
| 02:13 |
uriahheep |
yeah |
| 02:13 |
uriahheep |
i've done that |
| 02:14 |
aputsiaq |
also remember to run through Ext Manager and get translations... (you've probably done that too) |
| 02:14 |
aputsiaq |
is it one module or them all? |
| 02:14 |
uriahheep |
hmm, translations? |
| 02:15 |
aputsiaq |
uriahheep: are you building your own ext? |
| 02:15 |
uriahheep |
no, using one from the repository |
| 02:16 |
uriahheep |
aputsiaq: how do i get translations from the ext manager? |
| 02:16 |
aputsiaq |
uriahheep: the Ext Manager has a "Translation handling" where you would select English and French (save) and then update. |
| 02:17 |
uriahheep |
hmm |
| 02:19 |
uriahheep |
ah, i see |
| 02:19 |
uriahheep |
ok, doing that it seems |
| 02:20 |
uriahheep |
aputsiaq: and yeah, all extensions' translations aren't working |
| 02:20 |
aputsiaq |
uriahheep: you have the basic things in place for sure, which module is causing trouble? |
| 02:21 |
uriahheep |
aputsiaq: even the localizations aren't appearing in the french pages |
| 02:21 |
uriahheep |
aputsiaq: tt_news, tipafriend_plus |
| 02:21 |
uriahheep |
i've added the locales for french in the locallang.xml for the tipafriend_plus |
| 02:21 |
uriahheep |
it should work |
| 02:21 |
aputsiaq |
uriahheep: yep, not all ext are translated - tt_news would be in French i guess :-) |
| 02:21 |
uriahheep |
;) |
| 02:22 |
aputsiaq |
cache is cleared in typo3conf? |
| 02:23 |
uriahheep |
but, i mean, when i "create a copy for translation" for anything, it doesn't work (in inheritance mode) and if use separate structures instead, i can get new elements appearing, but plugins that i put into that still appear in english |
| 02:23 |
uriahheep |
aputsiaq: yep ;) it is |
| 02:32 |
uriahheep |
oh, wow... |
| 02:32 |
uriahheep |
i just fixed one thing |
| 02:32 |
uriahheep |
with config.sys_lang_overlay |
| 02:32 |
uriahheep |
haha |
| 02:35 |
aputsiaq |
uriahheep: great! i would have used config.sys_language._uid and [global] after your [globalVar] - like this http://pastebin.ca/754503 (warning: i'm a newbie here) |
| 02:37 |
uriahheep |
aputsiaq: nah, i have an [else] and an [end] |
| 02:47 |
num000 |
ohh, do i read about language problems? |
| 02:47 |
aputsiaq |
uriahheep: i have written something like "plugin.tt_news_LOCAL_LANG.fr.latestHeader = TEST" in order to be sure that your basic setting are in place |
| 02:47 |
uriahheep |
hmm, for some reason this setting doesn't allow me to translate my FCE's... |
| 02:48 |
num000 |
is anyone using a language switcher successfully and gets english with uid=0 pages delivered to his browser when the browser has english set? |
| 02:48 |
aputsiaq |
uriahheep: (sorry, i've done that for *my* sites - haha) |
| 02:50 |
aputsiaq |
num000: i've used sr_languagemenu - not with english set - my problem is to get rid of english in the first place - so english always works for me to begin with, hehe |
| 02:52 |
num000 |
aputsiaq well i've the opposit problem. |
| 02:52 |
num000 |
switching language with a link works very well |
| 02:53 |
num000 |
i use rlmp_language_detection as the browser switch, which recognises the browser language |
| 02:53 |
num000 |
all the languages do work except english |
| 02:54 |
aputsiaq |
num000 ah, i see - i haven't been into that area yet |
| 03:04 |
aputsiaq |
num000 I found this link for you http://www.typo3.net/index.php?id=13&action=list_post&tid=67027 (in this bugtracking session the guy says the fault was GlobalVar 1 for both German and French - the TS is in English - maybe of use) |
| 03:05 |
mayeco |
how to lower case a text? |
| 03:05 |
mayeco |
10.case = lower is not working |
| 03:06 |
num000 |
aputsiaq let me see |
| 03:15 |
num000 |
aputsiaq i need to say thank you, since this thread gave enough informatino to solvethe problem |
| 03:16 |
aputsiaq |
num000 just great! :) |
| 03:20 |
num000 |
is someone displaying images on his page which have been left in the page properties? |
| 03:25 |
aputsiaq |
mayeco i haven't tried, but found one using "10.text.case = upper" - you could try changing upper -> lower... :-) |
| 03:26 |
mayeco |
thank you! |
| 03:27 |
mayeco |
I was missing hte text part |
| 03:27 |
mayeco |
10.case = upper |
| 03:27 |
mayeco |
and should be 10.text.case = upper |
| 03:27 |
mayeco |
aputsiaq: thank you!! |
| 03:28 |
aputsiaq |
mayeco your welcome! ;) |
| 03:29 |
uriahheep |
ok |
| 03:29 |
uriahheep |
so |
| 03:29 |
uriahheep |
here's something weird |
| 03:30 |
uriahheep |
i've got an FCE, which is part container element, part actual content |
| 03:30 |
uriahheep |
now, the content part does translate |
| 03:30 |
uriahheep |
however, the elements inside the container don't translate |
| 03:30 |
uriahheep |
this is my problem, i believe. |
| 03:36 |
uriahheep |
ah, now i've fixed that. |
| 03:36 |
uriahheep |
ok. |
| 03:37 |
num000 |
is anyone using newloginbox with different languages? |
| 03:38 |
voidus |
me |
| 03:38 |
num000 |
voidus do i have to copy the newloginbox to the new language page content? |
| 03:38 |
voidus |
no |
| 03:39 |
voidus |
why do you may need it? |
| 03:39 |
num000 |
what about the pagename then |
| 03:39 |
voidus |
which pagename? |
| 03:39 |
num000 |
well i of course saw that newloginbox shows the languages as flexform fields |
| 03:39 |
num000 |
the login page name for example |
| 03:40 |
voidus |
login page? just create "alternative page language" |
| 03:40 |
num000 |
but the loginpage is not showing the messages i place in newloginbox flexform configuration fields |
| 03:40 |
voidus |
ah.. if so.. |
| 03:40 |
num000 |
voidus yes, then i get a separate colon with the new language |
| 03:40 |
voidus |
but flexform should have a sheet for each language? |
| 03:40 |
num000 |
yes, which is shown ok |
| 03:42 |
aputsiaq |
uriahheep i googled and was pointed toward this link: http://typo3.org/documentation/tips-tricks/multi-language-sites-in-typo3/ (step 6) |
| 03:42 |
num000 |
so then i have a loginpage and newloginbox plugin on the standard language page and one for the new language but i have only once placed the plugin to standard not the new language, but i add the messages to the new language in the standard plugin confuguration? |
| 03:45 |
mayeco |
aputsiaq: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/3/ |
| 03:45 |
mayeco |
that is wrong |
| 03:45 |
mayeco |
10.case = upper and should be 10.text.case = upper right? |
| 03:46 |
num000 |
obviously the plugin of newloginbox needs to be copied aswell in order to have the language match |
| 03:47 |
num000 |
but then i need to change the text on the default language |
| 03:49 |
aputsiaq |
mayeco: i'm really a newbie, but the example must be allright - it says "10 = TEXT" to begin with, whereas it could have used shorthand "10.text.case"... (i guess) |
| 03:51 |
mayeco |
mmmm ok... :D |
| 03:57 |
uriahheep |
aputsiaq: thanks. that's what i had followed before |
| 04:22 |
num000 |
can i have conditions in conditions like this |
| 04:22 |
num000 |
[usergroup = *] |
| 04:22 |
num000 |
[globalVar = GP:L=2] |
| 04:22 |
num000 |
... |
| 04:22 |
num000 |
[global] |
| 04:26 |
ries |
num000: nope |
| 04:27 |
num000 |
i've a login link whichis wrapped with a text, so how do i change the text when language changes? |
| 04:33 |
ries |
[usergroup = *] && [globalVar = GP:L=2] |
| 04:33 |
num000 |
ok, and for the else? |
| 04:34 |
ries |
use [else] ??? |
| 04:34 |
num000 |
[usergroup = *] |
| 04:34 |
num000 |
yes |
| 04:34 |
num000 |
but the else needs a language condition aswell |
| 04:34 |
num000 |
[else] && [globalVar = ... ] won't work |
| 04:34 |
ries |
remember it a config language |
| 04:34 |
ries |
just setup a new block |
| 04:39 |
num000 |
yes it works |
| 04:39 |
num000 |
strange |
| 04:41 |
num000 |
with this http://pastebin.ca/754636 i lookup images and display them in the marker LEFT_CONTENT, butthis only works for the default language |
| 04:42 |
num000 |
how can i make sure the other languages use this aswell |
| 05:38 |
num000 |
anyone here who could have a look into this condition: http://pastebin.com/d555af719 unfortunately only the second condition match |
| 06:59 |
Awillys |
good morning folks |
| 07:18 |
tsrepadmin |
good morning #typo3!!! |
| 07:58 |
FloLeBlanc |
Can anyone tell me why FF 2.0.0.8 behaves differently on windows and linux? (seems to have different CSS interpretations) |
| 08:46 |
pulponair |
goooooooodddddd morning |
| 08:49 |
Awillys |
pulponair: morning ^^ |
| 08:50 |
pulponair |
Awillys: : hi, how are you doing dude? |
| 08:51 |
FloLeBlanc |
hi pulp |
| 08:53 |
pulponair |
FloLeBlanc: hi :) what happend to #typo3_off_topic actually? shouldn we revive it ? |
| 08:54 |
FloLeBlanc |
hehe... ok |
| 09:19 |
uschi |
good morning folks :-)) |
| 09:19 |
uschi |
morning pulponair and FloLeBlanc :) |
| 09:19 |
FloLeBlanc |
hi uschi |
| 09:19 |
uschi |
Can someone tell me how to modify the version of an extension? |
| 09:19 |
pulponair |
uschi: :moin |
| 09:20 |
uschi |
in ext_emconf.php I see a comment, that version and dependencies may not be touched! |
| 09:20 |
uschi |
but then, how to add dependencies manually? |
| 09:20 |
uschi |
or version? |
| 09:20 |
pulponair |
uschi: literally the extensions version number? |
| 09:21 |
uschi |
yes |
| 09:21 |
uschi |
currently it says 0.0.0 |
| 09:21 |
pulponair |
uschi: emconf |
| 09:21 |
pulponair |
uschi: or whatever it is named ;) |
| 09:22 |
uschi |
despite the comment? read my note above |
| 09:22 |
pulponair |
uschi: : dont care :) |
| 09:23 |
uschi |
Ok, so this is a comment that makes no sense? |
| 09:23 |
pulponair |
uschi: normally the version number gets increased when loading up the extension to ter |
| 09:23 |
pulponair |
uschi: in a certain way yes....but i assume that you know what your doing |
| 09:24 |
uschi |
yes, because the ext makes no sense in TER |
| 09:24 |
uschi |
It is just all the templates for the university ... |
| 09:26 |
pulponair |
uschi: ok so thats the right way |
| 09:26 |
uschi |
Great |
| 09:35 |
amrun |
hi all |
| 09:35 |
m0oman |
pulponair: it only gets increased if the extension isn't called tt_products though. ;) |
| 09:36 |
uschi |
another question: I forgot how this <include thingy is named for including a file into a template |
| 09:36 |
pulponair |
m0oman: yeah |
| 09:36 |
uschi |
was ist includeLibs? Where do I find it in the docs? |
| 09:37 |
amrun |
http://typo3.org/fileadmin/typo3api-4.0.0/ |
| 09:37 |
m0oman |
ikea this afternoon, wee! \o/ |
| 09:37 |
amrun |
there you can search. (box on the top right corner) |
| 09:38 |
pulponair |
m0oman: : but psss DONT MENTION the "NAMELESS" |
| 09:39 |
ute |
hi and good morning |
| 09:39 |
ute |
uschi - apache down? |
| 09:39 |
m0oman |
sorry. :X |
| 09:39 |
m0oman |
:P |
| 09:39 |
uschi |
morning ute |
| 09:39 |
ute |
:-) |
| 09:39 |
uschi |
checking, ute |
| 09:39 |
ute |
thanks, uschi |
| 09:40 |
pulponair |
haha : http://www.youtube.com/watch?v=yXbFuNQwTbs |
| 09:40 |
pulponair |
sorry for OT but that one is really funny |
| 09:40 |
uschi |
seems so *sniff* |
| 09:41 |
ute |
uschi: I'm testing thmailformplus and I've just got a mail form apache - hope thats not the reason for the crash |
| 09:41 |
uschi |
hmmm |
| 09:42 |
m0oman |
pulponair: heh. nice. |
| 09:43 |
pulponair |
m0oman: "wooh feeedback" haha i need that guy speaking my answering mashine |
| 09:45 |
m0oman |
the sole reason for me not to use any special voice on my answering machine is that i just can't decide what to put on it. :P |
| 09:45 |
pulponair |
m0oman: :) What about just "Beeep" |
| 09:46 |
pulponair |
m0oman: i used to have that "darth vader breathing" sound on it ... |
| 09:46 |
m0oman |
i got the standard german digital voice thing that came with my siemens phone. |
| 09:47 |
m0oman |
i had the start of the algorithm march on my mobile phone for a while. |
| 09:47 |
pulponair |
m0oman: but i had to remove it since people started consindering me being a perv |
| 09:47 |
m0oman |
hah. people are easily fooled. :P |
| 09:48 |
pulponair |
m0oman: yeah i mean what the heck is wrong with thoose guys? That they dont know "star wars" |
| 09:48 |
pulponair |
? |
| 09:49 |
amrun |
err.. u guys? this is not a all-topic.chat. what about you two send private messages.. |
| 09:49 |
m0oman |
http://www.youtube.com/watch?v=qDSGmx8c2AM \o/ |
| 09:49 |
m0oman |
well i don't know star wars all to well either. but darth's breath is just something you can consider general education. |
| 09:49 |
m0oman |
sorry. :P |
| 09:50 |
pulponair |
m0oman: yes :) |
| 09:52 |
m0oman |
...i could turn this to a typo3 topic though: does anybody know of an extension/config of any sort that allows you to include youtube movies in tt_news entries? |
| 10:09 |
beli |
moin |
| 10:18 |
kaktuspalme |
hi all |
| 10:46 |
ute |
back again - uschi |
| 10:55 |
banban |
is it possible to set acces rights to pages related to tree strucure insted of user rights? is the any extenion already for this purpose? |
| 11:04 |
beli |
banban: in the backend? or frontend? |
| 11:14 |
blitz |
hi, does anyone know how to translate the month names in tt_news archive? |
| 11:20 |
FloLeBlanc |
re |
| 11:20 |
FloLeBlanc |
how can I modify a link with the RTE that the displayed window closed onclick? |
| 11:27 |
banban |
beli: backend |
| 11:40 |
FloLeBlanc |
anyone on the rte => parameters question? |
| 11:42 |
FloLeBlanc |
uschi: is datenwolken down? |
| 11:45 |
uschi |
yes, ute crashed apache |
| 11:45 |
uschi |
will be up again in a few hours |
| 11:45 |
FloLeBlanc |
:(, wanted to search for the RTE answer there *G* |
| 11:45 |
uschi |
which one, perhaps i can help |
| 11:45 |
FloLeBlanc |
I want to pass a link in the RTE which opens a window a parameter to close the window onclick |
| 11:46 |
uschi |
never tried that anyway |
| 11:46 |
FloLeBlanc |
hmm ok thx :) |
| 11:46 |
uschi |
so answer would not be in the datenwolken :)) |
| 11:46 |
FloLeBlanc |
t3 does it with images so it has to work some way hmm |
| 11:47 |
uschi |
i suppose you have to search somewhere else |
| 11:47 |
FloLeBlanc |
lol nvm I'm just stupid |
| 11:48 |
FloLeBlanc |
of course I just have to include onClick="window.close()" in the body of the opened window |
| 11:49 |
FloLeBlanc |
this doesn't solve the problem of having a status bar however hmm |
| 12:03 |
beli |
hey, i am using a list style menu. how do i use css to format the menu levels? http://nopaste.info/20008932d3.html |
| 12:07 |
uschi |
beli, is there some wrapper with id or class around your menu? |
| 12:08 |
beli |
nope, but i can do some....just tell me what to do and i will adjust my TS or template file |
| 12:08 |
Fanty |
What could cause a div not wanting to be aligned to the right inside a td? It's working in IE6/7 but not in firefox. I've tried with both text-align: right; in the CSS file and align="right" in the table =/ |
| 12:08 |
beli |
uschi: i can alter ul, li...but that affects the whole list entries as you know |
| 12:08 |
many |
daddelbernd. |
| 12:08 |
beli |
rubyrtico |
| 12:09 |
many |
hähä |
| 12:09 |
beli |
s+tico+rico+ |
| 12:09 |
uschi |
you could set a class for ul on first level |
| 12:09 |
many |
you should. anyway. |
| 12:09 |
uschi |
and then overwrite the wrap property |
| 12:09 |
beli |
uschi: ok, but the sublevels are just done similiar with "<" ...howto access them? |
| 12:09 |
uschi |
btw, do you get correct markup |
| 12:10 |
uschi |
marks.LEFTNAV.1.wrap = <ul class="mymenu">|</ul> |
| 12:11 |
uschi |
# marks.LEFTNAVT.2 = TMENU |
| 12:11 |
uschi |
# marks.LEFTNAVT.2 < .marks.LEFTNAVT.1 |
| 12:11 |
uschi |
sorry, without marks, and then one more line to overwrite the wrap |
| 12:12 |
uschi |
marks.LEFTNAV.2.wrap = <ul>|</ul> |
| 12:12 |
uschi |
you can then access the different levels via context selectors in your css |
| 12:43 |
Denyerec |
hey Just |
| 12:43 |
just2b |
hi denyer |
| 13:35 |
rejeep |
Hi! I'm trying to use the "Printlink" plugin. I guess I create a template for the printer friendly verison. But how do I choose so that it will use that template? |
| 13:48 |
banban |
is it possible to set acces rights to pages related to tree strucure insted of user rights (in backend)? is the any extenion already for this purpose? |
| 14:02 |
num000 |
hello, i'm using this condition http://pastebin.com/d555af719 to show different language related login links, unfortunately i'm doing a mistake which i can not find why, can someone have a look into my failure |
| 14:13 |
num000 |
hello |
| 14:13 |
Randomresult |
i have installed tt_address (newest version) and search for a way to search for zip-codes |
| 14:13 |
Randomresult |
anyone an idea... for me it seems, that the old extension of tt-adress was ... quite better... |
| 14:14 |
just2b |
Randomresult then install the older version, no need to update everything |
| 14:14 |
Randomresult |
well... it says that the php and typo3 version is too new |
| 14:15 |
Randomresult |
and it doesnt work right |
| 14:15 |
just2b |
it was better but doesnt work right , lol |
| 14:15 |
Randomresult |
i installed a search wich is now obsolete or deprecheatet... or how it is called. |
| 14:15 |
Randomresult |
it doesnt work on my web |
| 14:15 |
Randomresult |
new web |
| 14:16 |
Randomresult |
:) works in a typo3 4.0 installation |
| 14:16 |
Randomresult |
but not with the newest version of typo3 |
| 14:16 |
num000 |
anyone here who could have a look into http://pastebin.com/d555af719 |
| 14:16 |
Randomresult |
and the zipsearch (st_addresszipsearch) does not work with the new tt-address |
| 14:17 |
just2b |
looks ok Number-5 |
| 14:17 |
just2b |
num000 |
| 14:17 |
num000 |
hehe just2b |
| 14:17 |
num000 |
but only the second one matches |
| 14:18 |
num000 |
just2b, i've pasted the complete ts here http://pastebin.com/d71fc55a2 |
| 14:18 |
num000 |
maybe the problem is resulting out of something else |
| 14:19 |
typochur |
hello guys |
| 14:20 |
typochur |
I have a little problem :) I altred my database-layout by hand. So I changed ext_tables.php, ext_tables.sql, locallang_db.xml and tca.php and my extension works just fine :) |
| 14:21 |
typochur |
but when i tried to edit something in the kickstart-wizard i saw that somehow the kickstart-config is not up to date with my actual database-layout? Someone know how to update this? |
| 14:22 |
just2b |
yeah because the kickstarter just remembers what you do there |
| 14:22 |
just2b |
^^ |
| 14:22 |
typochur |
hey just2b, just wanted to say "respect" to your nice extensions :) |
| 14:22 |
roadrunn1r |
i try to install typo3 4.1.3 but the install tells me that it is the 4.1.2 |
| 14:23 |
just2b |
thx |
| 14:23 |
typochur |
so there is no way to tell kickstart-wizard to sync with actual database-layout? |
| 14:23 |
typochur |
because if i change anything in there and save my own config will be overwritten |
| 14:23 |
just2b |
no, you should change the things in kickstarter |
| 14:23 |
num000 |
just2b does my complete ts look ok? |
| 14:23 |
just2b |
you can use a merge tool to get your configs into the file again |
| 14:24 |
just2b |
num, dont use an else... |
| 14:24 |
just2b |
just write the default first and overwrite it in the condition |
| 14:24 |
num000 |
what else can i do then? |
| 14:24 |
num000 |
i see |
| 14:25 |
typochur |
yeah, i was too lazy :D I had to create 90 database fields ans somehow i wanted to get this job done by an external php script instead of clicking my mouse to death :D |
| 14:25 |
num000 |
doesn't else work? |
| 14:25 |
just2b |
dont know |
| 14:25 |
typochur |
just2b: do you know the name of one of this merge-tools? i need something to google for :) |
| 14:25 |
just2b |
typochur, i got a tca with 1600 lines, and it is the best thing to do it in lickstarter |
| 14:25 |
just2b |
winmerger |
| 14:25 |
typochur |
thanks |
| 14:26 |
dokma |
hi guys and girls |
| 14:26 |
typochur |
which file is the kickstart-config? |
| 14:26 |
just2b |
doc/wizard_forum.* |
| 14:26 |
typochur |
ah, k |
| 14:27 |
typochur |
thx |
| 14:27 |
just2b |
you won't have luck with that ^^ |
| 14:27 |
typochur |
why not? |
| 14:27 |
just2b |
just look at it, serialized something |
| 14:27 |
dokma |
I've got a trivia for you guys. How do I tell HMENU to NOT link one particular item? I want it to be just a placeholder. |
| 14:27 |
just2b |
page type SPACER |
| 14:27 |
dokma |
duh |
| 14:27 |
dokma |
that was quick |
| 14:28 |
typochur |
hr hr ^ |
| 14:28 |
typochur |
^^ |
| 14:28 |
dokma |
you get 10 points ! |
| 14:28 |
just2b |
i do know some things ^^ |
| 14:28 |
dokma |
:D |
| 14:28 |
just2b |
oh yeah thanks |
| 14:28 |
just2b |
you can use paypal for the points |
| 14:28 |
dokma |
we really need some rating system here :) |
| 14:28 |
just2b |
(tel) |
| 14:28 |
Denyerec |
haha |
| 14:28 |
dokma |
you know what |
| 14:28 |
typochur |
just2b: if i should not touch wizard_form.* how can i merge? |
| 14:28 |
dokma |
in some very near future |
| 14:29 |
dokma |
I'll have to buy all of you guys some serious gifts |
| 14:29 |
dokma |
cause I'm getting rich by the day thanks to the help from here |
| 14:29 |
dokma |
and Kaspys great work |
| 14:29 |
typochur |
yeah, I think that's a fair deal :) I didn't do anything but I'll get a gift ... nice |
| 14:31 |
dokma |
:) |
| 14:31 |
dokma |
just2b: your move failed on me |
| 14:31 |
dokma |
it doesn't show the item on the menu at all |
| 14:32 |
dokma |
I need it to be there, just not to be linked |
| 14:32 |
dokma |
cause a submenu is popped up on mouseover |
| 14:33 |
typochur |
just2b: so it is useless to update extension EM_CONF? |
| 14:41 |
typochur |
*tiptip* |
| 14:41 |
typochur |
anyone else got an idea how to update my kickstart-wizard config to my actual database-layout? |
| 14:42 |
Randomresult |
what does that say to me: Naming annoyances: fields: zip|zip in the extension manager |
| 14:50 |
flo |
hi guys |
| 14:52 |
flo |
just2b: hi, i came across your homepage :) i am trying to make a horizontal dropdown menu |
| 14:53 |
typochur |
hr hr |
| 14:53 |
typochur |
who did not come across his homepage :D |
| 14:53 |
flo |
just2b: everything works fine... but i want to have the firstlevel not in a fixed width, i saw yours is fixed too |
| 14:54 |
flo |
just2b: problem is just the IE, in ff it works without a fixed width |
| 14:54 |
flo |
just2b: so my question, did you ever saw a menu like that? |
| 14:57 |
uriahheep |
voidus: hey man, you around? |
| 14:58 |
num000 |
with this |
| 14:58 |
num000 |
# |
| 14:58 |
num000 |
import = uploads/media/ |
| 14:58 |
num000 |
# |
| 14:58 |
num000 |
import.data = levelMedia: -1, slide |
| 14:58 |
num000 |
# |
| 14:58 |
num000 |
import.listNum = 0 |
| 14:59 |
num000 |
i'm going through the page resources and display images which belong to a page |
| 14:59 |
typochur |
yeah i do this as well |
| 15:00 |
num000 |
this works for the default language well, but when i use a other language, like copying content to the new language,this isn'tenough anymore |
| 15:00 |
num000 |
the marker which is replace is just empty |
| 15:00 |
typochur |
I'm out :) in this project i use just one language |
| 15:01 |
num000 |
i thought doing a marker replacement inthe language field, but it doesn't help |
| 15:01 |
uriahheep |
hmm... |
| 15:02 |
num000 |
here http://pastebin.com/d261cdf24 i do this in line 160... |
| 15:02 |
num000 |
just2b btw the language login switch works now, i avoided as you said the else |
| 15:03 |
uriahheep |
just2b: hey man, speaking of languages, i'm having quite a problem right now... |
| 15:03 |
typochur |
*rofl* Have a problem with Typo? Just call 0800 - Just2B for free :D |
| 15:04 |
num000 |
typochur this is because of the t3 community, you will seldomly find such a channel like typo3 |
| 15:05 |
num000 |
uriahheep, language problems? |
| 15:05 |
uriahheep |
just2b: pretty much all translation works, except for extension plugins: in the french section of my site, they don't translate into french... the specific extensions are tipafriend_plus and tt_news. i've added locales for french in tipafriend_plus, and tt_news already had them... it should be working, right? |
| 15:05 |
uriahheep |
num000: yeah...^^ |
| 15:09 |
just2b |
typochur.. yeah sure.. i stopped all my free support btw per mail |
| 15:09 |
just2b |
uriahheep should yes |
| 15:10 |
uriahheep |
hmmm |
| 15:10 |
uriahheep |
strange... |
| 15:10 |
uriahheep |
just2b: any idea why it might not? |
| 15:11 |
typochur |
just2b: so i have to check on dasoertliche.de to get free support? :D |
| 15:12 |
just2b |
there is just free support here and in the forum by me |
| 15:12 |
num000 |
just2b are you german speaking |
| 15:12 |
just2b |
yes |
| 15:12 |
thone_ |
hi, is there a way to change the textsize of an hmenu-special-directory-menue ? |
| 15:12 |
typochur |
me too :) |
| 15:13 |
just2b |
uriahheep rest works on a page with plugin? |
| 15:13 |
uriahheep |
just2b: yeah |
| 15:13 |
uriahheep |
everything else does |
| 15:13 |
num000 |
typochur ohh,you are german speaking aswell |
| 15:13 |
num000 |
cool how many german speaker |
| 15:14 |
typochur |
he he |
| 15:14 |
num000 |
i love that language |
| 15:14 |
num000 |
german is cool |
| 15:14 |
typochur |
germans are a folk full of typo-coders :D |
| 15:14 |
num000 |
heheh |
| 15:14 |
flo |
thone_: thats not a real question, isn't it? |
| 15:14 |
num000 |
seems so |
| 15:14 |
num000 |
thone_ you may look into CSS |
| 15:18 |
thone_ |
flo, i realize now |
| 15:18 |
flo |
*g* |
| 15:18 |
just2b |
is austrian.. so dont compare with germans.. dont even think of ^^ |
| 15:19 |
num000 |
just2b, at least you are speaking the language of goethe and schiller ;) |
| 15:19 |
num000 |
just2b, well i'm not german myself |
| 15:19 |
num000 |
but i like this language |
| 15:20 |
typochur |
uh :) re |
| 15:20 |
flo |
num000: yeah, like the fish in american dad speaks? ;) |
| 15:22 |
uriahheep |
just2b: so... no idea, eg |
| 15:22 |
uriahheep |
eh* |
| 15:22 |
uriahheep |
? |
| 15:22 |
pulponair |
re |
| 15:22 |
beli |
hey pulponair! |
| 15:29 |
pulponair |
how do i remove a be mods navframe? |
| 15:29 |
just2b |
the frame with the pagetree? |
| 15:30 |
just2b |
move the module to another section |
| 15:31 |
pulponair |
just2b: so there is no way to have a module within the websection without having a navframe? |
| 15:32 |
just2b |
IMO not |
| 15:32 |
just2b |
all in web concerns somehow a page |
| 15:32 |
pulponair |
just2b: : ok that makes sence |
| 15:34 |
pulponair |
just2b: but imho there is now way to assing permissions to a regular be user so he can access modules within the section "tools" right? |
| 15:35 |
just2b |
no there is just this usual hack |
| 15:35 |
just2b |
but there is also a thread in dev list concering this prob |
| 15:35 |
pulponair |
just2b: what hack are you talking about? moving the mod to "help" ? |
| 15:36 |
pulponair |
just2b: or making it its own section? |
| 15:36 |
just2b |
dont now if the hack does that.. there was something for awstats in the foirums |
| 15:37 |
just2b |
yeah it was the move into help |
| 15:37 |
pulponair |
just2b: crap |
| 15:37 |
just2b |
yeah kind of |
| 15:37 |
just2b |
info section is crap and usersection too |
| 15:40 |
uriahheep |
pulponair: hey man |
| 15:42 |
uriahheep |
pulponair: i fixed most of my problems last night... before, none of the elements would translate in inheritance mode. now, they all do, except again for the extension plugins |
| 15:43 |
pulponair |
uriahheep: set its language to "all" |
| 15:44 |
uriahheep |
pulponair: what's language? |
| 15:44 |
uriahheep |
the plugin? |
| 15:44 |
pulponair |
uriahheep: the plugins |
| 15:44 |
uriahheep |
hmmm |
| 15:44 |
uriahheep |
where? |
| 15:44 |
uriahheep |
typoscript& |
| 15:44 |
uriahheep |
? |
| 15:45 |
pulponair |
uriahheep: within the page module in the plugin itself |
| 15:45 |
uriahheep |
hmmm |
| 15:46 |
uriahheep |
pulponair: the only options i have are default and french |
| 15:46 |
pulponair |
uriahheep: there is a checkbox "calle show extended options or something" |
| 15:47 |
uriahheep |
hmm, ok |
| 15:48 |
uriahheep |
pulponair: do i also have to make a localization copy of the plugin? |
| 15:49 |
uriahheep |
nope, i can't anymore, heh... |
| 15:49 |
pulponair |
no |
| 15:49 |
uriahheep |
so, why wouldn't it be translating? |
| 15:49 |
uriahheep |
pulponair: for this specific extension, i had to add locales into the locallang.xml file... |
| 15:49 |
uriahheep |
is that all i had to do? |
| 15:53 |
uriahheep |
pulponair: ...or is there something else that has to be done to add a translation? |
| 15:54 |
pulponair |
uriahheep: depends on the plugin. |
| 15:54 |
uriahheep |
hmm... how could i check that? |
| 15:56 |
pulponair |
uriahheep: what plugin are we talkin about actually? |
| 15:56 |
uriahheep |
tipafriend_plus |
| 15:57 |
uriahheep |
pulponair: ever needed to use that? |
| 15:58 |
pulponair |
nope |
| 16:00 |
uriahheep |
if ($langKey) {$helpTemplate_lang = $this->cObj->getSubpart($helpTemplate,'###TEMPLATE_'.$langKey.'###');} |
| 16:01 |
uriahheep |
that's from pi1/class.tx_tipafriendplus_pi1.php |
| 16:02 |
num000 |
uriahheep how do you get $langKey? |
| 16:02 |
pulponair |
uriahheep: seems as if it uses different subparts depending on the current language |
| 16:03 |
uriahheep |
pulponair: perhaps, but i can't find anything else with '###TEMPLATE_DEFAULT###' or '###TEMPLATE_DE###' (two languages which were already localized in the locallang.xml) |
| 16:03 |
solshark__ |
Hello all. I got new server for typo3 based sites and now want install all needed soft. Which version MySQL should i use - 4.x or 5.x ? |
| 16:03 |
solshark__ |
Which version is better? |
| 16:04 |
num000 |
solshark__ your distribution may recomment you a particular version |
| 16:04 |
uriahheep |
pulponair: hmm... anyway, i tried changing a tt_news plugin to 'all', and it didn't translate... |
| 16:05 |
solshark__ |
num000: I know, but i can compile mysql myself, if 5.x better for Typo. My CentOS propose me 4.1.20 |
| 16:05 |
num000 |
solshark__ i don't know, i use debian etch and mysql 5 |
| 16:06 |
solshark__ |
num000: Ok, thx for your answer. Do you have any problem with 5.x ? |
| 16:07 |
num000 |
solshark__, no no problems at all it is 5.0.x |
| 16:07 |
solshark__ |
num000: Thx again. Good luck. |
| 16:07 |
num000 |
solshark__ you are welcome |
| 16:08 |
num000 |
is it better to use different template subparts for different languages and distinguish in the php file when reading these subparts or is there an other vay for language switchign? |
| 16:19 |
wacky_ |
Is realurl able to accept added variables ? |
| 16:21 |
wacky_ |
I'm having troubles with this address: mywebsite.com/?var=asdf |
| 16:21 |
ThePianist |
Hello |
| 16:35 |
wacky_ |
hi |
| 16:37 |
ThePianist |
hi wacky |
| 16:37 |
ThePianist |
funny name |
| 16:37 |
ThePianist |
Hi Denyerec |
| 16:38 |
Denyerec |
hey |
| 16:39 |
ThePianist |
can you help me with something? |
| 16:49 |
mutestreamer |
any idea why my external links would suddenly break? they were working fine for a while and now they just spit out an empty php page. |
| 16:57 |
Denyerec |
ThePianist - possibly, depends what is is, so feel free to ask and I'll let you know. |
| 16:57 |
ThePianist |
thank you. I am trying to get T3 on a Yahoo Business Host to work |
| 16:59 |
ThePianist |
I am at the Install Tool, ... thought everything is fine, however, I cannot log in to the Backend admin window. And on the Front window it gives me an error "No Pages Found at Root Level" |
| 17:00 |
ThePianist |
I check into the localconf.php file. Password and user - should I use something different than this? I try and try ... |
| 17:01 |
ThePianist |
also, I got this message:: disable_functions=leak, symlink |
| 17:01 |
ThePianist |
and I could install all files, such as some _.htaccess and ext_tables_static+adt.sql |
| 17:02 |
ThePianist |
that's where I am right now. |
| 17:02 |
ThePianist |
I couldn |
| 17:02 |
ThePianist |
darn |
| 17:02 |
ThePianist |
I could not install the latter files |
| 17:04 |
Denyerec |
ThePianist - my advice would be to get a better host ;) |
| 17:04 |
ThePianist |
I know, but I want to give it a few more trials. It's my client's web site and I don't want to move them right away |
| 17:06 |
ThePianist |
Yahoo uses actually linux, not too bad what they offer in their cPanel |
| 17:06 |
ThePianist |
horrible visual interface, you can't find shit there |
| 17:12 |
flo |
you wanna find shit in a cPanel? |
| 17:13 |
ThePianist |
dude>:| |
| 17:14 |
ThePianist |
so, I log into phpmyadmin - and it's empty. Then there is a control panel which redirects me to how to use one of their templates. cool, huh? |
| 17:19 |
ThePianist |
Denyerec: To what user name and password it the Backend Admin Window referring to? One on the root page, or to the database, or to the domain access? Would be nice to see this pointed out somewhere |
| 17:21 |
mutestreamer |
can anyone take a look here: http://www.btk-fh.de/ about half way down the left side, the links for "intranet" and "webmail" are supposed to be external links. I can't sort out why they're busted. |
| 17:23 |
ThePianist |
I am on Firefox, osx, it's asking me if I want to open a index.php file |
| 17:24 |
mutestreamer |
yeah. same here. they are totally normal external link pages. they decided to break yesterday. any ideas. |
| 17:24 |
ThePianist |
sorry, I am very new to all this and I am fighting my way thru it |
| 17:25 |
ThePianist |
Nice school in a nice building |
| 17:29 |
mutestreamer |
thanks. I'll keep looking. |
| 17:34 |
ThePianist |
maybe you can help me? Did you see what I posted some 20 min ago? |
| 17:40 |
ThePianist |
again, am I changing the default username and password in the configuration panel with the install tool or is this always admin and joh316 |
| 17:41 |
ThePianist |
Christ sake, some one say yes or no at least |
| 17:44 |
flo |
you can change it yes, you should |
| 17:46 |
ThePianist |
well, if I could log on, ..., but It wouldn't let me in. So what do you enter here after a fresh born totally virgin installation |
| 17:46 |
flo |
joh316 |
| 17:46 |
flo |
for the installtool |
| 17:46 |
ThePianist |
and as user? |
| 17:46 |
flo |
you first have to create an adminuser in that installtool |
| 17:47 |
flo |
there is no user |
| 17:47 |
flo |
in the installtool |
| 17:47 |
ThePianist |
lemme see |
| 17:48 |
ThePianist |
well, under update localconf I have defined a username with a password and with yahoo I need to put mysql as host |
| 17:48 |
ThePianist |
it connected to the database |
| 17:48 |
ThePianist |
yup |
| 17:48 |
ThePianist |
then I go to the Admin Backend window |
| 17:49 |
ThePianist |
no login possible |
| 17:49 |
ThePianist |
And at the frontend comes : No pages are found on the rootlevel! |
| 17:50 |
flo |
you have to create an login in that installtool |
| 17:51 |
ThePianist |
what tab? apparently I miss something |
| 17:51 |
flo |
database analyser |
| 17:52 |
ThePianist |
it's set ip already |
| 17:53 |
ThePianist |
green checkmarks all the page down :-) |
| 17:53 |
flo |
i think, if you want or not, you have to read some installmanuals |
| 17:53 |
ThePianist |
I read them |
| 17:53 |
flo |
or listen to what i said... |
| 17:53 |
flo |
there is a link: databse analyser, YES? |
| 17:54 |
ThePianist |
yes |
| 17:54 |
flo |
on that page you can create an admin user (LINK) |
| 17:54 |
ThePianist |
oh, i see, at the very bottom |
| 17:56 |
ThePianist |
FLO: THANK YOU THANK YOU!!!!!! |
| 17:56 |
flo |
ThePianist: np ^^ |
| 17:57 |
ThePianist |
Danke schoen, he he |
| 18:09 |
ries |
anybody from Brazil here?? :9 |
| 18:13 |
gerards |
brazil? |
| 18:13 |
gerards |
:) |
| 18:19 |
ThePianist |
hi ries |
| 18:23 |
ries |
Hey ThePianist |
| 18:24 |
ries |
gerards: I just hear today that singapore airlines doesn't allow sex on board, not even in there double beds!!! |
| 18:24 |
ries |
gerards: you should start a petition to allow that... |
| 18:24 |
ThePianist |
but you can in the cockpit |
| 18:24 |
gerards |
Oh? Singapore Airlines doesn't like passengers to have sex on board? |
| 18:25 |
gerards |
that explains why I never see nor hear anything while flying SIA. |
| 18:25 |
ries |
gerards: yeaa properly... it's a horrible situation... |
| 18:26 |
ries |
gerards: http://gizmodo.com/gadgets/no-sex,-please,-we.re-singaporean/no-inout-aboard-airbus-a380-double-bed-suites-316264.php |
| 18:26 |
gerards |
but what if the fasten seat belt sign comes on during... well... the process? |
| 18:27 |
ries |
looks cozy to me : http://gizmodo.com/gadgets/sex/airbus-a380s-double-beds-remove-all-the-charm-naughtiness-from-mile-high-club-311231.php |
| 18:28 |
ries |
gerards: well... during sex you need to strap it around the people? |
| 18:28 |
gerards |
you know this conversation is fascinating :) but I really do have to sleep. g'nite everyone. |
| 18:37 |
ThePianist |
what is the correct extension name of phpmyadmin, can't find it ... |
| 19:08 |
ThePianist |
how can I transfer a site from one Typo3 installation to another one? |
| 19:24 |
ThePianist |
Hello, how can I transfer a site from one Typo3 installation to another one? |
| 19:28 |
ThePianist |
this manuals are sooo poorly written |
| 19:41 |
ThePianist |
anyone here? |
| 20:13 |
ThePianist |
in export, I don't have a contect menu lile described in the manual, any advice? |
| 20:26 |
ThePianist |
How do I export to t3? |
| 20:27 |
ThePianist |
sorry .t3d |
| 20:31 |
ThePianist |
How do I export to .t3d |
| 20:32 |
ThePianist |
I am in the menu, save to filename isn't doing anything |
| 20:41 |
Awillys |
hi folks |
| 20:41 |
Awillys |
what is the recommanded way to add a flash swf file to the website? using an extension or just typoscript? |
| 20:44 |
ThePianist |
I am new here, and I don't know, but I thought it would be nice to answer, at least. |
| 20:46 |
voidus |
Awillys: i think, there are a lot of extensions for |
| 20:48 |
ThePianist |
I would disable the rich text editor and put the html code here, my first idea |
| 21:07 |
ThePianist |
hi again, how can I make this little bar "Admin Panel" on the acutal site disappear? |
| 21:09 |
ries |
ThePianist: it will only show for logged in BE admin users |
| 21:10 |
ThePianist |
ok |
| 21:10 |
ThePianist |
thanks |
| 21:10 |
ThePianist |
I am trying to get this into a yahoo account ;-) |
| 21:11 |
ThePianist |
I am almost there, lost the connection with the template, uuggh |
| 21:18 |
wacky_ |
$TYPO3_CONF_VARS['SYS']['setDBinit'] = "SET NAMES utf8 \n SET CHARACTER_SET utf8" is not set by default on newer Typo3 installs ?!? |
| 21:18 |
ries |
7action is working in adobe flex |
| 21:19 |
ries |
wacky_: utf-8 is not default as of 4.1.3 ...... |
| 21:20 |
wacky_ |
hmmm.. |
| 21:20 |
wacky_ |
Have you ever experience those badly rendered UTF-8 strings (with accented chars.) in the tt_news Category selection form ? |
| 21:21 |
wacky_ |
or the 'cal' Category selection form |
| 21:21 |
_execute |
chears! |
| 21:26 |
ThePianist |
I have phpMyAdmin already installed on the server, does this mean I cannot use this as an extension in T3 I have difficulties to import this, gives me an error. Also, I cannot use the Look Up function. I tried to install via upload. Anyone? |
| 21:31 |
ries |
wacky_: it properly means that you have a mismatch between what your server things the encoding is, what you enter in the BE and what is stored |
| 21:31 |
ries |
ThePianist: do you want to import an existing site in a other existing site |
| 21:32 |
ries |
or transfer your dev to production? |
| 21:32 |
ThePianist |
yes |
| 21:32 |
ThePianist |
I ftp_ed the template into fileadmin/templates |
| 21:33 |
ThePianist |
I thought that would be all in a t3d package, but nope ... |
| 21:33 |
ThePianist |
can't do it via phpMyAdmin, because ... well, can't get this installed |
| 21:33 |
ries |
just dump your DB |
| 21:34 |
ThePianist |
me? Not sure how to do this |
| 21:34 |
ries |
and copy fileadmin/uploads/typo3temp/typo3conf to your server |
| 21:34 |
ThePianist |
ok |
| 21:35 |
mrp |
Good afternoon... I'm having issues with front-end users access. Is there any document available regarding front-end user access across all sites configured within typo3? |
| 21:37 |
ThePianist |
ries: I have typo3temp and typo3 conf on my server right in my typo3 folder, should I replace those with the equivalents I have on my computer? |
| 21:38 |
ries |
yeaaa that is fine |
| 21:38 |
ries |
you might need to edit localconf.php to make sure it reflects the correct DB settings |
| 21:38 |
ThePianist |
before or after I imported the t3d |
| 21:43 |
ThePianist |
never mind, got it |
| 21:56 |
ThePianist |
What will I need to edit to make this site appear at the actuall domain? |
| 21:56 |
ThePianist |
What do I need |
| 21:59 |
mayeco |
hello #typo3!!!!!!!!!!! |
| 22:02 |
ThePianist |
heeeeeellooooooo mayeccooo |
| 22:02 |
ThePianist |
LOL, you are in my timezone I think!? |
| 22:02 |
ThePianist |
4:06 ? |
| 22:06 |
mrp |
So, it's safe to assume no one knows of any documents regarding front-end user access across multiple typo3 sites? |
| 22:07 |
ThePianist |
I don't, I am working with this since a week |
| 22:07 |
ThePianist |
sorry |
| 22:07 |
ThePianist |
but perhaps you can explain to me how I can make my site appear under a domain |
| 22:07 |
ThePianist |
the domain is already set up |
| 22:08 |
ThePianist |
and I have the T3 in a subdirectory on the server, looks ok for now. |
| 22:08 |
ThePianist |
where is the button to be pushed? |
| 22:09 |
freddy_1 |
how do I subscribe to the newsgroup on news.think-open.org - I get timeout all the time |
| 22:10 |
ThePianist |
those manuals suck |
| 22:10 |
ThePianist |
I am in Getting started, what beginner would like to know how to track backend user?? |
| 22:15 |
ThePianist |
no one know how to do this, how funny |
| 22:15 |
mrp |
Tell me about it. |
| 22:17 |
Denyerec |
mrp - you mean one user account login across n typo sites? |
| 22:17 |
Denyerec |
There is a client-server record duplication extension, I wonder whether it could be used to sync up fe user accounts ? |
| 22:18 |
mrp |
What I mean is, when a user registers, on a site (we have five), they'll be able to access the content on any of the other sites that are restricted. |
| 22:18 |
Denyerec |
See my above line. |
| 22:18 |
mrp |
Do you know the name of the extension, by chance? |
| 22:19 |
Denyerec |
sadly not. |
| 22:19 |
Denyerec |
There's...too...many of them.... </green 2> |
| 22:19 |
mrp |
hahaha, I hear that. |
| 22:19 |
mrp |
Typo3 is too complex for it's own good. |
| 22:20 |
ries |
mrp: not really.... |
| 22:21 |
mrp |
In comparison to other CMSs out there, it is. Sure it may be powerful, but we're only delivering content here. :-) |
| 22:21 |
Denyerec |
Well |
| 22:21 |
Denyerec |
I got off the phone today with an organisation that has paid 6 figures for a content management system called "tridion" |
| 22:21 |
Denyerec |
And they say it's rubbish. |
| 22:22 |
Denyerec |
And from what I've seen, and know of Typo, Typo could have handled the job 10 times over. |
| 22:22 |
mrp |
Yeah, that's a huge mistake... paying for a CMS. My previous employer did the same thing. |
| 22:22 |
mrp |
Like $350k for a pile of junk they coulnd't use. |
| 22:22 |
ThePianist |
HELELELELOEOOOOOOOO |
| 22:22 |
Denyerec |
the BBC also spent £25,000,000 on a content repository they never even deployed!! |
| 22:22 |
Denyerec |
Twnty Five Million Pounds |
| 22:22 |
Denyerec |
That's like 14 billion US. |
| 22:22 |
Denyerec |
;) |
| 22:22 |
Denyerec |
And they never used it in the end |
| 22:22 |
mrp |
As of this morning, probably closer to 14 trillion. |
| 22:22 |
mrp |
lol |
| 22:22 |
Denyerec |
Non-viable. |
| 22:22 |
mrp |
of course no |
| 22:23 |
Denyerec |
so I think Typo3 is just right. |
| 22:23 |
mrp |
Well, thanks for the direction... I'm gonna go try to find this extension. |
| 22:23 |
ThePianist |
fuck |
| 22:23 |
ThePianist |
you guys are so weird |
| 22:23 |
Denyerec |
...? |
| 22:23 |
ThePianist |
Mr Deny |
| 22:24 |
ThePianist |
can you help me please? |
| 22:24 |
Denyerec |
Depends with what. |
| 22:24 |
ThePianist |
My eyes are cross from reading all those rotten manuals |
| 22:24 |
Denyerec |
Not an uncommon problem |
| 22:24 |
ThePianist |
I have typo3 running on a Yahoo server, yahoooooo |
| 22:25 |
ThePianist |
the site is up, now I want to make it appear under the domain |
| 22:25 |
ThePianist |
sounds simple, try to find this in a manual |
| 22:25 |
Denyerec |
appear under the domain ? |
| 22:26 |
ThePianist |
www.quetzalenergy.com - when you go there, you'll find a static site |
| 22:26 |
ThePianist |
my t3 site is in a subdirectory, so how and huh? |
| 22:26 |
Denyerec |
you'll need to reconfigure the apache config to make the root of the virtual server that subdir |
| 22:26 |
Denyerec |
or use a .htaccess to make a permanent 300 redirect |
| 22:27 |
ThePianist |
I don't have access to root |
| 22:27 |
Denyerec |
Unlucky. |
| 22:27 |
Denyerec |
Get a better web host ;) |
| 22:27 |
Denyerec |
Dreamhost are great for Typo3 |
| 22:27 |
Denyerec |
I'm not very good with host configs. |
| 22:27 |
Denyerec |
If you can write a .htaccess file, then you should be able to redirect to the subdirectory using that. |
| 22:27 |
ThePianist |
so I spend whole day for nothing |
| 22:27 |
Denyerec |
google for "google safe redirects" |
| 22:28 |
Denyerec |
I did say before you started to get a better web host, so don't come angry at me :) :P |
| 22:28 |
ThePianist |
yeah a redirect will work, but then I won't have SEO crap going on |
| 22:28 |
ThePianist |
dude, you didn't tell me I would need root access, but I am not mad. Just frustrated |
| 22:29 |
ThePianist |
hower, when you right click on an icon or page in t3 you can make settings for Domains WTF is that for?? |
| 22:32 |
foool |
TC mail Question - No domain defined in page tree. Make a domain record somewhere in the pagetree for this page. |
| 22:33 |
foool |
what do i put the domain and path to typo3 installation or the root |
| 22:36 |
foool |
where do I put it???? |
| 22:43 |
ries |
Hey Denyerec |
| 23:24 |
Denyerec |
lo |
| 23:26 |
uschi |
hello friends |
| 23:32 |
Denyerec |
hhahaha |
| 23:32 |
Denyerec |
Hey uschi |
| 23:33 |
Denyerec |
I'm just off for 45 minutes, but if you need a monkey to dance on a table to cheer you up later, I will be back. |
| 23:33 |
uschi |
I do feel with him |
| 23:34 |
Denyerec |
True. |
| 23:34 |
Denyerec |
He's at the start of a long road. |
| 23:34 |
Denyerec |
And hasn't realised yet that the only shortcut is through a thorny, trap laiden fireswap, filled with Rodents of Unusual Size |
| 23:34 |
Denyerec |
He'll learn. |
| 23:34 |
Denyerec |
;) |
| 23:34 |
Denyerec |
biab |
| 23:36 |
tokam_one |
hi |
| 23:37 |
tokam_one |
i tryed to install typo3 on my gentoo os |
| 23:37 |
tokam_one |
now i recived a message with a 403 error forbidden when i try to start the install tool |
| 23:39 |
uschi |
hm, tokam, have you added an empty file named ... wait a second |
| 23:40 |
uschi |
ENABLE_INSTALL_TOOL inside your typo3conf folder? |
| 23:41 |
tokam_one |
wait |
| 23:42 |
tokam_one |
i added die again |
| 23:42 |
tokam_one |
http://www.marburg.homeftp.org/quickstart-3.8.1/typo3/install/index.php |
| 23:42 |
tokam_one |
no |
| 23:42 |
tokam_one |
it was enabled but that was not the problem |
| 23:43 |
uschi |
hm, it says forbidden |
| 23:44 |
uschi |
that directory seems to be protected |
| 23:44 |
uschi |
hmmm, tokam_one |
| 23:45 |
ThePianist |
who is from Marburg? |
| 23:45 |
ThePianist |
tokam? |
| 23:45 |
m0oman |
i'm not living too far from marburg. |
| 23:46 |
ThePianist |
where? I studied in Marburg |
| 23:46 |
m0oman |
karlsruhe. |
| 23:46 |
uschi |
tokam_one, any reason why you did not install typo3 directly in the root of your webspace? |
| 23:46 |
m0oman |
i didn't know marburg had a uni. D: |
| 23:46 |
ThePianist |
not too far away, indeed ;-) |
| 23:47 |
m0oman |
it's about a two hour drive i think. |
| 23:47 |
ThePianist |
one of the oldest in Germany, founded in 149something |
| 23:48 |
m0oman |
heh. i think karlsruhe (the city) just turned 250 or something. |
| 23:50 |
uschi |
m0oman is ignorant ;-) |
| 23:50 |
ThePianist |
fairly young, thought it would be older |
| 23:52 |
m0oman |
how am i ignorant? |
| 23:52 |
m0oman |
well actually, how did you know? :P |
| 23:52 |
ThePianist |
because everybody here is ignorant |
| 23:52 |
m0oman |
ah. :P |
| 23:53 |
ThePianist |
:-)))) |
| 23:54 |
uschi |
can someone push me a little bit to make me work? |
| 23:54 |
uschi |
thx |
| 23:54 |
ThePianist |
get on your damned desk you lazy thing |
| 23:55 |
uschi |
ON my desk? do you really think that this is a good idea? |
| 23:56 |
Denyerec |
Haha |
| 23:56 |
ThePianist |
at |
| 23:56 |
tokam_one |
ich |
| 23:56 |
uschi |
i mean, my desk is already packed, and no, i do not think of anything else here |
| 23:56 |
tokam_one |
ThePianist: ich komme aus marburg |
| 23:56 |
ThePianist |
ooh |
| 23:56 |
ThePianist |
schoen da |
| 23:57 |
m0oman |
well whatever you want to do on your desk i'm going to do in my bed now: sleep! |
| 23:57 |
m0oman |
good night! :P |
| 23:57 |
tokam_one |
ThePianist: woher kennst du mich --> qry wenn du willst |
| 23:57 |
tokam_one |
I did everything right or wrong with the typo3 installation, my mistake was that i tryed to do it like with a debian system but i have gentoo.... |
| 23:58 |
tokam_one |
i will follow now this article |
| 23:58 |
tokam_one |
http://wiki.typo3.org/index.php/Gentoo#Manual_to_Install_with_webapp-config |
| 23:58 |
tokam_one |
ThePianist: qry? |