Search the website and IRC logs

#TYPO3 IRC log from : Thursday 17 December 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
08:51 PiMB morning all
09:06 Conic hi all
09:06 Conic how do i access pages in TS that are new?
09:07 Conic like NO, ACT, IFSUB etc...
09:16 maholtz|WORK morning
09:17 PiMB Conic, what you mean by new?
09:17 PiMB maholtz|WORK morning
09:17 Conic if i mark a page as new (e.g. new until 01.01.2010)
09:18 Conic how can i control the appearance of that page?
09:19 FloLeBlanc hi all
09:19 FloLeBlanc anyone using cc_debug?
09:20 Conic PiMB: can't i use that with item states for TMENU?
09:22 marcuslind I'm trying to move a TYPO3 installation from my localhost to a webserver. I edit localconf.php to connect to the new MYSQL server and I've imported the whole database there from my localhost.
09:22 PiMB Nope I don't think so..
09:22 PiMB Conic
09:23 marcuslind when I try to enter the site I get "Internal Server Error"
09:23 Conic and what is that for?
09:23 Conic what does it change then if i set it as new?
09:24 marcuslind Anyone know why? I also installed a fresh TYPO3 install (4.3.0) on the server. That worked like a charm so I guess there is some setting that connects my website form my localhost TO my localhost.
09:24 PiMB Conic, nothing changes.
09:24 Conic ???
09:24 PiMB I'm just saying there is no state for it.
09:24 PiMB you need something like this..
09:24 PiMB http://snippets.typo3.org/c/44/
09:26 Conic PiMB: thanks ;)
09:27 PiMB np.
09:27 PiMB marcuslind, could be multiple things.
09:27 PiMB but as far as I can tell it has most probably something to do with htaccess files in your typo3 folder.
09:28 PiMB do you have command line access or anything like it?
09:28 marcuslind Atm I'm accessing the files through FTP.
09:28 marcuslind so I can edit it easily
09:29 marcuslind PiMB: I renamed the .htaccess file
09:29 marcuslind and it worked!
09:29 marcuslind :)
09:29 marcuslind Thanks mate.
09:30 PiMB np.
09:30 PiMB took me ages to find it... glad I could spare you the time.
09:30 PiMB there are some settings in the htaccess that need to be approved in your conf files to be able to use it.
09:30 PiMB if it's not approved you'll get a internal server error.
09:32 kotelette Good morning! Does anybody has a tip how to make an instance of tslibpibase to use the pi_linkttopage function in an backen extension
09:33 PiMB actually read something about it on the mailing list couple of days ago.
09:33 PiMB just a sec.
09:34 PiMB ...there is an extension from Dmitry called 'pagepath'... [quote: Sven Jürgens]
09:36 kotelette cool thank you
09:36 kotelette that looks perfect :-)
09:37 FloLeBlanc !seen pmk65
09:38 FloLeBlanc oh.. didn't ries use to have a bot around here? :)
09:39 PiMB not sure.
09:39 PiMB that does what?
09:40 FloLeBlanc tells me when a user was last around
09:41 PiMB saw pmk65 yesterday :]
09:45 FloLeBlanc thank you PiMB bot
09:46 FloLeBlanc wanted to ask him about cc_debug :(
09:46 FloLeBlanc doesn't work for me
09:46 PiMB should work normally.
09:46 PiMB what did you do?
09:46 FloLeBlanc install cc_debug, install FirePHP, tried in an ajax extension to dump a var with debug($var)
09:47 FloLeBlanc but firePHP says there is no info
09:48 PiMB cc_debug doesn't output to firephp i believe.
09:48 PiMB it outputs into an external window.
09:48 PiMB maybe a popup blocker is in the way?
09:48 FloLeBlanc PiMB: the reason I use firePHP is that the ajax call won't output an extra window afaik
09:51 ZaFantasy hi
09:52 ZaFantasy why Im getting ?> at the begining of the page ? So before <!DOCTYPE I get ?> ... But not every time... Any tip ?
09:52 PiMB FloLeBlanc, tried firephp TYPO3 combination myself once, and couldn't get it to work either.
09:52 FloLeBlanc PiMB: great news *G*
09:52 PiMB maybe output in firebug is possible?
09:53 sorenmalling ZaFantasy: Are you using tt_news 3.0?
09:53 PiMB sorry mate, trying to help as good as I can ;]
09:53 FloLeBlanc PiMB: I'm grateful for that, thank you - I'll check if there is a special extension
09:53 PiMB I know that console.log is able to output to firebug via javascript.
09:54 PiMB console.log( var );
09:54 FloLeBlanc is that t3 native?
09:54 PiMB that's firebug native.
09:55 PiMB if you use console.log in your javascript it automatically displays it into your firebug output.
09:55 marcuslind PiMB: I could access the FE after editing the .htaccess file but now the next step is to access the BE. When going /typo3/ i get "ERROR: File not written to disk! Write permission error in filesystem?", When I go to /typo3/install/ I can't login... I type the password but it just refreshes the page... I also changed the password in the localconf.php file. So I guess there is a filepermission problem, I've made it 777 on typo3, typo3/install, typo
09:55 PiMB something like alert(); but without the nasty popups.
09:55 ZaFantasy sorenmalling yes, I have installed it. But I get this on every page... But like I say, not every time
09:55 FloLeBlanc PiMB: ah ok but I need to debug php code for an extension :)
09:55 sorenmalling ZaFantasy: Update to 3.0.1
09:55 sorenmalling http://typo3.org/extensions/repository/view/tt_news/current/
09:55 PiMB ZaFantasy upgrade to the latest tt_news version
09:55 PiMB you're number 13 now :)
09:55 sorenmalling and the extra ?> will be gone :)
09:55 PiMB yep
09:56 PiMB it's a known bug from tt_news 3.0 TYPO3 4.3 combo
09:56 ZaFantasy ohhh, thanks guys!!! ;)
09:56 sorenmalling np :)
09:56 PiMB marcuslind, did you set the rights correct to typo3conf and typo3temp as well?
09:56 marcuslind Yes I wrote the folders in the previous message.
09:57 marcuslind incl typo3conf and typo3temp
09:57 marcuslind I also removed the temp_CACHED files.
09:57 natalia hi there, I have a very simple doubt
09:57 PiMB js enabled?
09:57 natalia can de non-admins create sysfolders?
09:57 marcuslind Yes it works perfect on my Dummy-site install.
09:58 marcuslind I've made 2 installs on the webserver, 1 from the dummypackage. THat works great
09:58 marcuslind and 1 from my localhost
09:58 PiMB if you give them rights to the sysfolder page type, they can natalia
09:58 PiMB TYPO3 version?
09:58 marcuslind 4.3.0 on both.
09:59 natalia thank you PiMB , I will look at the permissions carefully, I couldn't get it to work
09:59 PiMB marcuslind, tried different browserS?
10:00 marcuslind I did now,
10:00 marcuslind still not wokring
10:00 marcuslind (Safari & FF)
10:01 marcuslind but if there is a filepermission error. What files should be permitted? localconf.php, typo3 folder, install folder, typo3temp folder, typo3temp folder, ext folders.
10:01 marcuslind Is there any i missed?
10:01 PiMB natalia, edit the usergroup of the specific user, go to the tab access Lists, enable the checkbox 'include access lists' and scroll down to 'Page types' here you can ctrl-select which types are allowed, sysfolder is in there.
10:01 PiMB marcuslind
10:01 PiMB nope don't think so.
10:02 PiMB and you get the error on FE and BE?
10:02 marcuslind No
10:02 marcuslind FE works perfect
10:02 marcuslind /typo3/ I get the error
10:02 natalia I have give permissions to a non-admin and the sysfolder is created, but it's only visible by the admin until this unhides it, anyone knows what can be happenning?
10:02 marcuslind and /typo3/install I just cant login.
10:03 PiMB natalia, how created the sysfolder? admin or non-admin?
10:03 natalia non.admin
10:04 PiMB damn that's strange bug marcuslind
10:11 marcusli1d Is it possible to load all permissionsettings from my localhost and import them to my webserver?
10:14 Bluespuke guys (and girls of course), i need your oppinion about cross site scripting and tt_news
10:14 FloLeBlanc Bluespuke: I think XSS is a mean thing to do :)
10:14 sorenmalling Bluespuke: I think it's a bad idea :)
10:15 Bluespuke i've a page with tt_news na di would like to export/import it into another site in realtime...
10:15 FloLeBlanc bluespuke: there is an RSS extension for tt_news
10:16 marcusli1d PiMB: I fixed so I could login to BE.
10:17 Bluespuke it's a little more complicated... page A inserts the news, i could create a RSS. but page B would like to show them AND to export them as RSS
10:17 marcusli1d I opened Install Tool on another site and followed all permissions there.
10:24 Stollie Good morning
10:25 FloLeBlanc PiMB: gnah.. even the sms_firephp extension does not show me anything on it's test page
10:26 FloLeBlanc anyone else who has sms_firephp running?
10:28 unbob Hi - I'm using typoscript to set the title-tag of a page from "TSFE:page|title". If I want I can override this with "$GLOBALS['TSFE']->page['title'] = "New Title";" from my extension. But i'm also setting an h1-tag in typoscript from "TSFE:page|title", but this does not also change to "New Title". I think it's wierd :(
10:30 unbob Typoscript for title: page.headerData.1.data = field:nav_title // TSFE:page|title
10:30 unbob Typoscript for h1: lib.header.value= {page:subtitle // page:title}
10:32 unbob I have tried changing h1-TS to use TSFE:page|title as well, but I guess it's exactly the same
10:33 PiMB marcusli1d, which was wrong?
10:34 marcusli1d I dont know, I edited quite a few like uploads/pics etc.
10:34 marcusli1d but still I got file permission errors
10:34 marcusli1d Now I cant publish text as pagecontent...
10:34 marcusli1d Is there any way to just load all permissions from my other server to this new one?
10:34 marcusli1d :S
10:34 PiMB not really.
10:34 PiMB manually.
10:35 marcusli1d OK -sigh-
10:35 marcusli1d But about not being able to publish text as pagecontent... I get "ERROR: File not written to disk! Write permission error in filesystem?" again.
10:35 marcusli1d I guess no one here have ran into that one?
10:36 marcusli1d is there a way to see WHAT file it cant access?
10:38 marcusli1d Also PiMB. About the .htaccess problem you told me about... What was causing it in the .htaccess file? atm I just renamed it so it doest load... but I still want it because of realURL.
10:44 Bluespuke ok, back to my XSS tt_news problem: i just putted a RSS on page A and now i'm importing it to page B with the extension yafi and a cronjob...
10:45 Bluespuke sounds logic (to me)
10:48 unbob Bluespuke: I see your problem - you can't putt a RSS-feed, you need a golfball for that
10:50 PiMB marcusli1d not sure, have to see the htaccess for it.
10:50 PiMB could you pastebin it?
10:51 marcusli1d sure, I fixed the pagecontent error too... I gave RTEHTMLAREA 777
10:52 marcusli1d PiMB: http://pastebin.com/d563ac40c
10:52 marcusli1d I reckon if you had the same problem with the .htaccess file when moved to new server maybe you know why it happend or remember how you fixed it except just renaming the file.
10:53 marcusli1d My site is at the moment located in a subdirectory on the server.
10:58 PiMB I had to fix BE htaccess files, because they use somethings like <FilesMatch "\.(gif|png|jpg)$">
10:59 PiMB and that's not allowed on my installation to do that via htaccess
10:59 PiMB your htaccess boils down to the standard realurl htaccess.
10:59 PiMB what you could try is to delete all lines with the dash in front (comments)
11:00 marcusli1d PiMB: Why would it help to remove all of the comments?
11:01 PiMB to get some overview of what it's actually doing :)
11:01 PiMB and to make sure that there is nothing there you don't need but causes problems.
11:01 PiMB you could put them back later or backup them. but it might help
11:06 FloLeBlanc anyone using sms_firephp? the only thing I get when debugging is "array()" no matter what I give as error input
11:06 Hurix hi there, i try to do startingpoint = fileadmin/img/smoothgallerys/{GPvar:series}/ to get url-parameter ?series=2243 functionality. Am i doing something wrong here?
11:07 jbaptiste_j In tt_news in backend when I get to choose the parent category for a category it only offers a very narrow area for selection, how can I make it bigger ?
11:07 Hurix hi there, i try to do startingpoint = fileadmin/img/smoothgallerys/{GPvar:series}/ to get url-parameter ?series=2243 functionality. Am i doing something wrong here? (did my earlier msg arrive? can't see)
11:09 Breakmau5 did arrive
11:10 Hurix jbaptiste: for you or yours?
11:11 Hurix jbaptiste_j: for you or "yours"
11:11 Hurix oh i have a big lag. i see
11:11 jbaptiste_j Hurix I don't understand what you mean
11:11 marcusli1d PiMB: I think I've fixed the obvious problen, mod_rewrite doesnt seem to be enabled on our new webhost.
11:12 marcusli1d problem*
11:12 PiMB then you can't use realurl
11:13 marcusli1d ye i know, im mailing my provider as we speak.
11:13 marcusli1d to activate mod_rewrite
11:13 PiMB good
11:15 Hurix jbaptiste: use firebug to change width and height of the selectionarea. if you can't or want to provide it bigger for others, i can't help
11:15 lindbergh hallo chan
11:16 PiMB hi
11:17 lindbergh is there any calendar extension, where I can enter some calendar events for selected date, and I can get that events(news) displayed on FE, would be nice something like tt_news list
11:17 jbaptiste_j I could make it 3 lines high by maxing out the parameters in the config of the extension
11:18 Hurix jbaptiste: or use chrome which provides the mousesliders to enlarge the area, for you
11:19 jbaptiste_j I'll try chrome that sounds inreresting
11:20 PiMB lindbergh why not just use tt_news for it ;]
11:20 PiMB it's called news ,but can be used for a lot of things.
11:21 PiMB otherwise maybe 'cal' extension is something for you?
11:23 lindbergh PiMB, idea is to have month view calendar in BE
11:23 lindbergh and each day must be edutable
11:23 lindbergh editable
11:23 PiMB in BE
11:23 lindbergh yes
11:24 PiMB maybe cal extension is good.
11:24 lindbergh I am reading manual at the momemnt
11:38 randomresult hey there
11:38 PiMB hey random
11:42 randomresult i have 2 questions: i need another filetype for filelist (with icon) and i want to change the icons via TS ... is it possible?
11:45 randomresult any ideas?
12:06 Bluespuke someone has experience with yafi? when i run the command line script i get [ignored_feeds] => 1
12:06 Bluespuke any ideas what this could be? o.O
12:11 seewer Can I use a register inside a [...] condition? like [ ...GP:X = register:...]?
12:21 bmv H
12:21 bmv Hi guys
12:22 Prot0 hey
12:22 bmv Any ideas as to how to set a default value dynamically in the BE for a FEuser?
12:23 bmv i.e. depending on the BE user that's creating the user, the default value of a particular field should be different
12:23 bmv when creating a user
12:23 Prot0 page TSconfig
12:24 bmv yes of course
12:24 Prot0 TCEFORMhttp://typo3.org/documentation/document-library/references/doc_core_tsconfig/4.1.0/view/toc/0/
12:25 Prot0 er
12:25 Prot0 TCAdefaults.tt_address.module_sys_dmail_html = 1
12:25 Prot0 something like that
12:25 Prot0 TCAdefaults.[table].[field] = [defaultValue]
12:26 bmv yes, that's correct
12:27 bmv however, [devaultValue] should be dynamically set, depending on the BE user that is creating the record
12:27 bmv My BE users aren't allowed to set the usergroup of a new feuser
12:27 bmv however, they must be able to create new users
12:28 bmv and the usergroup assigned to new users depends on who created them
12:28 bmv BTW, thanks for your ideas
12:29 Prot0 dunno if you can do this in user TSconfig (i assume you can't)
12:29 PiMB should be possible by setting the TCAdefaults via the userTSconfig field of the specific be_user
12:29 bmv mmm
12:30 bmv that's a good idea,
12:30 PiMB I know..
12:30 PiMB ;]
12:30 PiMB brb
12:30 bmv I'll try
12:30 bmv thank you!!
12:41 ndee I created a backend module but somehow, I don't have any scrollbars in it, although there should be some, anyone encountered a similar problem?
12:46 Briareos1 how can i tell RTE to replace <h1></h1> by <h1 blabla></h1>?
12:55 Briareos1 i achieved that for the backend - but it's still wrong in the FE ...
12:58 FloLeBlanc did by chance anyone enter the room yet who has firePHP running? :)
12:59 smux_ hello
13:04 randomresult hello smux_
13:06 smux_ I have a problem with groups rights. I cannot select the whole entries in "Allowed excludefields"
13:07 smux_ It's like there is a limit of number entries selectable
13:08 smux_ On lastest typo3/templavoila version
13:10 iaj hi:)
13:13 iaj need to get rid of 2 entries on my page with the same content - I created those with a gmenu so even if the first one is only a link to the second one, that there are 2 pages with the same content - can anyone tell me how I could solve that - I heard about a htaccess solution, any1 got exp with that?
13:19 Briareos1 nobody knows how to tell RTE to replace <h1></h1> by <h1 blabla></h1>?
13:35 FloLeBlanc briareos1: are you german speaking? there is a good article for the RTE on datenwolken
13:36 ndee does anyone have TYPO3 running on a windows 2003 server?
13:42 PiMB IIs 7 on 2008
13:44 Briareos1 floleblanc yes, I'm having a look at it
13:46 Prot0|aus PiMB: it used to run under IIS 6 on 2003 before
13:51 Briareos1 i believe i have to reconfigure the transformations, but cannot find any reasonable example for that. i want to achieve that so that i can use in-line styles (for newsletters) ... any info on that maybe?
14:11 atmos4 hi
14:11 atmos4 if I upload files through the file module in typo3 4.3, the uploads go through put the files never appear in the folder
14:11 atmos4 anyone got an idea?
14:12 atmos4 uploads were working with typo3 4.2
14:14 atmos4 nothing is logged in the error_log
14:17 ndee anyone ever felt weird about the WEC extensions?
14:20 seewer atoms4: fresh install (no upgrade) of typo3 4.3 here, everything works fine
14:20 seewer did you check file permissions?
14:20 atmos4 I think I found the prob
14:20 atmos4 the swfuplaoder can't handle the http authentication
14:20 atmos4 so it gets a 401 unauthorized
14:21 atmos4 the site is still under development, so is has a htaccess baed user authentication on it
14:22 atmos4 the prob is, that flash doesn't seem to inherit the authentication info fromt he browser
14:25 PiMB Prot0, true. So yes, I do have some experience with IIS 6 and windows 2003
14:27 nd___ Hey guys, why doesn't mod_deflate work with page content of typo3? Any tricks?y
14:33 atmos4 yea, added a definition to the vhosts apache config to exclude typo3 directory from http auth
14:33 atmos4 now upload works
14:51 iaj is there any way to have in list mode shown powermail ce's with a different icon?
14:52 Prot0 didnt you ask this a week ago? ;]
14:52 PiMB and no. there still isn't
14:54 PiMB iaj, got this http://buzz.typo3.org/people/steffen-kamper/article/new-icons-for-my-pages/
14:55 PiMB and http://snippets.typo3.org/c/47/ this
14:55 PiMB but it's still not possible
14:59 PiMB sorry mate..
15:00 iaj i've forgotten the answer
15:00 iaj heh
15:00 iaj so much stuff to do.. sorry
15:00 iaj but thanks... so I'll either have to edit the template that the header aint shown on the webpage
15:00 iaj or use page view
15:02 PiMB iaj I'm not following. You mean the icon in the list view BE right? what template are you talking about then?
15:02 iaj PiMB: well so far I only see [No title] for all my powermail entries in list view in BE , yeah
15:03 iaj and if I change the header... its going to be displayed on the frontend as well
15:03 iaj so I need to disable that :D
15:03 PiMB you have a dropdown in there to set it to 'hidden'. so it's displayed in backend but not in frontend.
15:03 PiMB actually this counts for every single CE, not only powermail
15:03 PiMB standard TYPO3 function
15:07 iaj *shots himself*
15:07 iaj so easy :/
15:07 PiMB hehe
15:07 PiMB haven't we all been there..
15:12 Bluespuke YAY!! got my XSS tt_news working :D
15:16 PiMB wtf?
15:33 unbob Hi gang - it's me! Again. I would like to check the current language in the page template, with a condition. [globalVar = TSFE:sys_language_uid = xx] was suggested in the lists, but I don't think it works
15:34 iaj PiMB: yeah think so
15:36 Bluespuke is it possible to use indexed_search with $sword and substr($sword, 0 -1) ?
15:36 Bluespuke or do i need to reprogramm the sysext :s
16:38 FloLeBlanc I wonder who had this "great idea" to set the usergroups of fe_users in ONE field with , seperation *grumble*
16:38 Prot0 why is it so bad?
16:39 FloLeBlanc did you ever try to do a frontend editor that can set the usergroups of fe_users?
16:39 Prot0 nope
16:39 Prot0 but is that a problem of the editor or in the table structure of fe_users
16:39 Prot0 ;]
16:40 FloLeBlanc ??
16:40 FloLeBlanc you justify a weird db design by telling me that it's the fault of the editor?
16:40 Prot0 its not weird db design
16:40 Prot0 its more logical
16:41 Prot0 the only case where it wouldnt be logical is when you will have 2000 usergroups and 20000 users
16:41 Prot0 which would probably make the entire rights management inefficient
16:41 FloLeBlanc ok where are the advantages of the current setting
16:41 FloLeBlanc enlighten me please
16:41 Prot0 less storage space in the db is require
16:41 Prot0 d
16:41 Prot0 no mm table is needed
16:42 Prot0 no additional queries needed for grabbing usergroup ids when loading a user
16:43 FloLeBlanc if that is an advantage I could write the whole db in one table
16:43 FloLeBlanc what an advantage :)
16:43 Prot0 ..
16:43 Prot0 how about making it easier to check access rights
16:44 Prot0 needing less queries for example for checking if a a user is allowed to view a page or not
16:44 FloLeBlanc it's not easier, it requires one less join (I'll let that count for performance, but it's not easier)
16:44 Prot0 its not harder either
16:44 Prot0 because you have the same information
16:44 FloLeBlanc you have to split a field by a special seperation char to filter the groups
16:44 Prot0 getting it with or without an extra join will not change it
16:44 FloLeBlanc how is that an "easy" solution
16:45 Prot0 t3lib_div::trimExplode(','$a_feuser['usergroups']);
16:45 Prot0 tada
16:45 FloLeBlanc JOIN x ON blah=anotherblah, tada
16:46 Prot0 so whats bad about the table design for fe_users then?
16:46 FloLeBlanc the join version doesn't work
16:46 FloLeBlanc I need php to filter usergroups
16:46 Prot0 you cant tell me that this is the arguement, just because you would prefer to join on SQL than to split in PHP
16:47 Prot0 so you need a user that has usergroup = 1 for example?
16:47 Prot0 but the groups are set like usergroup = 3,2,1
16:48 FloLeBlanc I need a frontend plugin that enables setting multiple usergroups and I'll have to write my own because not a single extension can do that from those I found
16:48 Prot0 lol
16:48 Prot0 well
16:48 Prot0 thats a problem with those extension than ;]
16:48 Prot0 *extensions
16:48 PiMB WHERE (usergroup LIKE '1' OR usergroup LIKE '%,1' OR usergroup LIKE '1,%' OR usergroup LIK '%,1,%')
16:48 Prot0 or
16:48 FloLeBlanc PiMB: talk about great design :)
16:48 Prot0 FIND_IN_SET('1',usergroup)
16:49 Prot0 (mysql only)
16:49 PiMB @ Prot0, true but that's not supported by all tables
16:49 PiMB TYPO3 does the LIKE statements itself
16:49 PiMB not the find_in_set
16:49 PiMB it's an ongoing discussion, i've heard it before
16:50 PiMB I guess it's something they decided upon a long long time ago, when dinosaurs roamed. And sticked with it.
16:50 Prot0 doesnt neccesarely mean its bad db design
16:50 PiMB for obvious reasons, but both ways are plausable, and usable
16:50 FloLeBlanc so to list all usergroups by name a user has I have to query the user table and the usergroups table and then assign the names to the id's per php
16:50 teppi|work i think its because you would have a dependeny to mysql
16:50 PiMB explain?
16:51 teppi|work me?
16:51 PiMB yep
16:52 teppi|work if "find_in_set" would be used by the TYPO3 DB Wrapper .. it wouldnt be possible to switch to postgresql or something like that
16:52 PiMB exactly..
16:52 PiMB but that wasn't the point..
16:52 teppi|work i think ..
16:52 PiMB :]
16:52 FloLeBlanc is there a possibility to precheck checkboxes for list - create entries for fe_users in the backend (fe via TS?)
16:53 teppi|work err .. ok .. the i didn't understood it :p
16:53 teppi|work *n
16:57 PiMB it was about the usergroups settings of FE users in TYPO3
16:57 PiMB and if that should be MM or not.
16:57 PiMB we agreed on the SQL query for the current setting :)
16:57 PiMB but now the question resides if it should be LIKE or JOIN
16:58 teppi|work yeah i just thought that there is an discussion about refactoring the queries to find_in_set-queries .. i didn't get that. ;-)
17:01 FloLeBlanc well the point that started the discussion was that I'm unable to find any extensions that allows a good handling of fe_users, I resented trying to "hack" mh_osql which isn't a nice solution either and is imho awful due to the way groups are stored
17:02 Quevedo Hello, someone knows why the pagination of indexed_search dont work with ReaURL?
17:07 PiMB FloLeBlanc, isn't admin interface something that can do this?
17:08 PiMB Quevedo, because pagination of indexed_search works with Javascript, and if it doesn't then it's probably not in your config array of realurl
17:09 FloLeBlanc PiMB: didn't find that one yet, I'll give it a try thx
17:10 PiMB (y)
17:10 PiMB i'm off, got a christmas dinner.
17:10 PiMB bye!
17:10 FloLeBlanc have fun
17:10 PiMB I will, might be a bit late tomorrow ;]
17:15 Quevedo PiMB, do you know why the href's link is "#"?
17:17 Prot0 17:17 * PiMB (n=(obscured mail address)) Quit
17:17 Prot0 what hrefs?
19:01 void Denyerec: hi
21:27 Denyerec hey void
21:28 void how do you do?.. i've finally got irc working in adium cause my win machine got infected by virus...
21:28 void missed the #typo3
21:49 schabracke good evening!
21:50 void good evening
21:51 schabracke has anyone got rgmedaimages in use?
21:52 void not me, but ask your question
21:53 schabracke okay so, im trying to use it - but i can add any video, always the same output - no output
21:53 Denyerec I wondered where you had been void
21:53 Denyerec I even went looking in #django and #python for you
21:54 schabracke the second problem was the size
21:54 schabracke but i solved that with $global paramters
21:54 void wow
21:55 schabracke what i want is, to add videos to normal t w/ images content elements
21:55 schabracke ? :)
22:08 void Denyerec: pm

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.