Search the website and IRC logs

#TYPO3 IRC log from : Saturday 17 January 2009

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
01:10 dami good evening
01:11 dami Can anyone tell me whether it is possible to use templavoila and automaketemplate at the sime time? I have a website in typo3 made with automake, now I got a .t3d for another site in the same installation that requires templavoila
09:53 RoyalKnight does anybody know something about a "formulardesigner" (== "formdesigner" in english language)
10:28 eeos hi evrybody ....
10:29 eeos I have a strange problem .... we implemented tt_news on a site, with RTE HTMLarea support .... but when we create a link to an external url, the link is removed .... any clue?
10:37 RoyalKnight eeos: removed in the fe only or even in the be?
10:42 eeos RoyalKnight: only in the FE
10:45 eeos RoyalKnight: I made another test .... yes, definitevly only in the FE .... sorry if it takes some time to answer but the connectio is not good and I am trying to test before answering, to be sure of what I say ....
10:47 eeos RoyalKnight: what do you think?
10:48 RoyalKnight eeos: there are some fe-output parsing options - i think that you remove all links with such an option
10:48 eeos RoyalKnight: do you know what they are?
10:49 eeos RoyalKnight: I am parsing all the typoscritp, but do not seem to find anything
10:50 RoyalKnight eeos: there are a lot of places where the behaviour of fe-output can be changed
10:50 RoyalKnight not to say that standard configuration not always works
10:50 eeos RoyalKnight: I have a : plugin.tt_news. general_stdWrap >
10:51 eeos RoyalKnight: could it be that?
10:51 RoyalKnight eeos:
10:51 eeos RoyalKnight: (I am problem solving on someone else's code, sorry .....)
10:51 RoyalKnight eeos: yes, you have to set it to the rte default
10:51 RoyalKnight eeos: one sec
10:52 RoyalKnight eeos: try: plugin.tt_news.general_stdWrap.parseFunc = < lib.parseFunc_RTE
10:53 RoyalKnight eeos: without "=" i think...
10:54 RoyalKnight eeos: or if you find the line plugin.tt_news. general_stdWrap > just remove it
10:56 eeos RoyalKnight: thanks a lot it seems to work!!!!
10:56 eeos RoyalKnight: :)
10:57 eeos RoyalKnight: can I ask you another thing about the RTE? Do you know how to align tables (that is left, centre, right)?
10:58 RoyalKnight eeos: no idea, maybe you want to take a look at tinymce_rte
11:00 eeos RoyalKnight: I can't .... solutio implemented, customer asked for htmlarea .... :)
11:01 RoyalKnight eeos: i think that there is no development on htmlarea any more, so you are working with a dead editor
11:02 eeos RoyalKnight: :(
11:06 eeos RoyalKnight: pity it is a very good editor .... does tiny mce do all the same things?
11:07 RoyalKnight eeos: i don't know pity
11:08 eeos RoyalKnight: :D .... no .... it is a pity because it is a very good editor
11:08 RoyalKnight eeos: ok :D i think tinymce is better than htmlarea
11:09 eeos RoyalKnight: I have never tried .... I will though .... does it have good table management?
11:09 RoyalKnight eeos: http://tinymce.moxiecode.com/examples/full.php
11:11 eeos RoyalKnight: wow! and this is the same that is available for typo3?
11:12 RoyalKnight eeos: take a look on it ;) just import and install tinymce_rte - less than one minute of work
11:12 eeos RoyalKnight: and is the output compliant with XHTML specs????
11:12 eeos RoyalKnight: can I have it at the same time as HTMLAREA?
11:12 eeos RoyalKnight: does it work with tt_news as well?
11:12 RoyalKnight eeos: otherwise i wouldn't use it ;)
11:13 RoyalKnight eeos: it's only possible to have one rte installed at the same time
11:14 RoyalKnight eeos: @tt_news: of course, because it's even an rte
11:14 eeos RoyalKnight: so, it works will all extensions ....
11:15 RoyalKnight eeos: every extension which uses rte, because the typo3 standard editor is also hooked in like tinymce
11:16 eeos RoyalKnight: what about DAM? there is alway problems with DAM integration ....
11:17 RoyalKnight eeos: it should even work with dam (official statement is that it works with dam)
11:17 eeos RoyalKnight: you do not use it?
11:17 eeos RoyalKnight: by the way, why is htmlarea integrated wit typo3 releases then?
11:18 RoyalKnight eeos: don't ask that much questions, just try it... if you don't like it put it to the trash and re-install htmlarea - done in another minute
11:18 RoyalKnight eeos: ask the core team...
11:20 eeos RoyalKnight: last question .... how do you install it? there is no package with the tinyMCE version that is online in the exmaples you sent me ....
11:22 RoyalKnight eeos: through the ter with review-check turned of
11:28 eeos RoyalKnight: which package? there is more than one, sorry .... the Stefan Galinski's one?
11:28 RoyalKnight eeos: tinymce_rte
11:29 eeos RoyalKnight: fabulous .... thanks!
11:29 eeos RoyalKnight: have a nice week end!
12:49 theconic can someone tell me why this does not work?
12:49 theconic http://t3paste.org/Ei0XOX
12:49 theconic only 3 lines
12:49 theconic very easy
12:50 theconic i can't find the mistake and i am sure that the requested file exists
12:54 HardPhuck http://t3paste.org/VGbEMQ
12:54 HardPhuck try this
12:55 theconic why do you use spaces around the | ?
12:55 HardPhuck if you get the right text path just modify line 5 adding <img
12:55 HardPhuck a habit
12:56 HardPhuck remove them :)
12:57 theconic with TEXT it is absolutely no problem
12:57 theconic but with the IMAGE, it doesn't work...
12:57 HardPhuck use text then
12:58 HardPhuck 5.wrap = <img src="fileadmin/ | .jpg" alt="" />
12:59 theconic hehe, but i don't really want to include a picture
13:00 theconic i use that in a function that checks whether the file exists or not
13:00 theconic so i need to write it like this, otherwise it doesn't work
13:00 HardPhuck ah :)
13:01 HardPhuck you want to check with php or TS?
13:01 theconic TS
13:01 theconic file check works
13:02 HardPhuck never done checking in TS
13:02 theconic but not if i use {TSFE:fe_user|user|username} or so
13:02 theconic i know, nobody in here knew how to do this ;)
13:02 HardPhuck did you try the documentation?
13:02 theconic but i managed it now, only that i can't include a picture with a variable in the path
13:03 theconic i always try the documentation ;)
13:03 HardPhuck i must ask, most people dont :)
13:03 theconic i know
13:04 theconic just an IMAGE with variable in the file
13:04 theconic didn't think this was so difficult
13:05 theconic with HTML and TEXT and so on everything is fine
13:05 theconic but not in the cObject IMAGE
13:06 HardPhuck yeah images are a pain :)
13:06 theconic is insertData disabled there?
13:06 TaucherMK theconic: Did you try to build the path in another cObject and copy the value to file?
13:08 theconic hehe, i had the same idea, but i am not sure whether my code is correct or not
13:08 theconic one moment, i paste it
13:10 TaucherMK btw. insertData can't work there (i think)
13:10 TaucherMK look at the reference for IMAGE
13:10 TaucherMK you could try stdWrap.insertData
13:10 theconic like this: http://t3paste.org/tglhXK ?
13:11 TaucherMK no
13:11 TaucherMK try stdWrap.insertData in the code you posted before
13:11 theconic one moment
13:12 theconic this http://t3paste.org/iz8WIP doesn't work
13:14 TaucherMK 5.file.stdWrap.insertData = 1 without file
13:14 TaucherMK don't know if this works, but it could ;-)
13:14 TaucherMK with file in the path it can't, because file is imgResource
13:25 TaucherMK theconic: Does it work?
13:40 theconic no, it doesn't
13:41 theconic i am out of ideas... :(
13:42 TaucherMK mom
13:44 TaucherMK http://t3paste.org/GoSrAO
13:55 RoyalKnight theconic: i think it should work with something like file.import.data = {TSFE...} file.import = fileadmin/
14:10 ndee hey guys, anyone has a good frontend editing extension for editing records?
14:11 HardPhuck theres only one
14:11 HardPhuck pixe_feediting
14:12 ndee is it good?
14:12 HardPhuck i mean there are more bit this is the only one useful one
14:12 HardPhuck at least for me
14:12 ndee ok
14:13 HardPhuck you should wait for typo3 4.3 :)
14:13 HardPhuck that version will have FE editing built in
14:13 HardPhuck or so they say :D
14:13 ndee hehe
14:14 ndee HardPhuck: can I also edit database records of own extensions?
14:15 HardPhuck i think yes as long as you write them properly
14:16 HardPhuck i know that tt_news can be edited with it, so i think other ext shouldnt be a problem
14:17 HardPhuck anyways, i'm off.. later
15:17 theconic hi all, i found the solution for my problem
15:17 theconic it is very easy
15:17 theconic still someone here who is interested?
15:32 _pedda_ hi all
15:32 _pedda_ :)
15:34 theconic servus
15:35 _pedda_ what's up? any problems to solve ?
15:42 theconic no, you said "hi all", so i say servus ;)
16:00 _pedda_ i know don't feel scared only because i asked whether someone needs help .. :)
16:42 theconic _pedda_: now i need help ;)
16:43 theconic i don't like the <!--TYPO3SEARCH_begin--> tags
16:43 theconic can i disable the indexed search so that this disappears?
16:46 TaucherMK theconic: Do you use templavoila? You can remove it there
17:32 socken23 Hi all! Just quickly set up a new page with templavoila. I don't get any images (src=""). Any idea where I should start looking?
17:33 socken23 If I go to the folder uploads/pics via FTP, I see that the file is uploaded
17:34 Dender Do any knows how webempoweredchurch works?
17:37 socken23 Ah, think I got it. typo3temp is not writtable..
17:39 socken23 mhh. didn't change anything. Other ideas?
17:40 Dender what is the problem socken23?
17:43 socken23 I upload an image in the backend and it's not displayed in the frontend
17:44 socken23 If I check the source, it shows src="" width="" height="" ...
17:44 kv0s Hi!
17:52 Dender where is it on you server?
17:55 socken23 the images are automatically uploaded to uploads/pics/
18:03 gehdan Hi, I tried to play around with my templavoila mappings and now the content is not showing in the frontend, insted the ID's of the content-elements are shown. I don't know what to do to fix that since I undid every change, reloaded the template and re-mapped the mappings. Any ideas anyone?
18:04 gehdan Oh, the menu and submenu are working btw.
18:19 theconic can someone tell my why this http://webempoweredchurch/ works?
18:20 theconic in my eyes this address makes no sense, but it works ^^
18:20 theconic why is there no .de or .com ?
18:23 krutt theconic: because someone forgot to write it into the url. ....the nameserver does the rest
18:26 Dender the link dont work with me
18:27 Dender do any have the webempoweredchurch.org to work
18:28 Dender i have installed it but dont work in backend
18:36 Dender some there can help?
19:25 mib_54hwksvn hi there
19:26 mib_54hwksvn question got problems with frontend redering of rte
19:26 mib_54hwksvn typo3 renders a <br /> tag as normal text
19:26 mib_54hwksvn in the frontend.. someone got simular problem or knows a workaround ?
19:31 mib_54hwksvn fixes problem with css_styled_content thx
19:36 dinsdale07 hello - are here some typo3 hosters with security experience? What do you do to secure your server?
19:48 null_ secure the server, or the typo install?
19:49 null_ You should get a "default" secure apache, if you use a linux distribution. all other security related to typo you have to read in the manual
19:52 dinsdale07 hi null_, regarding the typo3 installation I have followed the manual regarding the permissions. However the server of my friend got hacked and I'm investigating how this could happen.
19:53 dinsdale07 I just read this paper and it concernc mit quite a bit. http://www.milw0rm.com/papers/260 If I understand it right any unsecure extension could lead to an exploit and it doesn't seem to be too difficult
19:54 null_ first you should take a look at 3rd party extensions
19:55 dinsdale07 my friend has in the moment 230 extensions ... is there a way of compiling a list of all extensions used + their version number.
19:55 dinsdale07 sorry - 230 webs.
19:55 null_ ok
19:55 null_ 230webs, so i guess he ist hosting , an a customer installed an unsafe extension.
19:56 null_ there is a way to tell php and apache to deny any access outsite the docroot.
19:57 dinsdale07 yes - I installed him this server, I have a smaller server for my clients where I'm the one in charge of keeping T3 installs up to date, I've never had a problem with the same setup.
19:57 dinsdale07 I've been thinking about a jail for apache as well - do you know whether bigger hosters do this?
20:02 dinsdale07 with a chroot jail you obviously won't be able anymore to use symlinks for a shared code base for typo3. I'm also not too sure about imagemagick and other helper programs.
20:05 dinsdale07 for compiling a list of extensions + version number I guess I could compile a list by reading the version string in /typo3conf/ext/myExt/ext_emconf.php
20:10 dinsdale07 this seems to do the job: find . -name ext_emconf.php -exec grep \'version\' '{}' \; -print
21:23 flowdab hi
21:23 flowdab how can i create a menu which consists of images only
21:40 null_ gifbuilder
21:43 dinsdale07 flowdab, I used a gif menu once following this tutorial. http://wiki.typo3.org/index.php/GTMENU
22:31 flowdab it just accesses files in typo3temp
22:33 dinsdale07 flowdab - the files in typo3temp are getting created dynamically, it's just where they are being accessed.
22:35 flowdab dinsdale07: do you still have your typoscript code?
22:35 flowdab because the example is broken
22:36 dinsdale07 sure, the menu I used is on this site: classicyachtevents.com
22:37 flowdab awesome design
22:37 flowdab but there is no typoscript
22:38 dinsdale07 hold on - I'm just coping it
22:39 Dender Hello
22:39 dinsdale07 flowdab, http://paste.phlogi.net/gtmenu/
22:39 dinsdale07 you do need the php file too though.
22:40 Dender webempoweredchurch.org any use this?
22:40 flowdab dinsdale07: but you also use fonts in your menu
22:40 flowdab i just have some images... "Home.png", Contact.png and so on... and want them to be my menu
22:41 dinsdale07 flowdab, I think then my menu is overkill ...
22:41 Dender Need help to setup webempoweredchurch from webempoweredchurch.org/, some there can help?
22:42 dinsdale07 flowdab, there is a good howto on typo3.org fuer a simple GMENU though, I'm just trying to find it.
22:44 dinsdale07 http://www.typo3wizard.com/en/snippets/menus/vertical-grafical-menu-gmenu.html
22:46 dinsdale07 this describes howto create a simple gmenu - but it also takes a generic backgroundpicture for all items.
22:54 dinsdale07 flowdab, I think a way to achieve an individual image per menu item would be to upload an image under pageproperties for each page and create a GMENU which uses these images. I don't have the TS on top of my head for that though.
22:56 flowdab mhhh... thank you very much... but why is the typo3 support for that issue so few?
22:57 dinsdale07 do you have an image of your design and how the menu should look like?
23:01 flowdab dinsdale07: like this: http://share.gloriabyte.de/images/maria_screen2.jpg
23:02 flowdab unfortunately i removed the psd file
23:02 flowdab why i'm not possible to get the font to recreate
23:05 dinsdale07 that girl looks scary :-) I think the font is trajan
23:13 flowdab oh there are much more scary pics of her
23:13 flowdab :)
23:15 dinsdale07 I think for a dynamic menu you would have to additionally make the first letter bigger than the rest of them. If you don't have to - try the dynamic approach, then at least you can update your menu in the backend. Otherwise upload each menu item to the page properties and create a gmenu from it.
23:18 dinsdale07 flowdab, I think you can use this TS to get the attached image from a page http://paste.phlogi.net/upload/
23:20 flowdab do i have to upload it to the root page's properties?
23:20 flowdab or to each site where it belongs to
23:21 dinsdale07 page properties - Ressources. It will then copy it into the uploads folder.
23:40 flowdab dinsdale07: i uploaded the images as you told me... tried your code... it didn't work..
23:40 flowdab and searched a bit...
23:40 flowdab now i have this code... http://rafb.net/p/d0dhms30.html
23:40 flowdab but... there are white images only listed
23:41 flowdab and not my ones...
23:41 flowdab do you have any idea?
23:53 flowdab how can i set the page type to advanced?
23:59 flowdab dinsdale07: ? :(

Technologies


R. van Twisk 2004-2010 R. van Twisk / Avenida Diego de Almagro No: 22-47 y Juan Severino / Quito Ecuador
callto://r.vanTwisk | Support: +1 (803) 4263350

© 2012 R. van Twisk. All Rights Reserved.