| 00:09 |
Ries |
hey jsfan |
| 00:09 |
jsfan |
hey Ries |
| 00:09 |
jsfan |
how are you? |
| 00:12 |
jsfan |
i heard that livetravelguides.com got a make over... |
| 00:17 |
Ries |
jsfan: yeaa they did that about 4 months ago |
| 00:17 |
Ries |
but I don't worj for them anymore |
| 00:19 |
jsfan |
ic. |
| 00:19 |
jsfan |
i still have to write a rating system :( |
| 00:20 |
jsfan |
but first of all i need an fe user register extension, that can handle related tables the way i want it :( |
| 00:20 |
jsfan |
big project :( |
| 00:20 |
jsfan |
that's why i'm trying to understand the sr_feuser_register code... |
| 01:15 |
Ries |
jsfan: I did wrote my own registration... |
| 01:16 |
Ries |
the 'cool' thing wit fe_use-register is that it can use the TCA |
| 01:16 |
Ries |
but every additional fiedl you want to add you need to add a dozend of other template code |
| 01:16 |
jsfan |
i saw that. i think it doesn't use it the way i want it, though. :( |
| 01:16 |
Ries |
and templating that extension is rather ugly |
| 01:16 |
jsfan |
i'm not too concerned about that, as long as i can do what i want... |
| 01:17 |
tansta |
hello typo3 maniac :D |
| 01:17 |
jsfan |
i'd like to extend it so that you can link to multiple records in the related table and set up new records through a THickBox layer |
| 01:17 |
jsfan |
hi tansta |
| 01:19 |
tansta |
hi jsfan |
| 01:19 |
tansta |
please send my apology to your boss |
| 01:19 |
tansta |
i did come at 7:50 :( |
| 01:19 |
jsfan |
done ;) |
| 01:19 |
tansta |
i ask the bartender girl and she said he was just there |
| 01:20 |
tansta |
i must've just missed him :) |
| 01:20 |
Ries |
brb |
| 01:20 |
Ries |
bartnder?? gitl??? |
| 01:20 |
Ries |
do I also hear beer??? |
| 01:21 |
Ries |
brb anyways |
| 01:21 |
tansta |
hehehe yeah |
| 01:30 |
tansta |
if i store an array of data in Session like this http://phpfi.com/231421 , how do i pull the data out again when i need it ? |
| 01:30 |
Rocketjock |
Hello Everyone |
| 01:30 |
tansta |
or is it the right way to do it ? |
| 01:31 |
tansta |
hey rocketjock |
| 01:46 |
Ries |
tansa, simply do the opposite? |
| 01:47 |
Ries |
tansta: the code you just pasted doesn't make sence |
| 01:48 |
tansta |
really ? |
| 01:48 |
tansta |
what's wrong with it ries ? |
| 01:49 |
tansta |
cause i've been able to print out the correct productID within that for loop |
| 01:49 |
tansta |
but i dont know how another PHP script will read the SESSION data |
| 01:49 |
Ries |
I don't understand why you want to assign something twice to the productID |
| 01:49 |
Ries |
I also don't udnerstand why you want to loop this : $productID = $_SESSION['productID']; |
| 01:50 |
tansta |
yeah i know i could cut the line down now that i look at it :) |
| 01:50 |
tansta |
$_SESSION['productID'] = $products[$j]['id']; |
| 01:51 |
tansta |
but now how would i call the SESSION data out (all of it) when i want to in another script ? |
| 01:51 |
Ries |
instead of for, you can also take a look at foreach to loop over an array |
| 01:51 |
Ries |
as a hint :) |
| 02:32 |
moogalyn |
hello. can someone tell me if there is a way to organize the WT_gallery plugin to show the images in a specific order? it seems like it is showing the first created first. i would rather it be showing the most recent one first |
| 02:50 |
Ries |
moogalyn: I don't know the extension... but is there a TS setting? |
| 03:01 |
moogalyn |
the documentation actually hadnt been loading for me |
| 03:01 |
moogalyn |
i finally was able to load it.. im looking now |
| 03:06 |
Ries |
http://survey.typo3.org/ |
| 04:51 |
jsfan |
everyone done the survey? |
| 05:48 |
dax77 |
good morning @all |
| 06:03 |
Jigal |
goooooooooooooooooooooood morning #typo3 |
| 06:04 |
dax77 |
hi Jigal :) |
| 06:04 |
dax77 |
hi tobi |
| 06:06 |
tobi |
good morning dax77, Jigal, #typo3 |
| 06:06 |
Jigal |
hi dax77, tobi |
| 06:11 |
Jigal |
hi zat |
| 06:11 |
zat |
hi Jigal, tobi, dax77 & #typo3 |
| 06:12 |
zat |
gni ? |
| 06:12 |
Jigal |
what's gni? |
| 06:17 |
tansta |
hahahaha |
| 06:21 |
tansta |
guys, how do i make a css menu appear on top of a flash ? |
| 06:21 |
tansta |
i tried using z-index |
| 06:21 |
tansta |
but seems to have no effect |
| 06:23 |
stwsimon |
Hey all. Can anyone around assist me with adding some extra markers to ttproducts? |
| 06:24 |
tobi |
not possible tansta, flash is always on top ... you can hide it with javascript |
| 06:25 |
tansta |
tobi are you sure ? :( |
| 06:26 |
Jigal |
tansta: flash, java and some form elements such as select boxes are implemented as borderless windows in most (if not all) browsers. Floating layers, even when they are on top using the z-index, are (partly) placed under the contents of flash, java, etc. This is often solved by disabling those elements temporarily when something must be displayed on top of them, but in case of large flash/java content elements this is often undesirable. |
| 06:27 |
tansta |
ARRGGHHHH |
| 06:27 |
tansta |
FAINTED |
| 06:30 |
Jigal |
tansta: you could try to build a flash menu that floats over the page... ;-) |
| 06:30 |
tansta |
NOOOO |
| 06:30 |
tansta |
i dont know anything about flash :) |
| 06:31 |
tansta |
Jigal, check this out http://www.mrrental.com.au/home |
| 06:31 |
tansta |
do you have any ideas/hints ? :( |
| 06:39 |
Jigal |
tansta: first of all, it doesn't look like it should in IE6; flash with Eolas problem (click to activate this control), flash invisible, font for heading and footer doesn't function correctly, top menu takes far more space than intended, etc. |
| 06:40 |
tansta |
what's the best way to fix the eolas problem Jigal ? |
| 06:42 |
Jigal |
tansta: something like http://blog.deconcept.com/swfobject/ or http://www.adobe.com/devnet/activecontent/ |
| 06:43 |
tansta |
thanks Jigal :) |
| 06:48 |
Jigal |
tansta: here's a possible solution to the css menu challenge: http://www.hiveminds.co.uk/node/3225 |
| 06:50 |
tansta |
oh thanks heaps Jigal |
| 06:52 |
tansta |
my god that's a complicated solution :( |
| 06:52 |
Jigal |
tansta: http://veerle.duoh.com/blog/comments/experimenting_with_flash_content_and_z_index/ see "situation 3" |
| 06:53 |
tansta |
Jesuz, where did you get all this link form ? :) |
| 06:53 |
Jigal |
tansta: from http://www.google.com/search?hl=en&q=css+div+on+top+flash&btnG=Google+Search |
| 06:53 |
tansta |
hahaha |
| 06:54 |
Fanty |
notice linux platforms doesnt support transparent flash |
| 06:56 |
Fanty |
I know there is a haxor way to get it to work tough |
| 06:57 |
Jigal |
Fanty: true.. and I remember there were more complications with it... enough to drop the idea of a floating div with a large version of photo and turning it into a normal popup window :-( |
| 07:19 |
delmonico |
anyone knows how to have linebreaks in flexform labels and how to enable the RTE using flexforms? |
| 07:26 |
Fanty |
delmonico: use <![CDATA[your text here with linebreaks and whatnot]]> as the value for your label - and to get RTE do a <defaultExtras>richtext:rte_transform[mode=ts_css]</defaultExtras> |
| 07:31 |
delmonico |
both doesnt work :( |
| 07:32 |
delmonico |
its the foruth defaultExtras line I see and they all don't load the rte :( |
| 07:32 |
delmonico |
fourth* |
| 07:32 |
Fanty |
you need to place it after the <config></config> |
| 07:32 |
Fanty |
not inside |
| 07:33 |
delmonico |
yes thats how I did it |
| 07:33 |
Fanty |
you "disabled RTE" for your user in the user setup? |
| 07:33 |
Fanty |
that kills all RTE's |
| 07:34 |
Fanty |
Anyone know of a logbook extension? |
| 07:35 |
Fanty |
hopefully a lightweight one |
| 07:35 |
delmonico |
no, not disabled... |
| 07:35 |
delmonico |
what do you mean by logbook? |
| 07:36 |
Fanty |
guestbook / blog like |
| 07:37 |
dax77 |
Fanty: what about timtab? |
| 07:38 |
delmonico |
for guestbook I use ve_guestbook, works well for my needs |
| 07:38 |
Fanty |
dax77: timtab is hardly lightweight is it? |
| 07:38 |
dax77 |
timtab: ve_guestbook + tt_news |
| 07:46 |
drindt |
Jigal: greetings |
| 07:51 |
dax77 |
hi drindt |
| 07:51 |
drindt |
dax77: Hi |
| 08:16 |
Phlogiston_ |
I'm using direct mail newsletter register system, when a user wants to edit his profile he receives an email with a link. In the header of that email its written: Typo3 Testsite Newsletter, Admin link Where can I change that, the sender email aderess is ok though I could set that in the constant editor |
| 08:16 |
uschi_ |
morning folks |
| 08:30 |
Alex34234 |
Hello |
| 08:32 |
Alex34234 |
i've a question, about language versions in typo3 |
| 08:33 |
Alex34234 |
i've created a new language versoin, but in List-Mode i don't see the different languages |
| 08:34 |
Alex34234 |
what could this be? |
| 08:35 |
Alex34234 |
have i to create anything else? |
| 08:45 |
Alex34234 |
hello, please help me |
| 08:45 |
Alex34234 |
:) |
| 08:46 |
tobi |
did you check "Localization view" in list view ? |
| 08:46 |
Co2 |
is it possible to see the whole draft workspace online as normal internetuser by somekind of a link? www.domain.de/index.php?id=1&workspaceversion=draft |
| 08:48 |
Alex34234 |
@tobi: sorry, where is the localization view? |
| 08:48 |
tobi |
check "Localization view" in list view |
| 08:48 |
Alex34234 |
on another site (another url) i've a list-field where i can chose the languages, but in the version there |
| 08:49 |
Alex34234 |
is nothing |
| 08:49 |
Alex34234 |
mom i will check |
| 08:49 |
tobi |
it is a checkbox that needs to be clicked |
| 08:49 |
Alex34234 |
ne it's checked |
| 08:50 |
Alex34234 |
i've activated the checkbox |
| 08:50 |
Alex34234 |
but i don't see the other language |
| 08:51 |
tobi |
templavoila? |
| 08:53 |
Alex34234 |
no |
| 09:00 |
Alex34234 |
in side of the path top of the third frame there must the list-box |
| 09:00 |
Alex34234 |
but its not there |
| 09:01 |
tobi |
thats only in page view |
| 09:02 |
Alex34234 |
what can i try? |
| 09:03 |
tobi |
read http://typo3.org/documentation/document-library/core-documentation/doc_l10nguide/1.0.0/view/ |
| 09:03 |
Fanty |
I got an extension I've updated the flexform - added new fields.. Now I've updated the extension and ALL content using this extension has lost its flexform configurations |
| 09:03 |
Fanty |
Help! |
| 09:03 |
Alex34234 |
@toby: ok i will read it, thanks ;) |
| 09:05 |
FloLeBlanc |
hi all |
| 09:12 |
dax77 |
hi Flo |
| 09:12 |
dax77 |
hi Boonkerz |
| 09:12 |
FloLeBlanc |
hi dax77 |
| 09:12 |
Boonkerz |
hi |
| 09:20 |
Fanty |
dosen't any conversion scripts or whatever exist to let extensions keep their setting trough an update that adds fields to the flexforms? |
| 09:23 |
Fanty |
man this suck... I cant update any of the extensions flexforms without this happening |
| 09:24 |
Cris |
hey. do you know where I can find out informations on how to translate the content from certain extensions if I want them in different languages ? |
| 09:25 |
Cris |
for example if I want a poll... how can I specify the question and answers in different languages ? |
| 09:25 |
Cris |
because they are set in the record, not the content... and the content item that shows the poll points to that record for all languages... |
| 09:27 |
null0_ |
good morning |
| 09:27 |
Cris |
good morning |
| 09:28 |
FloLeBlanc |
Cris I would guess you'd have to setup 2 polls for each language what would be pretty stupid :( but when I think about it I wouldn't know of a jk_poll way to setup it in 2 languages.. perhaps via ts and conditions? |
| 09:29 |
Cris |
hm... maybe the two polls aproach would be easier... because the persons who will manage the backend are not too technical |
| 09:30 |
FloLeBlanc |
cris yes but then you will get problems with the results as you'll have to add them |
| 09:30 |
FloLeBlanc |
Cris: which poll ext are you using? |
| 09:30 |
Cris |
jk_poll |
| 09:30 |
FloLeBlanc |
ah.. the problem with jk poll is that it saves the poll votes as a string afaik :( |
| 09:30 |
Cris |
but the results only get storred in the poll record itself |
| 09:31 |
Cris |
so they still have to go to list and check it out |
| 09:31 |
Cris |
maybe it would be an advantage... they can see the votes for each language |
| 09:31 |
FloLeBlanc |
hmm hardly an advantage though :) |
| 09:32 |
Cris |
but then... how can I specify the question and the answers in different languages ? for now I added Dutch and German |
| 09:33 |
Cris |
and I've just started with the translation... for the regular items it's pretty simple and straightforward... but for the extensions... it seems a bit difficult... |
| 09:33 |
FloLeBlanc |
y it is sometimes hmm |
| 09:34 |
FloLeBlanc |
don't know a way with jk_poll out of the box |
| 09:34 |
Cris |
I've only started with jk_poll but I have to look into others as well... guestbook, questionaire, newsletters, searching |
| 09:34 |
Cris |
is there no easy way for this ? |
| 09:35 |
FloLeBlanc |
well most extensions offer translation files |
| 09:36 |
FloLeBlanc |
which you can get over the extension manager |
| 09:36 |
Cris |
yes, jk_poll also has translations, and I can probably add some for the languages that it doesn't... but those are only for the backend |
| 09:36 |
Cris |
not for the content that the user enters to get displayed in the FE |
| 09:37 |
FloLeBlanc |
hmm |
| 09:37 |
FloLeBlanc |
never did that sorry, but with jk_poll it will be difficult |
| 09:37 |
Cris |
did you try other extensions ? |
| 09:37 |
FloLeBlanc |
didn't start the localizing yet only did everything with utf-8 support to be ready for it |
| 09:38 |
Cris |
well then... I guess you'll be in for a nice surprise :D |
| 09:38 |
Cris |
I got it working, got the flags menu, works like a charm for content elements and pages... |
| 09:38 |
Cris |
but I guess extensions are a bit more complicated... |
| 09:39 |
FloLeBlanc |
well with all the mods I made for sr_feuser_register it will be hell anyway :) |
| 09:39 |
FloLeBlanc |
perhaps I never need to localize the page *G* |
| 09:39 |
Cris |
ok... I'll try to figure out smth... |
| 09:39 |
Cris |
somehow |
| 09:39 |
Cris |
thanks for the help |
| 09:39 |
Cris |
have a nice day |
| 09:39 |
FloLeBlanc |
you too |
| 09:39 |
FloLeBlanc |
good luck |
| 09:46 |
koomi |
gnar. what is the correct setting for a fce container element if it should hold translated ce's? |
| 09:47 |
koomi |
<langDisable>1</langDisable> |
| 09:48 |
null0_ |
you mean a FCE Container? |
| 09:48 |
koomi |
jep |
| 09:48 |
koomi |
if i set sys_language_overlay = hideNonTranslated the fce is not displayed |
| 09:48 |
null0_ |
<meta type="array"> |
| 09:48 |
null0_ |
<langChildren type="integer">1</langChildren> |
| 09:48 |
null0_ |
<langDisable type="integer">0</langDisable> |
| 09:48 |
null0_ |
</meta> |
| 09:49 |
koomi |
i thought this was not recommended |
| 09:49 |
koomi |
i read something about giving the fce a "universal language" |
| 09:49 |
koomi |
which would solve my problem |
| 09:49 |
koomi |
but i cant figure out how or where to set it |
| 09:51 |
[Big]Endian |
hi @all, i`ve got a problem with directmail...i don`t get the unsubscripe link in my plaintext and html mails |
| 09:52 |
[Big]Endian |
on google i don`t find something..what have i to do to get this feature working |
| 09:54 |
null0_ |
koomi: http://phpfi.com/231466 |
| 09:54 |
null0_ |
maybe help. This is my TS for multilanguage |
| 09:55 |
null0_ |
with the xml ^^ <langDisable.... this work fine here |
| 09:55 |
null0_ |
all FCE's will be default language, like parent, if do not change manually |
| 09:55 |
koomi |
null0_: is mod.web_layout.defLangBinding = 1 not for the page ts? |
| 09:56 |
null0_ |
yes |
| 09:58 |
koomi |
i still get german content in L=1 if there is no translation |
| 09:58 |
null0_ |
thats correct |
| 09:58 |
null0_ |
if there is no translation it shows the default language ce |
| 09:59 |
koomi |
how can i disabled that behaviour for normal content elements but not for fce container? |
| 10:00 |
null0_ |
[X] Hide page if no translation for current language exists |
| 10:00 |
null0_ |
or |
| 10:01 |
null0_ |
same with fce container |
| 10:02 |
koomi |
"[X] Hide page if no translation for current language exists" <- where does that come from? |
| 10:02 |
null0_ |
if you click edit page properties, or on a content element. |
| 10:03 |
null0_ |
if you enable - Show secondary options (palettes) - when you create a content element. |
| 10:39 |
Phlogiston_ |
sftp://(obscured mail address)/kunden/170478_63450/rp-hosting/2206000/6675000/zurichfilmfestival.com/filmdb.ng/inc/ |
| 10:41 |
dax77 |
Phlogiston_: ? |
| 10:42 |
Jigal |
Phlogiston_: are you sure you want to post this here? which browser supports sftp and what is the password ;-P |
| 10:42 |
dax77 |
yeah :) |
| 10:43 |
Phlogiston_ |
Jigal: omfg :( |
| 10:43 |
Phlogiston_ |
SORRY |
| 10:44 |
Phlogiston_ |
please do not fuck with that server ^^^ |
| 10:47 |
Jigal |
Phlogiston_: sftp (if up-to-date) is pretty secure and I think that most people here do you f*** with any server, unless invited to do so |
| 10:47 |
Jigal |
s/you/not/ |
| 11:08 |
Phlogiston_ |
Jigal: hehe it was not that seriuios |
| 11:08 |
Phlogiston_ |
here comes the correct text |
| 11:08 |
Phlogiston_ |
I'm writing rows with fwrite (php) from a non utf8 mysql db... the umlauts are not in the file... what do I need to take care of? Or where could I set the charset? |
| 11:14 |
koomi |
can someone recommend a company that sells royalty free pictures on dvd? |
| 11:14 |
koomi |
i need to buy some pictures for the faculty site i'm admin'ing |
| 11:16 |
Ruudi |
hello |
| 11:16 |
Ruudi |
have anyone set up pbsurvey and used it for hundreds of users? |
| 11:18 |
dax77 |
koomi: did you see the famfamfam.com site? |
| 11:22 |
koomi |
dax77: the icon site? |
| 11:22 |
koomi |
dax77: jep. but i need photographs - people, furniture, drinks, etc. just to pimp the site visually. |
| 11:23 |
koomi |
people don't use pcitures because they don't have easy access to a nice collection |
| 11:23 |
null0_ |
koomi: http://pro.corbis.com/ |
| 11:23 |
null0_ |
but they are not "cheap" |
| 11:23 |
null0_ |
but very good repository |
| 11:26 |
koomi |
wee bit too expensive |
| 11:26 |
koomi |
and i'd prefer a university collection |
| 11:35 |
Tasty |
Hello may someone help me with the ImageMagick Configuration in Typo3 ? Imagemagick isn't found by Typo3 in the given Directory (Linux) |
| 11:38 |
kermit_green |
@Tasty: Is it executable for the webserver user ? |
| 11:38 |
kermit_green |
open basedir active ? |
| 11:41 |
Tasty |
ups just saw that my local php settings overwrite the php ini -.- |
| 11:41 |
Tasty |
i think i just have to set the php_admin_flag safe_mode restriction |
| 11:43 |
Tasty |
jup works ^^ |
| 11:43 |
Tasty |
i hate confixx ^^ |
| 11:52 |
Jigal |
koomi: what do you mean by "a university collection"? |
| 12:14 |
Co2 |
well, is it normal that bugs in bugs.typo3.org are not even viewed after one week? |
| 12:20 |
dax77 |
Co2: depends on the bug |
| 12:21 |
Co2 |
well i just wonder, because i cannot export my project, so i'd have to export it by copying manually. |
| 12:22 |
Co2 |
and i cannot just copy the tables, because there are some other projexts in the live tree |
| 12:23 |
Co2 |
dax77: http://bugs.typo3.org/view.php?id=5488 |
| 12:25 |
koomi |
Jigal: a collection with images suited for placing on a uni site: like students, books, trees, dope, beer, etc |
| 12:28 |
Jigal |
koomi: just an idea: do you have an arts department where students take photography classes? .... |
| 12:28 |
koomi |
Jigal: nope. sadly all the artsy type of people are at their own university |
| 12:29 |
koomi |
Jigal: i've got money to buy - i just don't know where .. |
| 12:30 |
Jigal |
koomi: well, google provides you with dozens of stock photo sites. you still have to look for the perfect photo for a particular situation... |
| 12:31 |
Jigal |
koomi: still, it may be a good idea to hire a student to take pictures at "your" university. It always looks good when you see that the images on the site show the actual situation at the university... |
| 12:32 |
alexwx |
helo friends, i am using Tip a friend extension, and email is sended in UTF8 encoding, and in the recieved email is there blank enter lines... anybody know how to fix it? thank you |
| 12:35 |
Co2 |
jigal: take istockphotos |
| 12:36 |
Co2 |
koomi ;-) : take istockphotos |
| 12:37 |
alexwx |
helo friends, can anybody help? |
| 12:38 |
koomi |
alexwx: nope. try the forums/mailingslist |
| 12:39 |
alexwx |
i am sending one email in utf-8 charset, the body is fetched from HTML template on the server, in the template i have just one empty line between lines, but in the email i have 3 empty lines ... hmmm .. how to fix it? |
| 12:50 |
koomi |
alexwx: perhaps it's because in the transition between template - mail there are some wraps which are removed (like <p class="bodytext"></p>) |
| 12:50 |
Co2 |
hi andreasbalzer, do you know if the export to t3d is not yet implemented in templavoila page module? |
| 12:52 |
teppi|work |
i have a problem with direct mail .. till now the creation and sending of html newsletters did work .. but with the last newsletter, which was created it isnt possible to create the contents of the email ... but the html site in the backend is rendered fine, when im looking at the HTML URL .. no error message .. the newsletter is just not generated, when i'm clicking on generate email content .. |
| 12:52 |
teppi|work |
has anybody an idea ? |
| 12:53 |
teppi|work |
when i deactivate the rendering of a html newsletter the generation works .. |
| 12:55 |
fred^ |
is it possible to have a different template on a particular page, but use the main template for all its subpages? |
| 13:00 |
m4rtijn |
helo |
| 13:09 |
null0_ |
ehlo :) |
| 13:15 |
dax77 |
fred^: sure, are you using templavoila? |
| 13:21 |
fred^ |
sorry to say, im not |
| 13:21 |
fred^ |
ive only started using TV recently, and sadly this is not a site with TV |
| 13:21 |
fred^ |
right now i did it the dirty way, with an extension template on each of the subpages |
| 13:22 |
tobi |
you can create a extension template fred^ and change what you need, than there is "Template on next level:" where you can include the maintemplate for the subpages |
| 13:23 |
fred^ |
oh :) thanks alot |
| 13:23 |
fred^ |
i think i didnt look hard enough |
| 13:31 |
flo_ps |
hey guys |
| 13:44 |
helli_t3w |
which is the latest version of htmlarea working with typo3 3.7 |
| 14:01 |
flo_ps |
damn, someone experience with config.jumpurl_enable? and/or TSFE.jumpUrl_transferSession? |
| 14:42 |
helli_t3w |
anyone alot of experience with htmlarea? |
| 14:50 |
flo_ps |
yes |
| 14:50 |
flo_ps |
helli_t3w: ^ |
| 14:52 |
dax77 |
cu |
| 14:52 |
helli_t3w |
i have to the problem that i have to work with htmlarea 1.1.4 is there a way to get table operations working? |
| 15:03 |
flo_ps |
hmm |
| 15:03 |
flo_ps |
arent't there tableoperations in that version? |
| 15:07 |
helli_t3w |
you can insert a table |
| 15:08 |
helli_t3w |
and it says it loads the TableOperations plugin but,.. |
| 15:08 |
flo_ps |
nothin happens |
| 15:08 |
helli_t3w |
i can insert tables |
| 15:09 |
helli_t3w |
but no cell properties |
| 15:09 |
helli_t3w |
no row properties |
| 15:09 |
helli_t3w |
aso.. |
| 15:09 |
helli_t3w |
TableOperations v3.6 |
| 15:09 |
flo_ps |
eventually not allowed to do this? via config? |
| 15:10 |
Phlogiston_ |
wtf my RTE just stopped working: |
| 15:10 |
Phlogiston_ |
Fatal error: Call to a member function on a non-object in /Users/<removed>/vhosts/zurichfilmfestival.org/httpdocs/typo3conf/ext/rtehtmlarea/class.tx_rtehtmlarea_base.php on line 1508Fatal error: Call to a member function on a non-object in /Users/<removed>/vhosts/zuroj0.org/httpdocs/typo3conf/ext/rtehtmlarea/class.tx_rtehtmlarea_base.php on line 1508 |
| 15:10 |
Phlogiston_ |
sorry for double posting |
| 15:11 |
helli_t3w |
RTE.default.showButtons=left, center, right, justifyfull,class, blockstylelabel, blockstyle, textstylelabel, textstyle, formatblock, bold, italic, subscript, superscript, orderedlist, unorderedlist, outdent, indent, textindicator, insertcharacter, link, table, findreplace, chMode, removeformat, undo, redo, about, toggleborders, tableproperties, rowproperties, rowinsertabove, rowinsertunder, rowdelete, rowsplit, |
| 15:11 |
helli_t3w |
columninsertbefore, columninsertafter, columndelete, columnsplit, cellproperties, cellinsertbefore, cellinsertafter, celldelete, cellsplit, cellmerge,image,fontsize,fontstyle,textcolor, bgcolor |
| 15:12 |
flo_ps |
ok, try a options.RTEkeyList = * in the user tsconfig |
| 15:13 |
helli_t3w |
just options or RTE options? |
| 15:13 |
flo_ps |
i have options.RTEkeyList = * |
| 15:13 |
flo_ps |
also try a RTE.default.showButtons = * |
| 15:16 |
helli_t3w |
the buttons were disabled through user tsconfig |
| 15:16 |
flo_ps |
:) |
| 15:19 |
helli_t3w |
some times its beter to take a break |
| 15:20 |
flo_ps |
yep |
| 15:28 |
m4rtijn |
bye bye |
| 15:29 |
j0hndeere |
Good morning, earth humans. |
| 15:31 |
fred^ |
wobots |
| 15:34 |
flo_ps |
j0hndeere: sure about this? ;) |
| 15:58 |
natcom |
Hello everybody! I need to work on creating a shopping cart and don't want to do it on my production/live site. I see in the bottom corner there is a "draft" workspace and assume that is the way to test for my new features, but has anyone ever worked in it before? And if so, are there any caveats that I should be aware of? |
| 16:00 |
Phlogiston_ |
how can I get the current URL in php? |
| 16:01 |
Ries |
Phlogiston_: take a look in t3lib_div functions |
| 16:02 |
Phlogiston_ |
Ries: sorry this is not inside t3 :) |
| 16:03 |
Ries |
Phlogiston_: I thought this was teh typo3 channel...sorry |
| 16:03 |
Ries |
Phlogiston_: Take a look in there anyways, it's just a wrapper for $_SERVER |
| 16:03 |
koomi |
natcom: alternative: create a new page directly under the root (globe). that way you can create a seperate test structure |
| 16:04 |
koomi |
natcom: or grab some virtualization software and run it there |
| 16:04 |
koomi |
or set up a nice local apache :) aint that |
| 16:04 |
koomi |
hard |
| 16:04 |
koomi |
pretty sure there are some more alternatives |
| 16:06 |
Phlogiston_ |
Ries: I can't join php :) |
| 16:07 |
Ries |
Phlogiston_: still... look into that function and you know how... |
| 16:08 |
Ries |
natcom: heaving a local installation is a must.... |
| 16:08 |
Phlogiston_ |
Ries: THANKS |
| 16:08 |
flo_ps |
Phlogiston_: as Ries said somehow, look for some GLOBALS vars |
| 16:08 |
Phlogiston_ |
flo_ps: thanks to you too :) |
| 16:08 |
Affenbrotbaum |
Warning: mkdir() [function.mkdir]: Permission denied in /is/htdocs/.../t3lib/class.t3lib_div.php on line 2522 Chmod is set to 755,....suggestions? |
| 16:10 |
flo_ps |
Affenbrotbaum: wrong owner maybe? |
| 16:10 |
Affenbrotbaum |
nope...uploaded by the superadmin |
| 16:11 |
Ries |
Affenbrotbaum: superadmin?!?!?!? I never seen a unix distry with a superadmin account |
| 16:11 |
Ries |
Affenbrotbaum: and listen to flo_ps, it's really a wrong permission |
| 16:11 |
Phlogiston_ |
good bye guys, cu soon |
| 16:11 |
Affenbrotbaum |
thats weired |
| 16:12 |
Phlogiston_ |
have a nice evening, day, whatever |
| 16:12 |
Affenbrotbaum |
cya Phlo |
| 16:12 |
Affenbrotbaum |
because I uploaded it with the admin account but had never before any problems |
| 16:13 |
flo_ps |
Affenbrotbaum: try to recreate that folder via typo e.g |
| 16:13 |
Affenbrotbaum |
I'm in the install tool |
| 16:13 |
Affenbrotbaum |
tried to reinstall Typo3 |
| 16:13 |
Affenbrotbaum |
but this time the server came up with that response |
| 16:13 |
natcom |
thanks to all for your comments. If I were to create a new "hidden" page with an alias, could I then test it by typing in the exact URL of the alias? |
| 16:14 |
flo_ps |
ok and you followed these suggestions to change ownership etc? insteag of chmod a+w e.g.? |
| 16:15 |
fred^ |
is it possible to set a global variable thats availible through ts in all templates? |
| 16:15 |
flo_ps |
i had the same problem some time ago... i just recreated these folders (fileadmin/typo3conf...) in a ssh session and after that it worked |
| 16:16 |
Affenbrotbaum |
alright Ill try that |
| 16:17 |
Affenbrotbaum |
well he also says that the dir typo3conf is not writable |
| 16:17 |
flo_ps |
yep, but thats normal at the beginning of a typo3installation |
| 16:18 |
Affenbrotbaum |
alright...thanks a lot |
| 16:21 |
natcom |
Koomi - are you saying that by creating a new page directly at the root (ie outside of my website) that I will be able to see my page, but it will not be mapped as part of my live site? And then, how do I access it (what would the direct URL be)? |
| 16:22 |
flo_ps |
natcom: rightclick->show? |
| 16:23 |
natcom |
I just tried testing a new "hidden" page within my site, with an alias, but when I typed in the exact URL, it simply took my home page - even though the address appeared exact (ex. www.grablock.com/buynow) |
| 16:23 |
friedaB |
hi |
| 16:23 |
friedaB |
how can i display the name of the first level the page is in? |
| 16:24 |
natcom |
forgive me people - I am a newbie and need a bit of hand holding |
| 16:24 |
friedaB |
i would like to have a gifbuilder generated image over my second level menue that shows the name of the current first level point |
| 16:26 |
flo_ps |
natcom: np, also tried the "view" module in the backend? |
| 16:30 |
natcom |
flo_ps: thanks this is working so far - when it comes to testing out the redirects that paypal uses - I'll have to see how that goes - I'll probably be back in a few days! thanks |
| 16:32 |
flo_ps |
you are welcome |
| 16:34 |
friedaB |
if i'm trying to do a rootline menu and limit it with special.range = 1 | 1 it still shows the name of the second level page |
| 16:36 |
friedaB |
anybody? |
| 16:37 |
flo_ps |
range to 0? don't know |
| 16:37 |
friedaB |
nothing helps |
| 16:37 |
friedaB |
range 0 to 0 shows everything |
| 16:37 |
flo_ps |
0 to 1 |
| 16:37 |
friedaB |
same here |
| 16:37 |
flo_ps |
just guessing :) |
| 16:38 |
Co2 |
how can i create a patch for uploading to bugs.typo3.org ? |
| 16:38 |
friedaB |
1 to 1 leaves home away but still posts the third level |
| 16:39 |
Co2 |
andreasbalzer: do you know a patch creator for windows? |
| 16:39 |
flo_ps |
friedaB: 0 | -1? |
| 16:39 |
friedaB |
-1 is unlimited |
| 16:40 |
andreasbalzer |
co2: winmerge |
| 16:40 |
flo_ps |
http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/11/ |
| 16:40 |
friedaB |
can i do something like limit 1? |
| 16:40 |
friedaB |
^^ |
| 16:40 |
andreasbalzer |
co2: and there's tortoiseSVN |
| 16:40 |
andreasbalzer |
tortoise is better |
| 16:40 |
Co2 |
andreasbalzer: thank you. tortoise? don't you need svn for tortoise? |
| 16:41 |
andreasbalzer |
no |
| 16:41 |
andreasbalzer |
the function runs without svn too |
| 16:42 |
Co2 |
okay, then i will install that. thanks |
| 16:42 |
andreasbalzer |
no problem :) |
| 17:03 |
Co2 |
i just wondering: are there ANY bugs which are sponsored to fix? |
| 17:06 |
bedlamhotel |
Co2: saw one yesterday. Can't recall what it was though :-) |
| 17:10 |
Newfie |
I know this may be the most bias place to ask this, but how does typo3 compare to Drupal and Plone? |
| 17:15 |
Co2 |
andreasbalzer: there is no possibility to create a patch with tortoise without an repository |
| 17:15 |
flo_ps |
Newfie: http://www.cmsmatrix.org/ |
| 17:17 |
Co2 |
anyway. have to go to sports now. will be back later, maybe anyone could tell me a patchcreator for windows then |
| 17:18 |
elbart |
hi guys and girls ,) |
| 17:18 |
flo_ps |
bye guys |
| 17:36 |
aempi |
anyone here familiar with the sr_language_menu extension? |
| 17:36 |
j0hndeere |
Seems TYPO3 beats the snot out of Drupal. |
| 17:40 |
aempi |
i've got german as default language, and some other languages including english as localizations, but the typo thinks english is my default language, so the link on the english flag points to the default records (german), and there is no german flag in the language selector, so i am not able to reach the english records on the frontend via the button, but it is there when i append &L=1 to the url |
| 17:41 |
null0_ |
ge |
| 17:42 |
wils |
aempi: just so you know, you can make a language menu with an HMENU special = language (quite simple et works well) |
| 17:45 |
aempi |
i don't really get what you mean with HMENU special |
| 17:46 |
aempi |
i was just thinking of uninstalling the extension and make some buttons by myself, just with links with the L=x values |
| 17:46 |
wils |
you do know what an HMENU is right ? |
| 17:46 |
roelof |
hello, i can see my selection for a gallery in media but not in my extension . What can be the problem ? |
| 17:46 |
aempi |
err, not really |
| 17:47 |
aempi |
something with typoscript? i made the page with templa voila |
| 17:47 |
aempi |
so the whole TS thing is still confusing me |
| 17:47 |
wils |
I'll show you an exemple ... if I can find one (so many sites...) |
| 17:48 |
aempi |
ah, the HMENU is just a menu with some submenus? |
| 17:48 |
aempi |
right? |
| 17:49 |
wils |
http://rafb.net/p/6QYqRP48.html |
| 17:49 |
wils |
but if you really want flags I'm not sure it can do it |
| 17:49 |
aempi |
the customer wants flags :) |
| 17:50 |
wils |
you'll know it for another time then |
| 17:50 |
aempi |
thanks for your help and patience |
| 17:50 |
wils |
I've not touch sr_language_menu since a long time, but did you configure your site to handle multiple languages ? |
| 17:50 |
aempi |
of course |
| 17:51 |
aempi |
it works fine |
| 17:51 |
aempi |
the problem is only the selector |
| 17:51 |
aempi |
www.sabinepostel.de |
| 17:51 |
aempi |
you can watch it there |
| 17:52 |
wils |
what's the problem ? |
| 17:52 |
wils |
looks working to me =/ |
| 17:52 |
aempi |
yes |
| 17:52 |
aempi |
but there is no german flag |
| 17:52 |
aempi |
it seems that the language selector thinks, that english is the default language |
| 17:53 |
aempi |
hover over the flags and watch the links |
| 17:53 |
wils |
oh... |
| 17:53 |
aempi |
thats my problem |
| 17:53 |
wils |
yeah that part sucks in the tutorial |
| 17:53 |
wils |
how to set default language |
| 17:54 |
aempi |
http://www.sabinepostel.de/index.php?id=22&L=1 |
| 17:54 |
aempi |
there you see the english localization |
| 17:54 |
wils |
just to make sure, you should have something like that http://rafb.net/p/Bnnp3b92.html |
| 17:55 |
roelof |
nobody who can help me ? |
| 17:55 |
wils |
roelof: can you be more... vague ? |
| 17:56 |
wils |
o_Ô |
| 17:56 |
koomi |
it ain't? |
| 17:56 |
koomi |
*scnr* |
| 17:57 |
aempi |
you defined your default language twice? once as a normal language, and once as default language? |
| 17:57 |
aempi |
i'll try that |
| 17:57 |
wils |
the second block is optional |
| 17:57 |
aempi |
hm |
| 17:57 |
aempi |
thats |
| 17:57 |
wils |
I keep it in case I would need it for another site |
| 17:57 |
aempi |
the only difference i see between your TS and mine |
| 17:58 |
wils |
french ? ;) |
| 17:58 |
aempi |
http://rafb.net/p/vyXpkn70.html |
| 17:58 |
aempi |
yes, its the french ;) |
| 17:58 |
roelof |
Wils, i try to make eco-gal work with DAM. I can make a selection with DAM en i see the selection in Media |
| 17:58 |
wils |
roelof: sorry... can't help you with that :s |
| 17:59 |
roelof |
but when i try to make a gallery the selection-box is empty |
| 17:59 |
wils |
aempi: I think there are some constants in the constant editor for sr_language_menu |
| 17:59 |
roelof |
therefore i can put the selection in the gallery :( |
| 18:00 |
wils |
I've never used DAM, neither eco-gal |
| 18:00 |
roelof |
pity, then i hope someone else knows it otherwise no gallery in my site :( |
| 18:01 |
wils |
what kind of gallery are you trying to make ? |
| 18:02 |
roelof |
a big image and under it a row of thumbnails |
| 18:02 |
wils |
look for photoboek (something like that) |
| 18:02 |
wils |
it's what we are using where I work |
| 18:02 |
roelof |
see this link for a example : http://typo3.org/documentation/document-library/extension-manuals/eco_gal/0.7.6/view/1/2/#id3520232 |
| 18:02 |
wils |
might help =/ |
| 18:02 |
Epiphex |
what is wrong with templavoila when a blank screen appears when i'm creating a template? |
| 18:02 |
roelof |
and then the player |
| 18:03 |
wils |
Epiphex: blank screen on the FE or BE ? |
| 18:03 |
Epiphex |
BE |
| 18:03 |
wils |
file encoding maybe |
| 18:03 |
Epiphex |
the template creation window becomes blank |
| 18:03 |
wils |
I've seen some strange bugs with it |
| 18:03 |
Epiphex |
hmm |
| 18:04 |
wils |
a lot of unexplained blank screen, but it might be something else though |
| 18:05 |
roelof |
Boonkerz, do you have knownlegde of DAM and gallery's ? |
| 18:06 |
Epiphex |
the DAM needs some major work on the backend |
| 18:08 |
wils |
roelof: goof_fotoboek and it gives something like that http://www.fsg.ulaval.ca/index.php?id=212 |
| 18:08 |
wils |
http://www.fsg.ulaval.ca/index.php?id=197 |
| 18:09 |
roelof |
Wils, thank you, but it is not what im looking for |
| 18:09 |
wils |
ok :) |
| 18:10 |
wils |
I have to go, see ya |
| 18:11 |
roelof |
see ya |
| 18:13 |
aempi |
cu |
| 18:32 |
Epiphex |
well i guess a work-around for the "blank page during TV mapping" is to use the html source view as opposed to the exploded visual |
| 18:32 |
Epiphex |
i was really getting worried for a minute |
| 18:37 |
roelof |
nobody any knowledge of DAM ?? |
| 18:37 |
Epiphex |
yeah man i feel ya, DAM seems to be a free for all right now |
| 18:37 |
roelof |
Epi, do you have php error-message on om your site ? |
| 18:38 |
Epiphex |
it's terrible if you ask me |
| 18:38 |
Epiphex |
roelof: no no php errors |
| 18:38 |
roelof |
oke , then lack of memory is out of the question |
| 18:39 |
Epiphex |
yeah, this server has 16gb of ram |
| 18:39 |
roelof |
why do you find DAM so terrible ? |
| 18:40 |
Epiphex |
try to make a gallery with it that is administrable via the front end |
| 18:40 |
Epiphex |
ONLY the framework is there, you have to do it all from scratch |
| 18:40 |
Epiphex |
i dont have time for that, lol |
| 18:41 |
roelof |
oke, but it's no problem if it's only administrable via the back end for me |
| 18:41 |
Epiphex |
and a problem with that too, there IS no good backend management |
| 18:41 |
Epiphex |
it's a joke |
| 18:41 |
roelof |
but i understand what you mean |
| 18:42 |
roelof |
hmm, the only gallery i like and i don't get i work , bad luck for me |
| 19:00 |
dax77 |
hi @all |
| 19:02 |
j0hndeere |
Hello there. |
| 19:14 |
socken23 |
Hi all! I can't delete folders in typo3 that have been created within typo3! |
| 19:14 |
socken23 |
I get the error: WAS NOT deleted recursively! Write-permission problem? |
| 19:14 |
socken23 |
any idea? |
| 19:14 |
dax77 |
socken23: user->setup |
| 19:15 |
dax77 |
Recursive Delete(!) |
| 19:15 |
socken23 |
Yep, I have that, still get the error! |
| 19:18 |
socken23 |
Even when I set the folder permission to 777! |
| 19:21 |
dax77 |
socken23: Tools->user admin |
| 19:21 |
dax77 |
edit your user |
| 19:21 |
dax77 |
Fileoperation permissions: |
| 19:21 |
dax77 |
Directory: Move,Delete,Rename,New |
| 19:21 |
socken23 |
let me check... |
| 19:23 |
socken23 |
Strange, everything is checked |
| 19:34 |
dax77 |
socken23: no idea than :( |
| 19:44 |
bedlamhotel |
socken23: if you're still around, it's likely that there is something in some part of one directory that cannot be written by whatever user is doing the deleting (and whose permissions rendered it 'immune' the the chmod command you ran to change permissions to 777). |
| 19:52 |
socken23 |
bedlamhotel: Thanks! But, the folder is empty! |
| 19:52 |
socken23 |
bedlamhotel: an empty folder, set to 777 with user www:www (typo3). And it can still not be deleted... |
| 20:01 |
bedlamhotel |
socken23: how do you know it's empty? |
| 20:02 |
bedlamhotel |
socken23: checked from ssh/ftp to see if there are any files there that are not shown by TYPO3? |
| 20:02 |
uschi |
hi bedlamhotel :) |
| 20:03 |
uschi |
and dax77 |
| 20:03 |
dax77 |
hi uschi :) |
| 20:03 |
uschi |
guggugs dax77 :) |
| 20:07 |
socken23 |
bedlamhotel: I checked with ssh, it's really empty! |
| 20:08 |
bedlamhotel |
socken23: there is only one possibility then: your webserver is possessed ;-) |
| 20:09 |
bedlamhotel |
Uschi: hello |
| 20:13 |
bedlamhotel |
uschi: your generic locallang.xml trick is superb. |
| 20:18 |
uschi |
i thought it was meant like this |
| 20:18 |
socken23 |
bedlamhotel: hehe.. I'll get a witch-doctor then! ;-) |
| 20:18 |
socken23 |
thanks anyway |
| 20:19 |
bedlamhotel |
uschi: well no doubt it was, but you're the first person who pointed out to me that it was a sensible way of managing localization stuff in regular TS objects, so you get credit for it :) |
| 20:50 |
Co2 |
hi, anybody can tellme how I create a patch for a TYPO3 bug? |
| 20:52 |
bedlamhotel |
Co2: http://typo3.org/development/bug-fixing/diff-and-patch/ |
| 20:55 |
Co2 |
thanky bedlamhotel |
| 20:56 |
Co2 |
x |
| 22:26 |
Ries |
/just made a cool extension to create table spaces in a postgresql database and move the indexes over to it |