| 00:00 |
bedlamhotel |
Well, I do have to go home at this point, but here's my guess for you: in other circumstances, TYPO3 requires that an email field be named "Email" in the form wizard. You might try that. |
| 00:00 |
Denyerec |
Ohh |
| 00:01 |
Denyerec |
did not know that |
| 00:01 |
Denyerec |
That may well be it |
| 00:01 |
bedlamhotel |
It's not an absolute requirement, but something works (?) or works better (?) or works differently (?) when you do that. I am a bit fuzzy on the details as you may have observed... |
| 00:02 |
Denyerec |
Aye |
| 00:02 |
Denyerec |
Hmm. |
| 00:02 |
Denyerec |
Well that didn't do it. |
| 00:03 |
bedlamhotel |
Hm. Well you're on your own for the moment then :) |
| 00:03 |
Denyerec |
It also indicates stars next to their required fields, and doesn't indicate if they are added automatically or manually. |
| 00:03 |
Denyerec |
Damnit :( |
| 00:03 |
bedlamhotel |
Wait: THAT is managed through the form wizard. |
| 00:03 |
bedlamhotel |
(required fields that is). |
| 00:04 |
bedlamhotel |
You add the stars etc in TS. Check tt_content.mailform.20 in the TS object browser. |
| 00:04 |
Denyerec |
ah ok. |
| 00:04 |
bedlamhotel |
really splitting now :) Good luck. |
| 00:24 |
Denyerec |
anyone about |
| 00:24 |
Denyerec |
? |
| 00:24 |
Denyerec |
Ries |
| 00:24 |
Denyerec |
? |
| 00:24 |
Denyerec |
gerards ? |
| 00:45 |
Ries |
Denyerec: ? |
| 00:45 |
Ries |
what's up dude? |
| 00:45 |
Denyerec |
Hey |
| 00:45 |
Denyerec |
Standard mail forms |
| 00:46 |
Denyerec |
is there a way to get them to do email validation ? |
| 00:46 |
Denyerec |
http://typo3.org/documentation/document-library/extension-manuals/accessible_form_validation/1.0.0/view/1/1/#id3542228 |
| 00:46 |
Denyerec |
That confused the hell out of me |
| 00:51 |
Denyerec |
and the mailform does not work AT ALL in Opera |
| 00:51 |
Denyerec |
you cannot send emails, the form just does nothing |
| 00:52 |
Denyerec |
Oh it IS working in opera |
| 00:52 |
Denyerec |
but it opens a new page? ! |
| 00:56 |
Ries |
Denyerec: I don't do much with accessible mailform validation |
| 00:56 |
Denyerec |
Have you ever managed to get an email to validat, though ? |
| 00:56 |
Ries |
Denyerec: I use dojo for that... But I don't have a clue what accessable is or how that exactly works |
| 00:56 |
Denyerec |
First, they show required fields with asterix. Second, they show an email validation error message |
| 00:56 |
Ries |
Denyerec: When I do it in javascript then yes I know how to do it |
| 00:56 |
Denyerec |
JS is sadly not recommended by accessibilty people :( |
| 00:57 |
flipmoe5000 |
hi everyone |
| 00:58 |
Ries |
Denyerec: how would I validate it during form entry for the millions of other people that want to use teh form? |
| 00:58 |
Denyerec |
Oh, heh yeah |
| 01:00 |
flipmoe5000 |
can someone explain me a few lines about xml, please? |
| 01:51 |
bedlamhotel |
Ow. Rough ride in tonight. |
| 01:57 |
Denyerec |
Hmpf |
| 01:57 |
Denyerec |
Rough ride here right now |
| 01:57 |
Denyerec |
bloody typo |
| 01:59 |
bedlamhotel |
*L* |
| 01:59 |
bedlamhotel |
Get the forms thingy working? |
| 01:59 |
Denyerec |
Sort of |
| 01:59 |
Denyerec |
can't figure out the email thing so I've just left it. |
| 02:00 |
Denyerec |
Now i have a typoscript object path I can't assign anything to |
| 02:01 |
Denyerec |
ARHg, missing } |
| 02:01 |
Denyerec |
I'm too tired :/ |
| 02:01 |
bedlamhotel |
For once, I will commiserate: the new(ish) css styled content IMGTEXT element is pretty shaky... |
| 02:02 |
bedlamhotel |
Heh :) |
| 02:02 |
bedlamhotel |
The TS object browser will warn you about missing "{" and "}"--though it is not too helpful about showing you where they are... |
| 02:09 |
Denyerec |
Can you restrict the maximum image width on a pageTS basis ? |
| 02:09 |
Denyerec |
if so, how ? |
| 02:10 |
bedlamhotel |
Probably, but I'd need more info about the condition to suggest a good approach. |
| 02:10 |
bedlamhotel |
CASE, .if and conditions are all possibilities. |
| 02:13 |
Denyerec |
I have one page and one page only, where no image inserted onto that page shoudl be wider than 150px |
| 02:15 |
Denyerec |
would have thought some page TS could have done it ? |
| 02:15 |
bedlamhotel |
[globalVar = TSFE:id=32] |
| 02:15 |
bedlamhotel |
tt_content.image.20.maxW = 150 |
| 02:15 |
bedlamhotel |
[global] |
| 02:16 |
bedlamhotel |
page TSconfig is NOT for FE rendering. |
| 02:17 |
Denyerec |
Hmm. |
| 02:17 |
Denyerec |
is there any other way? I really hate conditionals |
| 02:17 |
Denyerec |
would be nice if there was some page specific FE rendering TS bit. |
| 02:17 |
Denyerec |
if the page TS issn't for FE rendering, then what is it for |
| 02:17 |
Denyerec |
? |
| 02:18 |
bedlamhotel |
I'm not sure we're sharing a common vocabulary here. Do a search for "Page TSconfig" and "User TSconfig"; they're for configuring the BE interface in various ways. |
| 02:18 |
bedlamhotel |
Ordinary TS is all about FE rendering. |
| 02:20 |
bedlamhotel |
You could probably rewrite the TS in the tt_content.image COA as a CASE cObject and have page id x be your exception, but it'd be much more TS for /zero/ advantage over the condition. |
| 02:21 |
Denyerec |
Mmm |
| 02:21 |
Denyerec |
Yes, I see. I configure my RTE in the Page TSCOnfig |
| 03:01 |
halihallo |
hi everybody |
| 03:02 |
halihallo |
is there a way to prevent the rte to convert the <div> tags to <p> tags |
| 03:03 |
halihallo |
? |
| 03:03 |
Ries |
I think there is, it I believe it's docvumented somewhere |
| 03:05 |
halihallo |
is there a property like dontConvBRtoParagraph ? |
| 03:05 |
halihallo |
this will be helpfull |
| 03:06 |
halihallo |
i will reread the docu may be i will find some advice |
| 03:06 |
halihallo |
thanks a lot ries :) |
| 03:30 |
Denyerec |
Hey Ries |
| 03:30 |
Denyerec |
I have done some more work on the T5 wiki |
| 03:38 |
Denyerec |
http://i80.photobucket.com/albums/j166/denyerec/wiki_shot2.png?t=1174534809 |
| 03:42 |
Ries |
I don't understand?!?!?! |
| 03:48 |
Denyerec |
In the background |
| 03:48 |
Denyerec |
is the T3 website |
| 03:48 |
Denyerec |
in the foreground is the current 5.0 wiki |
| 03:48 |
Denyerec |
and in between, is the Wiki but with my CSS sheet applied :) |
| 03:49 |
Denyerec |
And voila, the Wiki now looks like the T3 homepage. |
| 03:49 |
Denyerec |
INstead of the default Trac skin. |
| 03:53 |
Ries |
Oooo you are working for the guys? |
| 03:54 |
Denyerec |
Well, I got some vague instructions from SebKur, and don't think I'm on the mailling list, but I thought I'd play around with it anyway cos I got bored. |
| 03:54 |
Denyerec |
I've mailled the results so far to Sebkur, so we shall see. |
| 03:57 |
Denyerec |
Annnyway, I gotta get to bed |
| 03:57 |
Denyerec |
Gnight Ries :) |
| 06:04 |
d|g |
hi all |
| 06:10 |
jsfan |
hi everyone :) |
| 06:52 |
Jigal |
hi all @ #typo3! |
| 07:19 |
zatmania |
hi all |
| 07:29 |
tobi |
good morning #typo3 |
| 07:30 |
zatmania |
hi tobi |
| 07:30 |
tobi |
if anybody is intersted: there is a quick fix for the rtehtmlarea problem and ff 2.0.0.3 ... just install the user agen switcher extension and set the user agent to "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2pre) Gecko/20070111",after doing this the editor will load fine |
| 07:31 |
zatmania |
tx |
| 07:34 |
dax77 |
good morning @all |
| 07:34 |
zatmania |
hi dax77 |
| 07:38 |
Fanty |
why would TSFE->currentRecord all the sudden not be set to anything anymore? it was tt_content:<id of the content element> before... |
| 07:40 |
MarwolTuk |
good morning |
| 07:41 |
zatmania |
hi MarwolTuk |
| 07:42 |
MarwolTuk |
hi zatmania |
| 07:43 |
Jigal |
tobi: a crappy user agent detection in rtehtmlarea? |
| 07:44 |
Fanty |
... and the problem was USER_INT vs USER. currentRecord is not present with USER_INT |
| 07:45 |
tobi |
yes Jigal |
| 07:45 |
Fanty |
how do I get the content id when using USER_INT? |
| 07:49 |
d|g |
Jigal, tobi, what means "crappy user agent"? |
| 07:50 |
zatmania |
a bd piece of code for browser version detection :) |
| 07:50 |
Jigal |
d|g: I meant "crappy user agent detection", so a broken detection of the user agent (=browser) in rtehtmlarea |
| 07:51 |
tobi |
d|g: if anybody is intersted: there is a quick fix for the rtehtmlarea problem and ff 2.0.0.3 ... just install the user agen switcher extension and set the user agent to "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2pre) Gecko/20070111",after doing this the editor will load fine |
| 07:52 |
d|g |
tobi 10x =) |
| 07:53 |
toms |
Yesterday someone guessed it could be a problem of the new FF Version, but this seems to be wrong, according to tobis "trick" |
| 07:53 |
Jigal |
toms: that's what is called "jumping to conclusions" ;-) |
| 07:54 |
tobi |
yes, it is porbably a typo3 bug, more here https://bugzilla.mozilla.org/show_bug.cgi?id=374738 |
| 07:54 |
toms |
s disabled in Typo. The RTE-Extension is loaded an should be running, but I do not see a RTE. Is there a special switch to enable it? (Seems as if a disabled something while trying to fix the problem with FF) |
| 07:54 |
toms |
Yesterday I had a problem with FF 2.0.0.3 and the RTE. I downloaded Opera 9 and it worked. Today it seems as my RTE is disabled in Typo. The RTE-Extension is loaded an should be running, but I do not see a RTE. Is there a special switch to enable it? |
| 07:55 |
toms |
(Seems as if I disabled something while trying to fix the problem with FF) |
| 07:57 |
toms |
At the moment I am still using Opera 9 |
| 07:59 |
zatmania |
:) |
| 07:59 |
zatmania |
yes but the prb is if a lot of contributor's content need it, must use opera 9, not very cool :) |
| 08:05 |
bauschan |
hi @all ! |
| 08:05 |
bauschan |
tobi: thx for the fix |
| 08:05 |
bauschan |
works like a charme ;) |
| 08:27 |
brain-xy |
hello all :) |
| 08:53 |
Badm0j0 |
Crocus? |
| 09:05 |
koomi |
moin |
| 09:05 |
tobi |
i posted a solution for the rtehtmlarea/ff bug, could anybody test it please ? http://bugs.typo3.org/view.php?id=4870 |
| 09:06 |
Crocus |
Badm0j0 ? |
| 09:08 |
Badm0j0 |
Crocus: i can't get on the german-freakz server... :( |
| 09:08 |
Badm0j0 |
can you give me the server ip? |
| 09:09 |
Crocus |
mom |
| 09:10 |
Crocus |
Badm0j0 -> jaxtreme is kümmering sich in a few minutes um dich ^^ |
| 09:10 |
Badm0j0 |
hehe |
| 09:10 |
Badm0j0 |
k |
| 09:12 |
bauschan |
tobi: +1 , works fine here ! |
| 09:13 |
tobi |
nice, thank you bauschan |
| 09:13 |
Crocus |
btw Badm0j0 ... my wiikey has arrived ^^ |
| 09:13 |
Badm0j0 |
nice one, soldered it yet? |
| 09:16 |
Crocus |
no, tomorrow |
| 09:27 |
Jigal |
tobi: nice of you to patch it, but in my opinion browser (version) detection is almost always evil. One wants to know capabilities and tries to deduct that by detecting browser and version. It's far better to test for support of capabilities... |
| 09:29 |
zatmania |
tobi : someone have test your patch on macosx & FF 2.0.0.3 and sya that it works fine |
| 09:29 |
zatmania |
i poste your solution on french typo3 |
| 09:29 |
zatmania |
forum |
| 09:29 |
tobi |
you are right Jigal, but i dont want to change the way rtehtmlarea works, i just inserted that as quick hack to make it work |
| 09:30 |
tobi |
ok zatmania, im shure a lot of ppl are searching a solution |
| 09:30 |
zatmania |
i think so ;) |
| 09:30 |
zatmania |
http://forum.typo3.fr/index.php?showtopic=7964&view=findpost&p=39286 |
| 09:30 |
zatmania |
sorry it's in french |
| 09:30 |
zatmania |
:) |
| 09:30 |
Jigal |
tobi: you are right! the detection was evil in the first place and you were so nice to provide a patch for the problem... |
| 09:37 |
Jangla |
Hi! |
| 09:38 |
Jangla |
Can anyone tell me how I can insert the page id into a div tag which will be wrapped around an html file? I've got this far: http://phpfi.com/218255 but it doens't work |
| 09:40 |
koomi |
Jangla: i'm not sure but i doubt you can use a {field:*} in a wrap. |
| 09:41 |
koomi |
Jangla: use 10 = TEXT, 10.field = uid 10.wrap = <div id=something|></div> |
| 09:57 |
Jangla |
koomi - that won't fit wth the code I've already got: http://phpfi.com/218257 |
| 10:01 |
beev0r |
damn typo3. i hate it so much |
| 10:01 |
beev0r |
why does THAT work http://nopaste.tshw.de/1174557657ae269/ |
| 10:01 |
beev0r |
and that does NOT work http://nopaste.tshw.de/1174557675ae269/ |
| 10:01 |
koomi |
Jangla: untested, just a thought http://phpfi.com/218258 |
| 10:02 |
beev0r |
as soon as i add an own function to my script (included by FOO = PHP_SCRIPT_INT FOO.file = foo.php) |
| 10:02 |
beev0r |
the script stops working and i see a blank page |
| 10:06 |
bauschan |
Jangla: you could use 'outerWrap' |
| 10:06 |
bauschan |
like: http://phpfi.com/218259 |
| 10:07 |
bauschan |
although koomi's suggestion should work too |
| 10:12 |
max_muetze |
hello there |
| 10:13 |
max_muetze |
i am new in typo3 and searching for a helpful person helping me with my new typo3 install |
| 10:14 |
max_muetze |
no simple questions.. i have several errors with the database |
| 10:14 |
max_muetze |
anyone here who likes to look over that? |
| 10:14 |
Jangla |
thanks koomi and bauschan - managed to get it to work with ideas from both of you :) |
| 10:17 |
max_muetze |
okay, probably you can help better when you see this: http://typo3.christianeiselt.de |
| 10:19 |
max_muetze |
no one here or no one can help? |
| 10:19 |
mikhas |
I have a question: Is it possible to make the pencil appear in the view-mode when using several domains in one typo3-installation? I can only edit the domain I'm logged at using the pencils |
| 10:20 |
mikhas |
max_muetze: try to state the simple things like which platform, what version of typo3, what's your problem etc. You'll get a better answer if you just do that |
| 10:20 |
max_muetze |
ah, thx |
| 10:25 |
max_muetze |
ok, i use v4.04 on linux with yaml-framework and get several errors "Cannot modify header information" with "[...]typo3/sysext/cms/tslib/class.tslib_fe.php on line 2853" |
| 10:26 |
max_muetze |
can you help me in specifying the reason for the error? |
| 10:30 |
Denyerec |
Mornin |
| 10:30 |
Jigal |
max_muetze: usually the error is followed by something like "(output started at <script> on line <linenumber>)"; The errors is most of the time caused by a script that produces output before another script tries to send out the header information. A common source of "output" in this context is an empty line before the opening <?php tag in a php script. |
| 10:33 |
max_muetze |
@Jigal: Thank you, so i have to review the code of the ("output started at /is/htdocs/wp1051649_4RN2WSUMN6/www/typo3/t3lib/class.t3lib_db.php:790") - class.t3lib_db.php, right? |
| 10:34 |
dax77 |
max_muetze: if the t3lib_db is mentioned you should also enable the sqlDebug in the install tool |
| 10:34 |
dax77 |
it will provide a detailed information of the db error |
| 10:34 |
dax77 |
maybe some table or - fields are missing |
| 10:40 |
max_muetze |
@dax77: are there many problems when install typo3 into an existing database? |
| 10:41 |
beev0r |
i guess there are more problems when you try to install it into a non existing database ;D |
| 10:42 |
pulponair |
: h there |
| 10:43 |
alexwx |
helo friends, can you help? it is possible set typo3 reachtext editor, or something, if i have a mailto: link, i wanna by default of page save or some if typo3 can somehow to create all the mail links with some predefined subject and body mail, and also the seccondary default mail after first (that mean there should be two mail recipients) thank you.. it should look like: mailto:(obscured mail address);defa |
| 10:43 |
alexwx |
(obscured mail address)?subject=ANFRAGE%20von%20www.web.com&body=Ihr%20Name: |
| 10:45 |
Irix_1 |
small question.. I have a news ticker using a specific XML format ... and I see the only way is making a php script for this but how do I generate the URL links for the items ... isn't there a way of doing this inside Typo3 ? something like tt_news[link] ? |
| 10:46 |
pulponair |
Irix_1: what do you mean by "links" ? |
| 10:47 |
max_muetze |
@beev0r: you know what i mean; i already have joomla! and coppermine set up in the same database... but they have table-prefixes.. i don't think that the problems are because of a non-clean db, but i am a newbie... |
| 10:49 |
Irix_1 |
hey pulponair :) well links for each tt_news article single view.. I want it without I have to generating them myself from the database.. so I'm wondering if there isn't some function to include in the script for getting the article URL links... |
| 10:50 |
pulponair |
Irix_1: no you have to query all artikles and assemble the links by hand using a typoling function (because of realurl) |
| 10:51 |
pulponair |
Irix_1: beware of i18n if you got more than one language |
| 10:51 |
Irix_1 |
pulponair typoling function ? |
| 10:51 |
pulponair |
Irix_1: typolink :) |
| 10:51 |
pulponair |
Irix_1: yous a stupid |
| 10:51 |
pulponair |
typo3 |
| 10:51 |
pulponair |
typo |
| 10:53 |
mikhas |
I wonder how I can make those edit-pencils (in the frontend, after you login at the backend) be available at more domains than the one I'm logged in at, if I have multiple domains in 1 typo3-installation. |
| 10:53 |
Irix_1 |
pulponair :) |
| 10:53 |
mikhas |
if i login at www.crap.com and have www.crap.de at the same tree, I can only edit www.crap.com using the pens. |
| 10:56 |
pulponair |
Irix_1: if i got you right you are planing to create a custom xml export (similar to rss), right? if so all you need is to traverse the tt_news table and generate the links "by hand" be aware that you have to use typo3 functions to create the links otherwise you wont get a realurl alike link ...got it? |
| 11:01 |
Irix_1 |
pulponair correct.. I understand :) |
| 11:01 |
pulponair |
Irix_1: so happy coding |
| 11:02 |
pulponair |
Irix_1: there are perhaps some reusable functions within tt_news ...but i thing it doesnt provide something like an api... |
| 11:02 |
Irix_1 |
pulponair hehe :) will look for a tutorial first I'm pretty sure I'm not the first one ;) |
| 11:03 |
pulponair |
Irix_1: yes |
| 11:18 |
alexwx |
helo, can i conact somehow this condition [PIDinRootline = 3] with this? [globalVar = GP:L = en], with AND . thank you |
| 11:43 |
just2b |
hi |
| 11:52 |
dax77 |
hi just2b |
| 11:52 |
just2b |
hi dax |
| 11:52 |
dax77 |
how are things going? |
| 11:52 |
just2b |
not too good ;/ |
| 11:53 |
just2b |
it is not working out like I want |
| 11:56 |
Denyerec |
When using RealURL, are there any majo pitfalls to be aware of re: Renaming pages, Translations, etc ? |
| 11:58 |
pulponair |
any flash gurus arround? |
| 12:01 |
Denyerec |
I know one you can hire. |
| 12:01 |
Denyerec |
:) |
| 12:01 |
pulponair |
Denyerec: ;) |
| 12:02 |
Denyerec |
Currently I have config.baseURL = http://wla.systemcms.com/ but the RealURL docs state to set config.baseURL = 1 |
| 12:03 |
Denyerec |
Does anyone know specifically what setting it to 1 achieves? |
| 12:03 |
tobi |
setting it to 1 is deprecated and can lead to problems |
| 12:03 |
Denyerec |
Hah yea |
| 12:03 |
Denyerec |
I just tested it :) |
| 12:03 |
Denyerec |
and got that lovely errorbox |
| 12:03 |
Denyerec |
I will leave it as-is |
| 12:04 |
tobi |
yes, a cache injection was possible when not specifiing baseURL |
| 12:06 |
Suncho |
hey everyone, I have a stupid question about the Template Auto-Parser |
| 12:07 |
Denyerec |
tobi - do you use either ae_urltool or realurlmanager to work with RealURL ? |
| 12:07 |
Suncho |
I'm going through the Modern Template Building tutorial part 1 and when I do the Template Auto-Parser part and I view the page, it just comes up blank. |
| 12:07 |
Suncho |
How do I figure out what I did wrong? |
| 12:07 |
tobi |
no im using a default realurl config file Denyerec |
| 12:08 |
Denyerec |
OK. What happens when you rename a page etc? Does RealURL keep up, etc? |
| 12:08 |
tobi |
yes that works ok |
| 12:14 |
beev0r |
how can i hide a searchform on the search results page? |
| 12:14 |
beev0r |
i want only the results to appear |
| 12:16 |
dax77 |
beev0r: your extension? |
| 12:16 |
Denyerec |
tobi : http://wilcoding.xs4all.nl/Wilco/Pastecode/4380/showpaste.aspx |
| 12:17 |
Suncho |
I think I found the problem... I ftp'd the files into the fileadmin folder, but when I view the fileadmin folder from the Filelist module, my files aren't showing up |
| 12:17 |
Denyerec |
You helped me out on this the other day... I was wondering how to add a conditional so that if the page it ends up pointing to is a Shortcut, that it will point to the target of the shortcut and not the shortcut page ID itself. |
| 12:17 |
Suncho |
anyone know why that would be? |
| 12:17 |
Denyerec |
I manage to do it on HMENU's but can't seem to get it to work on this... |
| 12:17 |
Denyerec |
The code I use on HMENU is as follows: |
| 12:17 |
dax77 |
Suncho: incorrect rights? |
| 12:17 |
Denyerec |
http://wilcoding.xs4all.nl/Wilco/Pastecode/4381/showpaste.aspx |
| 12:18 |
Suncho |
oh hmm |
| 12:18 |
Suncho |
all it should need is read access right? |
| 12:19 |
pulponair |
hmm i would like to have a continues flash movie over severall pages without using frames....i thought about writing it start time to the session and setting its frame pointer to now-starttime after reload. I wonder how accurate that would be. |
| 12:20 |
dax77 |
Suncho: you should enable read and write access for owner and group |
| 12:20 |
beev0r |
dax, i'm using the common "Searchform" content element |
| 12:21 |
Suncho |
dax77: they have read and write access... they're just not showing up at all |
| 12:22 |
Denyerec |
pulponair - for the purposes you describe do you absolutely have to NOT use frames? |
| 12:22 |
Suncho |
is there more than one fileadmin directory in a typo3 installation? |
| 12:22 |
Denyerec |
any method that reloads the page is going to interrupt, surely? |
| 12:23 |
dax77 |
Suncho: there shouldn't |
| 12:23 |
pulponair |
Denyerec: yes otherwise i would use frames ;) |
| 12:23 |
Denyerec |
Doh :( |
| 12:24 |
dax77 |
beev0r: don't know |
| 12:24 |
beev0r |
can anyone tell me why some of my umlauts are broken when i switch the renderCharset to utf8?! |
| 12:24 |
beev0r |
some are working and some are not |
| 12:24 |
pulponair |
beev0r: yes |
| 12:25 |
pulponair |
beev0r: : because u change the charset :) |
| 12:25 |
dax77 |
lol |
| 12:25 |
beev0r |
yeah. but all my templates and everything is utf8 |
| 12:26 |
pulponair |
beev0r: but probably your database content is not |
| 12:26 |
beev0r |
and everything that comes out of the db is just bullshit. |
| 12:26 |
beev0r |
yeah. seems so |
| 12:26 |
pulponair |
beev0r: so set a corrent db init (e.g. set names utf8) and convert your db content to utf8 |
| 12:26 |
pulponair |
and you are done |
| 12:27 |
Denyerec |
pulponair |
| 12:27 |
Denyerec |
[12:28] <MickDesk> Denyerec, what you'd basically have to do is use flash-javasciript integration |
| 12:27 |
Denyerec |
[12:28] <MickDesk> on every frame (well probably more like every 50 frames) set a variable in the page that will get posted back/put in the query string of any links |
| 12:28 |
pulponair |
Denyerec: thought about it but i am using realurl and that ll make the urls look ugly and useless for search engines |
| 12:28 |
Denyerec |
Heh |
| 12:28 |
Denyerec |
you could SESSION it ? |
| 12:28 |
Denyerec |
or give your client a quick lecture on state machines |
| 12:29 |
pulponair |
Denyerec:yes but this will result a in a lot of traffic since i have to perform a request every 2 sec. (every 50 frames at 25/s) |
| 12:29 |
Denyerec |
doh |
| 12:29 |
Suncho |
dax77: Thanks. I had to give the directory execute permissions |
| 12:29 |
pulponair |
Denyerec: did that already but i decided to thing about it for educational purpose ;) |
| 12:30 |
pulponair |
Denyerec: i will set up little test using time offset in combination with low frequent frame requests (ever 5 sec) and see how accurate it is |
| 12:31 |
pulponair |
Denyerec: i need something to play arround with since it is only 4 hours until my weekend starts (praise the 4 work days week) |
| 12:32 |
mooq |
hi there... anybody home? |
| 12:33 |
Suncho |
hi |
| 12:33 |
mooq |
having a little problem after installing 4.1 manually |
| 12:34 |
tobi |
Denyerec: http://wilcoding.xs4all.nl/Wilco/Pastecode/4382/showpaste.aspx |
| 12:34 |
mooq |
i get the message: This installation is not configured for the" TYPO3 version it is running |
| 12:34 |
mooq |
and i have just deleted the install-folder :-( |
| 12:35 |
mooq |
is it possible to correct this without the install-wizard? |
| 12:36 |
Suncho |
you'll probably have to manually set all the values in localconf.php |
| 12:36 |
Suncho |
I dunno though mooq. I'm a newbie =) |
| 12:36 |
mooq |
hehehe, me too |
| 12:36 |
Suncho |
If I were in your situation, I'd just start over |
| 12:37 |
mooq |
hmmm, crossed my mind too |
| 12:37 |
Suncho |
and keep the install directory. Just password protect it. |
| 12:37 |
Suncho |
at least until you're sure everything's working the way you want |
| 12:38 |
mooq |
that would have been a nice advise... ten minutesearlier ;-) |
| 12:44 |
Denyerec |
tobi - no go, unless I'm missing something vital :( |
| 12:45 |
mooq |
hey, suncho... it worked... thx |
| 12:45 |
Suncho |
no problem |
| 12:45 |
Denyerec |
actually tobi |
| 12:45 |
mooq |
i thought i had to reenter everything, but it kept my data |
| 12:46 |
Denyerec |
with RealURL enabled it is no longer a problem, as everything points to home.html |
| 12:50 |
m4rtijn |
hihi |
| 12:51 |
m4rtijn |
Im trying to make a vertical GMENU_LAYERS does anyone know where I could find some example code for this? |
| 12:53 |
m4rtijn |
I tried googling a lot.. but didnt find anything usefull |
| 13:06 |
roam |
Hi, is it possible to let frontend users edit pages? Or only backend users? |
| 13:11 |
zatmania |
it's possible |
| 13:20 |
j0hndeere |
Good morning, earth humans. |
| 13:21 |
pulponair |
is there a function for secure fileaccess using t3? |
| 13:21 |
fred^ |
i need a menu on a page that liste subpages from another page in the site tree. |
| 13:22 |
roam |
zatmania: can you give me hint or pointer how to do it? |
| 13:22 |
zatmania |
you can active admin panel on FE |
| 13:22 |
zatmania |
but never use it before |
| 13:22 |
zatmania |
and i think there is some ext |
| 13:22 |
fred^ |
http://pastebin.ca/406450 is this wrong? |
| 13:22 |
fred^ |
obiviously, though. wont work |
| 13:22 |
m4rtijn |
Im trying to make a vertical GMENU_LAYERS does anyone know where I could find some example code for this? |
| 13:23 |
m4rtijn |
I want the submenu to be underneeth the parent trigger..so everything in the navigation should shift down. |
| 13:25 |
m4rtijn |
conn problems.. re |
| 13:25 |
m4rtijn |
did anyone answer? :p |
| 13:25 |
vrvis_flo |
does any one else has a problem with the rtehtmlarea extension and the last firefox (2.0) update (yesterday) ? |
| 13:28 |
brain-xy |
vrvis_flo .. yes :P |
| 13:29 |
brain-xy |
i just wanted to ask the same question |
| 13:29 |
vrvis_flo |
the start of the editor stops with the message "The editor is being loaded. Please wait..." , it worked well two days ago with firefox and it works still with IE |
| 13:29 |
bauschan |
vrvis_flo: http://bugs.typo3.org/view.php?id=4870 |
| 13:29 |
bauschan |
it's solved :) |
| 13:29 |
bauschan |
credits belong to tobi ! |
| 13:31 |
HSYN |
hi |
| 13:31 |
vrvis_flo |
thanks, :-) |
| 13:31 |
TomWork |
hi |
| 13:32 |
TomWork |
i'm using typo3 4.0.5 and i'd like to know if typo3 use index in his db ? Because my website isn't very fast (approx 2 or 3 sec to display a page) |
| 13:32 |
TomWork |
I have no slow query in mysql, php use eaccelerator |
| 13:33 |
HSYN |
after fresh installation of t3 release 4 i get in the back end this message: |
| 13:33 |
HSYN |
Important notice! |
| 13:33 |
HSYN |
It is highly recommended that you change this immediately. |
| 13:33 |
HSYN |
but i can see only following under tools |
| 13:33 |
HSYN |
Tools |
| 13:33 |
HSYN |
Ext Manager |
| 13:33 |
HSYN |
Log |
| 13:33 |
HSYN |
Install |
| 13:34 |
dax77 |
TomWork: use the admin panel to see how long the rendering really takes. |
| 13:34 |
dax77 |
HSYN: its Install |
| 13:34 |
dax77 |
nope |
| 13:34 |
dax77 |
sorry |
| 13:35 |
dax77 |
Tools |
| 13:35 |
TomWork |
dax77: admin panel, you mean somewhere in the BE ? |
| 13:35 |
TomWork |
dax77: ok, wait, i think i know :) |
| 13:36 |
HSYN |
yes in a yellow box the message i posted above |
| 13:36 |
TomWork |
Total parsetime: 887 ms |
| 13:36 |
TomWork |
you mean that ? |
| 13:36 |
dax77 |
HSYN: are you in live workspace (lower right corener)? |
| 13:37 |
dax77 |
TomWork: yes |
| 13:37 |
HSYN |
yes |
| 13:37 |
sw_bluntman |
It looks like a jpg I am generating with Typo3 4.0.3 is being created as 256 color, even though the install tool says they should all be created full color. Does anyone have suggestions to fix this? Example at http://typo4.venturenet.net/index.php?id=14 |
| 13:37 |
HSYN |
i can´t also not see the template menu |
| 13:37 |
HSYN |
i am allready admin |
| 13:38 |
dax77 |
HSYN: did you actually upgrade? |
| 13:38 |
m4rtijn |
did u create a database HSYN? |
| 13:38 |
HSYN |
no |
| 13:39 |
dax77 |
HSYN: I guess you should check your db using the isntall tool |
| 13:39 |
dax77 |
TomWork: is 887ms ok for you? |
| 13:40 |
dax77 |
guess not, else you wouldn't be here ;) |
| 13:40 |
dax77 |
TomWork: I guess your page is not being cached? |
| 13:43 |
TomWork |
dax77: right it seems it's not cache |
| 13:44 |
TomWork |
how can i check if it is or see if the cache is activated ? |
| 13:45 |
dax77 |
TomWork: a quick test would be to have a look at the url and check if there is a parameter: no_cache |
| 13:45 |
TomWork |
in the BE / Install, i haved temp files in typotemp/ |
| 13:45 |
TomWork |
as you can see here : http://www.univ-avignon.fr there is no no_cache in url |
| 13:46 |
TomWork |
and it's slow |
| 13:46 |
TomWork |
:) |
| 13:46 |
dax77 |
TomWork: in the page properties you can disable caching (you have to enable the 2nd option palette) |
| 13:47 |
TomWork |
BE / Page ? |
| 13:47 |
dax77 |
yes |
| 13:48 |
dax77 |
TomWork: but I don't think the page is very slow |
| 13:48 |
dax77 |
its within normal parameters I'd say |
| 13:48 |
dax77 |
hey, nice calendar you are using ;) |
| 13:49 |
TomWork |
it's slow for each click it takes ~ sec |
| 13:49 |
TomWork |
it's a bit annoying |
| 13:49 |
TomWork |
~ 2 sec |
| 13:49 |
dax77 |
well, its no intranet |
| 13:50 |
TomWork |
maybe for you, but for me i'm on the same network with the server |
| 13:50 |
TomWork |
so for lan access it's slow |
| 13:51 |
dax77 |
TomWork: did you analyse where the 887ms come from? maby this gives you a hint |
| 13:51 |
TomWork |
what ? |
| 13:52 |
TomWork |
i'd like to know where is the bottleneck |
| 13:55 |
dax77 |
TomWork: use the adminPanel. there are options to show you what is going on during rendering |
| 13:55 |
dax77 |
maybe there is a false configuration |
| 13:56 |
TomWork |
something strange is, in the admin panel, in "cache", objects in cache : NameOfThePage 0 |
| 13:56 |
TomWork |
why 0 ! |
| 13:57 |
TomWork |
normally, it should be "1" or more no ? |
| 14:01 |
Fanty |
I have a frontend plugin that generates a FCE like element, but a bit more advanced. This object needs to support a print function. How would I go about making a "print template" or whatnot for just a content element? |
| 14:02 |
m4rtijn |
does anyone know if its possible to have a vertical GMENU_LAYERS like this: http://www.nachtengel.de |
| 14:03 |
m4rtijn |
I need the 1st lvl navigation to shift down if a 2nd lvl navigation expands |
| 14:04 |
tobi |
you can make a menue like http://www.nachtengel.de with a tmenu |
| 14:04 |
m4rtijn |
yeah.. i dont mind T or G |
| 14:05 |
m4rtijn |
would you know where I could find some example codes for a menu like that |
| 14:05 |
m4rtijn |
I tried googling a lot but I only found horizontal things |
| 14:08 |
dax77 |
m4rtijn: you should have a look at the html-sourcecode of that page ;) |
| 14:09 |
tobi |
it is the same for horizontal/vertical, you just have to create the html |
| 14:09 |
m4rtijn |
hmm.. but horizontal layout doesnt require the rest of the 1st lvl navi to shift downwards |
| 14:10 |
dax77 |
m4rtijn: its just a menu where the 2nd level is expanded |
| 14:11 |
m4rtijn |
I mean the function of the menu on the left |
| 14:11 |
m4rtijn |
on nachtengel.de |
| 14:11 |
dax77 |
it uses a simple javascript to show the submenu |
| 14:11 |
dax77 |
m4rtijn: ^I know |
| 14:11 |
tobi |
just look at the html source and create a menu that produces this code .. |
| 14:13 |
m4rtijn |
hmm.. I'll try.. thx :) |
| 14:17 |
TomWork |
is there a demo typo3 site |
| 14:17 |
TomWork |
? |
| 14:17 |
TomWork |
so i can compare what the admin panel say |
| 14:19 |
dax77 |
TomWork: I don't think so :( |
| 14:22 |
Denyerec |
Anyone in here any good with Javascript and IE7 bugs? :) |
| 14:22 |
Denyerec |
Ries set up a demo site one time. |
| 14:22 |
Denyerec |
I don't know if that would be any use ? |
| 14:24 |
dax77 |
TomWork: I have about half of what you have |
| 14:24 |
dax77 |
but it depends on how much is displayed |
| 14:28 |
MarwolTuk |
someone knows how to to create frontent user-login & users? |
| 14:30 |
dax77 |
MarwolTuk: use e.g. the new_loginbox extension and combine it with sr_feuserregister |
| 14:32 |
dax77 |
brb |
| 14:34 |
Badm0j0 |
any t3 develoer who is looking for a job in germany? |
| 14:34 |
just2b |
austria yes ;) |
| 14:35 |
Badm0j0 |
no, i just quitted and look for a follow up |
| 14:35 |
Denyerec |
uschi_ are you there? |
| 14:36 |
tobi |
wanna do that too ;) |
| 14:36 |
Denyerec |
My RTE config was working just perfectly, then all of a sudden BAM, no background colour in the RTE |
| 14:36 |
tobi |
so anybody after a typo3 job in italy? ;) |
| 14:36 |
Denyerec |
I have *NO* idea what changed, as far as I know the updated RTE CSS was not different or damaging. |
| 14:37 |
Denyerec |
and I am at my wits end trying to find the solution. |
| 14:37 |
Denyerec |
Anyone here really good with the RTE? |
| 14:37 |
just2b |
take tinyrte and relax |
| 14:38 |
moodaep1 |
Denyerec: what browser are you using? |
| 14:39 |
Denyerec |
I'm trying all of them |
| 14:39 |
alexwx |
anyone tryed to external URL in edit page properties? i would like to put into one menu email, and problem is that, i cant type subject, if i do, the typo3 open the white page, can anybody help? |
| 14:39 |
Ries |
tobi: way in Italy? |
| 14:39 |
Denyerec |
I seem to recall TinyRTE having issues elsewhere tho just2b - either browser or otherwise. |
| 14:39 |
alexwx |
Ries sorrY? |
| 14:40 |
alexwx |
if i fill simply (obscured mail address), it works, but (obscured mail address)?subject=text not |
| 14:41 |
moodaep1 |
just found out, co-worker's firefox 2.0.0.3 is not working, says loading rte and doesn't do anything else |
| 14:41 |
tobi |
north of italy Ries, south tyrol |
| 14:41 |
just2b |
moodaep: search bugtracker, mailinglists, forum, it is every where |
| 14:41 |
moodaep1 |
I just started doing that : ) |
| 14:43 |
alexwx |
hello tobi |
| 14:43 |
tobi |
hey alexwx |
| 14:43 |
alexwx |
tobi can you help? |
| 14:44 |
Irix_1 |
pulponair I have tried now to look for some examples.. but seems that I can't any.. you accidently don't have any exmaples floating around ? :) |
| 14:45 |
toms |
moodaep1: a few hours ago tobi said - if anybody is intersted: there is a quick fix for the rtehtmlarea problem and ff 2.0.0.3 ... just install the user agen switcher extension and set the user agent to "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2pre) Gecko/20070111",after doing this the editor will load fine |
| 14:45 |
pulponair |
Irix_1: no but it should be quite easy |
| 14:45 |
Ries |
tobi: nice.... but it's not for me I am afraid |
| 14:46 |
moodaep1 |
toms: thanks...I yup just found this and was reading it : ) > http://bugs.typo3.org/view.php?id=5266 |
| 14:46 |
Irix_1 |
pulponair I'm still a little newbie.. ;) |
| 14:50 |
pulponair |
Irix_1: hmm read some tutorials about basic extension development |
| 14:51 |
moodaep1 |
err can someone read the bugtracker link I posted, I can't seem to find the patch mentioned in comment number 0013230 |
| 14:52 |
Staffan_ |
toms: Or use the patch from the bugtracker |
| 14:53 |
moodaep1 |
need more coffee found the patch |
| 14:56 |
tofirius_ |
hi all |
| 14:56 |
dax77 |
hi tofirius_ |
| 14:57 |
tofirius_ |
hi dax77 |
| 14:57 |
tofirius_ |
maybe someone knows some TS i can use for something.... |
| 14:57 |
tofirius_ |
i have different main pages.... that have subpages |
| 14:58 |
tofirius_ |
there is one main stylesheet... |
| 14:58 |
tofirius_ |
then each section has it's own stylesheet controlling color |
| 14:58 |
tofirius_ |
how can i assign those section stylesheets? |
| 14:58 |
tofirius_ |
if i use an extension template... it doesn't grab the correct page tree |
| 14:58 |
tofirius_ |
for the menu |
| 14:59 |
bedlamhotel |
tofirius: sotp there |
| 14:59 |
tofirius_ |
ok |
| 14:59 |
tobi |
sorry alexwx i dont know how to do this, maybe you could extend http://www.typo3wizard.com/en/snippets/menus/externe-links-und-shortcuts-direkt-im-menue.html |
| 15:00 |
bedlamhotel |
tofirius: that means you have some error in the extension templates. Unless you set them to behave otherwise, the templates just cascade |
| 15:00 |
tofirius_ |
well... should i not be setting it to include the main site template in the extension? |
| 15:00 |
tofirius_ |
maybe that's the problem? |
| 15:01 |
bedlamhotel |
tofirius: if you want to use extension templates, all you need to do is put them into the pages you want them to alter. |
| 15:01 |
tofirius_ |
yes... |
| 15:01 |
tofirius_ |
that was the problem |
| 15:01 |
tofirius_ |
for some weird reason i was thinking i needed to include the main template in the extension... so i've got it now |
| 15:01 |
tofirius_ |
thanks |
| 15:02 |
bedlamhotel |
NP |
| 15:02 |
Denyerec |
Bloody RTHTMLAREA or whatever the hell that peice of hell is called. |
| 15:03 |
tofirius_ |
Denyerec: i noticed it stopped working when i upgraded to 2.0.0.3 of Firefox |
| 15:03 |
Denyerec |
Oh |
| 15:03 |
Denyerec |
its worse than that |
| 15:03 |
tofirius_ |
which made me really ticked |
| 15:03 |
Denyerec |
I know the latest FGF is busted |
| 15:03 |
Denyerec |
*ff |
| 15:03 |
tofirius_ |
i downgraded to 2.0.0.2 |
| 15:03 |
Denyerec |
This thing is just cunting me about with CSS, working, not working, working, not working... |
| 15:03 |
tofirius_ |
& turned off auto updates |
| 15:03 |
Denyerec |
but mostly not working |
| 15:03 |
tofirius_ |
ugh |
| 15:03 |
Denyerec |
It WAS working |
| 15:03 |
Denyerec |
then I made one tiny change to the RTE css |
| 15:04 |
Denyerec |
and now I have a white BG not a black one |
| 15:04 |
Denyerec |
which with white writing... is not desirable. |
| 15:04 |
tofirius_ |
i can how that would be an issue :) |
| 15:05 |
Denyerec |
And NOW |
| 15:05 |
Denyerec |
I make a change to the .htaccess via Typo |
| 15:05 |
Denyerec |
Break the HTACCESS |
| 15:05 |
Denyerec |
and I can't get access to the site. |
| 15:05 |
alexwx |
tobi if i am looking on that script, it is possible with TS generate all menu, but last menu item exchange the URL by my mailto:... ? but i must generate at cause i have there also graphical rollover what typo3 generate |
| 15:05 |
Denyerec |
>_< |
| 15:05 |
tofirius_ |
i don't mess with htaccess... i don't know enough about it |
| 15:06 |
Denyerec |
ALl in all, now I'm just downright pissed off |
| 15:06 |
Denyerec |
simplke font change to the RTE leads to the whole thing exploding, leads me to read up on IE caching issue, leads to totally broken site. |
| 15:06 |
bedlamhotel |
Denyerec: a thought: I usually just allow the RTE to remain black (or whatever text) on a white background. I do this partly because it allows me to use a relatively standard setup, but also because I have never had any client who was unable to make the conceptual link between "black on white here, white on some-other-colour in the FE". Also, I tend to think that black text on white is a kindness to editors... |
| 15:06 |
dax77 |
Denyerec: have a beer and relax ;) |
| 15:06 |
Denyerec |
DAMN YOU RTE, DAMN YOU TO HELL. |
| 15:06 |
Denyerec |
dax77 I don't drink |
| 15:06 |
Denyerec |
if I did, that would be my way out right now. |
| 15:07 |
dax77 |
than have a coke :) |
| 15:07 |
Denyerec |
bedlamhotel - my editors are conceptually restricted. |
| 15:07 |
Denyerec |
Not only that, but it WAS working |
| 15:07 |
Denyerec |
like... 30 minutes ago |
| 15:07 |
Denyerec |
before I destroyed the entire site. |
| 15:07 |
Denyerec |
:/ |
| 15:07 |
alexwx |
all : it is possible with TS generate all menu, but last menu item exchange the URL by my mailto:... ? but i must generate at cause i have there also graphical rollover what typo3 generate. thakn you |
| 15:07 |
dax77 |
Denyerec: ftp access and recreate the htaccess file |
| 15:07 |
Denyerec |
I don't have access |
| 15:08 |
Denyerec |
Ries does |
| 15:08 |
Denyerec |
but as usual he's AFK working on something |
| 15:08 |
dax77 |
hmmm, he is a busy man :) |
| 15:09 |
Denyerec |
And now... I am not. |
| 15:09 |
Denyerec |
I am simply stressed out and f'ked off. |
| 15:10 |
dax77 |
just relax, as soon as Ries is back you can go on working - until than have a cup of tee (but no black or green one) |
| 15:12 |
Denyerec |
Fortunately I don't drink caffeine either. |
| 15:12 |
Denyerec |
As you can imagine, for someone as utterly inept as me, being wired on caffeine would be a bad idea. |
| 15:14 |
Ries |
Denyerec: ? |
| 15:14 |
Denyerec |
Ries - you have access to Mark's server/sites right ? |
| 15:14 |
Ries |
well... since it's 50% my server I should have access :) |
| 15:15 |
Denyerec |
*phew8 |
| 15:15 |
Denyerec |
*phew* |
| 15:15 |
Denyerec |
as I dont know where Mark is right now :) |
| 15:21 |
Ries |
Denyerec: I commented them again |
| 15:21 |
Ries |
Denyerec: I also don't have a clue where he is :) properly at his new work |
| 15:23 |
alexwx |
anybody help me, i just have one graphical menu in TS, and i need into last menu put an email like mailto:(obscured mail address)?subject=blabla&body=blabla.. thank you |
| 15:25 |
tofirius_ |
help?!? what do you make of this?? http://www.ywamczech.com/t3/index.php?id=6 |
| 15:26 |
Denyerec |
Yeha I head about his new job |
| 15:26 |
Denyerec |
he'll be a millionaire by the end of the year!! |
| 15:26 |
tofirius_ |
i simply pointed to a different folder in my fileadmin that contained the same template |
| 15:26 |
tofirius_ |
as before |
| 15:27 |
fred^ |
http://pastebin.ca/406606 do anyone have some ts for listing subpages of another page in the site tree? thats what i got atm. not working |
| 15:27 |
toms |
alexwx: Define your menu as a COA and let .10 be the menu except the maillink. The .20 can be an image with a link behind set to mailto:blabla... Would this work? |
| 15:29 |
alexwx |
toms, i dont know, i have no more experiences with this, can i show you my code? maybe you can help |
| 15:29 |
alexwx |
toms but the COA a have |
| 15:29 |
alexwx |
i |
| 15:30 |
toms |
i have no idea of how to use graphical menues. i did only use TMENU... ;) |
| 15:30 |
alexwx |
toms it should be the same, no? |
| 15:31 |
alexwx |
toms i would like to see how works that .10 and .20,, then i can try |
| 15:31 |
sw_bluntman |
Maybe someone who has come in recently knows the answer to this: My generated jpegs are coming up in 256 colors in 4.0.3. Typoscript is here: http://phpfi.com/218303 Do you guys have any ideas what to check? |
| 15:32 |
toms |
For I do not know GMENU, i can't give an answer here. But I can have a look at your code, but I will promise nothing |
| 15:32 |
tofirius_ |
help?!?! http://www.ywamczech.com/t3/index.php?id=6 |
| 15:32 |
r3tro |
hi, anything known about the ff 2.0.0.3 problems with current rtehtmlarea? |
| 15:32 |
Staffan_ |
r3tro: Bug 5266 |
| 15:33 |
just2b |
r3tro, search mailinglists, it is everywhere |
| 15:33 |
Staffan_ |
t3tro: There is a patch there and remember to do rm typo3temp/rtehtml* |
| 15:33 |
tofirius_ |
anyone? |
| 15:33 |
alexwx |
toms i just need to try that .10 and .20 but i dont know how to put it there, and this is tha same, can you help with this? i show you that script, you can try to rewrite it |
| 15:34 |
r3tro |
Staffan_, just2b: thx! |
| 15:34 |
toms |
alexwx: okay |
| 15:34 |
fred^ |
doh, bang head againsta wall :) |
| 15:34 |
alexwx |
toms http://phpfi.com/218336 thank you |
| 15:37 |
tofirius_ |
can anyone please help?? http://www.ywamczech.com/t3/index.php?id=6 |
| 15:38 |
alexwx |
i just need to exchange to last menu item of my own href value in my HMENU.. can anybody help how to? |
| 15:40 |
toms |
alexwx: Maybe it works like this: http://phpfi.com/218340 |
| 15:42 |
tofirius_ |
hi.... i was wondering if someone can look at this link & tell me what's going on? http://www.ywamczech.com/t3/index.php?id=6 |
| 15:42 |
toms |
alexwx: I must confess that this is not the best solution, but maybe you do now have an idea of what i meant. |
| 15:46 |
alexwx |
toms this is hardcoded, but there is that oproblem, i need for type to generate kind of source cause of some stuff |
| 15:46 |
tofirius_ |
is there a moderator here? |
| 15:46 |
dax77 |
tofirius_: you are having twice the content |
| 15:46 |
seldon |
Is there a way to implement frontend login sessions without the use of javascript and cookies? I'm thinking of a JSP-like fallback mechanism (meaning, a session id in the URL), although I'm open for suggestions. |
| 15:47 |
dax77 |
tofirius_: nope, no moderator in this channel |
| 15:47 |
tofirius_ |
dax77: actually.... it's showing the content only once (at the bottom) the top is the raw template before the content is added |
| 15:47 |
tofirius_ |
which i don't understand why it's doing that |
| 15:47 |
tofirius_ |
i'm using automaketemplate |
| 15:48 |
tofirius_ |
it only started this just a few mins ago |
| 15:48 |
dax77 |
tofirius_: that's the problem ;) |
| 15:48 |
roam |
how do i delete an ext template? |
| 15:48 |
dax77 |
did you change the template? |
| 15:48 |
roam |
no |
| 15:48 |
dax77 |
roam: use the list-view |
| 15:48 |
tofirius_ |
dax77: i only changed the reference to the template... to another folder that contains the same template |
| 15:50 |
tofirius_ |
btw... templavoila has NEVER worked for me |
| 15:50 |
tofirius_ |
no matter what i've done |
| 15:50 |
tofirius_ |
EVER |
| 15:50 |
dax77 |
tofirius_: normally this kind of error results from not working with subparts |
| 15:50 |
tofirius_ |
:) |
| 15:50 |
tofirius_ |
dax77: yeah... if you look at the source code of the page |
| 15:50 |
tofirius_ |
it is creating the subparts like normally |
| 15:50 |
dax77 |
you are including the content generated by typo3 into the original template, but you are not replacing it |
| 15:51 |
tofirius_ |
i didn't change anything |
| 15:51 |
tofirius_ |
except a line or two of typoscript |
| 15:51 |
tofirius_ |
in the template element |
| 15:51 |
tofirius_ |
to point to the very same template that was working before... just it's located in a different folder |
| 15:51 |
dax77 |
and the other template is 100% identical? |
| 15:51 |
tofirius_ |
yes |
| 15:51 |
dax77 |
than you should check the TS again |
| 15:52 |
dax77 |
something must be different |
| 15:52 |
tofirius_ |
i checked it 3 times... but i'll try setting it back to the original template to see if that helps |
| 15:52 |
dax77 |
good idea |
| 15:52 |
roam |
dax77: thanks |
| 15:53 |
dax77 |
roam: np :) |
| 15:53 |
tofirius_ |
dax77: ok.... so i must have some issue in the template that i'm using... |
| 15:53 |
tofirius_ |
now it works again |
| 15:53 |
toms |
alexwx: Seems as if I cant help you here, sorry |
| 15:53 |
tofirius_ |
so perhaps what's on my local disk is messed up |
| 15:54 |
tofirius_ |
i don't know |
| 15:54 |
tofirius_ |
thank you for at least helping me process |
| 15:54 |
dax77 |
look at it again :) |
| 15:54 |
dax77 |
I have to go now |
| 15:54 |
dax77 |
cu |
| 15:54 |
alexwx |
toms its ok toms... i see nobody cant help me |
| 15:59 |
eeos |
hi everybody |
| 15:59 |
toms |
alexwx: When creating a new page you can define the type to be "External URL" which also allows email-links. |
| 16:00 |
pulponair |
i wonder if it is possible to pass parameters to a swf file when opening it with fopen and outputing it with fpasstru |
| 16:00 |
alexwx |
toms yea thats it, but i have to send the message to two emails, and also set them the ?subject and ?body ... and at this moment, typo3 wrong it |
| 16:01 |
alexwx |
toms i already tryed it |
| 16:02 |
toms |
alexwx: but setting the subject should be possible via URL, or does typo break this link? |
| 16:02 |
alexwx |
toms yes |
| 16:03 |
alexwx |
toms you can try to |
| 16:03 |
toms |
i do right now. |
| 16:03 |
toms |
additionaly i found this: http://lists.netfielders.de/pipermail/typo3-english/2006-March/022042.html |
| 16:05 |
Denyerec |
In my RTE I want to enable my own paragraph styles from my own Stylesheet |
| 16:05 |
Denyerec |
I have got character styles to function, but can't seem to get paragraph level styles in there... |
| 16:06 |
eeos |
Denyerec I think you can find it in the documentation |
| 16:06 |
eeos |
Denyerec wait |
| 16:06 |
fred^ |
has no one here pulled in a list of sub pages from elsewhere in the page tree before ? :( |
| 16:06 |
Denyerec |
I found the bit about classesCharacter, clearing that enabled my own character styles |
| 16:06 |
Denyerec |
No such luck for paragraphs yet though |
| 16:07 |
eeos |
Denyerec classesParagraph |
| 16:07 |
eeos |
Denyerec search for tht in the doc |
| 16:07 |
Denyerec |
Ok |
| 16:07 |
eeos |
Denyerec unfortunately (well, FORTUNATELY), we reformat the typo3 documentation here |
| 16:08 |
Denyerec |
Haha |
| 16:08 |
Denyerec |
:) |
| 16:08 |
Denyerec |
I found it |
| 16:08 |
Denyerec |
it should have been obvious really |
| 16:08 |
eeos |
Denyerec so we have everything in one single HTML document, so I cannot tell you where it is |
| 16:08 |
toms |
alexwx: Using this "Ext URL" as Page type i set up URL as "(obscured mail address)?subject=Important&cc=(obscured mail address)" which opened my mail client with the given data |
| 16:08 |
eeos |
Denyerec :D |
| 16:08 |
Denyerec |
Classes "Character" and classes "Paragraph" |
| 16:08 |
Denyerec |
should have seen it, I was further down the page already! :) |
| 16:08 |
toms |
alexwx: the onlöy problem was that my browser then showed an empty page... :( |
| 16:09 |
eeos |
Denyerec well,well, you should stop using this heavy drug |
| 16:09 |
toms |
alexwx: good luck, i have to leave |
| 16:09 |
eeos |
Denyerec they damage your brain |
| 16:09 |
Denyerec |
it's already damaged :/ |
| 16:09 |
brain-xy |
who damages me?! |
| 16:09 |
eeos |
Denyerec (nothing to damage here, so no problem) |
| 16:10 |
moodaep1 |
eeos: I was just going to say - What brain? ; ) |
| 16:10 |
alexwx |
toms thank you very much, i am trying that stuff,, thanx |
| 16:10 |
brain-xy |
:P |
| 16:10 |
eeos |
moodaep1 I was going to say what brain-xy |
| 16:11 |
brain-xy |
... :P |
| 16:11 |
moodaep1 |
hehe |
| 16:12 |
eeos |
where is voidus? does he need evocation / invocation? |
| 16:13 |
Denyerec |
UK currency only eeos |
| 16:13 |
Denyerec |
AND NO WASHERS!! |
| 16:13 |
Denyerec |
:) |
| 16:13 |
bedlamhote1 |
eeos: first draw a pentagram on the floor and light a candle at each point. |
| 16:14 |
bedlamhote1 |
eeos: for the next step, you'll need some chicken blood. Is that a problem? |
| 16:14 |
ks |
how does typo3 stores pages hierarchy information ? what model does it use ? |
| 16:14 |
eeos |
bedlamhote1 GIMP or INKscape? |
| 16:14 |
ks |
is it adjacency list ? |
| 16:14 |
bedlamhote1 |
ks: check pid in pages table. |
| 16:14 |
bedlamhote1 |
eeos: chalk. |
| 16:14 |
eeos |
bedlamhote1 I only use GNUChalk :D |
| 16:15 |
bedlamhote1 |
[though I would like to see you use gimp to draw /on the floor/...] |
| 16:15 |
Denyerec |
eeos is determined to finish me off |
| 16:15 |
eeos |
Denyerec :) |
| 16:15 |
ks |
bedlamhote1 i am aware of that, but need more info on that, like how to restore the page tree |
| 16:15 |
Denyerec |
http://www.bash.org/?741908 |
| 16:15 |
bedlamhote1 |
ks: what have you done to it? |
| 16:15 |
Denyerec |
:D |
| 16:15 |
eeos |
going back to typo3 related topics, eclipse is not that bad |
| 16:16 |
ks |
bedlamhote1 need to expose some page and subnodes in front-end in js menu |
| 16:16 |
eeos |
that was very funny |
| 16:16 |
bedlamhote1 |
Denyerec: very apt. |
| 16:17 |
moodaep1 |
Denyerec: I just did that yesterday : ) |
| 16:17 |
bedlamhote1 |
Ks: why not display the entire tree and do the /hiding/ with JS too? |
| 16:17 |
Denyerec |
Oh man, it's so true for me I may as well tattoo it on my arm |
| 16:18 |
eeos |
Denyerec it is also true for me, never use them because I never understood the syntax (ou need to have at least 8 brain cells) |
| 16:18 |
Denyerec |
you fall short too eh? |
| 16:18 |
ks |
bedlamhote1 i don't know how to display part of the tree, i've had such idea (reuse existing pagetree) |
| 16:19 |
bedlamhote1 |
re: regex: I worked in this nasty corporate software outfit where the marketing department would spam the entire company with 'look what we did' emails. One day, the software engineers got so tired of it that they sent an email to the entire company announcing their latest brilliant regular expression... |
| 16:19 |
Art_Bunten |
Can anyone help me with a tt_news question? I have installed the latest tt_news extension, created a news page and added a new news item. The news items are never displayed. Any ideas? Thanks!! |
| 16:19 |
bedlamhote1 |
ks: are you talking about in the BE or FE? |
| 16:19 |
tofirius_ |
thanks for the help everyone... |
| 16:19 |
tofirius_ |
bye |
| 16:19 |
MarwolTuk |
is it possible, to let a content element only show up if a frontend user is not loged in or not in a spezial fe usergroup? |
| 16:20 |
ks |
bedlamhote1 need to repeat part of BE pagetree in FE |
| 16:20 |
bedlamhote1 |
ks: but is what you're talking about different from a regular HMENU/TMENU object? |
| 16:21 |
ks |
bedlamhote1 hm i've never used those objects |
| 16:21 |
eeos |
Denyerec yes very short |
| 16:21 |
eeos |
Ries? are you there? |
| 16:22 |
Ries |
I am here |
| 16:22 |
bedlamhote1 |
ks: not going to be easy to give you advice until you've had at least a little experience. Look this over: http://typo3.org/documentation/document-library/core-documentation/doc_core_tsbyex/0.0.16/view/7/1/ |
| 16:22 |
Denyerec |
Right, eeos, he's all yours! |
| 16:22 |
bedlamhote1 |
Denyerec, how is he going to type from up there? |
| 16:22 |
Ries |
hahaha |
| 16:23 |
Denyerec |
He can talk can't he? :) |
| 16:23 |
Denyerec |
There |
| 16:23 |
Denyerec |
he can point too. |
| 16:23 |
eeos |
Denyerec did you also tae is mouth? |
| 16:23 |
Denyerec |
Nono. |
| 16:23 |
bedlamhote1 |
at least he can mouse now. |
| 16:23 |
eeos |
s/tae/tape |
| 16:23 |
eeos |
Denyerec you are scary |
| 16:23 |
Denyerec |
¬_¬ |
| 16:24 |
ks |
bedlamhote1 ok thanks, I'l read it |
| 16:24 |
eeos |
Ries, you know when you have a project in eclipse? for example a typo3 extension? |
| 16:25 |
eeos |
Ries and you have finished and want to publish it on the live site? |
| 16:25 |
fred^ |
Ries my main haxor |
| 16:25 |
eeos |
Ries wher eon earth is the bloomig publish butto? There is nothing like that in the documentation! |
| 16:25 |
fred^ |
i have a problem pulling in a list of sub pages from elsewhere in the page tree. http://pastebin.ca/406659 this is the latest code ive tried |
| 16:25 |
fred^ |
earlier i tried http://pastebin.ca/406450 |
| 16:26 |
fred^ |
no sucess |
| 16:26 |
eeos |
sorry Ries *where on earth* is the bloomig publish *button*? There is nothing like that in the documentation! |
| 16:30 |
brain-xy |
does anybody have experience with simulateStatic on a subdomain? |
| 16:31 |
Denyerec |
eeos - put the coin in his mouth, the pull on the arm I freed from the tape |
| 16:31 |
Denyerec |
You might want to try chocolate coins |
| 16:31 |
Denyerec |
They give you better answers. |
| 16:32 |
Ries |
eeos: what publish button???? |
| 16:32 |
fred^ |
cookies |
| 16:32 |
eeos |
Ries you know in eclipse, when you develop php class for an extension locally and then you have to publish them on the production server, when you have finished? |
| 16:33 |
Ries |
eeos: I never heard of such a function |
| 16:33 |
Ries |
eeos: may be dream weaver has that, but that is far from a dream anyways |
| 16:33 |
Ries |
More like nightmarewaver |
| 16:33 |
fred^ |
:o |
| 16:33 |
Denyerec |
hehe |
| 16:33 |
Denyerec |
TopStyle for the win! |
| 16:34 |
fred^ |
OH HELLS YEAH |
| 16:34 |
fred^ |
figured it out |
| 16:34 |
fred^ |
fuck |
| 16:34 |
Denyerec |
And the joy inducing pastecode? |
| 16:35 |
alexwx |
please can some one help, i try this stuf = http://phpfi.com/218363 but the whole stdWrap.typolink.parameter = 1 doesnt work, it works for GMENU? please look at that someone, and fix me, thank you |
| 16:35 |
eeos |
Ries no, it definitively has the possibily to publish. When you create a php project, it asks you where to publish it! |
| 16:36 |
eeos |
has anyone ever seen that |
| 16:36 |
eeos |
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /usr/www/Users/<removed>/typo3/t3lib/class.t3lib_db.php on line 796 |
| 16:36 |
eeos |
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /usr/www/Users/<removed>/typo3/t3lib/class.t3lib_db.php on line 823 |
| 16:37 |
eeos |
it happesn when you try to access the extension manager on an intsallation i have upgraded to 4.1 :( |
| 16:39 |
Ries |
eeos: I never use that feature |
| 16:39 |
eeos |
Ries and how do you publish on a server what you are developing locally???? |
| 16:42 |
eeos |
Ries found it!!!! |
| 16:43 |
fred^ |
lets go zorbing |
| 16:46 |
j0hndeere |
heheh nightmareweaver |
| 16:46 |
j0hndeere |
Real Programmers use Notepad |
| 16:46 |
j0hndeere |
well, Real Programmers stuck on Windows machines do, anyway |
| 16:47 |
eeos |
j0hndeere did you mean get stuck? |
| 16:48 |
j0hndeere |
heheh |
| 16:48 |
j0hndeere |
he shouldn't have done that... |
| 16:48 |
j0hndeere |
>:) |
| 16:48 |
j0hndeere |
Hello again. |
| 16:49 |
j0hndeere |
I finally played around with Windows Vista some yesterday. |
| 16:49 |
j0hndeere |
it's less evil than ME, certainly, but more evil than XP. |
| 16:51 |
Remowylliams |
Hello, I'm having a bit of a fit with installing the testsite-3.8.1 for typo3-4.1. I have performed the functions I think install instructed me to do. I can bring up the be interface but when I go to Page and look at typo3 Testsite I get mysql_num_rows, invalid resource etc. |
| 16:51 |
pulponair |
Denyerec: : are you still arround ? |
| 16:52 |
Denyerec |
Yeah |
| 16:52 |
Denyerec |
I'm always bloody around :S |
| 16:52 |
pulponair |
Denyerec: : remember the flash issue? |
| 16:52 |
Denyerec |
Yeah |
| 16:52 |
eeos |
is TER down? |
| 16:52 |
Denyerec |
You discover a way ? |
| 16:52 |
pulponair |
Denyerec::http://www.chaosbutze.de/ |
| 16:53 |
pulponair |
Denyerec: still dirty and raw but working |
| 16:53 |
pulponair |
Denyerec: click arround the flash movie should contiuen |
| 16:54 |
Denyerec |
How did you manage it ? |
| 16:55 |
pulponair |
Denyerec: microtime to session on load (via loader wrapper) jumpto frame (now-startime)*25 % numberofframes |
| 16:55 |
pulponair |
Denyerec: i ll make a extension and load it up to ter until finished cleandup |
| 16:55 |
Denyerec |
Did I not say sessoins earlier ? :) |
| 16:56 |
pulponair |
yes |
| 16:56 |
flipmoe5000 |
hi |
| 16:56 |
flipmoe5000 |
is anyone familiar with flash regarding TYPO3? |
| 16:58 |
Denyerec |
pulponair is an expert |
| 16:59 |
pulponair |
Denyerec:hehe |
| 17:02 |
eeos |
can anyone illuminate me on the utility of AJAX in typo3? |
| 17:03 |
Denyerec |
"It would benefit from more of it" |
| 17:03 |
Denyerec |
? |
| 17:04 |
eeos |
Denyerec yes, but what can we do with it? |
| 17:04 |
Denyerec |
Oh |
| 17:04 |
Denyerec |
no idea |
| 17:04 |
Denyerec |
I'm allergic to Javascript. |
| 17:04 |
Denyerec |
And my situation won't get better unless I immerse myself in it. |
| 17:06 |
Ries |
eeos: I basicly do it teh other way around.... |
| 17:07 |
eeos |
Ries that is? |
| 17:10 |
j0hndeere |
heh |
| 17:16 |
eeos |
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /usr/www/Users/<removed>/typo3/t3lib/class.t3lib_db.php on line 796 |
| 17:16 |
eeos |
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /usr/www/Users/<removed>/typo3/t3lib/class.t3lib_db.php on line 823 |
| 17:16 |
eeos |
has anyoe see that? |
| 17:17 |
eeos |
when I try to acces the loaded extension on web server that has been updated to 4.1, I get this error! |
| 17:21 |
eeos |
Ries, what do you do the other way around? |
| 17:23 |
Ries |
eeos: O use the link feature |
| 17:24 |
Ries |
I use the link feature for directories |
| 17:24 |
Ries |
so I dorectly work on my dev server |
| 17:24 |
Ries |
then I copy it with scp over |
| 17:25 |
maxxon |
hello |
| 17:26 |
maxxon |
Does somebody use the extension called 'quickpoll'? I've got a problem on my website |
| 17:30 |
Maxxon |
hello... |
| 17:30 |
Maxxon |
is somebody out there? |
| 17:30 |
j0hndeere |
yes |
| 17:30 |
j0hndeere |
next question |
| 17:30 |
avagraphique |
we are here, but i havent used that extension :-) be patient |
| 17:31 |
Maxxon |
ok...you've already got my question? |
| 17:31 |
Maxxon |
....about quickpoll? |
| 17:31 |
j0hndeere |
oh... you and maxxon are the same person |
| 17:31 |
j0hndeere |
I haven't used quickpoll. :< |
| 17:32 |
eeos |
hi did the TER management change with 4.1? |
| 17:32 |
eeos |
I got Table 'maint3db.cache_extensions' doesn't exist |
| 17:32 |
Maxxon |
yes...same person. Got an error so I had to relogin |
| 17:32 |
eeos |
what on earth does that mean? |
| 17:34 |
Maxxon |
ok...is someone else in this channel, using the quickpoll extension? |
| 17:34 |
SWIIM |
Hello! Any typo3 experts here? |
| 17:34 |
Maxxon |
maybe |
| 17:34 |
Maxxon |
;) |
| 17:35 |
avagraphique |
"Don't ask to ask, just ask!" |
| 17:35 |
Ries |
SWIIM: non at all :D |
| 17:35 |
SWIIM |
ok |
| 17:36 |
SWIIM |
:D - I have just installed typo3 on my local machine. I need to install goofs photo book addon but i seem to have a problem. The photo dont show :( |
| 17:36 |
SWIIM |
btw im using the dummy site at the moment |
| 17:37 |
SWIIM |
I can se the next and preveuse arrows and the album title but no picture |
| 17:37 |
koomi |
SWIIM: does your imagemagick install work? |
| 17:38 |
SWIIM |
all accept the pdf reader |
| 17:38 |
koomi |
pdf reader? |
| 17:38 |
koomi |
except :) |
| 17:39 |
Maxxon |
My Quickpoll problem: my poll is only shown on the startpage! How can I display the poll on other websites? The manual says: plugin.tx_quickpoll_poll.pid = the page number but it doesn't work |
| 17:39 |
SWIIM |
yir my english arent to great |
| 17:43 |
Maxxon |
bye |
| 17:45 |
sw_bluntman |
Just in case someone who knows has come in since the last time I asked: I'm having a problem with using gifbuilder to create jpeg images woth text overlay. It basically dithers the images just as if they were gifs. Example here: http://typo4.venturenet.net/index.php?id=15 . Typoscript here: http://phpfi.com/218303 Anybody have any ideas? |
| 17:45 |
sw_bluntman |
woth = with. Doh |
| 17:46 |
SWIIM |
Click each of these links in turn to test a topic. Please be aware that each test may take several seconds!: |
| 17:46 |
SWIIM |
1: Reading image formats |
| 17:46 |
SWIIM |
2: Writing GIF and PNG |
| 17:46 |
SWIIM |
3: Scaling images |
| 17:46 |
SWIIM |
4: Combining images |
| 17:46 |
SWIIM |
5: GD library functions |
| 17:46 |
SWIIM |
It is only the read pdf and AI that faills - this is under point 1 |
| 17:47 |
avagraphique |
then imagemagick not the problem... |
| 17:48 |
avagraphique |
(SWIIM:) |
| 17:48 |
MarwolTuk |
bye bye |
| 17:48 |
SWIIM |
ok |
| 17:48 |
eeos |
Ries Denyerec I do not understand: if I try to look up a "news" extension on a 4.1 installation, it says that "No matching extensions found". |
| 17:49 |
SWIIM |
hmm it it possible that it is not possible to run goof photo book with the typo3 test site? |
| 17:49 |
avagraphique |
SWIMM: (I am unfamiliar with that extension, but here goes...) |
| 17:49 |
avagraphique |
1. is it a proper typo3 extension? (Sorry i dont know it) |
| 17:50 |
avagraphique |
2. Ist the path to images right |
| 17:50 |
avagraphique |
3. are images actually there? |
| 17:50 |
avagraphique |
4. are images correct format.... plain .jpg prolly since it pretty standard |
| 17:50 |
avagraphique |
(that's all without knowing extension) |
| 17:52 |
SWIIM |
1. I guess http://typo3.org/extensions/repository/view/goof_fotoboek/1.7.12/ |
| 17:52 |
SWIIM |
2. yes |
| 17:52 |
SWIIM |
3. yes |
| 17:52 |
SWIIM |
4. it is jpg (are there different types of jpg?) |
| 17:57 |
sw_bluntman |
I guess nobody has ideas for me? Or just can't see me? |
| 17:58 |
SWIIM |
avagraphique - Do you know any photo gallary extensions to typo3? It should be easy to upload multiple pictures at once, and all the user of the site needs to have the oppertunity to make alums and upload pictures. Here is an example of goof photo book i would like it to look a bit like that. http://www.eurolager.org/bilder_2005.html?&tx_gooffotoboek_pi1[func]=thumb&tx_gooffotoboek_pi1[fid]=13&cHa |
| 17:58 |
SWIIM |
sh=b6e0b4d0fc |
| 17:58 |
SWIIM |
alums = albums |
| 17:59 |
SWIIM |
oh - im off in 15 min - sorry |
| 18:01 |
sw_bluntman |
Can somebody just say "Hi blunt" so I know my IRC is working? :) |
| 18:02 |
fred^ |
Hi blunt |
| 18:02 |
fred^ |
I ate ur donuts |
| 18:02 |
sw_bluntman |
Ty |
| 18:03 |
eeos |
does 4.1 requires mysql 5.0 or can it run on mysql 4.0? |
| 18:03 |
sw_bluntman |
I've got it running fine on 4.1 |
| 18:04 |
sw_bluntman |
mysql 4.1 + Typo3 4.1 |
| 18:04 |
eeos |
I do not understand hat is goig on? |
| 18:05 |
eeos |
why is the extension manager not working anymore |
| 18:05 |
sw_bluntman |
What is it doing? |
| 18:14 |
robv |
evening |
| 18:24 |
SWIIM |
well im going. But im sure i will be back to get some help. I really like typo3 but it is not easy to install and configure, not for my :S |
| 18:24 |
SWIIM |
tace care all |
| 18:24 |
robv |
Hehe |
| 18:26 |
robv |
Anyone has calendar base running on typo3 4.1? |
| 18:57 |
sw_bluntman |
OK guys. Fixed my image dithering issue. Turns out I'm an idiot. For future archives, I didn't realize that I had to set the temp file type to PNG in the install tool. Makes sense since it was making a GIF and then doing all the image modifications on it |
| 19:35 |
avagraphique |
anyone know how to donate to kasper if in the US? |
| 19:35 |
avagraphique |
http://www.typo3.com/Donating_procedure.1793.0.html |
| 19:35 |
avagraphique |
it has instructions for europe.... |
| 19:41 |
gerards |
Yes send the money to Account number, 30281-182 in Ecuador, Recipient gerards. |
| 19:42 |
avagraphique |
ok, looking for a serious answer please |
| 19:43 |
gerards |
sorry pal. just trying to be funny. I obviously failed. |
| 19:43 |
avagraphique |
lol. it was funny.... |
| 19:51 |
j0hndeere |
Hello again, humans. |
| 20:05 |
koomi |
any ideas how to get 50% transparency for a div background? |
| 20:38 |
nkuttler |
hrmpf. it really shouldn't be possible to break a typo3 by installing an extension but not it's dependency... |
| 20:39 |
j0hndeere |
oh yes, it's quite possible. |
| 20:41 |
nkuttler |
debian spoiled here |
| 20:42 |
max_muetze |
hey, is anyone here who can help me with timtab`Ü |
| 20:42 |
max_muetze |
typo3 4.04 with tt_news and ve_guestbook is already running |
| 20:43 |
nkuttler |
hm, what is your question? |
| 20:43 |
max_muetze |
i need assistance or a detailed manual for get the blog in the main frame |
| 20:44 |
max_muetze |
i don't want to use the kubrick template and i am very new to typo3 |
| 20:44 |
max_muetze |
i installed the yaml-template yet |
| 20:45 |
nkuttler |
hm, don't you just put tt_news + 2 guestbook objects on a page? i think it should work with whatever template you are using, but i'm not an expert with timtab. |
| 20:55 |
max_muetze |
do you know where i can edit the news categories? |
| 20:55 |
max_muetze |
do you know where i can edit the news categories? |
| 20:58 |
nkuttler |
do you already have some? |
| 20:58 |
max_muetze |
yes |
| 20:58 |
max_muetze |
there are typo3 and yaml |
| 20:58 |
nkuttler |
iirc they are stored in a sysfolder... look at that folder in list view |
| 21:00 |
max_muetze |
okay, i think they must be in the "storage folder" |
| 21:00 |
max_muetze |
thanx |
| 21:01 |
max_muetze |
should i place blog posts in this folder? |
| 21:02 |
nkuttler |
i guess you could, but i would separate them |
| 21:02 |
Remowylliams |
can someone tell me if you have to use typo3 3.8.1 with the testsite and quicksite packages? I have had a lot of trouble trying to get them working |
| 21:03 |
max_muetze |
yes i would like to do this but i can select only categories in this "storage folder"! |
| 21:03 |
max_muetze |
-! |
| 21:04 |
max_muetze |
i added a sysfolder "blogposts" but i cannot change it that it looks like the "storage folder" |
| 21:04 |
max_muetze |
and i don't have the same form |
| 21:05 |
nkuttler |
i had neither categories nor articles in the general storage folder. |
| 21:12 |
max_muetze |
can i see which type of a folder is? |
| 21:13 |
max_muetze |
ah okay, i see |
| 21:19 |
max_muetze |
@nkuttler: you wrote "just put tt_news + 2 guestbook objects on a page" - can you tell me what for the tt_news and the 2 guestbook objects are? i thought i need one gbobj. for the post and one for the comments but now i am a little confused |
| 21:21 |
nkuttler |
iirc you need two pages for tt_news, list view + single view. on the single view you add one gbook for comments and one for the input form |
| 21:25 |
max_muetze |
ok, i'll try... and the categorys are similar to the tags in i.e. wordpress? |
| 21:35 |
sw_bluntman |
OK, time for me to ask another stupid question. If I want a tmenu on any page, and I want it to always point to submenu items of a particular page, is there an easy way to do that? |
| 21:35 |
sw_bluntman |
Basically, I just want to set a tmenu starting point |
| 23:29 |
koomi |
btw: is the rte ff bug fixed? |
| 23:31 |
Denyerek |
I saw a "fix" posted but I couldn't get it to work for me. |