| 00:14 |
BMDubya |
can anyone here help me with installing typo3 on godaddy? |
| 00:18 |
ckoehler |
good luck :) |
| 00:45 |
frettchen |
i have set up different langauges and the menu/title of the site is changing properly but the CONTENT always shows up in the default langauge |
| 00:45 |
frettchen |
can anyone tell me how i need to configure templavoila in order to display the content in the proper language? |
| 01:01 |
void |
frettchen: config.sys_language_uid = 1 or so |
| 09:02 |
FloLeBlanc |
anyone who is experienced with sr_feuser_register hooks? |
| 09:02 |
sorenmalling |
FloLeBlanc: Yes |
| 09:06 |
FloLeBlanc |
sorenmalling: I try to send an SMS at the registrationProcess_afterSaveCreate. To do that I did include a template for the SMS in the templates file and I want to replace the markers. for that I need $authObj, but how do I get access to it there :) (it's not $invokingObj->authCode) |
| 09:06 |
FloLeBlanc |
at the time I last looked at the class the version had everything in one file - much has changed :) |
| 09:07 |
sorenmalling |
So you're data for the template markers is saved in the object $authObj? |
| 09:08 |
FloLeBlanc |
no my data for the markers in the object $DBrows that gets passed, that's ok and confirmed |
| 09:08 |
FloLeBlanc |
authObject is used to generate the link that has to be called to confirm the registration I think |
| 09:09 |
sorenmalling |
Then i don't get, what you need the $authObj ? |
| 09:09 |
sorenmalling |
*what you need it for :) |
| 09:09 |
FloLeBlanc |
for the confirmation link |
| 09:09 |
sorenmalling |
Hm, that I'm not aware of, sorry |
| 09:09 |
FloLeBlanc |
hmm ok thank you |
| 09:09 |
FloLeBlanc |
can I debug whole objects in php? |
| 09:12 |
sorenmalling |
You can run a print_r on the object |
| 09:12 |
sorenmalling |
print_r($authObj) |
| 09:12 |
sorenmalling |
It will output the whole object and you might be able to find the value you need |
| 09:27 |
fred^ |
It seems i am not able to access my mnogosearch plugin at http://tinyurl.com/c8loe2 - If you try to enter anything there is no results. It doesnt seem to recognize the GET parameters that get passed to it |
| 09:38 |
mfr |
hello there, I'm trying to set up tt_news. I have created a news record storage folder with news records in it as well as a news list display that references to the storage folder, but this does not show anything..hint, anyone? |
| 09:43 |
maholtz|WORK |
morning |
| 09:45 |
mfr |
morning maholtz|WORK |
| 09:54 |
mfr |
no tt_news expert here? :) |
| 09:57 |
MarwolTuk |
good morning guys :-) |
| 09:58 |
_pedda__ |
hi all |
| 09:59 |
mfr |
what am I doing wrong? :( |
| 10:11 |
_pedda__ |
? |
| 10:11 |
_pedda__ |
mfr: what is your problem? |
| 10:15 |
mfr |
_pedda__, I'm trying to set up tt_news. I have created a news record storage folder with news records in it as well as a news list display that references to the storage folder, but this does not show anything |
| 10:15 |
_pedda__ |
what else did you set up for tt_news ? |
| 10:15 |
_pedda__ |
dd you include the static template as described in the docu ? |
| 10:15 |
_pedda__ |
*did |
| 10:17 |
mfr |
I have a template selected in the list view plugin |
| 10:17 |
mfr |
is this what you mean? |
| 10:17 |
_pedda__ |
hmpf |
| 10:17 |
_pedda__ |
go to root template of your pagetree |
| 10:17 |
_pedda__ |
click to edit whole template record |
| 10:17 |
_pedda__ |
there is a tab for includes |
| 10:17 |
_pedda__ |
there you have to include the tt_news static template |
| 10:18 |
_pedda__ |
i wonder why people just do not look for tutorials or howto's with images on the web.. this is much easier than describing the own problem :) |
| 10:19 |
mfr |
I have great problems finding current typo3 documentationI also bought a book but there's nothing in about tt_news :( |
| 10:22 |
mfr |
okay it works....but what on earth is a "static news template" good for? |
| 10:22 |
_pedda__ |
hehe |
| 10:22 |
_pedda__ |
hmm |
| 10:23 |
_pedda__ |
the easies way to explain is |
| 10:23 |
_pedda__ |
if someone is writing an extension for typo3 he can do this using php only.. but you have no possibilities to change the behaviour of the plugin in backend |
| 10:24 |
pmk65 |
http://wiki.typo3.org/index.php/Ext_tt_news |
| 10:24 |
_pedda__ |
there for tsis included into the extension by the developer... |
| 10:24 |
pmk65 |
http://www.mcuniverse.com/TYPO3-Plugin-Tutorials.132.0.html |
| 10:24 |
_pedda__ |
in order to make tt_news work with default setup you have to include it in the root template |
| 10:24 |
_pedda__ |
thx pmk65 |
| 10:24 |
mfr |
but theres a lot of configuration in the news plugin itself isn't it? |
| 10:24 |
_pedda__ |
i think a lot of people are quite too lazy to do some research :) |
| 10:25 |
pmk65 |
A german one: -> http://www.typo3-tutorials.org/tutorials/extensions/tt-news-v2-konfigurieren.html |
| 10:26 |
_pedda__ |
yes.. but it has no effect if the connection between your flexform configuration and the ts, which is interpret by the extension, is not given |
| 10:26 |
_pedda__ |
this is not that correct.. but you can imagin it this way |
| 10:26 |
_pedda__ |
*imagine |
| 10:27 |
mfr |
so every extension need such a static template? |
| 10:28 |
mfr |
besides the configuration in flexform? |
| 10:28 |
mfr |
thanks for the docu links pmk65 ! |
| 10:29 |
_pedda__ |
not each |
| 10:29 |
mraakilde |
Hi guys. Is there any way I can put a typo3 version 3.8 on a new webserver running PHP5 ? |
| 10:29 |
_pedda__ |
but therer are some of them |
| 10:29 |
mfr |
alright..thank you a lot for your help _pedda__ |
| 10:30 |
pmk65 |
mraakilde: I have a 3.7 running on my local apache server, using PHP v5.2.. |
| 10:30 |
mfr |
mraakilde, why should't this work? |
| 10:30 |
mraakilde |
pmk65, very nice :) I will try it then. But I couldn't find the old download at sf.net |
| 10:34 |
mraakilde |
Oh.. Found it - thanks! |
| 10:35 |
_pedda__ |
np you're welcome.. but spend some on researching for tutorials.. it is a lot of stuff out there |
| 10:37 |
_pedda__ |
*spend some more time |
| 10:37 |
mfr |
okay now I have another problem..the news list is displaying now, but I have a big screenshot saying that my news-configuration was not correct (that I would have no what-to-display-item selected)..but I have, "LIST"...wtf? |
| 10:38 |
_pedda__ |
as i said check one of the tutorials |
| 10:38 |
_pedda__ |
i'm sure you haven't created any extension template for tt_news where the storagePid is specified ;) |
| 10:39 |
teppi|work |
somebody knows why the menu with special=list doesnt seem to work with workspaces? the menu iisnt resolving workspace versions of pages .. :-( |
| 10:39 |
teppi|work |
is there a special reason for that? |
| 10:40 |
FloLeBlanc |
can anyone tell me if "setfixed" is a general function or sr_feuser_register specific? |
| 10:41 |
mfr |
_pedda__, okay this was my fault..there was a second news display on that page that had indeed no display type selected..doh :) thanks again! |
| 10:41 |
_pedda__ |
np :) |
| 10:41 |
_pedda__ |
just give it a try and follow one of the tutorials pmk65 posted.. |
| 10:44 |
mfr |
they are currently being printed :) |
| 11:06 |
FloLeBlanc |
hmm.. the email class for sr_feuser_register passes all needed vars by reference to fill a template, how can I include those references to fill a template in a hook without hacking the code so I can do normal updates? |
| 11:21 |
pmk65 |
FloLeBlanc: If I remember correctly, then there's a hook file, describing the various hooks you can use. It's inside the "hooks" folder of sr_feuser_register |
| 11:22 |
FloLeBlanc |
pmk65: yes and those work, the problem is I want to do a "clean" hook and of course use the template marker functions. I can't find the vars to call them however. in class.tx_srfeuserregister_email.php they get passed in "init" but there is no such thing for the hooks :) |
| 11:48 |
johnson_hh |
hi |
| 11:48 |
johnson_hh |
is it possible to use pictures in the resources several times? |
| 11:49 |
johnson_hh |
when i reuse it the name goes to: example_1.jpg |
| 11:49 |
johnson_hh |
but i want it to be also example.gif |
| 11:51 |
lilalinux |
johnson_hh: typo3 will always create local copies whenever a resouce is used somewhere |
| 11:51 |
teppi|work |
johnson_hh, its the TYPO3 way of handling media files .. TYPO3 copies them into a special upload folder and makes sure that a file is not overwritten |
| 11:52 |
lilalinux |
teppi|work: too late :-) |
| 11:52 |
teppi|work |
johnson_hh, a possiblity would be the usage of DAM |
| 11:52 |
johnson_hh |
but i use it in the template like: lib.bgImage.wrap = background-image:url(fileadmin/templates/3HO/background/|); background-repeat:no-repeat; |
| 11:52 |
johnson_hh |
and then the example_1.hpg is not found |
| 11:52 |
johnson_hh |
because only example.jpg is in the folder |
| 11:52 |
lilalinux |
johnson_hh: you can't rely on the name |
| 11:53 |
HardPhuck |
hmmm typo3 obviously doesnt use utf8 to connect to the mysql database |
| 11:53 |
lilalinux |
the _1 will probably be in a different folder |
| 11:53 |
johnson_hh |
but there is no need for uploading another copy of the SAME picture :( |
| 11:53 |
Bluespuke |
hi folks |
| 11:53 |
teppi|work |
johnson_hh, you are looking at the wrong place for your picture |
| 11:53 |
teppi|work |
i think |
| 11:54 |
lilalinux |
johnson_hh: you know that, and I know that, and everybody else in here, but apparently not the developers :-( |
| 11:54 |
teppi|work |
T3 copies them to a different location each time its selected in a CE |
| 11:54 |
teppi|work |
it makes sense in a special way |
| 11:54 |
lilalinux |
teppi|work: it should be configurable |
| 11:54 |
johnson_hh |
so i need to find the folder where it gets uploaded and link to that one instead of my template folder? |
| 11:54 |
lilalinux |
and not the default |
| 11:55 |
teppi|work |
yes |
| 11:55 |
johnson_hh |
or is there a better solution for letting the user decide the BG image? |
| 11:55 |
lilalinux |
johnson_hh: you need to fetch the filename from the db |
| 11:55 |
lilalinux |
and use the typo3 methods to access the files |
| 11:55 |
lilalinux |
why do you try to hardcode the filename? |
| 11:55 |
johnson_hh |
wow, im not that decent in typo3 programming :/ |
| 11:55 |
teppi|work |
as i said DAM is handling the files different |
| 11:56 |
teppi|work |
maybe this could be a solution |
| 11:56 |
johnson_hh |
is there something where i can read more about DAM?? |
| 11:56 |
teppi|work |
but if you are not very familiar with that stuff you should do it like lilalinux says |
| 11:57 |
Bluespuke |
i have a CE with 3 images, opening in a lightbox... now the 3 images are 170*170px and the preview in lightbox is also 170*170. i would like to define other images to open (with other sizes, like 800*250px), how could i achieve this? |
| 11:57 |
lilalinux |
johnson_hh: http://wiki.typo3.org/De:TSref/imgResource |
| 11:57 |
teppi|work |
TYPO3 extension repository |
| 11:57 |
johnson_hh |
lilalinux: what do you mean with "hardcode filename"? |
| 11:57 |
lilalinux |
sorry, that was misleading |
| 11:57 |
Bluespuke |
oh yes, lightbox plugin is pmkslimbox |
| 11:57 |
lilalinux |
johnson_hh: you habe to find the proper directory |
| 11:58 |
lilalinux |
where typo3 decides to copy the file to |
| 11:58 |
lilalinux |
most probably somewhere in the uploads/ folder |
| 11:59 |
lilalinux |
upload/ even |
| 11:59 |
johnson_hh |
okay i got it... uploads/media |
| 12:00 |
johnson_hh |
but thats pretty confusing since i dont upload the image but i choose a image that is already on the server |
| 12:00 |
johnson_hh |
in the fileadmin folder.... |
| 12:00 |
lilalinux |
yeah, crap |
| 12:00 |
lilalinux |
I invested many hours trying to disable that |
| 12:00 |
johnson_hh |
that will increase traffic dramatically |
| 12:00 |
lilalinux |
to no avail |
| 12:00 |
teppi|work |
the sense it that you can delete an image from fileadmin/.. but not all CEs will be broken because you did that .. |
| 12:01 |
mfr |
hello, I try to insert google map code into a text block, but when I save the page the html gets removed...is there a way to avoid this? |
| 12:01 |
lilalinux |
johnson_hh: not traffic, storage |
| 12:01 |
lilalinux |
and traffic for backups |
| 12:01 |
johnson_hh |
but the user has to download the same image several times |
| 12:01 |
lilalinux |
define "download" |
| 12:02 |
teppi|work |
he means .. that it has to be downloaded for each CE again |
| 12:02 |
teppi|work |
you can work with insert record CEs etc. |
| 12:02 |
lilalinux |
yes |
| 12:02 |
lilalinux |
whenever someone chooses a file using the file choose, the file is copied |
| 12:03 |
lilalinux |
s/choose/chooser/ |
| 12:03 |
lilalinux |
so you need to avoid the file chooser |
| 12:03 |
teppi|work |
-> DAM |
| 12:03 |
teppi|work |
:> |
| 12:03 |
lilalinux |
:-) |
| 12:03 |
johnson_hh |
but i want the user to be able to choose it :( |
| 12:03 |
lilalinux |
what;s that noise? :-) |
| 12:03 |
lilalinux |
johnson_hh: tough luck |
| 12:03 |
teppi|work |
dunno |
| 12:04 |
johnson_hh |
then i have to rely on the fast internet connection of my visitors :O |
| 12:04 |
lilalinux |
johnson_hh: I heard that typo3 5 will do everything better :-) |
| 12:04 |
johnson_hh |
and a lot of storage on my server ;) |
| 12:04 |
lilalinux |
johnson_hh: what does bandwidth have todo with it? |
| 12:05 |
teppi|work |
johnson_hh, http://typo3.org/documentation/document-library/extension-manuals/dam/1.1.1/view/+ |
| 12:05 |
teppi|work |
johnson_hh, http://typo3.org/documentation/document-library/extension-manuals/dam/1.1.1/view/ |
| 12:05 |
johnson_hh |
the user loads the site and the BG image gets loaded in his cache, he visits another page with the same BG image but not the image from the cache is loaded but the same image with a different filename |
| 12:06 |
johnson_hh |
that will increase traffic or not? |
| 12:06 |
lilalinux |
hm |
| 12:06 |
lilalinux |
true |
| 12:06 |
teppi|work |
mfr, there is a special CE html that is dedicated for stuff like this |
| 12:06 |
lilalinux |
indeed |
| 12:06 |
johnson_hh |
thank you tepi: i will look over that |
| 12:08 |
teppi|work |
johnson_hh, the problem is that you will have to code a bit to create a field at pages that is using DAM .. |
| 12:08 |
teppi|work |
;-) |
| 12:08 |
johnson_hh |
sounds like a challenge ;) |
| 12:09 |
lilalinux |
With typo3 it's like with everything else: you get what you pay for :-) |
| 12:17 |
m0oman |
lilalinux: versions 3 and 4 already were supposed to solve everything and do everything better and perfect. :-S |
| 12:18 |
lilalinux |
you are the "the-glas-is-half-empty" person :-) |
| 12:19 |
m0oman |
actually i am. |
| 12:20 |
m0oman |
:p |
| 12:20 |
lous |
hi |
| 12:20 |
lous |
does anyone know how to set up ipayment with tt_products? |
| 12:23 |
lous |
haha ;D |
| 12:23 |
lous |
würd ich auch gerne |
| 12:23 |
lous |
ah sorry |
| 12:23 |
lilalinux |
Yes! You can! |
| 12:23 |
lous |
^^ |
| 12:24 |
teppi|work |
hehe .. the guy sitting right next to me is working with ipayment |
| 12:24 |
lous |
really? |
| 12:24 |
lous |
also with tt_products? |
| 12:25 |
lous |
teppi|work ? |
| 12:27 |
teppi|work |
no .. its an own script i think |
| 12:28 |
lous |
ok |
| 12:32 |
Cy |
Hi, In an installation with TV i am trying to put the page alias into a flash variable... the problem is it doesn't shows. am I doing something wrong here? |
| 12:32 |
Cy |
... |
| 12:32 |
Cy |
15 = TEXT |
| 12:32 |
Cy |
15 { |
| 12:32 |
Cy |
data = TSFE:alias |
| 12:32 |
Cy |
wrap = <param name="FlashVars" value="xmlid=|" /> |
| 12:32 |
Cy |
} |
| 12:32 |
Cy |
... |
| 12:33 |
lilalinux |
page:alias |
| 12:34 |
Cy |
thanks lilalinux |
| 12:34 |
lilalinux |
yw |
| 12:42 |
drindt |
how to preview thumnails in the list module? |
| 12:53 |
beli |
drindt: you need a working image magick and gdlib setup |
| 12:53 |
drindt |
beli: yes yes that works, but i can see the thumb there, i have to click on the blue circle with the 'i' inside |
| 12:54 |
beli |
drindt: hmm...goto install tool...all configuration...and search for thumb or stuff like this...maybe theres something about it |
| 12:54 |
drindt |
beli: ok thanks |
| 12:59 |
mfr |
damn teppi|work you saved me again...I owe you a beer :) |
| 13:00 |
teppi|work |
if you are from berlin .. no problem ;) |
| 13:02 |
beli |
drindt: got it working? |
| 13:02 |
drindt |
beli: the settings you mentiones are all enabled or st to 1 and the behavior not change |
| 13:04 |
beli |
drindt: your image tests are all ok? the pictures are exactly like the reference pics? |
| 13:05 |
drindt |
beli: image processing work pretty well, but the view in the list module seems weird, because no picture is shown just the name |
| 13:06 |
beli |
drindt: what about the error log? |
| 13:07 |
beli |
drindt: are the icons replaced with the missing image icon of the browser? |
| 13:08 |
drindt |
beli: as i explained, no error the icons are ok too |
| 13:08 |
drindt |
seems a settings problem from the backend view options or something not defined in my plugin or TCA |
| 13:08 |
beli |
drindt: you said there is text....what is above the text where the thumb should be? |
| 13:08 |
drindt |
beli: there is no thumb just the filename |
| 13:09 |
beli |
drindt: think of a client problem also....adblock or stuff....check with different browser |
| 13:10 |
drindt |
beli: me is try sending you stuff via dcc |
| 13:10 |
beli |
drindt: use imageshack.com |
| 13:10 |
drindt |
on my way |
| 13:13 |
drindt |
beli: http://img216.imageshack.us/img216/3444/bildschirmfotofotowettb.png |
| 13:15 |
beli |
drindt: ok...do the thumbs work in fileadmin? |
| 13:15 |
drindt |
yes |
| 13:18 |
beli |
drindt: ok...seems not to be an im problem for you |
| 13:19 |
beli |
drindt: what about permissions? |
| 13:19 |
drindt |
beli: the php scripts are running as user, suphp installed |
| 13:19 |
beli |
drindt: thumbs are generated in the typo3temp folder....it needs to be writable for the webserver user |
| 13:19 |
drindt |
beli: all cgi style ececs, with 644 |
| 13:19 |
drindt |
mask |
| 13:20 |
beli |
drindt: make sure typo3temp is fully accessible for the user then |
| 13:20 |
drindt |
beli: this is my setup: https://visetics-32-eu-west-1.s3.amazonaws.com/README |
| 13:21 |
beli |
drindt: well ;) you just need to verify permissions for the typo3temp folder... |
| 13:22 |
drindt |
beli: its the same perms as the cgi runs |
| 13:22 |
drindt |
i can verify this with installer properly also |
| 13:22 |
beli |
drindt: chmod it to 777 for testing |
| 13:26 |
_pedda_ |
. |
| 13:28 |
_pedda_ |
thx |
| 13:28 |
_pedda_ |
;) |
| 13:31 |
beli |
drindt: post the full path where your pics are located in the fileadmin pls |
| 13:32 |
Bluespuke |
i need something to show 3 thumbnails (170*170px) with a lightbox/slimbox/... view of the real image (other sizes , like 800*250px) and arrow key navigation. |
| 13:33 |
Bluespuke |
someone can tell me a good plugin or configuration mode for the CE? |
| 13:33 |
maholtz|WORK |
imho should be possible via pmkslimbox, you said you are using it |
| 13:33 |
Bluespuke |
actually i have a CE with the 3 images and when i'm linking the CE to an image file, the first image does what i want, but not the other 2 |
| 13:33 |
maholtz|WORK |
would make no sense, if it doesnt work |
| 13:35 |
Bluespuke |
look here: http://www.pip.be/typo3cms/index.php?id=3 |
| 13:36 |
drindt |
beli: the full path to fileadmin is: /var/www/fotowettbewerb/htdocs/fileadmin |
| 13:36 |
Bluespuke |
the first pic is good, the other are just the thumlbs :( |
| 13:36 |
beli |
drindt: and your pics arent under the fileadmin? |
| 13:37 |
drindt |
beli: they are currently uploaded just for testing in the backend |
| 13:37 |
beli |
drindt: its just that you should avoid special chars like blanks and stuff in the filepath/-names |
| 13:39 |
drindt |
beli: the pics are residing currently under /var/www/fotowettbewerb/htdocs/typo3temp/pics as result from uploading in backend |
| 13:39 |
beli |
looks well...and the filenames dont contain any special chars? |
| 13:40 |
drindt |
no just numbers |
| 13:41 |
drindt |
the filesystem is utf8 ready |
| 13:41 |
beli |
its not only the filesystem that can lead into problems with special chars |
| 13:41 |
beli |
drindt: did you tell suphp to use 777 for typo3temp dir? |
| 13:42 |
drindt |
beli: my suphp setup doesnt handly dirs with such opened permissions |
| 13:43 |
beli |
drindt: but you can adjust it to have exceptions or? |
| 13:43 |
drindt |
beli: xdebug profiler show me not a routine what build the tumbs via the thumb func |
| 13:43 |
drindt |
seems definitve a settings issue |
| 13:43 |
drindt |
here is no code what do that thumb task |
| 13:44 |
beli |
drindt: show me your localconf.php .....overwrite passwords and stuff |
| 13:47 |
Bluespuke |
can i use pmkslimbox without being limited to a content element? |
| 13:49 |
tPl0ch |
Is it possible to translate pages that are shortcuts? |
| 13:50 |
tPl0ch |
i have a shortcut in the main nav, but I can*t find anything where I could put in a translation |
| 13:51 |
maholtz|WORK |
translate it like every other page? |
| 13:51 |
maholtz|WORK |
alternative page record (sth. like that) |
| 13:52 |
tPl0ch |
maholtz|WORK: In the options for normal pages I can just use the drop down menu, but there is none if the page is a shortcut |
| 13:53 |
tPl0ch |
in typo3 4.2.3 |
| 13:53 |
beli |
tPl0ch: you need to translate the content behind the shortcut too...so shortcuts are useless for crossover multilangual setup |
| 13:54 |
tPl0ch |
beli: the whole content is already translated, only the shortcuts are still visible in the navi |
| 13:54 |
maholtz|WORK |
@tPl0ch: check standard pages - there you have an additional record |
| 13:55 |
maholtz|WORK |
its the same for shortcuts |
| 13:55 |
maholtz|WORK |
nothing special! |
| 13:57 |
beli |
i think he is talking of page shortcuts |
| 13:57 |
tPl0ch |
beli is right |
| 14:01 |
beli |
tPl0ch: why do you need page shortcuts? |
| 14:02 |
tPl0ch |
beli: I have a page shortcut, which is named "company", pointing to the first subpage, which is named "us". Since "us" is not a really good navigation name, I used a shortcut. |
| 14:03 |
maholtz|WORK |
i do not think i am wrong |
| 14:03 |
beli |
you can set navigation/page title differnt to the backend name |
| 14:03 |
beli |
tPl0ch: checkout page properties for: navigation title |
| 14:04 |
beli |
maholtz|WORK: you cant set language related stuff for page-shortcuts....for content-shortcuts you can |
| 14:05 |
maholtz|WORK |
for on language you want to point to page 1 and for another language you want to point to page 2? |
| 14:06 |
tPl0ch |
maholtz|WORK: you want to point to the same page, but just with L var 0 or 1 |
| 14:06 |
tPl0ch |
(or any other defined language id) |
| 14:07 |
beli |
tPl0ch: i just wanted to tell you that you dont need to use shortcuts for navigation renaming......so you can use common pages and use language settings as you know them ;) |
| 14:07 |
maholtz|WORK |
but thats standard? do not understand config.linkVars = L(0,1) set? |
| 14:13 |
maholtz|WORK |
@tPl0ch: you want to translate page title "company" is that right? |
| 14:13 |
tPl0ch |
yes |
| 14:20 |
maholtz|WORK |
and adding a new "Alternative Page Language" does not work? |
| 14:20 |
maholtz|WORK |
use list-modul for that |
| 14:21 |
tPl0ch |
maholtz|WORK: It worked like a charm, thanks |
| 14:22 |
maholtz|WORK |
lol:) |
| 14:27 |
FloLeBlanc |
anyone who can tell me how I can fill a marker array and values in sr_feuser_register hooks? |
| 14:31 |
beli |
maholtz|WORK: many features should be in the page module too....hmmm...but nice to know |
| 14:33 |
maholtz|WORK |
but i can translate it in page modul too |
| 14:33 |
maholtz|WORK |
do not see, whats not working |
| 14:34 |
maholtz|WORK |
go to shortcut page - translate that page |
| 14:34 |
maholtz|WORK |
ah |
| 14:34 |
maholtz|WORK |
now i see |
| 14:34 |
beli |
:) |
| 14:34 |
maholtz|WORK |
if you have selected "columns" |
| 14:34 |
beli |
the language dropdown box isnt there |
| 14:35 |
lilalinux |
_pedda_: foo |
| 14:35 |
maholtz|WORK |
@beli: but you can select "languages" |
| 14:35 |
maholtz|WORK |
and create an new language there |
| 14:36 |
maholtz|WORK |
"make new translation of this page" |
| 14:37 |
lilalinux |
but you have to define website languages iirc |
| 14:37 |
animan |
hi. does anyone know how to change SMTP settings from typo3? |
| 14:38 |
beli |
maholtz: you need to have languages defined before...otherwise there is no dropdown entry for it |
| 14:43 |
maholtz|WORK |
@beli: yep |
| 14:43 |
maholtz|WORK |
but i think that should be ok:) |
| 14:51 |
beli |
well yes... |
| 14:51 |
beli |
but i think page/list/access stuff....is a bit mixed up.....no straight line there |
| 14:52 |
maholtz|WORK |
yep, and tt_content will be translated in tt_content, pages not... |
| 14:52 |
maholtz|WORK |
but i think it is difficult to improve |
| 14:54 |
beli |
hmmm....it has grown that way....but clean is different :) |
| 14:59 |
maholtz|WORK |
yep, thats why they started with FLOW3 afaik |
| 15:36 |
tf_ |
is it possible to make chinese links with realurl? |
| 15:40 |
HardPhuck |
how do chinese links look like? |
| 15:42 |
tf_ |
http://ja.wikipedia.org/wiki/%E3%82%A6%E3%82%A3%E3%82%AD |
| 15:42 |
tf_ |
;-) |
| 15:56 |
snoy_ms |
is there any way to build this http://paste.phlogi.net/-0c0176bcb7/ in an easier way ??? |
| 15:57 |
snoy_ms |
the ul lists have to be seperatet ! thats why i use coa |
| 15:57 |
maholtz|WORK |
using 1, 2, 3 as menu level |
| 15:59 |
snoy_ms |
this works with my coa ? |
| 15:59 |
FloLeBlanc |
Does anyone know how to get the APPROVE and DELETE Link in sr_feuser_register inside the provided registrationProcess_afterSaveCreate hook? |
| 16:02 |
snoy_ms |
maholtz|WORK: but this here http://paste.phlogi.net/-f6b867ae75/ has a complete different output then this http://paste.phlogi.net/-0c0176bcb7/ |
| 16:03 |
snoy_ms |
maholtz|WORK: with the first one it builds sub-lists and the second one in seperates all lists |
| 16:03 |
snoy_ms |
maholtz|WORK: and i need seperatet lists |
| 16:06 |
nick108 |
I'd like to change the number of columns (limited to 8) of the image block in TYPO3 back end |
| 16:07 |
nick108 |
I'd like to change the number of columns (limited to 8 ) of the image block in TYPO3 back end |
| 16:07 |
nick108 |
wasn't meant to be a smiley |
| 16:08 |
moodaepo |
Any German speakers here? : ) I have a quick non-TYPO3 question...need your thoughts on a translation list I need from English to German. |
| 16:08 |
nick108 |
can this be done in the TCA and if yes how would I go about to change it? |
| 16:08 |
moodaepo |
> http://pastebin.ca/1384904 |
| 16:08 |
pmk65 |
nick108: $TCA['tt_content']['columns']['image']['config']['maxitems'] = 8; |
| 16:08 |
nick108 |
pmk65: cool |
| 16:09 |
maholtz|WORK |
@snoy_ms: ok, so you could make mainNavigation.10 < mainNavigation.5 |
| 16:09 |
maholtz|WORK |
mainNavigation.10.1.wrap = .... |
| 16:09 |
nick108 |
pmk65: do I need to edit this in the file or can I add it the the config field? |
| 16:09 |
moodaepo |
man that was quick...I was just going to look it up |
| 16:09 |
maholtz|WORK |
so you have less code:) |
| 16:10 |
pmk65 |
nick108: If you in typo3conf/extTables.php, add this line: -> $GLOBALS['TCA']['tt_content']['columns']['image']['config']['maxitems'] = 8; |
| 16:10 |
pmk65 |
then you should be limited to 8 images in the image field. |
| 16:10 |
nick108 |
pmk65: thx for the pointer, greatly appreciated! |
| 16:10 |
snoy_ms |
maholtz|WORK: ok, just less code. But the way i did it seems to be ok, or ? |
| 16:10 |
maholtz|WORK |
yep |
| 16:11 |
snoy_ms |
maholtz|WORK: thx ;-) |
| 16:11 |
maholtz|WORK |
IMHO;) |
| 16:11 |
nick108 |
moodaepo: was ist mit der Liste? |
| 16:11 |
pmk65 |
In the BE, use the "Configuration" item (Under Admin tools) to see all the TCA settings. (You can't edit it there, but you can get a copy of the TCA array, which you then can put in extTables.php) |
| 16:12 |
nick108 |
pmk65: great stuff |
| 16:12 |
pmk65 |
and remember to clear caches after inserting the code in extTables.php.. ;) |
| 16:12 |
moodaepo |
nick108: check out the pastebin link > http://pastebin.ca/1384904 it's for another open source system. I'm trying to make sure I'm using the right translations. |
| 16:13 |
tf_ |
HardPhuck: in russian, realurl translate the sitename into "normal" chars. any idea with chinese? |
| 16:13 |
nick108 |
Fines = Gebühren? I'd rather say Strafe |
| 16:14 |
nick108 |
moodaepo: or Gebühren depending on the context |
| 16:14 |
nick108 |
seems to be a library or something |
| 16:14 |
nick108 |
so rather use Gebühren :-) |
| 16:14 |
maholtz|WORK |
@moodaepo: you know leo? |
| 16:14 |
moodaepo |
nick108: yea yea things like that, the student help we have put together the initial list and for Find he used Besorgen while having worked with TYPO3 and read a lot of German sites (but don't really understand) I'd use Suchen |
| 16:15 |
pmk65 |
tf_: It won't work.. (I did a site with Chinese lang a while ago, and I had to use 2 sets of titles for each chinese page. On in english for Realurl, and one in chinese for menus etc.) |
| 16:16 |
moodaepo |
nick108: leo? nein...I just started a new job which is moving me from typo3 to library stuff but I'm going to try to have them use typo3 for some web stuff : ) |
| 16:16 |
tf_ |
pmk65: thanks |
| 16:16 |
nick108 |
pmk65: maxitems actually refers to the number of images |
| 16:17 |
pmk65 |
nick108: Wasn't that the one you wanted to limit? |
| 16:17 |
maholtz|WORK |
@moodaepo: http://dict.leo.org/?search=library&lang=en |
| 16:17 |
nick108 |
pmk65: no, I need to extend the number of columns currently limited to 8 |
| 16:18 |
pmk65 |
tf_: If you use the "Alias" field, then that will be used for RealUrl, overriding the normal "title" field. |
| 16:18 |
nick108 |
pmk65: $TCA['tt_content']['columns']['imagecols']['config']['items'] = ''; |
| 16:18 |
tf_ |
pmk65: thx :-) |
| 16:19 |
nick108 |
pmk65: but not sure how to extend the number of items here |
| 16:19 |
pmk65 |
nick108: For that part you need to add new items, sililar to the 0-7 items that already exists. |
| 16:19 |
nick108 |
pmk65: I think I know how, will give it a try |
| 16:20 |
moodaepo |
nick108: yea I know leo then : ) but it's not the same as asking a speaker to run through the list like when you said Gebühren was better to use : ) |
| 16:21 |
pmk65 |
nick108: -> http://paste.phlogi.net/-766e1df0dd/ |
| 16:21 |
pmk65 |
Untested, but that should add 2 new colums. |
| 16:23 |
nick108 |
pmk65: that's what I was attempting to do :-) |
| 16:23 |
nick108 |
pmk65: thx a ton for your help! |
| 16:24 |
pmk65 |
A little cleaner way to do it.. -> http://paste.phlogi.net/-7e511f3166/ |
| 16:26 |
snoy_ms |
anyone knows how to build something like this http://paste.phlogi.net/-ac2a633d81/ |
| 16:28 |
snoy_ms |
i need an dynamic generated excludeUidList |
| 16:30 |
pmk65 |
snoy_ms: Why don't you just set "Hide in menu" for the pages you don't want to show up in your menu? |
| 16:30 |
snoy_ms |
pmk65: cause of entryLevel. |
| 16:31 |
snoy_ms |
pmk65: i have a second menu in same levels |
| 16:31 |
pulponair |
hi there |
| 16:31 |
pulponair |
typo3 backend ajax has become much easier with 4.2 could anyone point me to any documentation or to sample app? |
| 16:32 |
pmk65 |
snoy_ms: Here's an Ts menu I wrote a while back, that collects the UIDs of the subpages. Maybe you can get some ideas from that.. -> http://www.typo3wizard.com/en/snippets/menus/menu-with-recursive-count-of-subpages.html |
| 16:33 |
pmk65 |
pulponair: As usual it's not documented in the official docs.. |
| 16:34 |
pulponair |
pmk65: yes guessed so, are you aware of any extension using the "new consistant" ajax be interface? |
| 16:34 |
snoy_ms |
pmk65: ok, i check it out |
| 16:34 |
pmk65 |
pulponair: The best (only) way to learn new TYPO3 features, is by looking at the source. |
| 16:34 |
pulponair |
pmk65: as always ;) |
| 16:35 |
pmk65 |
pulponair: You might get lucky and find some interesting (undocumented) info here -> http://wiki.typo3.org/index.php/Pending_Documentation |
| 16:36 |
pmk65 |
That's a page for things that should be put in the manuals (but there's entries from 2007 which STILL haven't made it to the official manuals..) |
| 16:36 |
pulponair |
pmk65: Some good examples for an ajaxID: |
| 16:36 |
pulponair |
Some bad examples for an ajaxID: |
| 16:36 |
pulponair |
;> |
| 16:36 |
pulponair |
"bad samples" ;) |
| 16:37 |
pulponair |
pmk65: kinda annoying |
| 16:38 |
pulponair |
pmk65:anyway pending docs was a good hint ... |
| 16:38 |
pmk65 |
I usually write my own AJAX code, specially if it's for FE. (For BE, you are stuck with the crappy Prototype.js, so I don't write BE plugins anymore) |
| 16:39 |
pulponair |
pmk65: fortunatly i ve to attend to a meeting at 5 pm so i ll reschedule things to tomorrow ;> |
| 16:40 |
pulponair |
pmk65: acctually i need to spread some time consuming backend task over a few ajax requests in order to prevent exceding of php limits and stuff...that was why i asked for that ajax functionallity... |
| 19:20 |
ckoehler |
i'm back in teh shell |
| 19:21 |
ckoehler |
ah wrong channel |
| 19:23 |
snoy_ms |
hey all. Can someone tell me why entrylevel doesnt work ? http://paste.phlogi.net/-cd05f610d7/ |
| 19:23 |
maholtz|WORK |
entryLevel does not work with special |
| 19:24 |
maholtz|WORK |
makes no sense |
| 19:25 |
snoy_ms |
maholtz|WORK: ? no sense |
| 19:26 |
maholtz|WORK |
special + entryLevel does not work |
| 20:04 |
der_soenke |
Does anybody know an extension for an event reminder for cal-events? |
| 20:38 |
der_soenke |
Is it possible, to numer directmail-newsletters automatically? |
| 20:53 |
robs |
i want to do a redirect with tx_lib_link and add an action parameter..how do i do that? |
| 20:54 |
robs |
if i add it with e.g. parameters(array('action'=>'list') then the redirect doesn't include it if i execute redirect() on the object |
| 20:54 |
robs |
but it is there if i call makeUrl() |
| 20:54 |
robs |
do i need a post method? and if yes..how do i activate that? |
| 21:00 |
robs |
ah it works :) |
| 21:00 |
robs |
ugly typo hrhr |
| 21:58 |
sorenmalling |
Anybody here use mod_proxy with TYPO3 and been having issues with multiple domains in the same installation? |
| 22:24 |
der_soenke |
how can i disable the adminpanel for pagetype 99? |
| 22:51 |
snoy_ms |
hey all, i have still some problems to find a solution for my simple tmenue: http://paste.phlogi.net/-00505ae738/ |
| 22:52 |
snoy_ms |
i dont want that my lists (ul) get displayed interlaced |
| 22:53 |
snoy_ms |
my plan is to get something like this -> ul...../ul....ul..../ul....ul.../ul, but how ? |
| 22:58 |
snoy_ms |
anyone ? |
| 22:58 |
timdeluxe |
hm |
| 23:02 |
timdeluxe |
no, sorry |
| 23:04 |
timdeluxe |
only if you split your menus |
| 23:04 |
timdeluxe |
depends on your design template |
| 23:05 |
snoy_ms |
is there no way to use the tmenue in such a way without interlacing every layer ? |
| 23:09 |
timdeluxe |
no, at least i have no idea |
| 23:09 |
timdeluxe |
but i think the split solution is easy to handle |
| 23:10 |
snoy_ms |
what do you mean with split ? |
| 23:10 |
timdeluxe |
you now have a big block mainNavigation |
| 23:11 |
timdeluxe |
just create two extra ones für the 2nd and 3rd layer |
| 23:11 |
timdeluxe |
and then create extra markers or similar in your html template |
| 23:11 |
timdeluxe |
and map it like that |
| 23:12 |
timdeluxe |
for example if you use marker substitution write ###MENU1### ###MENU2### ###MENU3### and map it |
| 23:12 |
snoy_ms |
ok, but then i have to use entrylevel, or ? |
| 23:12 |
timdeluxe |
or if you work with TV create ul's which will substituted |
| 23:13 |
timdeluxe |
hm, yes, i think so |
| 23:14 |
snoy_ms |
entrylevel brings alot of problems here...but i try it |
| 23:14 |
timdeluxe |
hm, i am thinking about it |
| 23:14 |
timdeluxe |
perhaps you'll not need it |
| 23:14 |
snoy_ms |
i cant use spezial = directory and entrylevel.... |
| 23:15 |
snoy_ms |
ok i try it |
| 23:15 |
timdeluxe |
cause you define the level with 1 2 3, like now |
| 23:16 |
timdeluxe |
but dont ask me, i do not create menus often ;) |
| 23:16 |
snoy_ms |
oki |