| 00:02 |
Denyerec |
is it correct that a page can only have one General Record Storage page? |
| 00:33 |
Denyerec |
you there? |
| 03:57 |
tansta |
how do you make Direct mail work with TemplaVoila ? |
| 04:02 |
d|g |
hi all |
| 04:51 |
tansta |
hi d|g |
| 04:59 |
dax77 |
moin |
| 05:15 |
just2b__ |
good morning |
| 05:25 |
bane007 |
how could i make specific news appear on top of all listed news at the top despite that some news is more recent? i'm using tt_news. thanks! |
| 05:25 |
just2b__ |
bane007: use a category |
| 05:27 |
bane007 |
just2be__: hhmmm not sure what to do... |
| 05:27 |
bane007 |
could you explain more? |
| 05:28 |
just2b__ |
if you can write my nickname correct? ;) |
| 05:28 |
bane007 |
lol ok - just2b__ |
| 05:28 |
bane007 |
:-) |
| 05:29 |
just2b__ |
create an extra category frontpage > all records you want to teaser get this extra category and in the plugin select the setting "show only items with this cat" |
| 05:31 |
bane007 |
aha okey i thought there is more simple option doing that, thanks |
| 05:32 |
just2b__ |
whait is difficult with that? you could also save the specific ones in an extra syspage... |
| 05:51 |
zatmania |
hi #typo3 |
| 05:52 |
just2b__ |
hi zat ;) |
| 05:52 |
zatmania |
hey just2b__ |
| 05:52 |
zatmania |
how are u ? |
| 05:52 |
just2b |
04quite fine... came back from thailand and it was great ;) |
| 05:55 |
zatmania |
oh lucky man :) |
| 05:55 |
zatmania |
hi tobi |
| 05:56 |
tobi |
hi zatmania |
| 05:57 |
just2b |
04and today travelling to hamburg |
| 05:58 |
zatmania |
some tourist activities :) |
| 05:59 |
just2b |
04no, google dev day ;) |
| 06:00 |
zatmania |
ah ok |
| 06:04 |
d|g |
can i insert multiple rows with $GLOBALS['TYPO3_DB']->exec_INSERTquery()? |
| 06:08 |
d|g |
...i want use something like this: INSERT INTO tbl_name (a,b,c) VALUES(1,2,3),(4,5,6),(7,8,9); |
| 06:09 |
just2b |
d|g i think not possible |
| 06:12 |
zatmania |
need to use a tab |
| 06:12 |
just2b |
zatmania ? |
| 06:13 |
zatmania |
for multi insert and do a foreach |
| 06:14 |
d|g |
zatmania, is there example code for this? |
| 06:14 |
zatmania |
no, just an idea with you prb ask :) |
| 06:14 |
just2b |
d|g you need an example code for a loop? |
| 06:15 |
d|g |
just2b no =) for VALUES(1,2,3),(4,5,6),(7,8,9) + tab |
| 06:16 |
just2b |
dont know what zatmania wanted to say with "tab" but just do a loop and a insert statemant in it |
| 06:16 |
zatmania |
tab = array |
| 06:16 |
zatmania |
sorry ;) |
| 06:16 |
zatmania |
after that do aloop with a foreach and make all insert |
| 06:17 |
zatmania |
but with typo, you can use this ? |
| 06:17 |
just2b |
zatmania tab is french or did I miss somethng? |
| 06:17 |
zatmania |
http://typo3.gotofreedom.org/classt3lib___d_b.html#a67725ef8af34426893025b9a8bd4326 |
| 06:17 |
just2b |
;) |
| 06:17 |
zatmania |
no a bad expression |
| 06:17 |
zatmania |
tab for table |
| 06:17 |
zatmania |
html allusion :D |
| 06:18 |
zatmania |
forget my url, seems to be not possible |
| 06:19 |
Jigal |
gooooooood morning #typo3 |
| 06:19 |
zatmania |
hi Jigal |
| 06:20 |
Jigal |
hi zatmania |
| 06:21 |
just2b |
hi Jigal |
| 06:21 |
Jigal |
hi just2b |
| 06:21 |
d|g |
ok, next qestion... is there "exec_SQLString" function in typo3 api? ;) |
| 06:22 |
just2b |
yes |
| 06:22 |
zatmania |
d|g : look here http://typo3.gotofreedom.org :) |
| 06:23 |
just2b |
i guess he wants it directly > $GLOBALS['TYPO3_DB']->sql_query('UPDA......'); |
| 06:24 |
Jigal |
and you can find it in t3lib/class.t3lib_db.php (the beginning of the file lists all the database functions in that class) |
| 06:25 |
d|g |
just2b, yes you are right =) |
| 06:25 |
d|g |
big thanks just2b! zatmania! Jigal! |
| 06:25 |
d|g |
=) |
| 06:26 |
just2b |
you are welcome but paypal donation is possible too :D |
| 06:28 |
just2b |
jigal... i guess there are more parts we are not happy with ;) |
| 06:30 |
Jigal |
just2b: of course, but this db layer causes future incompatibility issues with existing extensions when a real DBAL (with support for other db brands) is someday implemented... |
| 06:30 |
zatmania |
wait and see |
| 06:30 |
just2b |
jigal... there is big discussion with typo3 5.0 and combatibility... maybe there is some time for the devs to update extensions |
| 06:31 |
zatmania |
or stay in 4 version |
| 06:32 |
just2b |
zatmania.. yeah.. but 5.0 is still very far away and this is good ;)) |
| 06:32 |
zatmania |
yes |
| 06:33 |
Jigal |
still, if the db access was made more abstract to begin with... |
| 06:38 |
Jigal |
just2b: what's the part of typo3 that's on the top of your list of most wanted changes? |
| 06:38 |
just2b |
hmm never thought about that really.. better TS |
| 06:39 |
Jigal |
just2b: talking about backward compatibility ;-P |
| 06:39 |
Phlogiston |
good morning guys, Jigal, just2b, tobi |
| 06:39 |
zatmania |
hi Phlogiston |
| 06:40 |
Jigal |
hi Phlogiston |
| 06:40 |
just2b |
jigal.. that extensions still work... so very difficult ;) |
| 06:45 |
Jigal |
just2b: almost impossible. Bugs are fixed, but side effects may influence extensions. Some extensions do things in a very ugly way. Most extensions execute their own queries, etc. When many things are not documented (well enough) developers often use debugging to analyse current behaviour, which is not always the same in future versions... |
| 06:49 |
steve90 |
hi everybody |
| 06:49 |
steve90 |
i would like to know that i want to put all my typo3 cms on a domain |
| 06:50 |
steve90 |
i just have to copy all the files and extract the dump of sql |
| 06:50 |
steve90 |
thats it? |
| 06:50 |
just2b |
Jigal correct, we will see anyway |
| 06:50 |
steve90 |
will it run |
| 06:50 |
steve90 |
? |
| 06:51 |
zatmania |
steve90 : yes |
| 06:52 |
steve90 |
i dont have to use the install too?? |
| 06:52 |
steve90 |
and what about my extensions? |
| 06:52 |
zatmania |
just verify link to image or graphik magik |
| 06:52 |
steve90 |
will it work ok? |
| 06:52 |
zatmania |
yes |
| 06:52 |
smeringe |
*hopefully* I would say.. |
| 06:52 |
just2b |
steve90 trying is never wrong ;) |
| 06:52 |
zatmania |
i do this for my site |
| 06:53 |
steve90 |
ok |
| 06:53 |
zatmania |
are u on windows or linux ? |
| 06:53 |
steve90 |
im developing on windows |
| 06:53 |
FloLeBlanc |
hi all |
| 06:53 |
steve90 |
but the deployment server is *nix |
| 06:54 |
steve90 |
do i change any settings for *nix? |
| 06:54 |
zatmania |
ok |
| 06:54 |
smeringe |
then you could run into some minor setup problems I think.. |
| 06:54 |
steve90 |
:S |
| 06:54 |
smeringe |
like bin paths etc.. |
| 06:54 |
zatmania |
look at graphics magick |
| 06:54 |
Jigal |
well, if you use a different database/databaseserver/user you need to change that too in typo3conf/localconf.php |
| 06:54 |
just2b |
you just need to change the settings for the database and for IM/GM, thats all.. just try and it will work out fine |
| 06:55 |
steve90 |
ok thanks |
| 06:55 |
steve90 |
one more thing, how i would create a t3x file for my extension ? |
| 06:55 |
steve90 |
does the t3x only for extensions that need to be registered at typo3? |
| 06:56 |
just2b |
no |
| 06:56 |
just2b |
just create it in the EM |
| 06:56 |
zatmania |
just click on disk icone in the extensions management of BE |
| 06:58 |
steve90 |
can i change its name, the t3x file?? |
| 06:58 |
just2b |
after downloading, sure |
| 06:59 |
steve90 |
ok thanks |
| 07:11 |
steve90 |
just2b: how can i make sure that i make every css class for every content element e.g bullets, table, etc... |
| 07:11 |
steve90 |
there are so many content elements? |
| 07:11 |
just2b |
why do you need a css for every content element?` |
| 07:12 |
steve90 |
coz typo3 makes a default css for text |
| 07:12 |
steve90 |
a default css for bullets |
| 07:12 |
steve90 |
isnt it so? |
| 07:12 |
just2b |
yeah but you just need the css file if you want to modify something.. |
| 07:13 |
steve90 |
thats what i m asking is there any extension or something that shows me all the css selectors available for all content elements? |
| 07:13 |
just2b |
just look at the css code of css_styled_contenet or into the source code |
| 07:14 |
steve90 |
ok |
| 07:15 |
steve90 |
which file do i need to edit? |
| 07:15 |
steve90 |
css/example_outlines.css this one? |
| 07:16 |
just2b |
i never edit any file, i just add my own one |
| 07:21 |
steve90 |
just2b: i m inserting an image in RTE backend |
| 07:21 |
steve90 |
but its not saving image in the record |
| 07:22 |
steve90 |
what could be the problem? |
| 07:22 |
just2b |
confiugration of the rte |
| 07:22 |
just2b |
use the contentelement text w image ;) |
| 07:22 |
just2b |
always better way |
| 07:22 |
steve90 |
hmmm |
| 07:23 |
steve90 |
any idea how to configure image for RTE |
| 07:23 |
steve90 |
? |
| 07:23 |
just2b |
i don't use the default rte and i don't insert images in that way |
| 07:24 |
jan___ |
you can setup this option in the BE in the options of the RTE editor |
| 07:24 |
jan___ |
in the extension manager |
| 07:24 |
steve90 |
k |
| 07:53 |
FloLeBlanc |
I use "insert record" for my direct_mail page and everything works fine, except the image is not generated as thumb but included in its full size. anyone ever had anything similar? |
| 08:14 |
dax77 |
re |
| 08:14 |
just2b |
hi dax |
| 08:15 |
brain-xy |
morning all :) |
| 08:15 |
dax77 |
hi just2b :) |
| 08:15 |
dax77 |
hi brain-xy |
| 08:15 |
drindt |
just2b: thanks god that you are back |
| 08:15 |
johnd0e |
hi guys |
| 08:15 |
just2b |
drindt.. why? ;) |
| 08:16 |
jan___ |
hi everyone :) |
| 08:20 |
drindt |
just2b: did you had told me that you are in phuket? |
| 08:20 |
just2b |
yes I was ;) |
| 08:21 |
drindt |
just2b: i heard that was not so great weather there |
| 08:22 |
just2b |
yeah.. it was a mess as you can see it here... http://www.rggooglemap.com/index.php?id=67 no beauty and I am wondering how I was able to be there for 2 weeks :D :D :D :D |
| 08:24 |
drindt |
just2b: pictures you taken by yourself? |
| 08:24 |
just2b |
yes |
| 08:24 |
just2b |
all the days are linked at the right side |
| 08:26 |
drindt |
i see iam currently on my birthday :) 20.05 :) |
| 08:28 |
drindt |
just2b: nice to see the pics you taken really nice |
| 08:28 |
just2b |
thx a lot ;) |
| 08:28 |
jan___ |
nice camera :) |
| 08:28 |
jan___ |
which cam do you use ? |
| 08:28 |
drindt |
FloLeBlanc: many thanks |
| 08:29 |
FloLeBlanc |
whoa.. nice pics |
| 08:29 |
drindt |
jan___: seems to be a SLR cam |
| 08:29 |
FloLeBlanc |
envy starts overtaking :) |
| 08:29 |
just2b |
sony f717 |
| 08:29 |
just2b |
no slr, too bad |
| 08:29 |
FloLeBlanc |
is this costa rica? |
| 08:29 |
just2b |
thailand |
| 08:29 |
drindt |
someone know if it is possible to avoid that be user can delete frontend user? |
| 08:29 |
FloLeBlanc |
oh :) |
| 08:30 |
FloLeBlanc |
has been some time for me with "heraldik" (knowing the flags) |
| 08:30 |
drindt |
FloLeBlanc: thats viagra city not koks city |
| 08:31 |
FloLeBlanc |
man that's evil.. they just inverted the colors :) |
| 08:31 |
FloLeBlanc |
it's ALMOST costa rica |
| 08:31 |
FloLeBlanc |
like latvia stole our flag ;) |
| 08:31 |
andreasbalzer |
what is almost costa rica? :) |
| 08:31 |
FloLeBlanc |
flag of thailand <=> flag of costa rica |
| 08:31 |
just2b |
*gg* andreas.. my pics ;) |
| 08:32 |
just2b |
another question: who would like this slideshow/gallery in TYPO3 > http://smoothgallery.jondesign.net/showcase/gallery/ |
| 08:32 |
FloLeBlanc |
the pics with the girls? :) |
| 08:33 |
just2b |
no the GALLERY :D |
| 08:33 |
FloLeBlanc |
those are really nice pics |
| 08:33 |
FloLeBlanc |
i like the subway one |
| 08:33 |
andreasbalzer |
well.. does this gallery work with DAM? |
| 08:34 |
andreasbalzer |
i'm missing albums, and all of those information like image copyrights, creator, owner, etc... |
| 08:34 |
FloLeBlanc |
is "include from pid" similar to "singleView" when including tt_news in directmail? |
| 08:34 |
andreasbalzer |
in general a similar gallery is already available in TER but they all miss those detail information... |
| 08:34 |
andreasbalzer |
btw: the girls are nice ^^ |
| 08:34 |
FloLeBlanc |
hehe |
| 08:35 |
just2b |
ok won't ask you again ;) |
| 08:47 |
just2b |
How can I choose a folder in tca.. is this possible? |
| 09:03 |
Jigal |
just2b: (a bit late, but nonetheless...) nice pictures, only a disturbing artefact in the last one ;-P ; also funny how people think that F717 photos were made with a DSLR LOL (I use a F828) |
| 09:03 |
Jigal |
just2b: folder in TCA, upload folder you mean? |
| 09:04 |
just2b |
jigal.. thx for reply ;) I want to choose a folder in flexforms.. seems not possible |
| 09:06 |
Jigal |
just2b: sorry, flex... no experience with typo3 flexforms or with Adobe Flex, only a bit with flex prims in SecondLife ;-) |
| 09:06 |
just2b |
doesn'T matter if flexforms.. still the same as the TCA, only xml notation |
| 09:06 |
just2b |
but steffen told me not possible... ;) |
| 09:06 |
FloLeBlanc |
oh.. hi jigal :) |
| 09:06 |
tobi |
just2b: this field selects a page, dont know if that is what you want: http://phpfi.com/238083 |
| 09:07 |
tobi |
you can always use a custom function in flexforms |
| 09:07 |
Jigal |
hi FloLeBlanc :-) |
| 09:07 |
just2b |
tobi, yeah i know, but dont' want to write everything myself... i need to select a folder, a real diretory... |
| 09:19 |
Jigal |
just2b: only possibility I can see is that you use a field of type "user" and dig up a html tree control that is fed with data from a piece of PHP which walks the directory tree... |
| 09:21 |
m4rtijn |
good morning |
| 09:21 |
just2b |
jigal yeah this is missing in core.. |
| 09:26 |
andreasbalzer |
aem.. I have a question. It's only a first draft and it's looking quite monochrome.. I'm more a coder than a graphic designer.. but what do you think about http://www.andreas-balzer.de/skindesign/ ? |
| 09:27 |
just2b |
andreasbalzer too much color! |
| 09:27 |
andreasbalzer |
yeah. to be more exact: to much green, right? |
| 09:28 |
just2b |
yeah and too many big web 2.0 spaces |
| 09:28 |
Jigal |
andreasbalzer: too much gradients ;-) |
| 09:28 |
Phlogiston_ |
damn this html area RTE, anyone uses a good alternative? |
| 09:28 |
andreasbalzer |
well those spaces will be filled with icons, etc-- |
| 09:28 |
Jigal |
eh.. web 2.0 gradients :-) |
| 09:28 |
andreasbalzer |
ah ok.. ;) |
| 09:28 |
andreasbalzer |
yeah it's looking quite like a web 2 application.. |
| 09:29 |
just2b |
no it looks more like a wannabe-web20 |
| 09:29 |
andreasbalzer |
does it let you feel comfy or so? |
| 09:29 |
andreasbalzer |
ah ok.. |
| 09:30 |
just2b |
for web20 there are too many links and buttons... |
| 09:30 |
andreasbalzer |
or do you feel paniced or something... |
| 09:30 |
Jigal |
andreasbalzer: I feel panic in every fiber... |
| 09:31 |
andreasbalzer |
ok.. I have problems to translate fiber ;) |
| 09:31 |
andreasbalzer |
anyway.. |
| 09:31 |
andreasbalzer |
do you think this design should be improved or thrown away? |
| 09:31 |
just2b |
2n |
| 09:31 |
andreasbalzer |
:-/ |
| 09:32 |
andreasbalzer |
do you know the design done by Jens Hoffmann? |
| 09:32 |
Phlogiston_ |
anyone likes html area? =) |
| 09:32 |
just2b |
noone likes htmlarea |
| 09:32 |
Jigal |
andreasbalzer: most web 2.0 designs use gradients, nice icons, a couple of strong colours, whitespace, big type and sometimes reflections, but very carefully! |
| 09:32 |
andreasbalzer |
it's the standard editor and I wanted to fill this gap ;) |
| 09:32 |
smeringe |
Phlogiston_: nope. pure hate and evil anger |
| 09:33 |
andreasbalzer |
jigal: the icons are still missing.. And I can add whitespace if that makes it better... |
| 09:34 |
Jigal |
andreasbalzer: first lose the green base colour and make it white, light gray, possibly whith a hint of green |
| 09:34 |
andreasbalzer |
ok.. then I will go back to my graphics program and change some major parts ;) |
| 09:34 |
just2b |
andreasbalzer which gap do you wanna fill? |
| 09:34 |
andreasbalzer |
jigal: I wanted to use the colors of the TYPO3 styleguide |
| 09:35 |
Phlogiston_ |
smeringe: are you serious? =) |
| 09:35 |
andreasbalzer |
just2b: I will add whitespace.. a lot of it.. |
| 09:35 |
andreasbalzer |
i can show you the original if you want.. it's blue and looking much better i guess.. |
| 09:35 |
smeringe |
Phlogiston_: ... :) .. nah, but I'm not using it actually since I like tiny better |
| 09:35 |
Jigal |
andreasbalzer: you can use a stronger colour, but only carefully; maybe in the gutter bar of the dropdown menu, for basic symbols like bullets, arrows |
| 09:36 |
andreasbalzer |
http://www.andreas-balzer.de/skindesign/skin_blue.jpg Does this look any better? |
| 09:36 |
Phlogiston_ |
smeringe: yes I'm thinking of using tinyRTE for future sites... grrr |
| 09:37 |
Phlogiston_ |
smeringe: what about tiny + m$ word copy paste? |
| 09:37 |
Jigal |
andreasbalzer: icons must mean something and add useful information; you can use a nice detailed icon to indicate in which dialogue you are, but it must be clear what it means without any text |
| 09:37 |
andreasbalzer |
yeah. the texts are optional.. |
| 09:37 |
smeringe |
Phlogiston_: working nice i think. try it and see.. |
| 09:38 |
just2b |
andreas.. a bit better but still a overhead of text and color and everything |
| 09:38 |
just2b |
and why the people? |
| 09:38 |
andreasbalzer |
the thing is you can modify this toolbar completly like in Firefox.. So it could be better for some people if there are texts around |
| 09:38 |
Jigal |
andreasbalzer: blue is a little quieter colour, but still doesn't make me happy. The graphic design is talking, instead of the content... |
| 09:38 |
andreasbalzer |
ah ok. I see what you mean |
| 09:39 |
smeringe |
andreasbalzer: skip the blue/green in page tree and second button row and lighten it in the page editing top.. |
| 09:39 |
andreasbalzer |
yes |
| 09:40 |
Jigal |
andreasbalzer: use the meaning/feeling associated with colours; green is safe, okay; so you can use a green check mark to say: yes; red is hot, agressive, negative; so it is used for saying no, for errors, etc. |
| 09:40 |
andreasbalzer |
yeah |
| 09:41 |
andreasbalzer |
i'll use red too but only in notification windows with failure messages.. the background will turn gray in those cases.. |
| 09:41 |
smeringe |
I like the bottom page info part though :) |
| 09:41 |
Jigal |
andreasbalzer: in this icon bar I don't know why view, save and link to are possitive, safe little men and comments is negative, wrong, red man... |
| 09:42 |
andreasbalzer |
smeringe: Yeah.. The only problem is, that some people flame me about that page info because Windows Vista uses it and I said that in the hci list.. |
| 09:42 |
smeringe |
:) |
| 09:42 |
smeringe |
then it can't do... ;) |
| 09:42 |
andreasbalzer |
jigal: I wanted to use those men-icons to represent the access rights. |
| 09:43 |
andreasbalzer |
green = you can do it, red = you can't... |
| 09:43 |
just2b |
way too big |
| 09:43 |
andreasbalzer |
i thought that such icons would be better than a single and little dropdown box |
| 09:43 |
andreasbalzer |
of course they can be smaller.. yeah. |
| 09:44 |
Jigal |
andreasbalzer: didn't work for me :-) You had to explain it... What's wrong with the word and a little +/- or green checkmark/red cross, etc.? |
| 09:44 |
andreasbalzer |
according to your selection on the left (Header info, ...) the area with those mens will change.. |
| 09:44 |
andreasbalzer |
yeah, that's an option too. |
| 09:45 |
andreasbalzer |
i'll change that |
| 09:45 |
Jigal |
andreasbalzer: and it would fit in the space of a single man; so more space of other things or whitespace |
| 09:46 |
andreasbalzer |
oh, no i wouldn't make them so small.. you know there's some statement in hci: it's like as bigger something is and as nearer it is to your mouse cursor, as easier you will find and do it |
| 09:46 |
andreasbalzer |
for me this means: as bigger such an icon, as easier the usage |
| 09:47 |
Jigal |
andreasbalzer: instead of all those arrows you could connect the area with the details of header info, time settings, etc. to the menu item that is selected. Use a highlight colour to the selected item which is the background colour of the detail area and you can drop the arrows too. |
| 09:47 |
Jigal |
andreasbalzer: hci = ? |
| 09:48 |
just2b |
i still dont get for waht this mockup is.. for RTE, for the whole backend? |
| 09:49 |
andreasbalzer |
jigal: human computer interaction |
| 09:49 |
andreasbalzer |
just2b: TYPO3 5.X |
| 09:49 |
just2b |
andreasbalzer for whole BE? |
| 09:49 |
andreasbalzer |
yes |
| 09:49 |
just2b |
then you begin at the wrong side of the backend... |
| 09:49 |
andreasbalzer |
you know there are some people who already did some stuff, but some people don't like others to use it... |
| 09:50 |
andreasbalzer |
just2b: no, it's the right side, because we need mockups for hci tests |
| 09:50 |
just2b |
you should begin with the whole system not with a small part = content elements with RTE |
| 09:50 |
smeringe |
eh.. javascript/html question; with radio buttons, must I loop the group to find the checked value or is there a way like with options (using selectedIndex) to find the value? |
| 09:50 |
andreasbalzer |
just2b: this design is modular. you can change an inner part without changing the whole |
| 09:51 |
andreasbalzer |
e.g. you can imagine a list view in the middle. all the menu bars would stay at the same position... |
| 09:52 |
andreasbalzer |
smeringe: as far as I know a grouped pair of checkboxes has one selection result in JS |
| 09:52 |
just2b |
you are still mixing too many things up... currently this is kind of simple-view because there is a button "advanced" ... so make a simple view and not mixing up wih acess rights, or workspaces |
| 09:53 |
andreasbalzer |
well this should currently represent the step in TYPO3 where you create a page and fill out the RTE |
| 09:53 |
andreasbalzer |
those things at the top should represent those things you consider the page header |
| 09:54 |
andreasbalzer |
the step where you decide in which column you like to place your text is a previous step |
| 09:54 |
andreasbalzer |
but i will start designing those things when I have some ready general design for the whole |
| 09:57 |
Jigal |
smeringe: AFAIK you have to loop through the group and see which element has the checked == true; if the form is sent it will only send the value of the checked radio button. |
| 09:57 |
smeringe |
Jigal: that's the only solution I found so far as well. silly.. |
| 09:59 |
Jigal |
smeringe: not really silly... with the options you have a select element around it and the selectedIndex is a property of the select element. radio buttons are seperate elements which happen to have the same name... |
| 10:01 |
smeringe |
yeah.. but still. a shorthand for it would be nice :) |
| 10:30 |
SmaxTheFrog |
i have an admin user which has no ext manager or user manager icons...any idea how to get that back like resetting admin user rights ? |
| 10:32 |
Tsoots |
SmaxTheFrog, you can clear the user prefs with the install tool |
| 10:32 |
SmaxTheFrog |
Tsoots ok i have access to install tool , but where do i find the resetting of user prefs ? |
| 10:33 |
Tsoots |
database analyzer>reset user prefs |
| 10:33 |
Phlogiston_ |
smeringe: do you know how to set the default widht/height of tinyRTE in TS? |
| 10:33 |
Tsoots |
did you also check that you had live workspace selected for the user |
| 10:33 |
FloLeBlanc |
Regarding direct mail: I insert a record via pid - everything works fine but the image is far too big (no thumbnail previewed but a big sized image) anyone who knows about that problem? |
| 10:33 |
smeringe |
Phlogiston_: not straight of, sorry |
| 10:34 |
Phlogiston_ |
smeringe: I meant in TS site config you know |
| 10:34 |
smeringe |
Phlogiston_: I know I know. still.. but I guess it could be traced if it's not documented |
| 10:35 |
elbart |
hi |
| 10:36 |
SmaxTheFrog |
Tsoot didn´t help, but creating new admin user did...thx for help |
| 10:37 |
Phlogiston_ |
smeringe: do you know how I need to set the style in my file so that tinyRTE shows the style in the editor itself? |
| 10:38 |
Phlogiston_ |
smeringe: ah now it works :) |
| 10:38 |
Phlogiston_ |
tiny hopefully rocks :) |
| 10:47 |
m4rtijn |
hm, is there a TS to only display a radio button for certain users? |
| 10:47 |
just2b |
m4rtijn where? |
| 10:48 |
m4rtijn |
its for the shipping page on tt_products |
| 10:49 |
fudriot |
Hi |
| 10:49 |
m4rtijn |
so.. for fe_user .. i forgot to mention |
| 10:49 |
m4rtijn |
hi fudriot |
| 10:49 |
fudriot |
a little question ... I have a RTE editor in a flexform. How can I define the height of the editor |
| 10:49 |
fudriot |
the line in the flexform looks like this : <defaultExtras>richtext[*]:rte_transform[mode=ts_css]</defaultExtras> |
| 10:51 |
fudriot |
For frontend plugin, there is something like : $this->RTEObj->RTEWrapStyle = "my own style" |
| 10:51 |
fudriot |
But for a backend RTE Editor in a flexform, I find nothing... |
| 10:53 |
m4rtijn |
so. I need to show an extra radio button on the shipping only if a certain user or user from a usergroup is logged on.. any ideas what I could google? or maybe some TSREF |
| 10:53 |
fudriot |
The way I imagine is to implement my own class and function <userFunc>tx_ecobox_rte->drawRTE</userFunc> |
| 10:55 |
fudriot |
Maybe there is a more direct way to customize the editor's height |
| 10:59 |
Phlogiston_ |
I would be incredibly happy if anyone could help me with my backend TER mysql error: http://phpfi.com/238096 |
| 10:59 |
just2b |
phlog in EM? |
| 11:00 |
Phlogiston_ |
just2b: yes I mean in EM |
| 11:00 |
Phlogiston_ |
it looks like tt_adress has erros in its table anyway |
| 11:01 |
just2b |
you made recently an update? |
| 11:01 |
just2b |
of typo3 |
| 11:01 |
Phlogiston_ |
I know now whats the error is.. in tt_address there is no uid field... |
| 11:01 |
Phlogiston_ |
just2b: no |
| 11:01 |
just2b |
so delete the whole table and install tt_address |
| 11:02 |
Phlogiston_ |
just2b: thats exactly what I did |
| 11:02 |
Phlogiston_ |
imho |
| 11:02 |
Phlogiston_ |
now install tool says |
| 11:02 |
Phlogiston_ |
ALTER TABLE tt_address ADD uid int(11) unsigned NOT NULL auto_increment; |
| 11:02 |
Phlogiston_ |
ALTER TABLE tt_address ADD PRIMARY KEY (uid); |
| 11:02 |
Phlogiston_ |
but that is not possible |
| 11:02 |
just2b |
how did you delete the table? |
| 11:03 |
Phlogiston_ |
its the first time I install tt_address on that i3 |
| 11:04 |
Phlogiston_ |
hmm wait its not only tt_address... there still another problem I can't find out |
| 11:05 |
Phlogiston_ |
but there no sql debug is outputted... so I dont know how to find out |
| 11:17 |
m4rtijn |
could anyone help me with this: I want to display a radio button on a page only if the logged on fe_user is from a certain group.. maybe some google keywords or TSREF ? |
| 11:17 |
just2b |
a conditoon on the usergroup > different template |
| 11:18 |
m4rtijn |
hmm.. yeah I thought maybe there would be an easier way..thx just2b |
| 11:20 |
Phlogiston_ |
I tried to change the icon which is shown at the end of a tt_news detail. I want to have always the same icon there. Here is my TS: http://phpfi.com/238101 |
| 11:20 |
Phlogiston_ |
its documented here from tt_news: http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.5.0/view/1/7/#id2931185, see News Files Section |
| 11:21 |
Denyerec |
MORNING! |
| 11:22 |
just2b |
good afternoon |
| 11:22 |
Denyerec |
just2b, Phlogiston_, do either of you know if it's possible to obtain the name of the currently logged in user via Typoscript ? |
| 11:22 |
just2b |
of course possible |
| 11:22 |
Denyerec |
There was a snippet on T3Wizard tht looked like it might be similar, but I couldn't understand it. |
| 11:22 |
Denyerec |
http://www.typo3wizard.com/en/content-comments.html?no_cache=1&tx_rfcontentcomments_pi1%5Bcontentuid%5D=409 |
| 11:22 |
just2b |
yeah copy paste is kind of complicated ;) |
| 11:22 |
Denyerec |
Heh |
| 11:22 |
Denyerec |
then I don't learn. |
| 11:22 |
Denyerec |
I don't understand how line 4 is working. |
| 11:23 |
just2b |
temp.test = TEXT |
| 11:23 |
just2b |
temp.test.value = Hallo <!--###USERNAME###--> |
| 11:23 |
Denyerec |
how/where is that set, though |
| 11:23 |
just2b |
as a marker |
| 11:23 |
Denyerec |
does that not rely on some template parsing or such ? |
| 11:24 |
just2b |
this will get parsed |
| 11:25 |
Phlogiston_ |
no one has an idea for my problem? |
| 11:25 |
Denyerec |
So where does the marker get defined? |
| 11:25 |
Denyerec |
It seems that that code doesn't explicitly set it up, so it must happen somewhere... |
| 11:25 |
Phlogiston_ |
Enter a cObject to use alternatively for the icons, eg. IMAGE type. <- thats from the documentation... so my TS is correct right? |
| 11:26 |
just2b |
Denyerec yes in ts |
| 11:26 |
brain-xy |
is it possible to add an userfunc to an mapped element of TV? |
| 11:26 |
just2b |
brain-xy usually yes, but i now nothing about TV |
| 11:26 |
brain-xy |
neither i do.. :( |
| 11:26 |
Denyerec |
Also... |
| 11:27 |
Denyerec |
lib.login.if.isTrue = {$activateLogin} |
| 11:27 |
Denyerec |
WHat is {$activeLogin} ? Is that a Typo3 constant / setting ? |
| 11:27 |
brain-xy |
jap.. should be defined in the constants field |
| 11:28 |
Denyerec |
Well, there are no constants in my template, so perhaps it's one defined by Typo by default / in the constants editor... ? |
| 11:28 |
just2b |
nothing defined there on default |
| 11:29 |
tobi |
brain-xy: i had problems adding a userfunc in tv on a tsobject path. it works when you add it directly to the xml and it works if you create it as extension |
| 11:35 |
brain-xy |
hurray.. sounds like it makes fun ^^ |
| 11:35 |
just2b |
tobi, wanna see another new gallery? :D |
| 11:35 |
FloLeBlanc |
hehe |
| 11:35 |
tobi |
yes why not ;) |
| 11:36 |
just2b |
http://www.rggooglemap.com/index.php?id=68&no_cache=1# nearly finished :D |
| 11:36 |
FloLeBlanc |
hey.. where did the girls go |
| 11:36 |
just2b |
yeah.. too bad ;) |
| 11:36 |
FloLeBlanc |
the scrolling is really cool |
| 11:36 |
tobi |
looks good! |
| 11:37 |
just2b |
lightbox & description... reading from a directory the images... |
| 11:37 |
brain-xy |
really good! |
| 11:37 |
tobi |
just2b: is it a extension with own records or does it reuse text/textpic with a special layout ? |
| 11:38 |
just2b |
tobi.. i read images from a directory |
| 11:38 |
just2b |
but no records |
| 11:38 |
just2b |
maybe I will make some different versions.. so one with selecting images, one with textpic files, one like now |
| 11:41 |
Phlogiston_ |
tobi: maybe you have a hint for me with my problem? |
| 11:41 |
Phlogiston_ |
tobi: you are the TS god :D |
| 11:42 |
Phlogiston_ |
just2b: :-p :-D |
| 11:42 |
Phlogiston_ |
maybe TS is buggy or tt_news doc wrong or both buggy |
| 11:48 |
Phlogiston_ |
grr, :) ok I found a very ugly solution and will use that :) hihiih |
| 12:06 |
Denyerec |
Is there a Joomla -> Typo3 content exporter/importer/converter? |
| 12:06 |
just2b |
no and will never be |
| 12:08 |
XiXora |
go make one den |
| 12:08 |
XiXora |
:p |
| 12:08 |
just2b |
why not you XiXora |
| 12:09 |
XiXora |
cos i dont need it :P |
| 12:09 |
zatmania |
jigal : here ? |
| 12:09 |
just2b |
i also dont need it |
| 12:10 |
Denyerec |
I also don't need it |
| 12:10 |
Denyerec |
I just wondered. |
| 12:10 |
Denyerec |
Spose any old CSV exporter from Joomla would do, then just write a CSV-to-content parser for Typo3 |
| 12:12 |
just2b |
Denyerec sure... and the structure is all differnet... pages, tt_content, or the content elements... lolü |
| 12:12 |
Denyerec |
Heh |
| 12:12 |
Denyerec |
obviously it wouldn't be a like-for-like copy |
| 12:20 |
Jigal |
zatmania: just returned ;-) |
| 12:24 |
m4rtijn |
hmm, would anyone know why the following happens: if I login with a user who is a member of two usergroups i get the following error message: Warning: Cannot modify header information - headers already sent by (output started at ...blabla |
| 12:26 |
Jigal |
m4rtijn: the "....blabla" is most of the times the clue :-) there might be an error message there, or whitespace outside the <?php ?> block... |
| 12:30 |
m4rtijn |
strangely enough.. if the same user is only supplied with one usergroup theres no error |
| 12:30 |
just2b |
m4rtijn some extensions installed? |
| 12:31 |
m4rtijn |
yes.. some :p |
| 12:32 |
m4rtijn |
tt_products, fe_user tt_news |
| 12:32 |
m4rtijn |
some poll as well |
| 12:32 |
just2b |
deinstall all and try again |
| 12:32 |
m4rtijn |
:p |
| 12:32 |
m4rtijn |
its a running website |
| 12:32 |
just2b |
but as jigal said, the clue is missing |
| 12:32 |
just2b |
oh so you have a copy of it somewhere, right? |
| 12:34 |
m4rtijn |
http://phpfi.com/238115 |
| 12:34 |
m4rtijn |
thats the full error.. I only replaced the absolute path with ... |
| 12:36 |
m4rtijn |
I have a copy yes, but if I deinstall all extensions the functionality to reproduce the error wold be gone.. |
| 12:36 |
just2b |
yeah do it in the night |
| 12:37 |
m4rtijn |
.. hmm I cant reproduce the state where the error occurs if I deinstall the extensions |
| 12:39 |
FloLeBlanc |
anyone in here using direct_mail with "insert records" ? |
| 12:44 |
Phlogiston_ |
hey m4rtijn I have a similar problem but in T3 EM |
| 12:46 |
Jigal |
m4rtijn: for some people it helped to do a db check and repair in the install tool... |
| 12:49 |
Jigal |
m4rtijn: it didn't work for my installation though, so I edited class.t3lib_db.php and put a '@' in front of the function on the line number from the error message... it surpresses the warning ;-P |
| 12:49 |
m4rtijn |
:p |
| 12:49 |
m4rtijn |
okay, thx |
| 12:49 |
SmaxTheFrog |
what couldbe the reason if a fe user cant login...i created a sysfolder with fe user group and fe user, then i protected a subpage for this usergroup and i want to redirect to protected page after login am always redirected to root page instead of protected area?!? Typo3 Version is 4.1.1 |
| 12:49 |
m4rtijn |
theres no error msg at all though if I use one of the usergroups.. only if I use both.. quite strange |
| 12:50 |
Jigal |
m4rtijn: in the EM I now always get the notification that the db tables must be updated, but that is related to this problem, so it is safe to ignore in my case. At least I can download extensions and stuff... |
| 12:51 |
m4rtijn |
SmaxTheFrog, post your fe_user relating TS on phpfi.com then I can have a look for you |
| 12:51 |
Jigal |
m4rtijn: well, error handling in the db layer is ehm.... let's say.... ehm.... not optimal ;-) |
| 12:51 |
SmaxTheFrog |
m4tijn there is no fe_user relating ts |
| 12:52 |
SmaxTheFrog |
m4tijn according to typo3.org there is no TS needed |
| 12:53 |
m4rtijn |
hmm.. I meant the constants.. my mistake |
| 12:53 |
m4rtijn |
TS constants |
| 12:54 |
SmaxTheFrog |
mmt |
| 13:03 |
Phlogiston_ |
how can I see the mysql command that causes that erro: Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in |
| 13:05 |
Phlogiston_ |
kunden/170478_63450/rp-hosting/2206000/6675000/zadsfurdfasdfsf.com/typo3_src-4.1.1/t3lib/class.t3lib_db.php on line 1005 <- i can even delete that line but typo3 does not react. I wanted to print out something from that file to find out the error, but what hell is going on...? |
| 13:05 |
Jigal |
Phlogiston_: add code to log the query somewhere if the execute command (mysql_query or similar) returned false AND if that is the case the errorcode != 0 |
| 13:06 |
FloLeBlanc |
what part of the TS code normally does the image resizing and creation of a thumb? |
| 13:06 |
FloLeBlanc |
(text /w image) |
| 13:06 |
Phlogiston_ |
Jigal: but where shall I add it? I mean all changes in class.t3lib_db.php are IGNORED! |
| 13:07 |
Aobara |
Hiya, all. |
| 13:08 |
Aobara |
Anyone has ever tried to use IRRE via flex form? Whis me plz. |
| 13:09 |
Jigal |
Phlogiston_: did you remove the files containing CACHED in the file name from typo3temp ? |
| 13:09 |
Phlogiston_ |
Jigal: ah now I found out |
| 13:12 |
Phlogiston_ |
Jigal: sorry, I was quite angry! The error was my fault... sorry to everyone I stressed |
| 13:12 |
m4rtijn |
:p.. I cant forgive you |
| 13:12 |
elbart |
re |
| 13:14 |
Phlogiston_ |
m4rtijn: ok but hey next time you must help me :D lol |
| 13:17 |
Jigal |
Phlogiston_: what was the cause of the error? |
| 13:20 |
just2b |
how do i get the id of a contentelement in FE? i forgot the syntax :( |
| 13:26 |
Phlogiston_ |
Jigal: a strange table in my db :==) |
| 13:27 |
_alexndra_ |
Hello every body |
| 13:27 |
maieul |
hello alexndra |
| 13:27 |
maieul |
did i see you before ? |
| 13:27 |
_alexndra_ |
I have a spip website, how could I convert it easily in a typo3 one? |
| 13:28 |
Jigal |
Phlogiston_: I have similar problems in an installation; what was the name of the table? Maybe it's the same problem here? |
| 13:28 |
maieul |
o, i understand you |
| 13:28 |
_alexndra_ |
yes maieul |
| 13:28 |
_alexndra_ |
i think to know you |
| 13:29 |
_alexndra_ |
nobody can help me |
| 13:30 |
maieul |
no, you would never use spip |
| 13:30 |
_alexndra_ |
yes i know |
| 13:30 |
_alexndra_ |
but it's to late |
| 13:30 |
Phlogiston_ |
Jigal: it was an external table I created myself... |
| 13:30 |
maieul |
you're damned for the eternity |
| 13:30 |
Phlogiston_ |
Jigal: I would recommend you going into that file typo3 reports and do some echo debugging right there |
| 13:30 |
_alexndra_ |
so can a typo3 web site run on a mutualisated server ? |
| 13:32 |
maieul |
try with joomla ;-) |
| 13:32 |
_alexndra_ |
ah you think joomla is better |
| 13:32 |
smeringe |
!! |
| 13:33 |
Phlogiston |
lol |
| 13:33 |
Phlogiston |
yeah what do you guys think of joolmla actually? |
| 13:34 |
just2b |
Phlogiston just another cms, better for smaller things |
| 13:34 |
_alexndra_ |
in fact I have a spip website, how could I convert it easily in a typo3 one? |
| 13:34 |
_alexndra_ |
is typo3 an easy CMS ? |
| 13:34 |
just2b |
_alexndra_ copy paste |
| 13:34 |
FloLeBlanc |
alexndra: imho - no |
| 13:34 |
FloLeBlanc |
but good :) |
| 13:35 |
tobi |
typo3 is not easy but you can do a lot if you are into it |
| 13:35 |
tobi |
btw: 19 minutes than i dont work with typo3 anymore ( at least for a while ) ! |
| 13:35 |
smeringe |
tobi! why? :( |
| 13:36 |
tobi |
i will stop working and start to study, so not much time left for typo3 |
| 13:36 |
smeringe |
ok. |
| 13:37 |
just2b |
tobi.. haha... i know that ;) |
| 13:38 |
tobi |
yes, its a bit a shame that i stop t3 since i know it quite good ( was using it 3 years + quite heavy), but i have to see what future brings |
| 13:40 |
Phlogiston |
tobi: interesting... :) same here in a month :) |
| 13:40 |
FloLeBlanc |
so really no one uses direct_mail in conjunction with the "insert records" content element? |
| 13:51 |
socken23 |
hi all! I installed cl_becache, how can I activate clear cache for selected be users |
| 13:51 |
socken23 |
? |
| 13:51 |
just2b |
socken23 in the settings of the user or usergroup, there is a checkbox as I remember |
| 13:51 |
socken23 |
mhh.. that's what I read, but I can't find the checkbox! |
| 13:52 |
socken23 |
we are talking about the settings of the be user, aren't we!? |
| 13:52 |
just2b |
listview on rootpage > be user or be user group |
| 13:52 |
socken23 |
let me check! |
| 13:53 |
socken23 |
ah, it's in the group.. not on the settings of the user! |
| 13:53 |
socken23 |
thanks alot |
| 13:53 |
just2b |
you are welcome |
| 13:59 |
Phlogiston |
anyone has ever used google search on his site successfully? her it does not work.. nothing is displayed after a search query :( |
| 14:01 |
Phlogiston |
*her=>here |
| 14:03 |
eeos |
hi everybody |
| 14:04 |
just2b |
hi eeos |
| 14:04 |
FloLeBlanc |
hi eeos |
| 14:05 |
smeringe |
hi eeos |
| 14:07 |
FloLeBlanc |
this sucks... does anyone know where the appearance of the images from text /w image are defined in TS? |
| 14:07 |
FloLeBlanc |
(width, clickenlarge, etc.) |
| 14:08 |
just2b |
tt_content. ... of course |
| 14:08 |
FloLeBlanc |
is this equivalent to : content(default) ? |
| 14:08 |
just2b |
these are 2 differnet things |
| 14:11 |
FloLeBlanc |
so where would I click on in the template analyzer to see the tt_content part? |
| 14:11 |
just2b |
tt_content.image |
| 14:16 |
FloLeBlanc |
yes but in which static template should this be? |
| 14:16 |
just2b |
css_styled_content or content(default) |
| 14:16 |
FloLeBlanc |
ok thx |
| 14:23 |
SmaxTheFrog |
where do i define the max filesize for downloads ? |
| 14:24 |
SmaxTheFrog |
e.g video with 160mb of size is rejected when making file_link content element, there seems to be a default value of 10 mb |
| 14:40 |
dax77 |
hi @all |
| 14:40 |
andreasbalzer |
hi dax77 :) |
| 14:40 |
zatmania |
hi dax77 |
| 14:42 |
FloLeBlanc |
hi dax77 |
| 14:47 |
FloLeBlanc |
just2b: thx for the hint I included the part in the nl template and tried to overwrite the whole tt_content.image > which worked fine, where does maxWInText = {$styles.content.imgtext.maxWInText} come from (the value) should this be taken from the record? (f.e: text /w image maxwidth) ? |
| 14:47 |
FloLeBlanc |
oh.. |
| 14:47 |
FloLeBlanc |
gone :) |
| 14:48 |
FloLeBlanc |
sorry for reposting all others: thx for the hint I included the part in the nl template and tried to overwrite the whole tt_content.image > which worked fine, where does maxWInText = {$styles.content.imgtext.maxWInText} come from (the value) should this be taken from the record? (f.e: text /w image maxwidth) ? |
| 14:54 |
andreasbalzer |
as a question: what could prevent TYPO3 from saving a page content element that has a file added larger then 2 MB? My TYPO3 installation doesn't want to use files larger then 2 MB. Uploading works perfect, using doesn't,, |
| 14:55 |
FloLeBlanc |
for images there is a max file size to be displayed afaik but don't know where to change it.. in the install tool perhaps? |
| 14:56 |
andreasbalzer |
i did that.. doesn't help |
| 14:56 |
andreasbalzer |
i also changed every related setting in php.ini |
| 14:56 |
andreasbalzer |
checked the htaccess |
| 14:56 |
andreasbalzer |
and installed an extension to raise the tca settings |
| 14:57 |
andreasbalzer |
then tripple rebooted ( ;) ) and cleared the caches a houndred times.. |
| 14:59 |
FloLeBlanc |
This indicates that maximum number of pixels (width) a block of images inserted as content is allowed to consume.: I set it to 150, text /w image inserted over insertrecords still is at 600 |
| 15:00 |
andreasbalzer |
oh.. for me it's not just an image.. |
| 15:00 |
FloLeBlanc |
no fullsize actually :) |
| 15:00 |
andreasbalzer |
the same happens with videos, flash files, ... |
| 15:00 |
FloLeBlanc |
you also have this problem? |
| 15:00 |
andreasbalzer |
everything with a file greater than 2 MB is just not possible to save.. |
| 15:00 |
FloLeBlanc |
ah ok other problem :) |
| 15:02 |
andreasbalzer |
any idea how to solve this? |
| 15:02 |
FloLeBlanc |
webserver limit reached? :) |
| 15:02 |
andreasbalzer |
no.. |
| 15:02 |
andreasbalzer |
uploading is perfect.. |
| 15:02 |
andreasbalzer |
i can upload them through FTP, TYPO3 and every other way.. |
| 15:03 |
andreasbalzer |
there's no problem with uploading files greater then 10 MB within TYPO3.. |
| 15:03 |
FloLeBlanc |
sorry I can't think of much atm I'm going insane with this direct_mail => insert records => thumbnail is not sized small problem :) |
| 15:03 |
andreasbalzer |
i just can't create a Downloadlink or Multimedia record and include this file.. |
| 15:03 |
andreasbalzer |
:) |
| 15:06 |
alexwx |
helo guys, anybody help? the menu doesnt display. whats wrong? http://phpfi.com/238142 thank you. |
| 15:08 |
andreasbalzer |
alexww: do you include this script anywhere? Or do you just use this code? |
| 15:08 |
Phlogiston |
hmm what shall I check if english content is just not shown on the page but always the default lang? I'm using tv, the language change menu works, as it seems because the url chages |
| 15:08 |
andreasbalzer |
Phlogiston: it seems as if your L parameter isn't send to TYPO3. Please post the according code used |
| 15:09 |
Phlogiston |
andreasbalzer: hmm but realurl changes the url to what I set |
| 15:09 |
andreasbalzer |
right, but it doesn't mean that TYPO3 gets the contents of your new parameters |
| 15:10 |
Phlogiston |
andreasbalzer: hmm futhermore in the menu the entries change to the language but not the content element on that page... thats odd! |
| 15:10 |
andreasbalzer |
ah ok. that's a needed information |
| 15:10 |
andreasbalzer |
aem.. |
| 15:10 |
andreasbalzer |
i had it once too.. i just habe to remember how i solved it ;) |
| 15:11 |
andreasbalzer |
aem. did you set your content to invisible? |
| 15:11 |
andreasbalzer |
what did you set in your rootpage for translated contents (pageheader) |
| 15:13 |
alexwx |
andreasbalzer ofcourse anywhere |
| 15:13 |
alexwx |
this is a peace of my code |
| 15:13 |
alexwx |
but the 2 < styles.content.getLeft works ok... but the menu not |
| 15:18 |
andreasbalzer |
correct me if I'm wrong, but doesn't it have to be 10 = TMENU ... 10.1.NO, 10.2.NO? |
| 15:21 |
alexwx |
andreasbalzer but its in block od 10, than it would be ok, no? |
| 15:21 |
andreasbalzer |
don't know.. |
| 15:21 |
andreasbalzer |
aem i'll look it up.. |
| 15:21 |
alexwx |
ehm, strange, hooooo |
| 15:23 |
andreasbalzer |
oh sry you was right |
| 15:24 |
andreasbalzer |
expAll has to go into 1.10 { .... |
| 15:25 |
andreasbalzer |
and I don't know what stdWrap.htmlSpecialChars = 1 does |
| 15:41 |
Phlogiston |
andreasbalzer: here I am again with the language problem |
| 15:41 |
andreasbalzer |
:) |
| 15:41 |
Phlogiston |
andreasbalzer: what do you mean with rootpage... |
| 15:41 |
andreasbalzer |
one sec please |
| 15:41 |
Phlogiston |
there is no setting at all I think |
| 15:42 |
Phlogiston |
here.. |
| 15:42 |
andreasbalzer |
in German: Standard-Übersetzung verstecken |
| 15:42 |
andreasbalzer |
Verstecke Seite wenn keine Übersetzung für die aktuelle Sprache existiert |
| 15:42 |
andreasbalzer |
In English it's like: Hide standard translation |
| 15:42 |
andreasbalzer |
Hide page if there are no translations for current page |
| 15:42 |
Phlogiston |
I'm swiss :) |
| 15:42 |
andreasbalzer |
you can find those settings in pageheader... |
| 15:43 |
andreasbalzer |
..of any page |
| 15:43 |
Phlogiston |
ah I see it... |
| 15:43 |
Phlogiston |
andreasbalzer: but whats wrong for them? |
| 15:43 |
andreasbalzer |
TYPO3 has no real root page, but it's often good to create one, because then those settings only have to be done once. |
| 15:43 |
andreasbalzer |
is anyone of them checked? |
| 15:43 |
Phlogiston |
nope |
| 15:43 |
andreasbalzer |
good |
| 15:43 |
Phlogiston |
can I set the second one for ALL my pages? I have a root page btw |
| 15:44 |
andreasbalzer |
if there's no page that overrides the settings, then it should work |
| 15:45 |
andreasbalzer |
and i'll post a working solution in a view secs.. moment |
| 15:45 |
m4rtijn |
Im off home.. cu tomorow |
| 15:45 |
Phlogiston |
the url without real url is: index.php?id=30&L=2 |
| 15:46 |
Phlogiston |
and here is my lang setting: http://phpfi.com/238157 |
| 15:47 |
andreasbalzer |
http://phpfi.com/238158 should do the trick without TV (you have to modify the 340 to your needs) As you are using TV you might have to use something equal... |
| 15:48 |
andreasbalzer |
your code is correct |
| 15:48 |
Phlogiston |
andreasbalzer: hmm hmm... dunno how to use that with TV.... maybe I can set that in TS for root page? |
| 15:49 |
andreasbalzer |
could work.. but i have no idea ;) |
| 15:49 |
Phlogiston |
hmm :( |
| 15:50 |
andreasbalzer |
i was only able to look through the general language settings.. any TV setting is unknown to me. I have not learned TV yet.. |
| 15:51 |
andreasbalzer |
but maybe there's someone here who is able to answer you question.. or you ask in the mailinglists of TYPO3 |
| 15:51 |
andreasbalzer |
but i'm sure someone like awillys will be able to solve your problem. You just have to cry loud enough ;) |
| 15:51 |
andreasbalzer |
awillys: are you there? |
| 15:54 |
Phlogiston |
I have another typo3 site where its working so I'll check there for settings |
| 15:54 |
andreasbalzer |
that's a good idea |
| 15:54 |
Phlogiston |
oh I find out something I asked before here |
| 15:55 |
Phlogiston |
how you can define the default language :) |
| 15:55 |
Phlogiston |
I mean how to tell typo3 what your default language is :) |
| 15:55 |
andreasbalzer |
;) |
| 15:58 |
Phlogiston |
wow and at least that works :) |
| 15:58 |
eeos |
taking a break |
| 16:01 |
Phlogiston |
where can I look up all those config.foo option? Not tsref?! |
| 16:02 |
andreasbalzer |
they should be there. But if you know what you like to look for, Google will be a lot faster in giving you the answer ;) |
| 16:02 |
Phlogiston |
that did the trick |
| 16:02 |
Phlogiston |
config.hideNonTranslated = 1 |
| 16:02 |
Phlogiston |
config.sys_language_overlay = 1 |
| 16:02 |
Phlogiston |
WOOOOT :D |
| 16:03 |
Phlogiston |
now I can leave work and go home :D |
| 16:03 |
andreasbalzer |
;) |
| 16:03 |
Phlogiston |
andreasbalzer: but I think it still does not hide pages without tranlations... the other options is just for CE's ... but I once saw that somewhere |
| 16:05 |
Phlogiston |
ah hmm |
| 16:05 |
Phlogiston |
np |
| 16:05 |
Phlogiston |
cool |
| 16:05 |
Phlogiston |
stuff |
| 16:10 |
andreasbalzer |
;) |
| 16:14 |
uschi |
high folks :)) |
| 16:16 |
uschi |
Phlogiston, docs for config.foo under http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/7/3/ |
| 16:16 |
uschi |
the CONFIG object |
| 16:22 |
Sprinter |
hey! :) |
| 16:23 |
andreasbalzer |
hi ;) |
| 16:23 |
uschi |
ho! :) |
| 16:23 |
andreasbalzer |
hi uschi :) |
| 16:29 |
Sprinter |
wieviel arbeit muss man so als typo3/cms neuling investieren um das Teil äußerlich so abzuspecken, dass es sich auf 5-7 statische Seiten beschränkt :> |
| 16:29 |
andreasbalzer |
kommt drauf an, wie du die Seite aufbauen möchtest |
| 16:29 |
Sprinter |
also die idee war ne minimalistische homepage erstmal mit typo3 abzubilden und dann mal weiterschauen |
| 16:29 |
Sprinter |
www.tm-nations.de |
| 16:29 |
andreasbalzer |
für 5-7 Seiten könnten 3 bis 4 Monate reichen, bis du den Überblick über Installation, Konfiguration etc dafür hast |
| 16:29 |
Sprinter |
so ne einfache seite von nem trackmania team |
| 16:29 |
Sprinter |
in etwa sowas |
| 16:30 |
andreasbalzer |
nach 2 Monaten solltest du so eine Seite unter Nutzung zahlreicher Hilfen realisieren können |
| 16:30 |
Sprinter |
oha |
| 16:30 |
andreasbalzer |
allerdings wird selbst dann TYPO3 noch ein kleines Wunderkind sein ;) |
| 16:31 |
andreasbalzer |
Ich hab ess-erfurt.de von Anfang an betreut. Zwischen dem Zeitpunkt, wo ich mich für TYPO3 und eine Agentur entschieden habe und dem Tag, an dem ich wusste wie (fast) "alles" ( ;) ) läuft sind 3 Jahre vergangen und rund 22.000 Seiten Text.. |
| 16:32 |
Sprinter |
o.O |
| 16:32 |
Sprinter |
naja ich möchte nicht wirklich ALLES über typo3 wissen ;) |
| 16:32 |
andreasbalzer |
da bräcuhtest du auch um einiges länger ;) |
| 16:32 |
Sprinter |
ich dachte nur dass es evtl Sinn macht gleich mit sowas anzufangen und ne joomla phase zu ueberspringen |
| 16:33 |
andreasbalzer |
ja ;) |
| 16:33 |
andreasbalzer |
also äm.. die news sollten relativ einfach zu machen sein, das Forum wird extrem schwierig für einen Neuling.. die Tabellen gehen relativ leicht. Wenn du willst kann ich dir da helfen. |
| 16:33 |
andreasbalzer |
Allerdings solltest du dir im klaren sein, dass TYPO3 eine Menge Serverressourcen schluckt |
| 16:33 |
Sprinter |
ich habe mal die Tage webspell installiert, das ist son pseudo cms system fuer gamesites...das ist ma uebel was da im admin menu einzustellen ist.... quasi nix |
| 16:33 |
Sprinter |
:D |
| 16:34 |
Sprinter |
ich habe nen rechner der nicht viel macht |
| 16:34 |
Sprinter |
das ist nicht das problem :p |
| 16:34 |
andreasbalzer |
>256MB Ram? |
| 16:34 |
Sprinter |
1024, jo |
| 16:34 |
andreasbalzer |
>2GB Speicherplatz exklusiv für TYPO3? |
| 16:34 |
Sprinter |
jojo |
| 16:34 |
andreasbalzer |
möglichst Linux? |
| 16:34 |
Sprinter |
debian :>>>> |
| 16:35 |
andreasbalzer |
welcome to TYPO3 :) |
| 16:35 |
Sprinter |
in typo3 ist doch ein forum sicher integriert oder? |
| 16:35 |
andreasbalzer |
jein |
| 16:35 |
andreasbalzer |
es gibt welche als extensions |
| 16:35 |
Sprinter |
und wenn ja, kann es nicht viel schlechter sein als phpbb |
| 16:35 |
Sprinter |
:D |
| 16:36 |
andreasbalzer |
aber einige sind einfach zu integrieren und für andere kann man als neuling schonmal verzweifeln.. |
| 16:36 |
andreasbalzer |
äm.. an phpbb reichen die foren nicht ganz ran.. nein |
| 16:36 |
andreasbalzer |
aber du kannst phpbb integrieren, was allerdings eine höllen arbeit darstellt ;) |
| 16:36 |
Sprinter |
naja so installieren von so kram hab ich noch immer irgendwie hingekriegt |
| 16:36 |
Sprinter |
ich will gar kein phpbb |
| 16:36 |
andreasbalzer |
ah ok |
| 16:36 |
Sprinter |
das admin interface ist nur schlecht |
| 16:37 |
Sprinter |
jetzt ist zwar version3 rc1 draussen, aber das muss mal gar net sein |
| 16:37 |
Sprinter |
fuer die 3 posts im Monat atm reicht eh was einfaches. |
| 16:37 |
andreasbalzer |
äm.. am besten du lädst dir TYPO3 erstmal auf den Server / oder auf eine Developer Maschine (möglichst in den Root) Anschließend kommst du nochmal vorbei und wir machen weiter |
| 16:37 |
andreasbalzer |
bin mal ganz kurz afk |
| 16:37 |
Sprinter |
jo das ist net das ding |
| 16:39 |
andreasbalzer |
bb |
| 16:40 |
andreasbalzer |
generell: wenn du deine seite als pures template machen könntest (html, besser XHTML) mit CSS etc dann kann deine Seite dank mir binnen 24 Stunden ready to use online sein. Ich mach's gerne kostenfrei.. |
| 16:40 |
andreasbalzer |
(bin selbst nur ein schüler).. |
| 16:42 |
Sprinter |
boar hab ich heute nen gluecks-irc tag erwischt? :D |
| 16:42 |
andreasbalzer |
möglich.. |
| 16:43 |
andreasbalzer |
alternativ biete ich dir an, erstmal die grunddokumentation zu lesen.. |
| 16:43 |
Sprinter |
>.< |
| 16:43 |
andreasbalzer |
dann hast du wenigstens kein fertiges system und weißt nichts damit anzufangen ;) |
| 16:43 |
andreasbalzer |
je nach dem wie du möchtest.. |
| 16:43 |
Sprinter |
das problem bisher mit cm systemen war fuer mich immer dass ich es immer mal schnell installiert hab |
| 16:43 |
Sprinter |
dann nicht sehr shcnell fortschritte gemacht habe und dann wieder inne ecke :D |
| 16:44 |
andreasbalzer |
das wird dir bei TYPO3 am wahrscheinlichsten passieren.. |
| 16:44 |
andreasbalzer |
du solltest also besser vorher die Doku gelesen haben... :D |
| 16:44 |
andreasbalzer |
http://typo3.org/documentation/ |
| 16:46 |
Sprinter |
jo ich installier das mal eben nebenher |
| 16:46 |
andreasbalzer |
wär nur schade, wenn ich dir das mache du es morgen abend wieder löschst, denn wenn ich sage, dass es in 24 Stunden fertig sein kann, dann muss ich auch 24 Stunden dafür arbeiten... |
| 16:48 |
Sprinter |
nene da brauchste dir keine gedanken machen |
| 16:48 |
Sprinter |
bevor ich jemand anderen was machen lasse muss es schon sehr sinnvoll sein :) |
| 16:48 |
Denyerek |
Anyone ever used this? lib.login = COA_INT |
| 16:48 |
Denyerek |
lib.login { |
| 16:48 |
Denyerek |
10 = TEXT |
| 16:48 |
Denyerek |
10.wrap = <span id="logoutUName">|</span> |
| 16:48 |
Denyerek |
20 = TEXT |
| 16:48 |
Denyerek |
20.typolink.parameter = {$plugin.tx_newloginbox.loginUID} |
| 16:48 |
Denyerek |
20.typolink.returnLast = url |
| 16:48 |
Denyerek |
20.wrap = <form action="|" method="post"> |
| 16:48 |
Denyerek |
30 = COA |
| 16:48 |
Denyerek |
30 { |
| 16:49 |
Denyerek |
5 = TEXT |
| 16:49 |
Denyerek |
5.wrap = <input type="submit" id="logout" value="|" /> |
| 16:49 |
Denyerek |
10 = TEXT |
| 16:49 |
Denyerek |
10.value = <input type="hidden" name="logintype" value="logout" /> |
| 16:49 |
Denyerek |
20 = TEXT |
| 16:49 |
Denyerek |
20.value = <input type="hidden" name="redirect_url" value="" /> |
| 16:49 |
Denyerek |
30 = TEXT |
| 16:49 |
Denyerek |
30.value = </form> |
| 16:49 |
Denyerek |
} |
| 16:49 |
Denyerek |
} |
| 16:49 |
Denyerek |
FFS |
| 16:49 |
Denyerek |
Sorrry guys |
| 16:49 |
Denyerek |
my clipboard is playing up bigtime today |
| 16:49 |
Denyerek |
I meant to post this: http://www.typo3wizard.com/en/snippets/cool-stuff-typoscript/typoscript-loginbox-using-kb-md5feuser-and-newloginbox.html |
| 17:11 |
XiXora |
you lose |
| 17:16 |
Denyerek |
Indee.d |
| 17:16 |
Denyerek |
d |
| 17:16 |
Denyerek |
http://www.typo3wizard.com/en/snippets/cool-stuff-typoscript/typoscript-loginbox-using-kb-md5feuser-and-newloginbox.html |
| 17:16 |
Denyerek |
REALLY would love someone to explain WTF that is about tho |
| 17:24 |
Sprinter |
andreasbalzer: soll ich ne testseite installieren oder lieber zu fuss die komponenten |
| 17:28 |
Sprinter |
ah nvm |
| 17:50 |
Denyerek |
WHy can't I upload PHP files from the filelist ? |
| 17:50 |
Denyerek |
I've removed the regex from the INstall tool that usually forbids PHP files |
| 17:51 |
Denyerek |
and i've logged in and out |
| 17:51 |
Sprinter |
andreasbalzer: installiert habe ich den krempel mal :p |
| 17:53 |
johnd0e |
hi guys |
| 17:53 |
Denyerec |
JOhn!! |
| 17:53 |
Denyerec |
2 things dude |
| 17:53 |
Denyerec |
1- I can't uplod php files even tho I removed the disallow regex |
| 17:54 |
Denyerec |
2- I'm trying to pull the username of the currently logged in FE user in Typoscript. |
| 17:54 |
Denyerec |
Any offers? :) |
| 17:58 |
johnd0e |
how can I add multiple js includes to the page.headerData? |
| 18:08 |
kissmytoe |
Hi everybody, I would need an extension to popup an image with text on it in a page... |
| 18:08 |
kissmytoe |
Not in a new window |
| 18:09 |
kissmytoe |
someone can help me? |
| 18:36 |
johnd0e |
how do I add a dam category selection to my plugin configuration? |
| 19:52 |
ries |
anybody knows a good shop system for the price range up till 500 euro? |
| 19:56 |
elkman |
Hello out there... :-) |
| 19:58 |
ries |
Hey elkman |
| 20:24 |
smeringe |
s/never been/has been |
| 20:25 |
smeringe |
:) |
| 20:44 |
jg72 |
Hi. I have problems to build a gif-image using the GIFBUILDER with text. After Migrating to another Server the Text is missing. |
| 20:45 |
jg72 |
I think either one package is missing (Ubuntu Linux) or the TTF-Files located in fileadmin/ttf can't be read. Any Hints? |
| 20:48 |
kent1 |
hi |
| 20:58 |
andreasbalzer |
hi to everyone! |
| 20:58 |
kent1 |
hi |
| 20:59 |
andreasbalzer |
I still have this weired problem: http://www.ess-erfurt.de/typo3_org/t3prob.jpg Any idea? |
| 21:17 |
bane007 |
i used tt_news for many projects but this time it seems i cannot make SINGLE display to work. what could be common error for that? |
| 21:28 |
johnd0e |
is anyone awake? |
| 21:28 |
andreasbalzer |
me |
| 21:29 |
johnd0e |
hi |
| 21:30 |
andreasbalzer |
hi ;) |
| 21:30 |
johnd0e |
I'm having some problems when trying to resize images |
| 21:31 |
johnd0e |
should be easy, but I don't seem to get it |
| 21:33 |
johnd0e |
I need to resize images on the fly |
| 21:34 |
johnd0e |
can you give me a hint where to find a tutorial/example or just what to look for? |
| 21:34 |
andreasbalzer |
what do you mean with resize on the fly? |
| 21:35 |
andreasbalzer |
you can specify a dimension when you add images to a content element |
| 21:35 |
andreasbalzer |
you need image magic for it |
| 21:36 |
johnd0e |
imagick and gd are enabled. picked up an idea I saw earlier in here and created a plugin for JonDesign's Smooth Gallery |
| 21:36 |
johnd0e |
now everything works, except for the resizing |
| 21:36 |
andreasbalzer |
hm.. |
| 21:36 |
andreasbalzer |
you can also send the image path and some options to image magic within your extension that the image is resized. |
| 21:37 |
andreasbalzer |
but i don't know how this works |
| 21:38 |
johnd0e |
ok, thx, I'll try to find out how to do that |
| 22:12 |
Denyerec |
What do you do if you had to fudge through the installation because your target host is SHIT, and although you've got created DB tables, it's not created an admin user record? |
| 22:13 |
andreasbalzer |
I would chose another hosting service ;) |
| 22:13 |
andreasbalzer |
or try how friendly their support is... maybe they help you |
| 22:18 |
Denyerec |
:/ |
| 22:18 |
Denyerec |
I am thinking maybe i acn copy the MD5 hash and admin record from a good typo installation |
| 22:18 |
Denyerec |
? |
| 22:18 |
Denyerec |
Do you think that has a chance of working ? |
| 22:18 |
andreasbalzer |
it might work |
| 22:19 |
andreasbalzer |
it depends on the encryption key entered in the install tool i guess |
| 22:24 |
ries |
Denyerec: what OS? I did hear that some new versions of mysql5 needs to be set to mysql4 compatibility |
| 22:25 |
Denyerec |
Unix / Linux I think |
| 22:26 |
Denyerec |
I can get to the install tool andreasbalzer, so It hink can get the MD5 keys to match |
| 22:26 |
Denyerec |
Well |
| 22:26 |
Denyerec |
nothing like the "good old college try" |
| 22:31 |
Denyerec |
$redirect_url=t3lib_div::GPvar('redirect_url'); |
| 22:31 |
Denyerec |
does that mean that the plugin code can be configured from typoscript? |
| 22:35 |
Denyerec |
ries hate to be a pain |
| 22:35 |
Denyerec |
but where do GPvar's come from in a plugin? |
| 22:36 |
ries |
GPvars come in into your piVars if configurated correctly |
| 22:36 |
ries |
can you cone on MSN? |
| 23:35 |
Denyerec |
(Big pile of goats now, as it happens...) |
| 23:42 |
jsfan |
hi everybody |
| 23:43 |
jsfan |
tansta, you'll be at the ug meeting tonight? |
| 23:43 |
tansta |
yes i will |
| 23:44 |
tansta |
7PM right ? |
| 23:45 |
jsfan |
yes |
| 23:46 |
jsfan |
don't be late! ;) |
| 23:46 |
tansta |
i hope i wont get caught up at work again :D |
| 23:46 |
Denyerec |
No matter what I do, when I search for extensions I see no results. |
| 23:47 |
tansta |
haha |
| 23:47 |
tansta |
what are you looking for DE ? |
| 23:48 |
Denyerec |
Templatevoila |
| 23:48 |
Denyerec |
I also get a server error when trying to retrieve the extensionlist |
| 23:48 |
Denyerec |
so I uploaded an extensionlist from a different server |
| 23:49 |
Denyerec |
I think I might have to upload every extension manually |
| 23:50 |
Denyerec |
OMFG this host is so shit. |
| 23:51 |
Denyerec |
I think iut's the script timeout on external connections. |
| 23:51 |
Denyerec |
which means it's a host thing |
| 23:51 |
Denyerec |
which mens i can't fix it |