Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 27 February 2008

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
00:08 uriahhee1 hmm...
00:09 uriahheep does anyone have a link to sample typoscript to use in a templavoila data structure which permits the creation of a GIFBUILDER image from a simple text field?
00:34 smeringe uriahheep: yes. w8
00:38 smeringe uriahheep: http://phpfi.com/299085
00:42 uriahheep smeringe: thanks ;) i figured it out, though, haha
00:42 smeringe :S :)
00:42 smeringe well well..
00:43 uriahheep smeringe: ah, but this way is different from mine ;)
00:43 smeringe hehe :) I hope it's different 'good', or 'another way of doing it' :P
00:44 uriahheep smeringe: does this method solve the current problem that i have, where the HTML tags generated get translated into text characters?
00:45 smeringe uriahheep: hum.. shouldn't be a problem, but I'm not certain.
00:45 uriahheep <img src="typo3temp/GB/e5889aacf0.png" width="394" height="42" class="content-title" alt="" title="" />
00:45 uriahheep this is what happens with me :S
00:45 smeringe that's ugly
00:45 uriahheep indeed.
00:49 uriahheep hmm, anyway
00:49 uriahheep i need to get out of here
00:49 uriahheep i'll solve this tomorrow :P
00:49 uriahheep gnight, and thanks for the help ;)
00:50 smeringe night!
03:16 ghina Greetings, I have installed typo3 and modified the template. Now I am trying to run Install in the BE again but I just get an empty page
06:19 just2b morning
08:04 d|g hi all
09:13 umc anybody knows how I can get rid of the cHash parameter ?
09:13 umc looks ugly, and seems the pages display just fine without that
09:13 umc it only appeares in the commerce extension
09:14 koomi umc: cHash is good for you. healty kids need cHash.
09:14 umc :))
09:14 koomi (healty webservers too, that's why more and more doctors prescribe cHash for their webserver)
09:14 umc but if the pages load just fine without it, what good does it do ?
09:14 umc except that it makes the links very ugly :)
09:15 koomi umc: there's no point in getting rid of chash just because it looks ugly. it basicly protects you against evil cache poisening
09:15 koomi umc: then go for realurl
09:15 koomi umc: and read the typo3 doc on caching
09:15 umc does realurl handle the commerce extension ?
09:15 Ruudi hi
09:16 umc hey
09:16 koomi umc: well. dig around, someone has probably done it before and left some traces
09:17 Ruudi has anyone had problem with translations and templavoila, I have got language menu working and all, it changes extension translations but doesn't change to translated content but shows default no matter witch language i choose
09:17 umc some extensions are very poorly documented... I also had a lot of trouble getting it to work... lucky I found some german site and thank god for google translate
09:17 koomi umc: ^^
09:17 Ruudi umc - what you you lookin for?
09:18 umc trying to make the urls for commerce pages nicer... koomi sugested using realurl and I didn't know if it works for commerce
09:18 umc are you using templavoila Ruudi ?
09:18 Ruudi i do
09:18 Ruudi commerce and cooluri or realurl should work well together i think
09:18 umc I'll copy paste my TS if you want, maybe it helps you
09:19 Ruudi umc - we can try it but i think my problem is somewhere else, as same TS works in other sites
09:19 Ruudi http://www.nabble.com/realurl-and-tx_commerce:-does-this-work--td14778146.html
09:19 Ruudi about commerce and realurl
09:20 umc http://pastebin.ca/920225
09:20 Ruudi there are real url config section for commerce as well
09:20 umc that's what I have for my site Ruudi
09:20 umc first language is Ro, then En, then Hu
09:20 Ruudi umc seems same as mine thnx
09:21 umc well... did you create in TV translations for the pages you're working on ?
09:21 Ruudi TV translations you mean from locale tab? i did
09:21 Ruudi and did content translations as well
09:22 Ruudi but somewhy it doesn't take effect on content but only on extension translations
09:22 nd Can anyone help me with dynamicly replacing a style="" part in a div-container
09:22 Ruudi you want to change style on certain page?
09:23 umc weird Ruudi... should work. do you see the language parameter in the Link ?
09:23 nd Using template-selector and automaketemplate, I want to change the background-image of the div dynamicly and in sync with the Pid
09:23 Ruudi yes link is there and works fine
09:23 umc thanks for that page btw... hope it will be usefull. I'll look later into it
09:23 Ruudi hehe i think i just got it working umc thnx to your ts :)
09:24 Ruudi somewhy I had left out unique vars :)
09:25 Ruudi no content fallback it was
09:25 umc hehe :)
09:26 umc glad I could help
09:26 Ruudi thnx man
09:26 umc you're welcome
09:27 umc nd, you can do that with css, for each page
09:27 umc just give your div some ID
09:28 umc and then, in each page where you want something different, just include an extra css
09:28 Ruudi and css can be added directly to pages typoscript as extended template for page or subpages
09:29 nd umc: The div has an ID, but it's the same on every page, as this comes from the template. So what I am searching is something like 's/style=\"\"/style=\"background-image:head${pid};\"/g
09:29 umc yes, I went for that approach too. I created an extra template for each page where I wanted different css
09:30 umc nd, the ID is supposed to be the same, no problem
09:30 nd Well so you'd change the included css-file, then?
09:30 umc but then, for each page, go to Web->Template
09:30 nd yes
09:30 umc create a new template, as extension template
09:30 umc not root
09:30 nd aight
09:31 umc then, in that template, I have something like: http://pastebin.ca/920235
09:31 umc it's even language specific :D
09:32 Ruudi includeCSS { file2 = mycssfile.css } i think the number after file is important
09:32 Ruudi mhm it doesnt overwrite whole css file umc?
09:33 umc nu Ruudi... in that css that you include, you only say what you want
09:33 Ruudi ok
09:33 umc like #div_id { background: url('../images/new_background.jpg'); }
09:33 Ruudi i have used file1 file2 file3 somewhy dont remember why i did so :)
09:33 umc than it overwrites only the css for that ID
09:34 Ruudi hmm seems like tt_news is not so happy about translations you have used tt_news with translations umc?
09:34 Ruudi translated tt_news plugin that should get news from different sysfolder accepts only those news that's got language setting "all languages"
09:35 umc no Ruudi, I havent't used that extension yet
09:35 uschi morning friends
09:35 Ruudi good morning
09:36 uschi As I am in a hurry and cannot remember, can someone give me a hint how I could convince my menu to show the title and not the navTitle?
09:36 Ruudi field:title
09:36 Ruudi soemthing like that :)
09:36 Ruudi or field:subtitle
09:37 uschi where, Ruudi
09:37 Ruudi NO.stdWrap.field = title
09:37 uschi ok, stdWrap, what else :-)
09:37 Ruudi not sure it works :)
09:38 Ruudi but should...
09:46 nd Ruudi & umc: Using your includeCSS, it doesn't include the file at all...
09:47 umc nd, it works just fine for me... maybe the paths need to be changed in your case
09:47 Ruudi and cache must be cleared
09:47 umc exactly... cleare all cache...
09:48 Ruudi and in page { element it should be
09:48 umc FE cache, and maybe even the 'clear all cache' from the template section
09:49 umc in my example, http://pastebin.ca/920235, did you use the right paths to your css ?
09:50 nd I would say my path is fine. Even then, the line isn't included in the source at all
09:51 umc did you create the extension template for the right page ?
09:51 nd yes
09:51 umc hm... weird... worked fine for me from the start...
09:52 Ruudi can you paste the TS nd?
09:52 umc and all boxes are cleared ? Constants, Setup, Rootlevel ?
09:52 umc none of them are checked in my case
09:52 nd page.includeCSS.file = fileadmin/styles/head_tagebuch.css
09:53 nd Ruudi: That's all the TS in this case
09:53 nd ahh, shit
09:53 nd lemme double check sth
09:53 nd arkward error on my side
09:54 umc so problem fixed ?
09:54 nd No, actually not
09:55 nd The file is included now, but no image yet.
09:55 umc cleared the cache ?
09:55 umc ctrl + shift + R
09:55 nd yes. Lemme see some more... now that it's included, it should be a piece of cake
09:55 nd thanks alot you guys
09:58 umc you're welcome. just clear the caches and look out for the paths... should work
10:03 nd Before, I had the path to the image relative to the .css file. That doesn't seem to work. I also tried absolute ... no pic. Yes, the pictures are actually there ;/
10:03 Ruudi interesting localized tt_news extension in FE seems to accept only "all languages" versions of news articles, or if article got default version that's tied to translation but I need to have different news in different languages not translations, anyone got idea?
10:09 umc so now it works nd ? :)
10:10 umc Ruudi: if you create a new newsitem and set the language to something other then default it doesn't work ?
10:11 Ruudi no it doesnt even thou the page language is same as created article and new plugin has got proper translation
10:11 Ruudi works only if set to "all"
10:17 Ruudi hmm and next localization thing i'm facing at is the indexed search that shows me all language results no matter witch language i have got selected
10:22 umc sorry... can't help you there... :(
10:22 nd umc: No. CSS is included and fine, but no picture yet
10:22 Ruudi seems like there is no much documentation about and google seems to be empty as well...should write to lists i guess :)
10:22 umc nd... may check the error logs... or access log of apache...
10:23 umc maybe you'll see something there about missing files
10:25 nd access_log is a good point... have to see how to get them on the new account
10:27 nd Trivial problem. The cascading in CSS: background: was overriding background-image because of file-include-order
10:27 nd ;/
10:27 FloLeBlanc goooooooooooooooooooooooooooooooooooood morning typo3
10:27 FloLeBlanc well... sort of
10:27 Ruudi morning
10:27 umc hehe... so the mistery is solved nd ?
10:27 umc good afternoon FloLeBlanc :)
10:28 nd it is, umc. Thanks alot
10:28 FloLeBlanc anyone using mm_forum?
10:29 uschi no FloLeBlanc, but can you perhaps help me?
10:29 FloLeBlanc uschi: depends on the problem :)
10:29 FloLeBlanc and .. hi uschi :)
10:29 umc you're welcome nd. glad I could help
10:29 uschi do you know by heart how I can manage that a menu uses the title and not the navTitle?
10:30 FloLeBlanc uschi: if you check "advanced" you can enter a menu title if that is of help
10:30 uschi no, FloLeBlanc, I do NOT want the menu title
10:30 uschi I have entered it, but now I need a menu where the normal title is used even if a navTitle is present
10:31 FloLeBlanc ah ok hmm
10:31 FloLeBlanc I will check my templates if I have that somewhere
10:31 alexwx Helo, is possible to make an ext. as plugin to working as a single unit with the possibilitie, for inclusion into another ext. for using its functions and so on????
10:31 uschi that would be nice, I will have to leave now, but will be back in about half an hour, ok
10:31 FloLeBlanc ok
10:32 uschi moving laptop from home to university
10:32 uschi ciao all
10:32 Ruudi seems like it's more simple to build whole portal in multiple tree concept than gettin those localizations work all proper
10:32 alexwx Hey is possible to make an ext. as plugin to working as a single unit with the possibilitie, for inclusion into another ext. for using its functions and so on????
10:42 alexwx Hey is possible to make an ext. as plugin to working as a single unit with the possibilitie, for inclusion into another ext. for using its functions and so on????
10:52 FloLeBlanc alexwx: depends on the hooks you provide I guess.. voidus does know a bit about extensions if I remember correct
10:55 void alexwx: yes
10:59 alexwx void I would like to make a simply extension wich acn work as a single frontend plugin ext. with FF settings and so on. And also it works as inclusion into another ext. to use his functions
11:00 alexwx void just help me as simply as it is possible :) but i am tinhking about the FF plugin record with pi1. and in the root of ext. will the special class with will included here, and also in another ext.
11:02 void it's possible
11:04 alexwx can you give me some other simple ext. what I can to see? I neeed IT!! :)
11:04 alexwx please hurry I dont have a time :))) LOL
11:07 void alexwx: simple? look at krumo, for example.
11:08 void as an example on how to define and use class
11:08 alexwx nioce i go to check
11:08 FloLeBlanc http%3A%2F%2Fwww.xyz.com => I get the links "broken" from mm_forum, can someone give me a hint what the problem is ? isn't %3A the universal code for : normally?
11:10 alexwx void but there is no Pi1 for plugin element as a single unit
11:10 void alexwx: yes... for pi1 check for example ab_linklist
11:11 alexwx void I need both, I just need the pi1 ext. for front end with one class, witch is included here or into another ext. I need this one
11:12 void alexwx: heh.. i do not know simple extension which fit your need
11:12 void s
11:13 alexwx void and where is another ext. wich includes ab_linklist?
11:15 void alexwx: ab_linklist is a simple ext with fe plugin. usually, there is no need to include classes from simple ext to another ext
11:15 void if you need to include from another ext, that ext is probably library. for example: lib, div, dam, templavoila
11:22 alexwx void look! i dont know how to do that!!! I need to make an extension, wich has one inclusion of som class library... that ext. would be as a frontend plugin, and i need to this class also included from another ext. and using its functions
11:23 void alexwx: i think it's reasonable to make 2 classes - one for fe plugin and another which will contain needed functions.
11:24 alexwx void you mean two ext???
11:24 void no. i mean one ext
11:24 void do you think that ext can contain only one class?
11:24 alexwx void ok this I need, can you give some example???
11:25 void took any extension... tt_news. it have an pi1, but uses some other classes
11:25 alexwx void only one class with library
11:25 void ext can contain a lot of classes
11:26 alexwx I know, but I need to know how it works.. but so hurry :)
11:27 void you want to know how to write typo3 extension for 2 hours? it's not possible
11:30 alexwx void I have more experiences, I need just some infos, thats all.. But how to bring the conf pivars and so on into library class wich is included?
11:32 void alexwx: as arguments?
11:32 void or you can use whole $this as argument
11:33 uschi hello friends
11:35 uschi FloLeBlanc, my darling did you find an example for using the title instead of navTitle
11:37 pulponair uschi: are you arround?
11:37 uschi yeah pulponair, but i am not on my own right now
11:37 uschi working with colleagues
11:38 pulponair uschi: ok np i would like to discuss that rte issue with you ....do you think you ll got time next week?
11:38 FloLeBlanc uschi: I did a G-Menu that defenitely uses the Title instead of the nav title - I'll post you the code not sure if it will be of help to you
11:39 FloLeBlanc http://phpfi.com/299126 => line 11
11:46 Ruudi Flo i'm using mm_forum in several sites
11:47 FloLeBlanc Ruudi: did you upgrade to 0.1.5 yet?
11:47 Ruudi i think i did, at least in one site witch is not in use jet
11:58 alexwx void whats wrong if I get Fatal error: Cannot instantiate non-existent class ??? with using makeInstance function ?
11:59 void alexwx: probably you didn't require() class you want to create
12:00 alexwx void this one ovar class ?? require_once(t3lib_extMgm::extPath('formpro').'class.formpro.php');
12:00 alexwx void the same problem
12:01 void try to use 'new' instead of makeInstance
12:04 alexwx void ok it works, I was wrong dir path: )
12:11 FloLeBlanc ruudi: can you tell me where the notification email does take the forum name for the subject from?
12:11 FloLeBlanc (I have umlauts in them and they do not get displayed correct in the notification email)
12:12 FloLeBlanc nvm found it
12:12 FloLeBlanc but not how to fix the umlaut problem hmm
12:14 Ruudi hmm isn't it somewhere in mm_forum install settings?
12:15 FloLeBlanc yes the board name is under "contact" but notification emails let the umlauts vanish :(
12:24 FloLeBlanc hi denyerec
12:24 Denyerec hey Flo
12:24 Ruudi hm umlauts can be tricky i guess
12:24 Denyerec Anyoen tried 4.2b1 yet ?
12:24 Ruudi using utf-8?
12:24 Denyerec I'm wondering if there's anything major in there that and end user is going to see
12:24 FloLeBlanc ruudi: on the page yes, with emails it's a bit problematic :)
12:24 FloLeBlanc denyerec: not me
12:25 Ruudi i think with mm_forum i have umlauts working ok, but cant say for sure right now :)
12:25 FloLeBlanc hmm Ö is converted to \303
12:26 Denyerec UIs mm_forum not UTF8 or something ?
12:26 Denyerec Or was it a case of converting an installation from one characterset to another ?
12:28 Ruudi multilanguage stuff is tricky been pain in a** today, tt_news and localization seem not to have way to add content like i need it
12:28 Ruudi anyone experienced with tt_news and localizations?
12:28 Denyerec Uschi might well ve
12:28 Denyerec be
12:28 Denyerec I know she's done a lot of work with a German/English website
12:29 Denyerec though I don't know id she'll be around until later
12:29 Ruudi mhm
12:29 uschi uschi is not experienced in anything concerning tt_news
12:29 Ruudi :)
12:29 Denyerec Hahaha
12:29 Ruudi but maybe indexed search?
12:29 Denyerec Come now, you know that's not entirely true
12:29 uschi i only know that localizing categories is a shit
12:30 Ruudi bon apetite
12:31 Ruudi intyeresting should indexed search do searches in selected language only ? in my site it finds content in every language no matter witch i have elected
12:38 FloLeBlanc ruudi: do you happen to know where the mm_forum config (boardname) is saved?
12:40 Denyerec Mmmm Ruudi, this might seem like a typical answr but have you tried googling for that?
12:40 Denyerec Seems like a commong request
12:40 Ruudi no idea there are site-name and team-name constants but board name no idea
12:40 Denyerec brb - rebooting
12:40 Ruudi ah and there are board name constant as well
12:40 Ruudi Board name [plugin.tx_mmforum.boardName]
12:40 Ruudi The name of the message board
12:41 FloLeBlanc thank you ruudi
12:41 Ruudi template constant editor gives the option to change it
12:44 FloLeBlanc hmm where does the option entry "mm_forum" on the left store these values? I set it there - it works, but I can't find those contants on any of my pages with the constants editor :)
12:45 Ruudi hm there are mm_forum constants avileble in my root page
12:45 Ruudi with constant editor
12:45 FloLeBlanc interesting :)
12:46 Ruudi category: MM_FORUM - MESSAGE BOARD (21)
12:46 umc anyone used commerce ?
12:46 Ruudi i have
12:46 Ruudi umc
12:46 FloLeBlanc ah yes informal is checked on my forum page, but not the team name, support email, etc. which I have set hmm
12:46 umc trying to figure out how to show the category menu unfolded
12:46 umc all categories opened
12:46 umc do you know if that's possible Ruudi ?
12:46 Ruudi hm no idea :)
12:47 umc or if you click on a category with no products, it should only open it, not show the page also
12:47 umc because it's double content...
12:47 Ruudi i havent used category menus i think
12:48 umc ok... I'll google some more. thanks anyway ;)
12:48 FloLeBlanc btw: uschi: did the code work for you?
12:48 Ruudi oh np as couldn't help any :)
12:52 Denyerec hAVE you seen the Modern Skin extension?
12:52 Denyerec HOLY SHIT i want to find that man and HUG him
12:52 FloLeBlanc hm?
12:52 umc it's old :D
12:53 Denyerec I just got re-released
12:53 Denyerec Literally, yesterday
12:53 FloLeBlanc have a link to a screenshot? :)
12:53 umc ok... haven't seen it yet
12:53 umc what ext key ?
12:54 Denyerec modernskin
12:54 Denyerec Screenie coming up
12:54 Denyerec http://typo3.org/typo3temp/tx_terdoc/documentscache/m/o/modern_skin-1.1.0/docbook/pictures/1000020100000320000002398267FE6A.png
12:54 Ruudi mm looks sweet
12:54 Ruudi <- testing otu it right away
12:54 umc oh... nice
12:54 umc really...
12:55 FloLeBlanc yep
12:55 FloLeBlanc that's nice :)
12:55 Ruudi hm asks for typo 4.2
12:55 Ruudi interesting would it be safe to ignore it
12:56 FloLeBlanc I wouldn't dare to try :)
12:56 Ruudi i did :D
12:56 Ruudi already
12:56 FloLeBlanc hehe
12:56 Denyerec Did it explode
12:56 Denyerec ?
12:56 FloLeBlanc I'm curious what will happen *G*
12:56 Denyerec Because damn
12:56 Denyerec a backend like that would make selling a Typo3 website MUCH eaiser
12:56 FloLeBlanc B00M!
12:56 Ruudi seems to work just fine at first clance
12:56 FloLeBlanc ;)
12:57 Denyerec Anyone here experienced with DAM(n) ?
12:57 Denyerec I'mw ondering what the obvious pitfalls are
12:57 FloLeBlanc no sorry... no question hit yet today.. I suck :)
12:57 Ruudi modern skin is too blue lol like netscape years back
12:57 Ruudi but still good for a change
12:58 Denyerec Mmm.
12:58 Denyerec Perhaps blue is coming back in fashion?
12:58 Ruudi good clear highlights in page tree
12:58 Denyerec Like the default MS Ribbon UI for office?
12:58 umc I used the improved skin... that's pretty nice too
12:59 Ruudi highlights are the main missing thing in default template
12:59 Ruudi not clear enough in witch page or DAM folder you are in at the moment
13:00 FloLeBlanc lol I love ppl who post "Problems with mm_forum" as their post subject in a forum that is only about problems with mm_forum :)
13:00 Denyerec Mmm
13:00 Denyerec Ruudi
13:00 Denyerec it seems like it's missing a LOT if you install on 4.1.2
13:00 Denyerec the 4.2 visuals are MUCH nicer
13:00 Denyerec very much so
13:00 Ruudi seems so indeed
13:00 Denyerec Gah!
13:00 Denyerec Why is 4.2 a beta still... :)
13:01 Ruudi Ries was talking about date handling that's broken in 42...maybe one reason
13:02 FloLeBlanc ruudi: the date handling is very weird in t3 anyway... damn unix timestamp :)
13:02 Ruudi i have got most of things workin' i guess
13:02 Ruudi but havent done any coding so hard to tell...
13:03 niquito hi
13:03 FloLeBlanc hmm still no luck with the umlaut subject... directmail can handle it :-P
13:04 Denyerec In the changenotes it looks like that was down to a PHP bug with the datehandling, not Typo3
13:05 niquito Is there any nice Examples - Site for menus , especially for GifBuilder ? I already looked at Typo3.net .
13:05 Ruudi hm you mean graphic menu examples?
13:06 niquito Yes , right
13:06 Ruudi http://www.halupuu.ee/ here i did header menu on yellow background with the pages subheader under navigation text
13:07 Ruudi doing things like this i feel the typo3 is a gift indeed :)
13:07 niquito Ok , looking at it
13:08 niquito Mmm ah , i like this design
13:08 Ruudi thnx :)
13:08 niquito Do you have the Typoscript for it?
13:08 Ruudi i like to keep it simple
13:08 FloLeBlanc niquito: http://www.billardcafe.at/index.php?id=136 => top menu is a gmenu with hmenu combined
13:08 Denyerec www.welshlawawards.com was my best Typo menu to date
13:09 FloLeBlanc denyerec: yeah.. that's nice
13:09 Denyerec no GIFBUILDER either, thank goodness
13:09 Denyerec :)
13:10 Ruudi http://www.inspectum.ee/
13:10 Ruudi lot of menus in front page
13:10 Ruudi all css thou
13:10 niquito MM ok.
13:11 niquito I think i will chose gifbuilder
13:11 FloLeBlanc but then again I'm not very good with css hehe
13:11 Ruudi css should have cornering options and gradient background i would do most of design in it :)
13:11 niquito Is there any example typoscript page?
13:11 Ruudi text based menus are lot more useful for SEO as well
13:11 FloLeBlanc ruudi: yes that's correct
13:11 niquito for SEO?
13:12 Ruudi search engine optimization
13:12 FloLeBlanc search engine optimization
13:12 Ruudi ;)
13:12 niquito mm i think i will do alt attribute
13:12 Ruudi search robots come to your page and index it for keywords and menu is a nice punch of keywords
13:13 niquito Mmm i will do alternative description on images. That will do it too , i think
13:14 niquito so it is barrier - free too
13:14 Ruudi in the end it all depends about certain sites needs
13:15 domdom hello @ all
13:15 Ruudi hihi
13:15 FloLeBlanc hi domdom
13:15 domdom i need some ideas ;) do some one know how to "change" the list modul? i want to hide some icons in extended view
13:16 FloLeBlanc domdom: create a specific user and set it's rights, you can enable/disable almost everything that way
13:16 Ruudi user rights?
13:16 niquito well its about some special font type i want to have in my menu
13:16 domdom no no access restrictions
13:16 domdom only want to chance the apearance
13:17 Ruudi i try to do same :)
13:17 domdom ;)
13:17 FloLeBlanc domdom: the quick&dirty approach: typo3/sysext/t3skin/icons/gfx/edit2.gif => change it *G*
13:18 domdom ok i try to define it again ;)
13:19 domdom in list module, in extended view you get icons like edit-pen, display information cloud etc.. so if i only want to display the pen and the trash icon
13:19 domdom and the rest hide for example
13:19 domdom i searched for some PageTsconfig code but did't find something like that
13:21 domdom the class /typo3/db_list.php is the file that generates the code for the page
13:21 domdom but i haven't found a function which creates the list of icons to display
13:22 FloLeBlanc domdom: if you want to only display the pen and the trash icon you should set user rights :)
13:22 niquito Is there any possibility for textmenues to take one special font and does it work on ff ie moz safari ?
13:24 FloLeBlanc niquito: if you do a TEXT menu that means that the browser would need to know the font used, which is only the case with standard how are they named? webfonts?, if you need one special font that is non-standard it will only work properly with a GMenu imho (build an image with the font and the background)
13:25 niquito mm ok thanks FloLeBlanc , i heard of a possibility of giving the font as an link in css or html , so that the browser is able to use it. but i dont know if this works bug free. or nearly bugfree ;)
13:26 FloLeBlanc niquito: as far as I know this is not compatible with all browsers/settings, but I can be wrong, didn't check that recently
13:27 niquito Ok. Thx . I will try this gifbuilder to use my menu
13:28 FloLeBlanc niquito: if you are free to choose and not limited by design I'd recomment ruudi for advice though... he is correct it's much better to have a css menu for various reasons (SEO, barrier free, etc.)
13:30 niquito Mmm.. ok. Thx for your advise
13:30 niquito I will see soon
13:30 domdom @FloLeBlanc i havetested your way..but didn't work for me
13:31 domdom rights didn't hide the icons they restrict them to use
13:31 domdom so i will create a user friendly list module
13:31 domdom not a restricted one
13:31 FloLeBlanc domdom: you want the user to be able to edit a list item but the edit button should be hidden???
13:31 domdom there must be a way to change theorder and appearence of teh table displayed in list view
13:32 domdom no not that way ..
13:32 domdom i want to change the order of teh icons or want to hide some(not all) there is also the select menu...
13:33 domdom for eg the hide record icon is unless my user change the hide/show status via selectmenu
13:33 domdom so i wnat to hide it
13:34 FloLeBlanc hmm... never tried that before sorry... perhaps it would work if you set the page TS?
13:34 ries Ruudi: Denyerec : there are some thing horrible broken... 2 show stoppers IMHO
13:37 FloLeBlanc hmm but I guess that is only for the page view
13:37 FloLeBlanc sorry no idea :)
13:37 Ruudi hi ries, anyways havent used 4.2 in any site, still building on stable versions
13:38 ries I think 4.2 would be quite good.... finally they realized that there are MAC users who want's to use Safari rather then firefox for RTE editing
13:39 Ruudi yeah to use safari woulöd be sweet
13:39 FloLeBlanc ries: sa... what? :)
13:39 Ruudi right now i'm trying to find out how to make my indexed search find content in selected page language only
13:39 ries FloLeBlanc: I always loved FF.... however due to the memory leaks.. I stopped using it
13:39 Ruudi anyone :)?
13:39 ries often it started to consume +500MB memory
13:40 FloLeBlanc ries: well I'm not very confident with any of the browsers I know atm :)
13:40 FloLeBlanc wouldn't say there is a "perfect" browser atm
13:41 Ruudi one thing I know that the IE is pain in the '''
13:42 ries I think FF should dump Gecko and use webkit from now on :D
13:42 FloLeBlanc Ruudi: actually I like it, but I think that is just a "religion" war :)
13:42 FloLeBlanc (at least IE7)
13:42 Ruudi hehe somewhy IE always come up with a different layout than my webpages in safari, ff, opera..
13:43 FloLeBlanc Ruudi: had those issues with IE vs Moz, Moz vs Opera, etc. :)
13:43 FloLeBlanc best thing ever was an image was completely screwed in opera and after doing a refresh it was in place
13:43 FloLeBlanc (this was not a cache issue it happened over and over again)
13:44 ries IE is great in a office environment.... How MS implemented is good... it's only the render engine that sucks
13:44 Ruudi PDF is a good way to make things straight :)
13:44 FloLeBlanc ries: well ms is smart, they tease you with the "pretty font" option which I like very much
13:44 FloLeBlanc ruudi: lol yes
13:45 ries FloLeBlanc: IE vs others is not so much religion... there are to many bugs in IE's render engine. As a developer it's hard to get paid for MS his bugs.
13:45 ries I really don't want to know how many extra hours and sleepness developer nights (world wide) are made because of these bugs...
13:45 FloLeBlanc ries :)
13:45 Ruudi that's how it is indeed
13:45 ries I don't know what a pretty font option is...
13:46 FloLeBlanc well it's a special case for the browser but generally speaking I find it hard to blame MS for bugs that occur just because they have the widest support for everything... I can't even manage to write a "small" program that is completely bug free, so...
13:48 FloLeBlanc well I'll go for some running, cya later :)
13:49 ries FloLeBlanc: there are plenty enough unit tests online for them to test...
13:50 ries But they have a lot of legacy of there 1.x, 2.x and 3.x browsers... they needed to be 'compatible'
13:50 mosez i've got a TMENU
13:50 mosez but i want to replace the text of one menu point with an image... how can i do that?
13:52 FloLeBlanc ries: good point
13:56 ries De Europese Commissie legt Microsoft 899 miljoen euro boete op omdat het al langere tijd EU-regels voor concurrentie niet nakomt. HURAAAAAY
13:56 ries it's quite funny...
13:57 ries The "Europese Commissie" gives fines to Microsoft.. while at the same time they buy there products
13:57 ries it's the same as a burglar getting a vine from the police, while at the same time the police buys there stolen products...
14:02 ct529 hi everybody
14:03 ct529 I am using newloginbox: I would like to put a login box on a page so that when user do log in are re-directed immediately to another page. Is that possible?
14:10 kraftb hi !
14:10 kraftb denyerec : i wrote you a mail about the dmail subscritption ...
14:13 ct529 kraftb: is the extension kb_md5fepw one of yours?
14:20 nd Does anyone know how to build a route with rggooglemap?
14:30 Denyerec kraftb - I have been away from home on site so haven't been keeping up with my email :(
14:38 mosez hum... how can i deactivate htmlspecialchars for header layout type3?
14:39 mosez i want add some colors to title :(
14:58 mrm hi
14:58 mrm someone around?
15:00 mrm i have the following problem: i have a level 0 menupoint and i want to link it to an external page in a new window. but if i do so y menulevel 1 for this menupoint doesnt open.
15:00 mrm is there a workaround to do this?
15:01 mrm because i need to open the new page as well as the submenu with just one click
15:04 Denyerec hMMM
15:05 Denyerec interesting problem mrm
15:05 mrm :)
15:05 mrm maybe you have an interesting solution? :P
15:05 Denyerec I think I do
15:05 mrm yaaay
15:06 Denyerec Instead of setting the Lvl0 page to an external link, first create a lvl1 page that is an external shortcut
15:06 Denyerec THEN, point the lvl0 link to the internal page
15:06 mrm i did, doesnt work
15:06 mrm :)
15:06 Denyerec Oh.
15:06 Denyerec Gah :)
15:06 Denyerec Well there goes the ideaboat.
15:06 mrm that was my first guess, too but then it open the external link in the same window
15:06 Denyerec How about including some JS at the head of that page to trigger opening the external link
15:07 mrm and thats not what i want, i need the link to be in a new window
15:07 nd I do get an error with tt_address (and it seems he's not properly saving `names`. Anyone has this error too or knows a fix? ``Table error! Probably one or more required fields/tables are missing in the database!''
15:07 Denyerec yeah you can trigger new windows with JS
15:13 mrm so i add JS to the content area of the menulevel0 page?
15:13 mrm which triggers a new window with the external link?
15:13 niquito _blank
15:13 niquito i think
15:14 niquito target _blank
15:14 niquito sb would correct me
15:14 Ruudi interesting is it possible to set a system folders default language so that all new elements would be in certain language not "defa ?ult"
15:14 mrm hehe niquito, thanks but you read that sentence out of context
15:14 niquito yep i do :)
15:14 niquito just saw your question
15:14 mrm the problem is a bit more complicated :)
15:14 niquito and tried to answer
15:15 mrm thanks ...
15:15 niquito :) but didnt help
15:15 mrm denyerec, you mean i should add JS to the content area? or where would i implement that JS?
15:16 Denyerec You'd implement it in the header of the first subpage
15:16 Denyerec so that your menulink goes to the first subpage, which triggers the new window
15:16 Denyerec this will be a problem though
15:16 Denyerec if someone clicks on the subpage... :S
15:17 GeorgesAbitbol Hi all
15:18 GeorgesAbitbol I want to get by "base href" set in ts template in an extension.
15:18 GeorgesAbitbol how could i do that ?
15:19 mrm mh
15:20 mrm denyrec, all the sublinks are links to external pages ^^, and the menulevel0 link should be a link to one of those externalö pages, too, like a "default" link
15:20 mrm its complicated :(
15:21 Denyerec Sounds a bit daft to me :)
15:21 Denyerec making a menu for external pageas
15:21 Denyerec I understand your problem, but I'm a bit lost as to how you'lll solve it.
15:23 mrm its not my idea, clients wish ... as usual, they come up with ideas i'd never think of ^^
15:23 Denyerec No kidding
15:23 mrm :)
15:25 mrm mh i wish there was some way to trigger something except the usual reaction when someone clicks on a link. like additional typoscript ....
15:25 Denyerec There may well be
15:25 Denyerec You need one of the Gurus
15:26 mrm ^^
15:30 GeorgesAbitbol how could i force a typlink to be absolute ?
15:35 FloLeBlanc hi all
15:36 FloLeBlanc or better.. re
15:45 FloLeBlanc !seen ruude
15:45 FloLeBlanc Ruudi: are you there?
15:46 Ruudi here i am
15:46 FloLeBlanc do the emoticons of mm_forum work for you on mozilla?
15:46 Ruudi checking
15:47 Ruudi jep seem to work correctly, in latest release of mm_forum
15:48 FloLeBlanc weird.. can you link me the page please?
15:57 FloLeBlanc hmm interesting.. I can do emoticons with opera and IE without problems, Moz doesn't insert them +grml*
15:57 GeorgesAbitbol How could i use filemount in draft workspace ? I have it in live one but not in draft ?
15:59 porkpie hey Den
16:00 Denyerec lo
16:01 GeorgesAbitbol ok, thx anyway
16:01 FloLeBlanc Ruudi: the error I receive when trying to input an emoticon via moz is "post has no properties"
16:03 SeeeD Hi
16:04 SeeeD i have a problem with imagemagick under windows...
16:04 SeeeD i've installed it and phpinfo(); says that it works
16:05 SeeeD typo3 says that all is correct, but i can't create thumbnails or resize any images trough the rtf-editor
16:13 FloLeBlanc hmm... an id="post" tag in the form fixes this.. I always thought "post" is a reserved word in JS weird
16:15 Denyerec DAMN DAM
16:15 SeeeD do you talk with me FloLeBlanc?
16:15 Denyerec Frakin thing installs, but doesn't install.
16:15 Denyerec Some outstanding query that fails without error
16:15 FloLeBlanc seed: no :)
16:15 SeeeD k
16:16 FloLeBlanc Seeed: you can check if it works generally by just inserting "text /w image" and setting image sizes
16:16 FloLeBlanc (without using the RTE for testing)
16:16 FloLeBlanc lol @ Denyerec: Damn Dam :)
16:17 SeeeD where should i insert it?
16:20 SeeeD argh
16:20 SeeeD my stupidy
16:20 SeeeD i've tried in "text w/ image"
16:21 SeeeD but if i type the size i want, it don't works
16:21 SeeeD i.e. original size 800x600
16:22 SeeeD i give height 200, but it doesn't works
16:22 uriahhee1 alright, check this out: http://pastebin.ca/920659
16:24 uriahhee1 anyone have an idea why this would make the <img> tag for this image be translated into normal text where the < and > and other characters are turned into HTML character codes?
16:25 uriahhee1 ah, never mind :P haha
16:25 uriahhee1 solved.
16:26 GeorgesAbitbol does anyone have a good documentation about developing extension with versioning ? I ma becoming confused about ir
16:29 FloLeBlanc Seeed: try setting height AND width for a test
16:29 FloLeBlanc Seeed: the tests in the install tool all work?
16:35 uschi i am always confused with := syntax
16:35 uschi any reason why this does not have any effect on my toolbar?
16:36 uschi showButtons := removeFromList(blockstylelabel,textstylelabel,emphasis,inserttag)
16:36 uschi FloLeBlanc, what am I doing wrong
16:36 uschi btw, you ts worked for me
16:37 FloLeBlanc uschi: good and.. sorry never seen that syntax :)
16:38 uschi hm, ok, in which case you should read doc_core_ts, because in general it is quite useful
16:38 FloLeBlanc what should it do?
16:38 uschi if you do not make any mistakes
16:38 uschi read the docs about that kind of syntax
16:38 uschi never mind
16:39 SeeeD FloLeBlanc, the tests in the installtool don't work
16:39 FloLeBlanc SeeeD: well then there's something wrong with the config or the install which means it can't work for your own images
16:39 SeeeD and set height and width doesn't work too
16:39 SeeeD mh
16:40 SeeeD the typo3 config says, that it found the path to imagemagick
16:42 FloLeBlanc uschi: as far as I understand the documentation this is for adding and removing values, aren't it fields that you try to remove in the sample above?
16:42 uschi no, this is not about fields
16:43 FloLeBlanc hmm ok. then I have no idea why it wouldn't work sorry.. the syntax seems correct to me according to the manual
16:44 FloLeBlanc and this does NOT only work with the .value operator?
16:47 FloLeBlanc Ruudi: do you happen to know if I can specify the typolink only for certain buttons in mm_forum (f.e.: click on ICQ opens the icq page on a new page, but "post answer" opens still in the same window). as far as I can see it the ts only allows for the editing of the whole "button_groups" per pi1,pi2,etc
16:52 Denyerec uschi did you use DAM ?
16:52 Denyerec (And no, this isn't a translation issue)
16:52 Denyerec (Or anything to do with categories)
16:53 uschi yes, Denyerec
16:53 Denyerec How do move a DAMned file from one folder to another ?
16:53 uschi but ynfortunately i have no time whatsoever at the moment
16:53 Denyerec in the old filelist I'd just cut and paste.
16:53 uschi i am not experienced, on my agenda for next week ;-)
16:53 Denyerec Doh.
16:54 uriahhee1 lol
16:54 uriahhee1 :>
16:54 Denyerec I see it is down as a "requested feature" for 1.2
16:54 Denyerec *sigh*
16:55 Denyerec I would have thought add & delete would have been fairly high on the list to be honest.
16:56 FloLeBlanc hehe
16:56 FloLeBlanc who are you to request such exotic functions as add & delete
17:00 andreasbalzer is Oliver Klee here?
17:01 mosez how can i deactivate the frontend caching?
17:01 Denyerec config.nocache=1 ?
17:01 Denyerec I admin Flo, it's a pretty insane requirement.
17:02 Denyerec afterall storage is cheap! We should just upload duplicates"
17:02 Denyerec no need to move or delete anything...
17:02 Denyerec ;)
17:02 mosez thx
17:02 Denyerec FloLeBlanc, andreas_g
17:02 Denyerec I have a backend question
17:02 FloLeBlanc denyerec: bah... I have a similar problem with the t3 cache
17:02 Denyerec You know how the list module lets you list all records on a given page ?
17:03 Denyerec well is there any way to allow it to show all records of a particular TYPE ?
17:03 Denyerec on all pages
17:03 Denyerec or maybe 1-2 levels
17:03 Denyerec I need to edit all the pages in the tree to add something to the title, and doing it manually is incredibly tedious
17:03 Denyerec (Lucky for me, there are not many pages yet)
17:03 FloLeBlanc denyerec: I'd love to know... the filtering is awful - have that problem with the FE_users
17:04 Denyerec :(
17:04 Denyerec Sounds like there isn't such a feature.
17:04 Denyerec I'd also love to be able to change the size at which the image selection popup pops up at.
17:05 FloLeBlanc denyerec: this is how you do it
17:05 Denyerec click & drag the corner of the window? :)
17:05 FloLeBlanc go to list - select the + - klick on title - set fields
17:05 Denyerec Yep, that far I got.
17:05 FloLeBlanc then there is a pencil near the new column
17:05 Denyerec but it shows only the records on the current page
17:05 FloLeBlanc click on that and it lists all entries
17:06 FloLeBlanc (do that on the root page)
17:06 FloLeBlanc if you need a screenshot let me know
17:06 Denyerec There are no records of the type I need to edit on the rootpage
17:06 Denyerec so I can't set the field.
17:06 FloLeBlanc I thought you wanted to edit all page titles?
17:07 Denyerec In these snippet records
17:07 Denyerec Sorry, I was very vague :(
17:08 FloLeBlanc hmm you are correct I can manage to do that for pages, extensions, content elements, but not for specific items via the search :(
17:11 FloLeBlanc denyerec: it would work for me for tt_news f.e. because I have all the items in one system folder
17:11 FloLeBlanc but if you have them on different pages... :(
17:11 xsebi hi all
17:14 kreegee hm, another tt_news question
17:14 kreegee how can i use html inside an news entry?
17:14 kreegee (i want to embedd youtube-videos and exeem playlists)
17:16 FloLeBlanc http://typo3.org/extensions/repository/view/timtab_embeddedvideo/2.0.1/ works with tt_news afaik
17:16 FloLeBlanc didn't test it myself though
17:17 kreegee i saw that, but i think it's easier just pasting the html code
17:17 kreegee there are some many new pages opening and closing atm...
17:17 kreegee *so many*
17:19 Ruudi FloLeBlanc no ide about mm_forum buttons I have used it only in basics
17:20 FloLeBlanc Ruudi: ok thx
17:22 kreegee hm, i think rtehtmlarea strips the html
17:23 Denyerec I'm not quite comfortable with how the DAM works.
17:24 Denyerec When I add a file to a page normally, I am used to a cached version being created
17:24 Denyerec &is this also how DAM works?
17:24 kreegee don't know, but afaik it also copies the original picture
17:25 Denyerec It doesn't seem to be doing.
17:25 Denyerec Hmm
17:25 Denyerec this is concerning.
17:26 Denyerec or does it
17:26 Denyerec crimeny this is confusing
17:28 kreegee on my page, it copied stuff into the uploads folder
17:35 ct529 hi everybody.
17:50 wacky_ anyone knows loginusertracker ?
17:50 wacky_ is there anything better ?
18:02 void Denyerec: me here now
18:02 kreegee why doesnt
18:02 kreegee lib.parseFunc_RTE.allowTags = object,embed,param,b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,span,h1,h2,h3,h4,h5,h6
18:03 Denyerec Hey void
18:03 kreegee allow me to insert object and embed tags?
18:03 kreegee do i have to write that into my user ts as well?
18:03 Denyerec in the backend, can you use the list view to show all records of a certain type, regardless of where they are?
18:04 void Denyerec: i think no
18:05 Denyerec damn
18:05 Denyerec I like the way some modules let yous elect 1 level -> 4 levels or infinate
18:05 Denyerec shame the list module doesn#t
18:06 void list module contains that select
18:13 andreasbalzer does somebody of you know how the mm database stuff in T3 is working?
18:26 jananne When i try to edit the locallang of any of my extensions i get a 'whitescreen' in the front end. I have to re-install the extension again and then my whitescreen is gone. why can't i edit it?
18:31 jananne void: u there?
18:33 Nipsting :o hmm isnt !h the command for bot help ?
18:33 uriahhee1 hmm, which is the best google maps extension for typo3?
18:35 jananne rggooglemaps i prefer :)
18:35 jananne When i try to edit the locallang of any of my extensions i get a 'whitescreen' in the front end. I have to re-install the extension again and then my whitescreen is gone. why can't i edit it?
18:35 Nipsting hope someone can help me out here. I cannot login on the frontend with my backend login, anyone who can tell me why?
18:36 uriahhee1 jananne: heh, k..
18:36 uriahhee1 i used lumogooglemaps on another site
18:36 uriahhee1 it was pretty easy to use..
18:37 uriahhee1 ever tried it?
18:37 jananne nah
18:37 jananne Nipsting: Why don't you use a 'front end web user'?
18:41 Nipsting I want the admin panel visible, im just doing some testing
18:42 Nipsting I made a few front end users as well, but is it possible to get the admin panel showing for them ?
18:45 Denyerec Anyone tried 4.2b2 yet?
18:45 Denyerec Just wondering if it's useable on production yet in preparation for the final release
18:45 Denyerec or if it's still a proper beta
18:45 Denyerec :)
18:50 jananne Nipsting: you can bind a front end user to a back end user ( simulatebe extension ), maybe that'll help?
18:52 Nipsting thanks, I will try that out
18:52 jananne When i try to edit the locallang of any of my extensions i get a 'whitescreen' in the front end. I have to re-install the extension again and then my whitescreen is gone. why can't i edit it?
18:58 Nipsting thanks jananna that seemed to do the trick. Sorry I cant help you with your whitescreen problem, but im a typo3 newbie
19:08 uriahhee1 hrm....
19:08 uriahhee1 jananne: still around?
19:08 uriahhee1 jananne: what settings are imperative for the google map to show up on your page?
19:52 jananne` When i try to edit the locallang of any of my extensions i get a 'whitescreen' in the front end. I have to re-install the extension again and then my whitescreen is gone. why can't i edit it?
20:01 Nipsting which extension is best for showing an external URL as content ?
20:15 uriahhee1 jananne`: you around?
20:17 mrm f
20:22 wacky_ Do you know of other user-tracking stats, other than loginusertrack ?
20:32 wacky_ does Typo3 support recognizing the Digest authentication from the HTTP session, and logging in a user that way ?
20:37 typochur hi guys
20:37 typochur i'm all irritated :)
20:40 Ruudi hello
20:40 typochur i want to add a field to sr_feuser_register and add a hook to test if the value of the field meets several requirements ...
20:41 typochur can i do that, without touching sr_feuser_register just with my own one?
20:42 Ruudi anyone knows a good extension for tables with filtering options, so i could build a select menu filter to show rows that meet certain requirements?
21:23 uriahhee1 ugh...
22:39 jananne Hello, pixe_feediting doesn't work when i log in with a FRONT END user. It only works when i log in with the BACK END user and then go back to the front end. How do i solve this?
22:40 jananne i'm using simulatebe to give the FRONT END user the BACK END user-rights.
22:43 kreegee db check says i've got a calendar record somewhere, can i somehow check where this is?
23:00 kreegee ok, found it ;)
23:08 Levitan hello
23:08 Levitan can sb help me pls?
23:10 Denyerek Depends what with, really.
23:10 Levitan ypo3
23:10 Levitan typo3*
23:10 Levitan u can help me with that?
23:11 Denyerek Depends which facet of typo3 you have a problem with
23:11 Denyerek there's a lot to it.
23:11 Levitan the beggining..
23:11 Denyerek Ouch
23:11 Levitan i jsut installed it on my server
23:11 Levitan ..
23:11 Denyerek There's even more to that :D
23:12 Levitan and now get the login screen when i ente adress/typo3/index.php
23:12 Levitan and now.. i need a username and a password...
23:13 Levitan cause i just installed it...and i think i didnt get a admin account yet..
23:13 Levitan so..do u know what i have to do?
23:13 kreegee hm, wow, the ext update tool is really cool
23:14 Levitan ext?
23:14 Levitan whaaT?
23:14 Levitan i just installed the prog on the server..
23:15 Levitan do i need a prog on my pc..?
23:15 Levitan i dont think so..?
23:15 Levitan ..
23:16 kreegee that wasn't meant for you
23:16 kreegee just a general remark
23:19 Levitan ^^
23:23 timdeluxe Levitan: its all described in installation howtos
23:23 Levitan ^^
23:23 Levitan reading it since 3 houresXD
23:23 timdeluxe :)
23:25 timdeluxe try out "admin" and "password"
23:26 nader hello
23:27 nader I have a question. I would like to use the same lay-out as the typo3.org for my project, but with other logo en colors. Do somebody has any idea?
23:28 Denyerek Just..... code the layout
23:28 Denyerek But you might wanna ask the guys at typo3.org if you can rip them off first.
23:28 Denyerek Just as a common courtesy.
23:29 Levitan ^^
23:29 Levitan mh..
23:29 Denyerek You wouldn't wanna end up here: http://pirated-sites.com/classic/
23:29 Levitan that "admin" and "password" thing i already tried..
23:29 Levitan doestnt work..
23:29 Levitan i thin i need to launch the "quikstarter" first..
23:29 Levitan but i dont actually know how to do that..
23:29 Levitan ???
23:32 nader what do you mean of code the layout?
23:33 Levitan mh..
23:34 Levitan when i try http://*********/quickstart/ ...it doesnt work i only get the
23:34 Levitan ERROR!
23:34 Levitan no pages are found on the rootlevel!
23:34 Levitan -.-
23:34 Levitan ..
23:35 Levitan how can i solve this shit`?
23:38 Levitan cya

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.