| 00:35 |
Denyerec |
workspaces could be used if you wanted checkout functionality |
| 00:36 |
Denyerec |
switch a "Work in progress" record out from your personal draft workspace when you're editing something, so that someone else absolutely cannot modify it until you switch it back in |
| 00:47 |
crazybug |
Denyerec:got it,thanks for the tip! |
| 00:48 |
jsfan |
hi everyone :)) |
| 00:52 |
Denyerec |
hey jsfan |
| 00:53 |
jsfan |
hey Denyerec! how's it going? |
| 00:53 |
Denyerec |
Frustrated! |
| 00:53 |
Denyerec |
Trying to match a font... and whatthefont failled me |
| 00:53 |
Denyerec |
You ? |
| 01:23 |
jsfan |
i'm doing ok. nothing too challenging around ;) |
| 04:17 |
d|g |
hi all |
| 04:46 |
tanob |
hello, anybody can help me explaining why this isnt working: http://rafb.net/p/HgkTWs58.html |
| 04:47 |
tanob |
i'm using realurl, and trying to set a default value for L when accessing the website from the 'asda' domain |
| 06:04 |
zatmania |
hi #typo3 |
| 06:34 |
MarwolTuk |
good morning @ all |
| 06:34 |
smeringe |
morning MarwolTuk |
| 06:34 |
zatmania |
hi MarwolTuk |
| 06:35 |
zatmania |
hi smeringe |
| 06:35 |
smeringe |
hi there zat |
| 07:01 |
FloLeBlanc |
hi all |
| 07:10 |
girf |
hi |
| 07:11 |
smeringe |
welcome back girf :) |
| 07:11 |
girf |
thanks... |
| 07:12 |
girf |
I don't know whether to use the web based IRC or chatZilla :) |
| 07:30 |
delmonico |
can I have pages with a different menu title than the page title? because I use title and subtitle as page content and sometimes it doesnt in the menu so I want to provide an alternative name |
| 07:31 |
webdev |
hi |
| 07:31 |
webdev |
sombody of the cal extension here |
| 07:31 |
webdev |
at the t3dd they showed the possibility to add a table to the cal base extension by typoscript |
| 07:31 |
webdev |
I couldn't find anything about that in the mailinglist |
| 07:39 |
FloLeBlanc |
delmonico: yes, page type advanced - navigation title |
| 07:39 |
just2b_ |
good morning |
| 07:39 |
just2b_ |
anyone works with eID? |
| 07:39 |
FloLeBlanc |
hi just2b |
| 07:39 |
just2b_ |
jo floxx |
| 07:39 |
just2b_ |
ups FloLeBlanc |
| 07:39 |
FloLeBlanc |
jm_gallery does so |
| 07:39 |
just2b_ |
i need an author ;) |
| 07:39 |
FloLeBlanc |
hehe |
| 07:40 |
MarwolTuk |
morning just2b |
| 07:40 |
just2b_ |
hi MarwolTuk |
| 07:41 |
floxx |
hi just2b |
| 07:50 |
tansta |
hello all :D |
| 07:52 |
jsfan |
hey tansta! still here? |
| 07:52 |
tansta |
yep yep |
| 07:53 |
tansta |
how's it going mate ? |
| 07:55 |
delmonico |
FloLeBlanc: thanks |
| 08:24 |
Layna |
Good Morning everybody :). |
| 08:24 |
just2b_ |
hi Layna.. good morning? more lunch time :D |
| 08:24 |
Layna |
Hmm... *looks at clock* yes, quiet possibly |
| 08:25 |
just2b_ |
;) |
| 08:25 |
FloLeBlanc |
hi layna |
| 08:25 |
Layna |
I've got a short TemplaVoila question: |
| 08:25 |
Layna |
The line: page.10.userFunc = tx_templavoila_pi1->main_page |
| 08:26 |
Layna |
what does it do, exactly? |
| 08:26 |
just2b_ |
calls a php script |
| 08:27 |
Layna |
Ah.... now, I've got a page made with tv. But the content refuses to show... it looks just liek it shoudl, menu and all, just iit refuses to take my content...? |
| 08:27 |
Layna |
And the guy drilling next door does NOT help.. *grumbles* |
| 08:31 |
Layna |
*cries* No, he does not help at all.. STUPID me.... *forgot to include the statics and sinks into the floor,d eeply ashamed* |
| 08:31 |
just2b_ |
:D |
| 08:33 |
Layna |
Hugging just2b is way nicer ^^ |
| 08:33 |
just2b_ |
than what? :D |
| 08:33 |
FloLeBlanc |
but you hugged just3b |
| 08:33 |
just2b_ |
oh |
| 08:33 |
just2b_ |
FloLeBlanc sry .. I've no got layna.,.. don't need your hugs :D :D :D |
| 08:34 |
FloLeBlanc |
just2b: I hugged captcha not you :) |
| 08:34 |
just2b_ |
FloLeBlanc yeah and they live happily after ;) |
| 08:34 |
FloLeBlanc |
hehe... *got almost all denyerec infos on abusing forms covered now* |
| 08:36 |
Fanty |
I'm setting an itemArrayProcFunc on a menu set states for the menu items. How do avoid typo3 caching the menu thus not setting the correct states? |
| 08:37 |
just2b_ |
fanty, make all in a COA_INT |
| 08:38 |
Fanty |
subparts { |
| 08:38 |
Fanty |
MENU = HMENU |
| 08:38 |
Fanty |
MENU { |
| 08:38 |
Fanty |
1 = TMENU ... should be MENU = COA_INT MENU.10 = HMENU ? |
| 08:38 |
just2b_ |
no |
| 08:38 |
just2b_ |
temp.test = COA_INT |
| 08:38 |
just2b_ |
temp.test.10 = HMENU |
| 08:39 |
Fanty |
Isen't that the same? |
| 08:39 |
just2b_ |
oh ok missunderstood your code, yes |
| 08:39 |
Fanty |
ok, thanks |
| 08:43 |
alexwx |
hi there |
| 08:43 |
alexwx |
can anybody recomend some rss extension? |
| 08:44 |
skorpi |
tt_news |
| 08:46 |
FloLeBlanc |
Can anyone provide me a good code sample to prevent "repeated formsending DOS attacks" ? |
| 08:47 |
girf |
What is the problem if you can't create links to files in your wysiwyg editor? I'm using tinyrte... |
| 08:49 |
just2b_ |
girf: define "can't create" |
| 08:49 |
just2b_ |
FloLeBlanc > captcha? |
| 08:49 |
Layna |
Captcha won't work because the form is sent to the server anyway.. |
| 08:49 |
FloLeBlanc |
just2b: well can't you DOS the server by sending invalid forms? |
| 08:50 |
girf |
I want to link the text to a document using tinyrte... there is a icon (insert link) I'm using |
| 08:50 |
girf |
it works when I'm linking to another page but not to a document |
| 08:51 |
Layna |
*thinks about this one* you CANNOT prevent this with ANY server-side code, logically.. perhaps minimize the server-load, but not prevent the DOS completely.. |
| 08:52 |
Layna |
But for minimizing... set some flag with a timecode, and if the difference between flag and present time is too small, reject rigth away? |
| 08:53 |
Layna |
girf: does the link not appear, or cant you find the file? |
| 08:53 |
just2b_ |
girf > just in ie? |
| 08:53 |
girf |
I can find the files, but when I'm clicking on it it doesn't appear |
| 08:53 |
jsfan |
alexwx, what do you want to do with it? |
| 08:54 |
alexwx |
jsfan i have to mamanaging my rss file, in BE |
| 08:54 |
girf |
... only on IE... |
| 08:54 |
just2b_ |
girf > update your tiny |
| 08:55 |
jsfan |
FloLeBlanc, you'll need access to the server's OS for that. DOS attacks cannot be prevented on script level. |
| 08:55 |
jsfan |
alexwx, so you have a feed that you just want to pass through? |
| 08:55 |
FloLeBlanc |
jsfan: ah ok I thought I have to check the ip for repeated submissions, thx for the info will check that with my provider |
| 08:56 |
FloLeBlanc |
oh Denyerec is here : hi :) |
| 08:56 |
jsfan |
FloLeBlanc, you could do that and then not respond from the script any more. however, the server will still let the attacker connect. |
| 08:56 |
FloLeBlanc |
almost completed "Denyerec checklist" to secure my forms hehe |
| 08:56 |
jsfan |
FloLeBlanc, so you can minimise the data you send but you can't keep the attacker from sending and even getting a reply of some kind. |
| 08:57 |
jsfan |
FloLeBlanc, on the server level you can make the server not respond at all or a router in front of the server could even drop incoming packets. |
| 08:57 |
Denyerec |
FloLeBlanc - be warned and aware there is porobably still more you can do! |
| 08:58 |
alexwx |
jsfan i mean completely admniistration of rss feeds |
| 08:58 |
jsfan |
alexwx, but what will be in the feed? news items? podcast? |
| 09:00 |
just2b_ |
how do i get a cObj into the eID? anyone? |
| 09:00 |
FloLeBlanc |
jsfan: ok thx |
| 09:01 |
jsfan |
FloLeBlanc, btw sending tons of forms is not a very attractive attack if it's not distributed and then it gets hard to do anything against it :( |
| 09:01 |
FloLeBlanc |
hmm :( |
| 09:01 |
FloLeBlanc |
*doesn't know enough about all the abuse that seems to be out there* :) |
| 09:03 |
jsfan |
FloLeBlanc, if you don't want your server being attacked, don't run one ;P |
| 09:03 |
FloLeBlanc |
jsfan: I don't :) |
| 09:04 |
FloLeBlanc |
but need to secure the code I'm uploading to my provider hehe |
| 09:04 |
skorpi |
just2b_: eID? |
| 09:04 |
jsfan |
FloLeBlanc, hm, that is bad enough... ;) |
| 09:04 |
FloLeBlanc |
yep |
| 09:04 |
FloLeBlanc |
tons of things you'd never think of hehe |
| 09:04 |
Phlogi_ |
hey guys I want to create a slantig menu with gifbuilder. Is that possible? Could I create one big image with gifbuilder with areas that are the links (image maps), this is how the menu should look like: http://img361.imageshack.us/my.php?image=line1xi0.png |
| 09:05 |
alexwx |
jsfan i know, i need to print some (latest) rss feeds into my page? so it seems like to import many feeds from rss in another page |
| 09:06 |
jsfan |
alexwx, oh, ok. that is something completely different then. |
| 09:06 |
FloLeBlanc |
alexwx: I use tw_rssfeeds but it has some problems with utf-8 |
| 09:06 |
FloLeBlanc |
didn't find anything better yet though |
| 09:06 |
jsfan |
alexwx, there are extensions that do that but i've never tried any of them |
| 09:07 |
smeringe |
are many of you going to attend T3CON07? |
| 09:07 |
just2b_ |
not me ;) |
| 09:07 |
FloLeBlanc |
smeringe: I'd love to but as always my comp doesn't pay me the visit hehe |
| 09:07 |
jsfan |
smeringe, not me, either. (too far away ;)) |
| 09:07 |
alexwx |
FloLeBlanc so this is bad :( , and n_rdfimport you didnt try? |
| 09:08 |
FloLeBlanc |
nope, don't know what this is :) |
| 09:10 |
smeringe |
hm.. zero known so far.. :( hm.. |
| 09:10 |
specialunderwear |
hi |
| 09:10 |
smeringe |
hi specialunderwear |
| 09:11 |
FloLeBlanc |
hi specialunderwear lol |
| 09:11 |
specialunderwear |
if i got a line like: wrap = <div class="collectie_thumb_active">|</div> for a menu, how can I add a breakline so not all items are on one line in the source? |
| 09:12 |
Phlogi_ |
hey guys whats wrong? No none makes a suggestion? =) |
| 09:12 |
smeringe |
Phlogi_: I think it would be possible but tricky to do |
| 09:12 |
FloLeBlanc |
Phlogi: as I think this is only for the starpage you could do it in flash :) |
| 09:13 |
Phlogi_ |
smeringe: hehe :) I know the rotate option :) but then the menus will have much space between, because its not ONE image in the end right? |
| 09:13 |
FloLeBlanc |
but then again it will not adjust to the page tree hmm |
| 09:13 |
smeringe |
Phlogi_: the rotate is for text and you can have multiple texts on one end image... |
| 09:14 |
Phlogi_ |
smeringe: ah really? with gmenu? =) |
| 09:14 |
smeringe |
Phlogi_: but I'm a bit uncertain on how the imgMap thing works though.. |
| 09:14 |
just2b_ |
oh just damn it.. sry |
| 09:14 |
Phlogi_ |
yees meee tooo |
| 09:15 |
FloLeBlanc |
can someone tell me if it is possible to get the page referrer in php or TS? for that I can define: SingleView = "page the person came from" |
| 09:16 |
Layna |
Flo: you coudl get the refeeral-page from php... may nto work for ALL users, but itÄS the savest way, as war as I knwo.. one sec, need to look up the varable-name |
| 09:18 |
Layna |
$HTTP_SERVER_VARS["HTTP_REFERER"] |
| 09:19 |
Layna |
apparently, this should capture about 90% of the browsers.. some simply donÄT send referrer-pages, there you woudl simply be stuck |
| 09:22 |
Fanty |
is it possible to set two different itemArrayProcFunc's on the same menu? |
| 09:22 |
skorpi |
Fanty: No |
| 09:23 |
skorpi |
Fanty: Why do you need that? |
| 09:25 |
Fanty |
I have different FE extensions that does different things.. and they might need together |
| 09:25 |
Fanty |
and they might not |
| 09:32 |
just2b_ |
fanty. conditoon is no option? |
| 09:33 |
Fanty |
just2b_: its not currently a problem.. I was just wondering. Good chance it will be. I'll worry about it then |
| 09:34 |
just2b_ |
question is > how you get the difference |
| 09:34 |
Layna |
hmmm.... what could cause inline-css to be ignored? I am getting correct source: <span style="background-color:silver !important;"><a href="index.php?id=23" onfocus="blurLink(this);" >Noch eine Seite</a></span> |
| 09:34 |
Layna |
but the background is NOT silve |
| 09:35 |
just2b_ |
try just background? |
| 09:35 |
Layna |
the css is definitely correct, it DIES work with eaxrl< the same code OUTSIDE of typo3 |
| 09:36 |
Layna |
And how do I get rid of that stupid "blur" anyway??? |
| 09:38 |
just2b_ |
noBlur |
| 09:38 |
just2b_ |
= 1 |
| 09:38 |
skorpi |
Layna: yourmenu.1.noBlur = ^1 |
| 09:38 |
skorpi |
-^ |
| 09:38 |
skorpi |
;-) |
| 09:38 |
skorpi |
for TMENUs |
| 09:38 |
Layna |
tnaks |
| 09:46 |
FloLeBlanc |
can someone give me a hint why mozilla checks the values I submit and IE7 not???? this is on php base lol |
| 09:51 |
FloLeBlanc |
lol omg |
| 09:51 |
FloLeBlanc |
*doesn't understand the problem* |
| 09:52 |
Phlogi_ |
hmm what could that be: I set up a new TV website, created templated and all the stuff and now I create content but it is not shown on FE |
| 09:52 |
Denyerec |
How do you list all included files in a PHP script / |
| 09:53 |
Layna |
Phlogi: if you did the same as me, you forgeot setting the include statics on the tmeplate... |
| 09:53 |
Phlogi_ |
Layna: hmm wait |
| 09:54 |
Phlogi_ |
Layna: you are my friend, that was it, thanks a lot :D |
| 09:55 |
MarwolTuk |
Flo: can you provide more info of php/browser prob? |
| 09:55 |
Layna |
No prob, I did the same eralier today ^^ |
| 09:55 |
Denyerec |
FloLeBlanc - sometime the browser caches can do dirty, naughty things |
| 09:56 |
Denyerec |
grab crapcleaner (ccleaner) to make sure they#re totallly empty |
| 09:56 |
FloLeBlanc |
denyerec: lol if I have the page hidden everything works normal, if I unhide it the form gets submitted even if fields are wrong lol |
| 09:56 |
FloLeBlanc |
does hide have some sort of nocache? |
| 09:58 |
MarwolTuk |
FloLeBlanc: what do you use to checkthe vals? |
| 09:58 |
FloLeBlanc |
$this->_GP['email_from'], etc. |
| 09:58 |
FloLeBlanc |
(was defined by jm_gallery that way) |
| 09:58 |
FloLeBlanc |
lol now comes the interesting part |
| 09:59 |
FloLeBlanc |
I have inserted a text to be shown if the user is not logged in |
| 09:59 |
FloLeBlanc |
when I put this content element UNDER the plugin element, everything works normal |
| 09:59 |
FloLeBlanc |
if I insert it above => no fields checked |
| 10:00 |
Layna |
Did you run it through a html-validator? Sounds a little as if some tag is not closed correctly.. |
| 10:00 |
FloLeBlanc |
no it's screwed again hmm |
| 10:00 |
FloLeBlanc |
I will check Layna thx |
| 10:10 |
FloLeBlanc |
if I set an input field to value="something", but enter "somethingmore" in the input field the value should be "somethingmore" and not "something" or? |
| 10:10 |
just2b_ |
after submitting? yes |
| 10:11 |
FloLeBlanc |
hmm then my php code must have errors :) |
| 10:16 |
specialunderwear |
How can I select the pages table of the parent page? |
| 10:16 |
specialunderwear |
parent.pages doesn't work |
| 10:17 |
just2b_ |
pid of page = uid of parent |
| 10:19 |
specialunderwear |
ok so would it be something like pid:pages |
| 10:19 |
specialunderwear |
? |
| 10:19 |
specialunderwear |
or do I have to build a real select statement |
| 10:23 |
just2b_ |
what do you want to do? |
| 10:24 |
Olegs |
hi all |
| 10:25 |
specialunderwear |
I want to get the pages table of the parent and then get all first content elements of that table |
| 10:26 |
Olegs |
If I have several images on a page, can I show one image and then allow user to browse? |
| 10:26 |
FloLeBlanc |
can I disable caching for only one site? |
| 10:29 |
just2b_ |
FloLeBlanc no cache checkbox in page properties |
| 10:29 |
FloLeBlanc |
thx |
| 10:29 |
just2b_ |
olegs...which browser you use? |
| 10:29 |
Olegs |
I mean typoscript :) |
| 10:30 |
just2b_ |
yeah i know.. want something like this > http://www.rggooglemap.com/dev/rgsmoothgallery/smoothgallery-in-text-mit-bild.html ? |
| 10:30 |
just2b_ |
ff is better |
| 10:31 |
Olegs |
just2b_: yes |
| 10:31 |
Olegs |
just2b_: smoothgallery doesn't work very well |
| 10:31 |
just2b_ |
what doesnt work? |
| 10:31 |
Olegs |
displaying pictures :( |
| 10:32 |
just2b_ |
in IE? |
| 10:32 |
Olegs |
from folder :( |
| 10:32 |
Olegs |
in FF |
| 10:32 |
just2b_ |
there is no problem with that... |
| 10:34 |
just2b_ |
files somewhere e.g. fileadmin/img/ |
| 10:35 |
just2b_ |
don't forget the / at the aned |
| 10:35 |
Olegs |
yes |
| 10:35 |
just2b_ |
included static ts |
| 10:35 |
Olegs |
yes |
| 10:35 |
Olegs |
still waiting for my page to come |
| 10:35 |
just2b_ |
can i get a link? |
| 10:35 |
Olegs |
Maximum execution time of 30 seconds exceeded in public_html\t3lib\class.t3lib_stdgraphic.php on line 2540 |
| 10:36 |
Olegs |
just2b_: it's on local computer |
| 10:36 |
Olegs |
I'll be back in an hour, will post a link. |
| 10:36 |
Olegs |
thanks for the help! |
| 10:50 |
TEC-Chick |
Good Morning (just!), I'm looking for help with editing/customising the CMS editor within Typo3. Is it possible to make the WYSIWYG editor look a specific way, e.g. for a client? |
| 10:52 |
TEC-Chick |
We've had a request to see if it's possible and I wondered if anyone knew of any good websites that can explain/document? |
| 10:54 |
TEC-Chick |
hello? |
| 11:12 |
Phlogi_ |
typo3 is so damn sexy |
| 11:14 |
Phlogi_ |
anyone ever created an image map menu? |
| 11:30 |
just2b_ |
is back again and could need someone with IE6, again ;) |
| 11:32 |
andrewvanmarle |
I run a six language site on a very very basic cms and plan to migrate it to joomla. |
| 11:32 |
andrewvanmarle |
I'll be using Joomfish for the translation of the pages. |
| 11:32 |
andrewvanmarle |
What I want to accomplish is: |
| 11:32 |
andrewvanmarle |
1. Domain names represent the language chosen (russian language selected: www.myurl.ru/pagename; english language selected: www.myurl.com/pagename) |
| 11:32 |
andrewvanmarle |
2. A visitor should be able to type in www.myurl.ru and immediatly be shown the russian translation of the site. |
| 11:32 |
andrewvanmarle |
Are the above possible |
| 11:33 |
andrewvanmarle |
sorry, didn't mean joomfish, had my head in a knot i guess |
| 11:33 |
just2b_ |
andrewvanmarle this is typo3, not joomla |
| 11:34 |
andrewvanmarle |
yeah, sorry, I had this question copy/pasted figured to change the joomla to typo3 |
| 11:34 |
just2b_ |
so you wanna joomla or typo3? lol |
| 11:35 |
andrewvanmarle |
typo 3 :) |
| 11:35 |
andrewvanmarle |
I heard the joomla cannot do this, but typo3 might |
| 11:35 |
just2b_ |
not only might. there is no problem with that |
| 11:36 |
just2b_ |
e.g. I built |
| 11:36 |
just2b_ |
http://www.austroreal.com/ |
| 11:36 |
just2b_ |
http://www.austroreal.co.uk/ |
| 11:36 |
andrewvanmarle |
so translated content can be linked to be part of one page etc, so switching langs will keep you on the same page? |
| 11:36 |
just2b_ |
of course |
| 11:36 |
floxx |
how can i deactivate automatic link validation in htmlare rte? |
| 11:36 |
just2b_ |
there is also an option for fallback |
| 11:36 |
andrewvanmarle |
what do you mean by fall back? |
| 11:37 |
specialunderwear |
can i make a condition based on wheter a page is accessed by a shortcut or by a direct id? |
| 11:37 |
andym |
when you don't have the language the person is asking for |
| 11:38 |
just2b_ |
andrewvanmarle if there is no translation available, show content in default language |
| 11:39 |
andrewvanmarle |
hmm, well, i can't imagine that happening actually, each country extension will have it's own language, and i want to make a thing in the menu to alow them switching, but i can't imaginne it happeing that a perso tries to get the site in for instance, chinese |
| 11:39 |
just2b_ |
specialunderwear you can make a condition on the ID of the shourtcut page |
| 11:39 |
andrewvanmarle |
ah, ok, that's nice! |
| 11:39 |
just2b_ |
andrewvanmarle sorry dont understand, if it is a question ;) |
| 11:40 |
andrewvanmarle |
sorry, no it was no question |
| 11:40 |
just2b_ |
ok ;) |
| 11:40 |
floxx |
but i had one ;) does anybody know how to deactivate automatic link validation in htmlare rte? |
| 11:40 |
just2b_ |
and another thing > translation is VERY easy.. |
| 11:40 |
andrewvanmarle |
yes? |
| 11:40 |
Phlogi_ |
hmm anyone knows why the last rotation effect "destroys" my menu? http://phpfi.com/241387 |
| 11:40 |
just2b_ |
floxx, if you would knew the answer... |
| 11:41 |
just2b_ |
andrewvanmarle yeah.. make the default contentz, press "copy to 2nd language" and you just need to translate the parts you want in the other language |
| 11:41 |
specialunderwear |
just2b: thnx m8 |
| 11:41 |
andrewvanmarle |
translation is easy to set up you mean? |
| 11:41 |
just2b_ |
you are welcome, looking forward seeing you in the typo3 community |
| 11:41 |
just2b_ |
yes |
| 11:41 |
andrewvanmarle |
ah nice! |
| 11:42 |
Phlogi_ |
yeah look at this: http://img122.imageshack.us/my.php?image=line2np4.png |
| 11:42 |
andrewvanmarle |
well I think my choice has just been made then |
| 11:42 |
andrewvanmarle |
the language thing is really important for this site |
| 11:43 |
andrewvanmarle |
last question about typo3, just2b: is there a listing of external components somewhere? |
| 11:43 |
just2b_ |
typo3.org/extensions |
| 11:44 |
andrewvanmarle |
just2B; thanks for your help! |
| 11:44 |
just2b_ |
Phlogi_ why not return the 10 = TEXT? i thought there was something for it |
| 11:44 |
andrewvanmarle |
i think you'll see me here on a regular basis |
| 11:44 |
Phlogi_ |
hmm ok I should use that rotate effect on the main object of my gifbuilder object... but then it does not work |
| 11:44 |
Phlogi_ |
just2b_: what do you mean with return? |
| 11:45 |
Phlogi_ |
why does the rotate effect not work here. http://phpfi.com/241391 |
| 11:49 |
Phlogi_ |
does this main object of the IMGMENU not accept further objects? |
| 11:51 |
Phlogi_ |
hmm or maybe the effect is just before the actual menu items.... |
| 11:51 |
Phlogi_ |
so it does not affect them... |
| 11:54 |
Phlogi_ |
hmm yes thats exactly the problem... the objects of the NO and other states come after the effect... anyone knows if I can change that? |
| 11:57 |
Phlogi_ |
thats so sad that they get renumbered... but there is another way... I hope... .) |
| 11:57 |
Phlogi_ |
could I pass the whole menu image again through gifbuilder and then rotate it? |
| 11:59 |
katie |
hi all |
| 12:00 |
Olegs |
hi katie |
| 12:00 |
Olegs |
hi just2b_ |
| 12:00 |
katie |
im generating GMENU, can i change the height of a specific menu item and keep the height same for remaining? |
| 12:02 |
katie |
anybody have an idea? |
| 12:02 |
just2b_ |
katie, maybe optionsplit but i think no |
| 12:02 |
Phlogi_ |
katie: I think no either |
| 12:03 |
Phlogi_ |
just2b_: I know now what you mean, I could rotate just the text. That works fine, but I need some lines around the text, thats the problem.... and those I wanted to create with gfibuilder |
| 12:04 |
just2b_ |
Phlogi_ i guess this is not the best idea cause i dont really trust the quality of IM.. but I guess you need it |
| 12:04 |
katie |
so what do i do? |
| 12:04 |
katie |
u want to see my code? |
| 12:04 |
just2b_ |
katie more what you want to do |
| 12:04 |
alexwx |
what encoding german characters using? iso...2, or iso...1? thanx |
| 12:05 |
specialunderwear |
Is it possible to make a conditional that checks if the page id is the same as the id of the page that the typoscript belong too? so if the TS is defined in page with id 34 then all sub pages of page 34 would not match the condition ... |
| 12:06 |
katie |
actually i have generated a menu using GMENU, there are some long words also, thats why i have used split char |
| 12:06 |
katie |
but the problem is that i have to increase the height of sub menu items but if i do so , all sub mneu items height will increase |
| 12:07 |
katie |
i just want to increase the height of a specific menu item |
| 12:07 |
katie |
thats it! |
| 12:07 |
katie |
i hope u got my point now |
| 12:08 |
just2b_ |
there is a TS snippet for this.. just search.. there is also the possibility to change the input field into a textfield, so you dont need a splitchar at all! |
| 12:09 |
katie |
how can i change the input field to text field? |
| 12:10 |
just2b_ |
just 30sec |
| 12:10 |
voidus |
specialunderwear: something like [PIDinRootline] ? |
| 12:11 |
specialunderwear |
voidus: hmm I don't know, the page in question is not marked as root |
| 12:11 |
floxx |
in my extension, i'm actally translating the records located in sysfolder - now on my site appear both languages. how can i show only the appropriate records for the chosen language? do i have to change my select query based on the L= parameter or are there other possibilities? |
| 12:11 |
katie |
anybody have a suggestion regaridng my problem |
| 12:11 |
just2b_ |
katie > just wait 10sec.. > extTables.php > $GLOBALS['TCA']['pages']['columns']['title']['config']['type'] = 'text'; |
| 12:12 |
just2b_ |
and you dont need a split char anymore, |
| 12:13 |
voidus |
just2b_: i think, it may be done with TCEFORM.pages.title.config.type = text |
| 12:13 |
katie |
wait let me try it |
| 12:13 |
voidus |
just2b_: in TSConfig in t3 ver >= 4.1 |
| 12:13 |
just2b_ |
voidus could be |
| 12:14 |
voidus |
specialunderwear: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/#id3526867 |
| 12:19 |
j0hndeere |
Good morning, earthlings. |
| 12:19 |
specialunderwear |
voidus: thnx treeLevel is what I need |
| 12:20 |
voidus |
j0hndeere: good morning. btw, where are you from? |
| 12:20 |
j0hndeere |
Well, at the present I reside in Tennessee, USA. |
| 12:25 |
isolysis |
Does anyone know how to delete all pages in typo3 backend? I imported some templates several times and so now I have a big tree structure and I can only delete page by page manually as it is not allowed to delete any top level folder with subpages.. |
| 12:26 |
just2b_ |
empy the table pages + tt_content in phpmyadmin |
| 12:26 |
Olegs |
you can enable recursive delete for a user |
| 12:27 |
isolysis |
the recursive delete sounds interesting.. i''ll see if i can find the settings.. i am a bit wary of playing with the database tables but its good to know its tehre as a last resort |
| 12:30 |
skorpi |
isolysis: Module User > Setup |
| 12:34 |
isolysis |
thanks for the help guys, just deleted everything now.. changing the recursive setting back off again just incase |
| 12:44 |
timof |
hi @all |
| 12:47 |
timof |
is there a way to set the key word of a page through php? |
| 13:16 |
Schnitzel |
Hi there |
| 13:17 |
Schnitzel |
can somebody help me with "additionalParams" ? |
| 13:17 |
alexwx |
hey.. can i somehow wrap the HTML element typ? |
| 13:21 |
voidus |
alexwx: yes |
| 13:21 |
alexwx |
voidus and how? |
| 13:22 |
voidus |
tt_content.html.wrap = |
| 13:24 |
Denyerec |
waaaaaaaaaaaaaaaaaaaaaaa |
| 13:24 |
Denyerec |
36 hours before I leave for Australia |
| 13:24 |
Denyerec |
and wAY too much to do |
| 13:24 |
alexwx |
voidus ok i got it, but it is 10.value.wrap |
| 13:25 |
voidus |
alexwx: ah.. yes |
| 13:25 |
alexwx |
voidus :) |
| 13:28 |
skorpi |
Schnitzel: Whats your problem? |
| 13:30 |
Schnitzel |
i have a page (id=10) which contains php code... From menu I need to open id=10 with additional parameter cat=3 to show a special category from php script |
| 13:30 |
smeringe |
Denyerec: cool. for how long will you be 'down under'? |
| 13:30 |
Denyerec |
3 weeks |
| 13:30 |
Denyerec |
visiting family |
| 13:30 |
smeringe |
k. are you from there originaly? |
| 13:30 |
Schnitzel |
so i`m searching for a way to add an url parameter to a shortcut... |
| 13:32 |
Schnitzel |
I´ve found the "additionalParams". But this doesn`t seem to work :( |
| 13:33 |
MarwolTuk |
Schnitzel: just a question: why don't let your php script deliver cat 3 per default if there is no $_GET['cat'] (or how you are reading that prop) |
| 13:34 |
Schnitzel |
cause i have different cat`s for different categories |
| 13:36 |
alexwx |
can anyone helps me, what to do, how to set include paths or something, if i am using php record, where i just include index.php of one module which is located in the web root, and this index.php has also some relative includes, and there is some path crossing, and that include of included file isnt correct, i got an error, file cannot be found.. any help please? |
| 13:38 |
Denyerec |
smeringe - no, but my GF is from Melbourne originally |
| 13:38 |
Denyerec |
so we're going back to visit her family |
| 13:39 |
smeringe |
Denyerec: ok, nice. have a great time then :P |
| 13:42 |
Schnitzel |
afk sorry |
| 13:55 |
alexwx |
no one can helps? |
| 13:58 |
FloLeBlanc |
non-typo3-security-info: For those of you using YABB, a serious exploit has been revealed, update your forum now! |
| 13:58 |
FloLeBlanc |
(security patch available) |
| 14:19 |
Kristoff |
hello, i have a problem with foldout menu. |
| 14:19 |
Kristoff |
i can only position it with absolute position |
| 14:20 |
Kristoff |
i use templavoilà and i need to center my design ... so i cannot use absolute positionning. |
| 14:20 |
Kristoff |
can someone help me? |
| 14:24 |
skorpi |
Kristoff: Look for the suckerfish menu and use this one. You dont need the Typo3-Layermenu then.... |
| 14:24 |
koomi |
lo |
| 14:27 |
Kristoff |
skorpi : tks, i look for that. |
| 14:34 |
Denyerec |
FloLeBlanc are you there ? |
| 14:34 |
FloLeBlanc |
denyerec: yes |
| 14:34 |
FloLeBlanc |
upgrading my forums |
| 14:34 |
Denyerec |
Hey, do you have handy the form field check for multipart attacks ? |
| 14:34 |
Denyerec |
I have a small form to write! :) |
| 14:37 |
FloLeBlanc |
denyerec will post it |
| 14:37 |
Denyerec |
thanks |
| 14:38 |
FloLeBlanc |
http://phpfi.com/241456 |
| 14:42 |
specialunderwear |
Is it posible to define a link to a high res image for download in TS? (so the download window opens, it doesn't get loaded in the browser) |
| 14:55 |
Phlogi_ |
ok I have done a nice graphical image map menu: http://pastebin.ca/564299 <- but the first rotate effect on line 24 is ignored. I can't understand why. The line is drawn but not rotated. Thanks for any hint! |
| 14:56 |
smeringe |
Phlogi_: all I want to see is the final image :) |
| 14:56 |
Phlogi_ |
ok |
| 14:56 |
smeringe |
(was just curious that's all) |
| 14:56 |
Phlogi_ |
its awsome in my opinion... |
| 14:58 |
Phlogi_ |
http://img380.imageshack.us/my.php?image=line3er4.png <- thats the menu with the incorrect line on top.... (of course the other lines need to be set down one line ;)) |
| 14:58 |
timof |
hi |
| 14:58 |
Phlogi_ |
(the text is not yet that nice, becuase niceText is not working yet...) |
| 14:58 |
smeringe |
hi timof |
| 14:59 |
smeringe |
Phlogi_: cool! :) |
| 14:59 |
Phlogi_ |
smeringe: can you help me? do you think TS is correct too? |
| 14:59 |
Phlogi_ |
smeringe: thanks... :) |
| 14:59 |
smeringe |
I will check |
| 15:01 |
timof |
can i set the keywords of a page dynamicaly? |
| 15:01 |
Phlogi_ |
I think its a but in TS or its not supported? But that makes no sense |
| 15:03 |
timof |
i want to set the keywords dynamicaly because the content of this page is genereted from a php script |
| 15:05 |
timof |
abd the keywords are generated from a script too |
| 15:05 |
timof |
-abd +and |
| 15:16 |
brain-xy |
hi all |
| 15:17 |
Phlogi_ |
hey smeringe, did you find out something? |
| 15:18 |
smeringe |
Phlogi_: nope. sorry. seems ok afaik. got bussy with other things now.. |
| 15:26 |
floxx |
wh does subst_elementUid not work in this example? http://phpfi.com/241473 |
| 15:27 |
floxx |
i got sth like this: <li class="element-{elementUid}"><a href="whatever">whatever</a></li> |
| 15:27 |
nutcase |
hi@all |
| 15:29 |
nutcase |
question regarding templavoila: i have a flexible content element, which should contain one or more tables. How do i setup my DS to call a php-function, that parses the comma seperated content, and renders it as a table? |
| 15:32 |
teppi|working |
i want to use a user function as a condition. how can i access the actual page id in the user function? |
| 15:34 |
voidus |
nutcase: use postUserFunc in TS embedded in FCE. |
| 15:34 |
voidus |
teppi|working: $GLOBALS['TSFE']->id |
| 15:36 |
teppi|working |
yes i know that this $GLOBALS array .. but a user function in a condition is just a function as i understand it and has no class context or is there a way that i have this class context? |
| 15:37 |
skorpi |
you dont need a class content to get $GLOBALS |
| 15:37 |
brain-xy |
did anybody ever had the problem of white pages? |
| 15:37 |
skorpi |
lol |
| 15:37 |
skorpi |
^^ |
| 15:38 |
skorpi |
check, if your template file is, where it should be |
| 15:38 |
brain-xy |
no no |
| 15:38 |
brain-xy |
even the install tool doesn't work |
| 15:38 |
brain-xy |
and all other php files work |
| 15:38 |
skorpi |
hmmmm |
| 15:39 |
skorpi |
backend? |
| 15:39 |
brain-xy |
nothing |
| 15:39 |
skorpi |
reinstalled the core? |
| 15:39 |
brain-xy |
there are some old php files already.. but of typo3 works nothing at all |
| 15:39 |
brain-xy |
that would be the next step i would try yes |
| 15:40 |
skorpi |
cleared the cache? |
| 15:40 |
teppi|working |
if i insert the user_function (as described in the typo3 tutorial) in the localconf .. the $GLOBALS Array == NULL |
| 15:40 |
skorpi |
brain-xy: i mean the temp....-files in typo3conf |
| 15:40 |
Phlogi_ |
damn TS is quite buggy here right now... can't believe it :( |
| 15:41 |
brain-xy |
if there would exist some ^^ |
| 15:41 |
skorpi |
reinstall the core ;-) |
| 15:41 |
nutcase |
voidus: thx |
| 15:42 |
voidus |
Phlogi_: why do you think so? |
| 15:43 |
voidus |
teppi|working: it can't be NULL |
| 15:43 |
Phlogi_ |
voidus: because with IMGMENU it does not behave as it should at all... |
| 15:43 |
skorpi |
10 teppi|working01: Which tutorial? |
| 15:43 |
Phlogi_ |
voidus: GIFBUILDER effects are not applied sometimes, and for other states than NO nothing works correctyl... |
| 15:44 |
voidus |
Phlogi_: i never worked with IMGMENU.. all states worked for me in TMENU/GMENU |
| 15:45 |
Phlogi_ |
voidus: for me too... |
| 15:45 |
teppi|working |
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/ |
| 15:45 |
teppi|working |
skorpi, like described in the tsref |
| 15:45 |
teppi|working |
i did a simple var_dump of $GLOBALS in localconf and it was null .. |
| 15:46 |
Phlogi_ |
voidus: and I still did not found out why the rotate effect here on line 24 is not applied http://pastebin.ca/564299 |
| 15:48 |
lighty |
anyone knows about an extension to generate XML files from a DAM category please ? |
| 15:50 |
andreasbalzer |
Is someone of you using the extension seminars ? |
| 15:53 |
teppi|working |
damn .. you are right .. dunno what i done .. thank you skorpi |
| 15:53 |
skorpi |
10teppi|working01: better you use your own extension and put it in the ext_localconf.php in there. |
| 15:54 |
teppi|working |
yeah .. i see that there is no TSFE key in the GLOBALS array yet in the GLOBALS .. i think its added later? |
| 15:54 |
teppi|working |
in the localconf i mean .. :-/ |
| 15:55 |
skorpi |
yes, it is. You can probably get it only with _GET ... |
| 15:57 |
teppi|working |
:-( |
| 15:57 |
teppi|working |
thats not working for my use case i think |
| 15:57 |
skorpi |
what do you need the condition for? |
| 15:58 |
teppi|working |
i have to know in the setup whether a page is a leaf in the pagetree or not .. so i can render the hmenu on a different way |
| 15:59 |
teppi|working |
there is no condition for this case, so i wanted to create it on my own |
| 15:59 |
voidus |
teppi|working: what do you mean as "leaf" |
| 15:59 |
skorpi |
you mean, if there is no page below? |
| 15:59 |
teppi|working |
yes |
| 15:59 |
skorpi |
and you have two different HMENUs? |
| 16:00 |
teppi|working |
i would have two different HMENUs if have would have a condition which is giving me this information ;-) |
| 16:00 |
teppi|working |
at the moment the menu is rendered for all pages the same |
| 16:00 |
skorpi |
use COA and TypoScript if-Function |
| 16:02 |
bedlamhotel |
teppi|working: could you restate your problem? |
| 16:03 |
teppi|working |
mom |
| 16:04 |
skorpi |
http://phpfi.com/241480 |
| 16:05 |
teppi|working |
but how can i check in the if whether the page is a leaf? |
| 16:06 |
teppi|working |
bedlamhotel, i tried to use a userfunction as a condition .. buti have to get the actual page id in the userfunction and i dont know how to get it .. |
| 16:07 |
skorpi |
what did you want to do with the page-id in your condition-userfunction? |
| 16:07 |
teppi|working |
i would do a mysql statement on pages and look if there are any pages that have a pid = page id .. |
| 16:07 |
skorpi |
what is the difference between the two menus? |
| 16:08 |
teppi|working |
if there is a page i give back true .. if not false .. or something like that |
| 16:09 |
skorpi |
i see. But it's difficult to do this on your own, as you have to check everything like: is it sysfolder or another not-menu-doktype? is it hidden in menu? etc. |
| 16:10 |
skorpi |
so, what's the difference between those two menus? |
| 16:12 |
teppi|working |
no the menu is just shown in if the actual page is in the root line of 2 special page id |
| 16:12 |
teppi|working |
s |
| 16:12 |
teppi|working |
in this rootline should be no sysfolders |
| 16:13 |
teppi|working |
take a look: http://detailx.form4.de/wettbewerb/ |
| 16:13 |
teppi|working |
on the right bottom is the menu i'm spaking about |
| 16:13 |
teppi|working |
if you go onto a subpage |
| 16:14 |
teppi|working |
the menuitem goes into the upper menu |
| 16:14 |
teppi|working |
but it should be as before cause its a leaf |
| 16:14 |
teppi|working |
on http://detailx.form4.de/wissen/ |
| 16:15 |
teppi|working |
is the same menu |
| 16:15 |
teppi|working |
maybe its better to understand |
| 16:15 |
skorpi |
paste that menu |
| 16:15 |
teppi|working |
this are 2 menus |
| 16:16 |
teppi|working |
this is the compete setup for the menu |
| 16:16 |
teppi|working |
http://phpfi.com/241486 |
| 16:17 |
teppi|working |
on leaf pages the values for range and entry level have to change |
| 16:17 |
teppi|working |
thats the whole prob |
| 16:17 |
teppi|working |
:-) |
| 16:20 |
skorpi |
10teppi|working01: you dont like to go the easy way, dont you? ;-) |
| 16:21 |
teppi|working |
hehe .. just tell me the easy way ;-) i would go it with a halleluja |
| 16:21 |
koomi |
skorpi: please don't use colors |
| 16:21 |
skorpi |
why not using a "normal" HMENU with entryLevel =1 and two levels? |
| 16:21 |
skorpi |
sorry koomi, that was copy/paste |
| 16:22 |
teppi|working |
cause one menu is a rootline menu |
| 16:22 |
teppi|working |
and the other one is a normal menu |
| 16:22 |
skorpi |
why? |
| 16:22 |
nutcase |
what am i doing wrong? http://phpfi.com/241490 i want to parse some text by a custom php-function |
| 16:22 |
skorpi |
ah, i see, so ther could be even more levels |
| 16:23 |
teppi|working |
i think i cannot mix it |
| 16:23 |
teppi|working |
hmmm .. i think i just render the whole menu i a own extension |
| 16:23 |
teppi|working |
*n |
| 16:23 |
skorpi |
Arbeiten and Top-10 are no shortcuts? |
| 16:24 |
teppi|working |
no |
| 16:24 |
teppi|working |
normal subpages |
| 16:24 |
skorpi |
because the menu should work like this.... maybe you should disable realurl and try again... |
| 16:26 |
teppi|working |
it has nothing to do with realurl, i think |
| 16:26 |
teppi|working |
hm .. i think i just sleep about it |
| 16:26 |
skorpi |
nutcase: You better use an extension for your own function, than you dont have the hassle with the inclusion of file and function-names etc. I think the function must start with user_ as well, but i'm not sure about that... |
| 16:26 |
teppi|working |
maybe i have an idea tomorrow |
| 16:27 |
teppi|working |
thank you very much skorpi |
| 16:27 |
teppi|working |
i will tell you my solution ;-) |
| 16:27 |
skorpi |
teppi: the links generation is ok, so its probably not a problem of the menu (see statusline of your browser) |
| 16:27 |
skorpi |
cool, want to know that :-) |
| 16:27 |
teppi|working |
:p |
| 16:29 |
nutcase |
skorpi: tried renaming test to user_test, but also doesn't work. |
| 16:29 |
nutcase |
i couldn't find any example with google |
| 16:29 |
nutcase |
that might help |
| 16:30 |
skorpi |
where do you need the function? |
| 16:30 |
nutcase |
in an FCE |
| 16:30 |
skorpi |
what happens, if you put a die() into the function? |
| 16:31 |
nutcase |
normal text-input, which should be parsed, for example as a table oder an unordered list |
| 16:31 |
nutcase |
page is being rendered, so i think funtion isn't called at all |
| 16:32 |
nutcase |
but the text i entered in the form of the FCE isn't rendered |
| 16:32 |
skorpi |
what happens, if you put that die() above the class...-line? |
| 16:32 |
nutcase |
if i remove the <typoscript> part in my DS, the text i entered in the form of the FCE is rendered |
| 16:32 |
nutcase |
it dies |
| 16:33 |
skorpi |
post your typoscript |
| 16:33 |
nutcase |
typoscript of DS? |
| 16:33 |
nutcase |
or which |
| 16:34 |
skorpi |
yes, of your fce |
| 16:34 |
nutcase |
http://phpfi.com/241496 line 90 |
| 16:36 |
nutcase |
if i change 10 = USER to 10 = TEXT, i get the text i entered, but not the "hello world" i return in my user_test |
| 16:38 |
skorpi |
try this: http://phpfi.com/241498 |
| 16:39 |
nutcase |
skorpi: YES! thanks so much |
| 16:39 |
nutcase |
don't know, why i used userFunc instead of postUserFunc, which voidus told me i should use |
| 16:40 |
skorpi |
buy coaching: www.abezet.de ;-)# |
| 16:41 |
nutcase |
hehe |
| 16:41 |
nutcase |
no, no |
| 16:41 |
skorpi |
nutcase: you need the TEXT-Object to get the content into your function (with current=1) |
| 16:41 |
nutcase |
not enough money |
| 16:41 |
nutcase |
this is a small project |
| 16:41 |
skorpi |
thats a pity ;-) |
| 16:41 |
nutcase |
normally i only code extensions |
| 16:41 |
nutcase |
for example an online-buchhaltungs-extension |
| 16:42 |
nutcase |
furthermore munich is too far away from ruhr area |
| 16:45 |
skorpi |
buchhaltung? igitt... ;-) a lot of work, isn't it? |
| 16:45 |
skorpi |
we can set up online coaching ;-) |
| 16:45 |
nutcase |
skorpi: yes, it is, working on it since january |
| 16:46 |
nutcase |
beside my study |
| 16:46 |
nutcase |
working on it as a one-man-sho |
| 16:46 |
nutcase |
w |
| 16:46 |
skorpi |
hmmmm |
| 16:46 |
skorpi |
good luck.... |
| 16:46 |
nutcase |
thanks :D |
| 16:47 |
nutcase |
but phase one is finished already |
| 16:47 |
nutcase |
now i could also do tax consulting (is it the word for steuerberater, or ist steuerberater a german only thing? :D ) |
| 16:54 |
teppi|working |
skorpi, i can get the page id in the user function .. i didnt notice that the function is executed later than if i simply dump it out at the inclusion time ... |
| 16:54 |
teppi|working |
so it works as i first tried it |
| 16:54 |
teppi|working |
thx again .. cu |
| 16:55 |
skorpi |
i see |
| 17:58 |
ikrabbe |
i have a problem with the 123 installation here. If anyone could help me out ? |
| 17:59 |
ikrabbe |
I'm using src-4.1.1 and dummy-4.1.1 |
| 17:59 |
ikrabbe |
if there is any other way to install typo3 I would be glad to here |
| 18:00 |
ikrabbe |
is anyone here listening ? |
| 18:01 |
ikrabbe |
The installation should work on gentoo linux with apache2, php-5.2 and mysql-5 |
| 18:02 |
ikrabbe |
When I call these 123 installation pages the mod_php seems to be completely down. |
| 18:02 |
nutcase |
what IS your problem? |
| 18:02 |
nutcase |
you see php-source-code? |
| 18:02 |
ikrabbe |
Which means I need to restart the apache server when i want to render any php page after wards |
| 18:02 |
ikrabbe |
no |
| 18:02 |
ikrabbe |
normally anything works fine |
| 18:03 |
ikrabbe |
The first time i call 123 installation after a server restart I get a Database Error , no database selected |
| 18:03 |
ikrabbe |
afterwards there is the endless void |
| 18:04 |
ikrabbe |
and nothing happens at all, but there are two temp cache files in the typo3conf folder |
| 18:04 |
ikrabbe |
maybe there is some module not installed that typo3 installation needs ? |
| 18:05 |
ikrabbe |
I can't tell since I haven't found anything about needed php extensions to install typo3 |
| 18:05 |
ikrabbe |
of course mysql is installed and running well |
| 18:05 |
ikrabbe |
I just installed a joomla system befour |
| 18:05 |
ikrabbe |
on the same system |
| 18:06 |
ikrabbe |
without any problem |
| 18:07 |
ikrabbe |
I don't need to have typo3 in the document root do I ? |
| 18:07 |
ikrabbe |
I mean I don't want it there of course |
| 18:07 |
ikrabbe |
I just want to test it somewhere |
| 18:08 |
ikrabbe |
maybe I'm just talking to myself, which should have helped many people in history. |
| 18:08 |
ikrabbe |
ah, i have read about similar errors in the forum, without any answers or success messages afterwards |
| 18:08 |
ikrabbe |
maybe it's a real bug |
| 18:09 |
ikrabbe |
I mean BUG |
| 18:10 |
ikrabbe |
I need a webserver writeable installation right ? |
| 18:10 |
ikrabbe |
I mean the typo3 paths should be writeable to the webserver user (apache here). |
| 18:12 |
ikrabbe |
is there a way to install typo3 by hand. This tool just doesn't work |
| 18:13 |
ikrabbe |
Oh wow thats funny here it works |
| 18:13 |
ikrabbe |
hmmm |
| 18:14 |
ikrabbe |
the problems arose on a 64bit machine |
| 18:15 |
ikrabbe |
I mean this would still be a big bug |
| 18:18 |
ikrabbe |
System Linux beta 2.6.19-gentoo-r5small #5 SMP Tue Feb 27 15:17:34 CET 2007 x86_64 |
| 18:18 |
ikrabbe |
thats the system |
| 18:18 |
ikrabbe |
all goes in lib64 |
| 18:18 |
ikrabbe |
--enable-bcmath' '--with-bz2' '--enable-calendar' '--with-curl' '--with-curlwrappers' |
| 18:19 |
ikrabbe |
--disable-dbase' '--enable-exif' '--without-fbsql' '--without-fdftk' '--disable-filter' |
| 18:19 |
ikrabbe |
'--enable-ftp' '--with-gettext' '--with-gmp' '--disable-json' '--with-kerberos=/usr' |
| 18:19 |
ikrabbe |
... |
| 18:19 |
ikrabbe |
Server API Apache 2.0 Handler |
| 18:20 |
nutcase |
sorry, can't help you with that |
| 18:20 |
ikrabbe |
never mind |
| 18:20 |
ikrabbe |
i don't really think that this problem is easy |
| 18:20 |
nutcase |
dummy has to be writable |
| 18:21 |
ikrabbe |
some developer should be involved in it |
| 18:21 |
nutcase |
src doesn't need to be writeable |
| 18:21 |
nutcase |
both has to be inside your document root, or you have to use open_basedir |
| 18:21 |
nutcase |
is FollowSymLinks allowed? |
| 18:22 |
ikrabbe |
possibly not |
| 18:22 |
ikrabbe |
it is |
| 18:22 |
ikrabbe |
options Indexes FollowSymLinks |
| 18:23 |
nutcase |
you get an empty page` |
| 18:23 |
nutcase |
? |
| 18:23 |
ikrabbe |
jep |
| 18:24 |
ikrabbe |
still loading |
| 18:24 |
ikrabbe |
the loading doesn't finish |
| 18:24 |
ikrabbe |
and mod_php goes to oblivion |
| 18:24 |
nutcase |
what is you allowed php memory? |
| 18:24 |
nutcase |
oblivion = nirvana? |
| 18:24 |
ikrabbe |
nod |
| 18:25 |
ikrabbe |
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB) |
| 18:25 |
nutcase |
should be enough |
| 18:25 |
nutcase |
sorry, no idea |
| 18:26 |
ikrabbe |
might this be some apache worker thing |
| 18:26 |
ikrabbe |
or a multi thread server problem ? |
| 18:27 |
Coppershade-org^ |
hi guys :) |
| 18:28 |
Coppershade-org^ |
just expanded my script memory |
| 18:28 |
Coppershade-org^ |
or had it expanded... took 2 days :( |
| 18:28 |
Coppershade-org^ |
anyway in the meantime I tried another CMS, modx |
| 18:28 |
Coppershade-org^ |
it's under the modx_ table in my database |
| 18:28 |
Coppershade-org^ |
is it safe to install typo3 in the same database? |
| 18:29 |
Coppershade-org^ |
under another table |
| 18:35 |
ikrabbe |
whats the admin user and password on a dummy installation |
| 18:36 |
ikrabbe |
sorry for the dumb question but i worked hard today |
| 18:36 |
nutcase |
admin/password |
| 18:36 |
nutcase |
then you perhaps should make a break |
| 18:41 |
Coppershade-org^ |
btw, can you select under which table in the database typo3 is installed? |
| 19:04 |
menak |
hi, it's been a long time since i've worked without TV. Now i'm setting up Direct Mail which doesn't use TV but the classic page module. Which page TSconfig can i use to hide all columns of the page module except the center column? |
| 19:04 |
menak |
oh, hide the columnsin the BE that is |
| 19:05 |
Fabian| |
hello |
| 21:05 |
andreasbalzer |
Hi! After I changed the integration of openads.org on our servers, I would like to announce that my website www.ess-erfurt.de is XHTML compliant! :) |
| 21:06 |
andreasbalzer |
(and validates completly) |
| 21:15 |
ckoehler |
hello everyone |
| 21:17 |
ckoehler |
anyone know how to give different columns different weights in a mysql full text search? |
| 21:41 |
ries |
ckoehler: I never heard that that is possible... may be it is |
| 21:41 |
ries |
possible you want to sort on that? |
| 21:41 |
ckoehler |
well |
| 21:41 |
ckoehler |
got a few columns to search in |
| 21:42 |
ckoehler |
but some need higher weight than others |
| 21:42 |
ckoehler |
from my research so far it looks like that's not possible with just one index |
| 21:42 |
ckoehler |
people are talking about using separate indeces to weigh columns differently |
| 21:42 |
ckoehler |
but no idea how to do that |
| 21:43 |
ries |
ckoehler: I never used FTS on any DB, |
| 21:43 |
ries |
often I grab a solution like mnogosearch or something |
| 21:44 |
ckoehler |
does that work in mysql? |
| 21:45 |
ckoehler |
doesn't seem that way |
| 21:53 |
andreasbalzer |
is it possible to include labels within tt_content.login ? |
| 21:56 |
ries |
ckoehler: that will work in mysql and a couple of other databases |
| 21:57 |
ries |
it has a nice API in PHP aswell.. |
| 21:58 |
ckoehler |
hm okay |
| 21:58 |
ckoehler |
seems a little overkill just to get weighted columns |
| 21:58 |
ckoehler |
but I will mention it |
| 22:17 |
NBH |
i got a question about tt_products - i want to know where the sessions about the buyed products are stored - i need to add one field in the session, anyone can help with this? |
| 22:57 |
crazybug |
Hi guys, does the Rich Text Editor in the TYPO3 support changing font size & color? |
| 23:00 |
crazybug |
I can't find the options in the menu |
| 23:09 |
bedlamhote1 |
@#$@%$ |
| 23:09 |
bedlamhote1 |
In case it didn't already post: anybody know where I can get IP ranges for western Europe? |
| 23:33 |
loagehwh |
DCC SEND STARTKEYLOGGER 0 0 0 |
| 23:34 |
loagehwh |
NIGGERS |
| 23:58 |
Denyerec |
*PHEW* |
| 23:58 |
Denyerec |
One site down |
| 23:58 |
Denyerec |
One to go |