Search the website and IRC logs

#TYPO3 IRC log from : Friday 29 August 2008

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
03:26 salamandyr with mailform, any way to cc the person submitting the form, aside from the recipient field in the config?
03:35 salamandyr like use Email form in field, but how to CC that address with form submission
04:07 salamandyr ok - figured out i can use autorespond.
04:07 salamandyr now does anyone know how to make a checkbox a required field in mailform???
06:57 nkuttler salamandyr: you validate the input
08:46 smeringe morning
09:14 davidbrunnthaler good morning :)
09:19 SimonSimCity4579 hallo :) I've problems with the connection between MySQL and PHP ...
09:20 SimonSimCity4579 I've downloaded XAMPP v.1.6.7 and extracted it to "C:\xampp" (WindowsXP SP2)
09:21 SimonSimCity4579 than I run the File "setup_xampp.bat" and after it has finished I started "apache_start.bat" and "mysql_start.bat"
09:22 davidbrunnthaler you know that this is a typo3 and no mysql or php channel?
09:22 SimonSimCity4579 oh :D sorry :D I've selected the wrong channel :D
09:22 davidbrunnthaler no problem
09:32 Ruudi hi, anyone knows is it possible to set page creation and modified time by tt_news article somehow? I would like to show those dates in indexed search results
09:48 Recnelis Morning all :)
09:50 smeringe morning Recnelis
10:28 nevwork hi guys, got a short q
10:28 nevwork i have a cm entry in a self made extension, and would like to change the icon gif...
10:29 nevwork i put in my new one, and it doesnt do, size is below 100b, colors 4, no transparency, so it should be fine
10:29 nevwork size is 15x12
10:29 nevwork but i still only see the "?" icon
10:29 nevwork its named right... cm1/cm_icon.gif
10:30 maholtz|WORK so, same file-name?
10:30 maholtz|WORK caching?
10:30 nevwork cache cleared more than once, relogged in more than once...
10:34 nevwork do i have to edit the wizards files, and change the md5 or something?
10:35 nevwork its a 4.2.1
10:35 nevwork core
10:36 nevwork chmodded its 0777
10:37 nevwork so that should be fine too
10:47 davidbrunnthaler hiho.. what is the point services in the kickstarter really doing?
10:49 maholtz|WORK @nevwork: perhaps update em_conf via extension manager (update/delete afaik)
10:49 maholtz|WORK @davidbrunnthaler: start writing service?
10:50 davidbrunnthaler mh i wrote an extension for the backend. and there i would upload a pic which should be automatically resized
10:50 nevwork hmm, i deleted all offline content in my ff3, and now it works
10:50 nevwork note on that: the icon ext_icon.gif worked without deleting that cache
10:50 maholtz|WORK good to now:)
10:51 nevwork thats what we got wikis for;)
10:51 davidbrunnthaler i found this link: http://mischgeschichten.bloglesen.de/2008/01/18/typo3-image-resize-in-extension/
10:52 davidbrunnthaler but this requires an existing class.tx_newext.php
10:52 nevwork newext might be a placeholder to tell you, that you do this in your own extensions;)
10:52 davidbrunnthaler which i don't have cause i only filled out "general info" and "new database tables"
10:53 nevwork go into kickstarter, select backend ...
10:53 davidbrunnthaler backend modules?
10:53 nevwork if youre done, update, write, and youre set with a pi1/class.blah.php
10:53 nevwork if you wanna do a backend mod, yes
10:53 nevwork erm, pi1 would be fe though
10:53 nevwork mod1 would be backend
10:53 davidbrunnthaler mh it shouldn't be a module
10:54 nevwork depends what you wanna do
10:54 davidbrunnthaler it just should show the content of the table in the backend
10:54 nevwork Frontend Plugins
10:54 nevwork that creates a pi1/class.something.php
10:54 nevwork from there you may start
10:55 davidbrunnthaler mh but that wouldn't resize the pic if i upload it in the backend i think
10:55 nevwork backend image resizing, never done that though, why not create an fe form, make it accessible only by certain fe users, and then do it via that mod
10:56 nevwork does it have to be backend?
10:56 davidbrunnthaler jup it should
10:56 davidbrunnthaler because my admins are only working in the backend
10:56 nevwork then create a backend module, which offers a form, which does the same thing
10:56 nevwork in that form you can hook any action you want...
10:56 davidbrunnthaler ok i will have a look
10:56 nevwork i have a few of those myself, hooking em to external php scripts
10:57 nevwork time to find out howto get rfc 821 compliant for my newsletters... nother stupid task for the last day of a week
11:14 davidbrunnthaler nevwork: currently i'm administrating the whole thing through "web">"list"
11:14 davidbrunnthaler there is no possibility that i integrate this image resize thingy in there
11:15 davidbrunnthaler ?
11:16 nevwork hmm, you can switch your module to where you want
11:16 nevwork you just have to give it the right location, lemme check what file that was again
11:19 nevwork aight, in your ext_tables.php
11:20 nevwork ' t3lib_extMgm::addModule('menuplace','txextnameM1','',t3lib_extMgm::extPath($_EXTKEY).'mod1/');'
11:20 nevwork like that
11:26 davidbrunnthaler mh ok i didn't know that
11:26 davidbrunnthaler i will have a look - thx for helping
11:27 nevwork np
11:34 Imran_Munawar_Kh Hi Everyone
11:35 Imran_Munawar_Kh I am facing a problem related to PHP script in TS
11:37 maholtz|WORK @Imran_Munawar_Kh: just post your problem:)
11:38 Imran_Munawar_Kh Thanks dear problem is I have made a php file header and include this with TS
11:39 Imran_Munawar_Kh I have a DIV in header file which is PHP file I want to populate that div with TS menu when this file include
11:39 Imran_Munawar_Kh any confussion?
11:40 Imran_Munawar_Kh If i use HTML header and populate menu DIV with TS menu
11:41 Imran_Munawar_Kh it is fine
11:41 Imran_Munawar_Kh it is running
11:41 Imran_Munawar_Kh I want to populate the div which is in php file
11:41 Imran_Munawar_Kh that is not working
11:41 maholtz|WORK can you post your code via pastebin?
11:42 Imran_Munawar_Kh ok
11:42 maholtz|WORK see topic for that
11:46 nevwork if just everything would work as good as typo3...
11:46 Imran_Munawar_Kh http://pastebin.com/m5ee108ce
11:47 Sebi_ hi, i've got some difficulties with typo3... i'd like to include a phpbb forum into typo3. I don't need the user authentification - just a phpbb wich fits into the main-content area. Is there any possibility to do that?
11:48 Imran_Munawar_Kh ?
11:51 Recnelis Sebi_: A Iframe perhaps?
11:51 Sebi_ i read about that in some forums but there were problems with vertical scrollbars
11:52 Recnelis U won't know it untill u try it :)
11:52 Sebi_ ok, might try it
11:52 nevwork hmm, you could make an extension, that takes an url and somehow "templates" it into a marker....
11:53 nevwork not sure if thats totally possible, but sounds like a nice feature to have
11:53 nevwork there is also a php include ext, that puts content, and php pages from other locations seamingless into yours
11:53 Sebi_ if i try iframe, where do i have to insert the iframe? as a code into the site where i want phpbb to appear
11:53 Sebi_ ?
11:53 Sebi_ that sounds nice
11:53 nevwork just search the extension repository
11:54 Recnelis A question guys - If I have a frontend plugin, but I want a special part of it to be accessible only to BE users.. how do I do it? Can I in a FE plugin still check if a BE user is logged in?
11:54 nevwork used the php include thingy for a few old-ish forms
11:54 nevwork you need fe users, Recnelis, but actually theres a tool that lets you connect a fe usergroup to a be user
11:54 nevwork which means they get the perms of the be user for the fe
11:54 nevwork that might be a way, havent tried that out yet though
11:56 Sebi_ nevwork - this extension: LumoNet PHP Include?
11:57 Recnelis Well.. I explained it wrong I guess.. I a BE user which needs to use a page in my FE plugin - This page in the FE plugin should only be shown if the users is logged into the BE
11:57 Recnelis Amd I making sense?
11:57 Recnelis am*
12:02 nevwork yeah, Sebi_
12:05 Sebi_ hm... doesn't work... my typo3 version isn't compatible
12:10 maholtz|WORK @Imran_Munawar_Kh: #subparts.Header < tempheader.phpScript is disabled...?
12:10 maholtz|WORK btw.: you should think about typoscript
12:11 Imran_Munawar_Kh I comment it
12:12 maholtz|WORK for me it is to hard to understand what you do and what you want - why do you not use typoscript? i do not see any menu ...
12:14 untouch hello
12:14 untouch im having problems enabling the install tool on my PHP-5.2 server
12:15 untouch i created the file ENABLE_INSTALL_TOOL and put it into the typo3conf folder on my ftp
12:15 untouch but it doesnt work
12:16 nkuttler untouch: what error do you get?
12:16 untouch The Install Tool is locked.
12:16 Phlogi untouch: t3 version?
12:16 Phlogi untouch: are you sure its not a .txt file maybe?
12:16 untouch the same as when i had no ENABLE_INSTALL_TOOL in my typo3conf folder
12:16 untouch it is a ,txt file indeed
12:16 nkuttler .oO
12:16 untouch they told me in the tutorial to createa text file
12:17 maholtz|WORK @untouch: but without .txt ending
12:17 untouch ohwell
12:17 untouch thx
12:17 nkuttler untouch: touch typo3conf/ENABLE_INSTALL_TOOL
12:18 untouch works
12:18 untouch thx ;)
12:24 Recnelis Can anyone refer me to a way the BE groups work in typo3?
12:25 nkuttler Recnelis: well, what do you want to know?
12:27 dinsdale07 :Recnelis http://typo3.org/documentation/document-library/tutorials/doc_tut_quickstart/0.1.0/view/1/12/#id4003780
12:29 Recnelis Well basically I need two usergrooups to have access to the same BE pages, yet one of them should not have access to View, Page, List and such
12:30 dinsdale07 np @ Recnelis, you create 2 BE user groups and only give them access to the modules you want.
12:31 dinsdale07 in the backend you'll find this under List - (worldcube) - BE groups
12:31 snoy_ms hey all! Small extension dev. question. Which file do i have to edit (Extension folder), to include an option for the users, to choose the source page of records? At the moment i use a fixed page id or $this->pid
12:31 dinsdale07 if that makes sense: Module (list), Pagetree (worldcube), BE Groups.
12:32 snoy_ms i don't want to use a hardcoded source page id...:-(
12:35 nkuttler Phlogi: http://bugs.typo3.org/view.php?id=9253 (took a little time)
12:37 dinsdale07 does page 106 of the Core API Document help you?
12:38 dinsdale07 :snoy_ms does page 106 of the Core API Document help you?
12:38 dinsdale07 :Phlogi did you set up typo3extension.org?
12:39 snoy_ms dinsdale07: thx, i try to find it ;-)
12:39 nkuttler oh, the bts eats &amp; as wll
12:40 snoy_ms dinsdale07: you mean online ?
12:40 dinsdale07 :snoy_ms you probably could do it as well by just setting a ts constant and let them choose it in the Template - Constant Editor
12:41 snoy_ms dinsdale07: uhh, they are complete new to typo3..i need a source browser
12:42 dinsdale07 typo3.org - Documentation - all the way to the bottom under Extensions
12:45 snoy_ms dinsdale07: you know the online page link? can't open the sxw file at the moment, sorry...
12:50 dinsdale07 The header is "Example - Reference to another page"
12:51 dinsdale07 http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.1.0/view/4/2/#id4224554
12:51 Ruudi any ideas is is possible show tt_news article creation time as page creation time in indexed search results?
12:55 snoy_ms dinsdale07: thx for the link
13:01 tamlm hi everybody
13:02 tamlm i want to function download/upload on typo3
13:02 tamlm but i dont know what's ext how i can.
13:03 tamlm in the network pls let me know if you know.
13:18 tamlm help me
13:19 voidus tamlm: in the frontend?
13:20 nkuttler tamlm: you could search http://typo3.org/extensions/repository/
13:21 tamlm yes
13:22 tamlm allow user login in the frontend
13:23 tamlm upload and download document after login success.
13:24 dinsdale07 question for tt_news, where do I specify the PID of where my categories are stored... anyone knows?
13:26 untouch hello guys
13:27 untouch i got my first site with typo3 now - and i want to make that the footer is always at the bottom of the page can someone explain me hows that done
13:27 untouch http://typo3.liquidc.net/index.php?id=5
13:27 untouch that possible with typo3 or done with js?
13:29 nkuttler untouch: what do you mean, it is at the bottom. or do you mean the bottom of the browser window?
13:29 Phlogi on one of pages I have an extension that blocks a fe_user after 3 wrong logins... but I can't find out which one it is... :( anyone has an idea?
13:30 untouch yes nkuttler
13:31 untouch would be the best right?
13:31 untouch or what would you say
13:31 nkuttler untouch: css absolute positioning i would guess
13:32 ddoesburg Phlogi: What do you mean?
13:32 ddoesburg which page?
13:32 Phlogi ddoesburg: it sends a mail that a user tried to login 3 times with wrong password and then disables that user
13:33 ddoesburg which extension?
13:33 ddoesburg which user?
13:33 nkuttler Phlogi: well, grep for the mail message in the ext directory ;)
13:33 ddoesburg Where are you looking for?
13:33 nkuttler Phlogi: http://bugs.typo3.org/view.php?id=9253
13:33 Phlogi nkuttler: gg
13:34 dokma Phlogi: do you know of a safe way to append to body onload ?
13:34 Phlogi oh today is typo3-bugday!!!!
13:34 Phlogi nkuttler: ;)
13:34 Phlogi dokma: using jquery only
13:34 nkuttler Phlogi: beko_improved_login is what i use
13:34 Phlogi nkuttler: ok
13:34 dokma I see
13:35 dokma can't believe something so elementary is not in the core
13:35 Phlogi nkuttler: looks good... that does work with md5 I guess
13:36 Phlogi dokma: hehe
13:36 Phlogi join #typo3-bugday
13:36 Phlogi #typo3-bugday
13:37 nkuttler Phlogi: haven't used it for a long while, no idea
13:39 Phlogi nkuttler: hehe
13:39 Phlogi nkuttler: I need it for some work maybe
13:42 untouch yes nkuttler but if i do it with css absolute positioning the problem is if the text goes far longer to the bottom it will go over the footer then
13:42 dokma Phlogi: I've got an ext that needs to add some dynamically generated javascript to each page
13:42 dokma do you know of a hook that would allow me to do that?
13:42 dokma or some other method?
13:45 nkuttler untouch: hm, some overflow setting maybe helps, no idea
13:50 m4rtijn hi all
13:55 dokma m4rtijn: hey man
13:55 dokma got a q for u
13:56 dokma do you know how to call some function in an extension on every page generation?
13:56 teppi|work somebody knows how i can configure the mailform that the label of a field contains some more html if the field is required?
13:56 teppi|work i only find a way to wrap it around
13:56 teppi|work with: tt_content.mailform.20.REQ.labelWrap.wrap
13:56 teppi|work but i wanna wrap it inside of the label tags
13:56 dokma what is the some more html exactly?
13:57 m4rtijn sry dok
13:57 teppi|work <label>blaaa<span class="required"> *</span></label>
13:57 dokma np mate
13:57 teppi|work something like that
13:57 dokma teppi|work: there's an ext that does exactly that
13:57 m4rtijn teppi - i've done that once..
13:57 teppi|work no way to do it juts by TS?
13:58 m4rtijn i did it with ts..
13:58 m4rtijn but.. I cant recall on which page..
13:58 teppi|work :*-(
13:59 m4rtijn wait a sec.. Ill check some stuff
13:59 teppi|work dokma, everything inside the main method will be executed on every page generation
14:00 dokma teppi|work: I need some code to be executed when any page is generated
14:00 dokma not just the one where the plugin is inserted
14:00 teppi|work you can insert the plugin with TS
14:00 teppi|work on every page
14:00 dokma that's one way
14:00 teppi|work lib.slideShow = USER
14:00 teppi|work lib.slideShow =< plugin.tx_bphmagazin_pi1
14:00 dokma from that code I need to be able to generate some javascript code
14:00 teppi|work something like that for instance
14:01 dokma store it into a file and add it into the page header
14:01 dokma i thought more of a
14:01 dokma page = page
14:01 dokma page.10 ... standard
14:01 dokma page.20 = PHP_SCRIPT
14:02 dokma it's just that I don't know if I'm going to be able to insert <script> tag into the header this way
14:03 dokma teppi|work: can you tell
14:03 dokma ?
14:04 m4rtijn teppi - cant find it.. sry
14:04 teppi|work page.headerData.50 = TEXT
14:04 teppi|work page.headerData.50.value = <script type="text/javascr....
14:04 teppi|work dokma, do you mean sth like this?
14:05 dokma yeah
14:05 teppi|work here you could also include a userfucntion ..
14:05 dokma but you see I have an ugly predicament
14:05 teppi|work m4rtijn, thanks anyway ;-)
14:05 m4rtijn I found it
14:05 m4rtijn tt_content.mailform.20 {
14:05 m4rtijn REQ.layout = <div class="csc-mailform-field" id ="req">###LABEL### ###FIELD###</div>
14:05 m4rtijn }
14:05 dokma just a sec
14:06 teppi|work m4rtijn,
14:06 dokma teppi|work: this is the whole story
14:06 teppi|work thats not that i want unfortunately
14:06 dokma and it's a long one
14:06 m4rtijn arrrrrrr
14:07 dokma I want to store statistics on external links clicks
14:07 teppi|work i want inside of the label tags
14:07 dokma so I need to modify each external link to call some ajax js to send the stats to the server to be stored in a db
14:07 teppi|work the span tags
14:07 dokma however I cannot tell in advance where the ext will be (local, global)
14:11 Recnelis When I insert something into the Typo3 in my extension can I get the uid of the inserted record?
14:12 dinsdale07 :m4rtijn - petting patting or padding :-)
14:13 m4rtijn petting of course..
14:13 m4rtijn I think
14:13 m4rtijn ;)
14:13 m4rtijn like doggy style..
14:14 m4rtijn what are these brackets called: {} ?
14:14 m4rtijn swirly brackets?
14:14 m4rtijn :)
14:14 dinsdale07 paranthesis?
14:14 m4rtijn small face brackets
14:14 m4rtijn () = paranthesis
14:15 dinsdale07 sounds like being sick anyway.
14:15 m4rtijn curly brackets
14:15 m4rtijn lol
14:15 m4rtijn according to leo.org
14:15 Recnelis m4rtijn: U must know, When I insert something into the Typo3 DB in my extension can I get the uid of the inserted record?
14:16 dinsdale07 I had to see a doctor because of my cronical paranthesis.
14:16 dinsdale07 (PS I'm a lisp programmer)
14:16 smeringe Recnelis: $GLOBALS['TYPO3_DB']->sql_insert_id();
14:17 m4rtijn lisp cool.. I done that a while..
14:17 m4rtijn thats like the application version of prolog
14:18 dinsdale07 I use elisp for emacs, haven't got the hang of it yet though ...
14:18 m4rtijn I had 2 years of hardcore prolog progging at the university
14:18 m4rtijn that was fun
14:19 m4rtijn its a very intuitive way of programming.. but gets complicated very fast :)
14:19 dinsdale07 I can imagine - counting brackets all the time :-) I used TCL/Tk for some years which likes brackets as well
14:24 teppi|work m4rtijn, i will solve it by using an user function .. seems to work
14:25 m4rtijn can u post it ?
14:26 teppi|work one mom pl
14:27 teppi|work woohoo works
14:28 m4rtijn nice
14:29 teppi|work http://www.phlogi.net/t3/tspastebin/showPost/inserting/
14:30 teppi|work hmpf
14:30 teppi|work the pasting thing is killing some tags
14:32 teppi|work ok this is better: http://pastebin.com/m1ee7410f
14:32 teppi|work its a little bit dirty but who cares :D
14:39 m4rtijn hehe
14:43 m4rtijn Phlogi ?
15:40 porkpie Hi guy's is it possible for the FE login plugin forgot password function to create a ramdom new password instead of sending the original password ?
15:53 floxx Phlogi: are you the author of file_explorer
15:54 Phlogi floxx: kind of... the second author
15:54 floxx phlogi: i think so ;)
15:55 floxx phlogi: ah .. fine - little question: im using this nice ext with typo3 421...if i create pagetype file_expolorer, the icon is broken and i'm getting this question mark thing of typo3
15:56 Phlogi floxx: do not create any pages in backend... this does not work atm
15:56 Phlogi floxx: but fo course the icon should work... please file an issue, if you think it is one
15:57 floxx phlogi: ok - i'll check that out. thank you! :)
15:57 Phlogi floxx: the problem is that typo3 does not or can't create the folders for that pages in backend
15:57 Phlogi so mostly you should work in frotend... however you can change all the rights and such in be
15:58 Phlogi floxx: but just no action that physically affects the structure on the server fs...
15:58 floxx ok
15:58 Phlogi floxx: use file_explorer_check
15:59 floxx all right
15:59 floxx thx again
15:59 porkpie floxx:can you help please
16:00 jopk hi
16:01 roadi hmpf have the following problem:
16:01 roadi Warning: mb_strstr() [function.mb-strstr]: Empty haystack in /var/www/cms/typo3conf/temp_CACHED_psa9b8_ext_localconf.php on line 337
16:02 jopk is there a forum extionsion which supports "normal" categories, so everyone can make topics and post answers, but also categories where only the administrator can make topics, but everybody can post answers?
16:12 m4rtijn Phlogi - ?
16:13 just2b jopk > mm_forum
16:14 jopk do you know if mm_forum allows posting without registration? maybe with captcha control?
16:14 m4rtijn smack my pony and call me hank-spankydoodle
16:15 m4rtijn weekend!!!!
16:15 m4rtijn 5 more minutes and im freeeeee
16:15 m4rtijn :)
16:16 just2b jopk > it doesnt support it
16:17 jopk but your sure about the categorie rights?
16:17 just2b yes there are categories which can be set for specific user groups
16:19 jopk yeah, but is there a difference in right management between create a topic and answer to a topic?
16:20 m4rtijn have a nice weekend.. and cu on monday dudes
16:37 roadi i get "Warning: mb_strstr() [function.mb-strstr]: Empty haystack..." and cant login to the backend. :(
16:39 roadi i am using typo3 4.2.1. the error occoures after the first logout from the backend.
16:48 roadi the user auth in the backend does not wirk because of the first error message which has been sent so the cookie cant be sent and set. :(
16:52 teppi|work roadi, http://www.google.com/search?hl=en&q=Warning%3A+mb_strstr()+[function.mb-strstr]%3A+Empty+haystack..+typo3&btnG=Suche&meta=
16:53 roadi thx - i googled araound but fount not the correct link :>
16:55 Denyerec PEW PEW
16:55 Denyerec ZAP KERPLOW
16:55 Denyerec SLAPT
16:56 just2b lol
16:57 Denyerec You still in love with Magento Just2b?
16:57 Denyerec or is the honeymoon over?
16:57 dokma woooahhhhh :)
16:57 dokma heheheeheh
16:57 Denyerec Hey dok :)
16:57 dokma :D
16:57 dokma hihi
16:58 dokma whatup
16:58 Denyerec In a strangely bouyant mood... Not sure why, but making the most of it all the same :)
16:58 Denyerec How's things over there?
17:03 jopk how does chcnewscon work? does it auto-create a topic in the forum when I make a new news article and posts a reference link?
17:03 jopk or does anyone have a documentation for chcnewscon?
17:19 jangla any able to help me with this little issue? I need to prefix a wrap with couple of words but I can't get it to register the space: header.wrap = <h1>Chateaux in |</h1> this should result in something like "Chateaux in Loire Valley" but I get "Chateaux inLoire Valley"
17:22 davidbrunnthaler i had that problem also once
17:22 davidbrunnthaler dataWrap = <div style="margin-top:40px; font-style:italic;">{field:Anschrift}, {field:PLZ} {field:Ort}</div>
17:22 davidbrunnthaler (that's how i solved it)
17:24 jangla so mine would be: header.dataWrap = <h1>Chateaux in {field:title}</h1> ??
17:24 davidbrunnthaler give it a try and you know it :)
17:25 davidbrunnthaler but it looks right
17:26 jangla magic - works like a charm! thanks! (should have thought of that myself tbh :) )
17:27 davidbrunnthaler np
18:30 nkuttler grr, indexed_search really refuses to use my template
18:49 nkuttler hm, that's odd. the object browser says it uses my template but that's obviously not true.
18:56 nkuttler hm, and there are css class definitions in css styled content, weird
23:25 Dynamike hi guys!
23:25 Dynamike i have a problem with the extension manager
23:25 Dynamike i just edited the version array-field of a self-coded extension
23:26 Dynamike after saving it the em page was and is still blank
23:26 Dynamike cant get it to show up with any admin account

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.