Search the website and IRC logs

#TYPO3 IRC log from : Sunday 22 February 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 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
00:04 Pepelargo anyone there to ask for help? thanks
00:20 nkuttler Pepelargo: install tool does graphics libs checks. you probably need to install libgd or imagemagick
00:22 Pepelargo nkuttler, yeah, finally I realized that in the remote machine imagemagick is not installed
00:22 Pepelargo nkuttler, so this is important to know in order to look for hosting service
00:26 nkuttler Pepelargo: gd should be installed on every php host i guess..
00:26 nkuttler Pepelargo: you probably want at least a vps anyway for typo3
00:26 Pepelargo nkuttler, gd should be, but imagmakick is not so common
00:26 nkuttler Pepelargo: typo3 can work with both afaik
00:27 Pepelargo nkuttler, this is my first typo3 project, so I am just starting to discover this points..
00:28 Pepelargo nkuttler, but these tools are only necessary if you use crop, resize, nd other stuff with images, right?
00:28 Pepelargo nkuttler, if you provide the images already with the final look you want , you don't need the right?
00:28 Pepelargo *you don't need the tools, right?
00:29 nkuttler Pepelargo: well... if you're the only one using the site i guess you can do without
00:30 Pepelargo nkuttler, ok
00:30 Pepelargo nkuttler, I need definitly a typo3 book
00:30 Pepelargo nkuttler, any sugestion?
00:31 nkuttler Pepelargo: i only have german books on typo3
00:32 Pepelargo Pepelargo, is typo3 german?
00:36 nkuttler no, but it it's very popular in germany. there are english books to, i just don't have any (yet)
00:52 Pepelargo I said that because I only find german stuff in internet
00:56 Pepelargo night noght
01:01 jochke Anyone who know how to ts a default selected pageid, when a user login to be? I've found this to select a standard module, and it works. setup.override.startModule = web_view
01:01 jochke I just need to find a way to let it select a pageid.
02:13 dinsdale07 Pepelargo - I bet your problem is with imagemagick not pointing to the right directory where im is installed. Check your installtool
02:13 dinsdale07 on standart unix installations it should be in /usr/bin I think, not in a X11 dir.
02:53 [Francesco] hi, how i can set "on fly" the value of plugin.tt_news.searchFieldList ?
02:54 [Francesco] i need different searchfieldlist for tt_news depending if the search query source is the tagcloud link or the custom tt_news search.
02:54 [Francesco] in the first case i want plugin.tt_news.searchFieldList = keywords, in the second one i need plugin.tt_news.searchFieldList = body,title,keywords.
03:22 s0di4m hi all
03:22 s0di4m is anyone here?
03:24 s0di4m i was wondering if typo3 is capable of assigning users with their own web directories,sowhen they log on they can see what is in their own web folder
09:00 jochke Is it possible to disable the delete icon in admpanel in frontend for tt_content?
10:45 [Francesco] hi
10:45 [Francesco] is possible to have differente plugin.tt_news.searchFieldList setup in tt_news. I mean i want plugin.tt_news.searchFieldList = keywords for tagcloud linkk and plugin.tt_news.searchFieldList = title,body,keywords for tt_news search form.
10:49 [Francesco] is possible to have differente plugin.tt_news.searchFieldList setup in tt_news. I mean i want plugin.tt_news.searchFieldList = keywords for tagcloud linkk and plugin.tt_news.searchFieldList = title,body,keywords for tt_news search form.
11:17 mr_daniel in my typo3 I have two sort of document: documents which are represented with a normal logo, and documents which are represented with a shaded logo
11:17 mr_daniel what is the difference between these two files?
11:38 kraftb mr_daniel: of which "documents" are you talking ?
11:38 kraftb and what do you mean by "logo" ? the typo3 logo in the left-top corner ?
11:39 kraftb just a guess - if you mean the "pages" in the pagebrowser (like the windows directory tree) .... these are not "documents" but "pages" ... each page represents on page/webpage on your website
11:40 kraftb pages with normal "icons" (not logos) - a logo is something which represents your company or similar, like the 4 joined rings of a "Audi" car ...
11:40 kraftb so pages with normal icons are visible pages, pages whose icon is shaded (greyed out) usually are hidden somehow, or made invisible in the menu
11:42 [Francesco] is possible to have differente plugin.tt_news.searchFieldList setup in tt_news. I mean i want plugin.tt_news.searchFieldList = keywords for tagcloud linkk and plugin.tt_news.searchFieldList = title,body,keywords for tt_news search form.
12:52 [Francesco] solved !
13:41 beavis_ hey guys, a strange error appeared, after i've edited my html template inside of typo3
13:42 beavis_ now i cant use the save buttonon top
13:42 beavis_ http://rafb.net/p/0euRu358.html
13:44 beavis_ only i iam in template mode
13:44 beavis_ *only in template mode
13:47 beavis_ ahh, solved
13:55 ran2 hi
13:55 ran2 i have some trouble generating .ics export with ical
13:56 ran2 with cal sry
13:56 ran2 basically the problem is that i only get php files when trying to export
13:57 ran2 somehow typeNum=150 seems to be the setting meant to be .ics be the developers
13:57 ran2 just dunno how to set up the typoscript to make the typolink generated php file a .ics file
13:58 ran2 pageics = PAGE
13:58 ran2 pageics.typeNum = 184
13:58 ran2 pageics {
13:58 ran2 config.absRefPrefix = http://www.meinestestseite.com/
13:58 ran2 config.doctype = none
13:58 ran2 config.xmlprologue = none
13:58 ran2 config.disableAllHeaderCode = 1
13:58 ran2 config.additionalHeaders = Content-Type: text/Calendar|Content-Disposition: inline; filename=termine.ics
13:58 ran2 5 = TEXT
13:58 ran2 5.value (
13:58 ran2 BEGIN:VCALENDAR
13:58 ran2 VERSION:2.0
13:58 ran2 PRODID:TYPO3
13:58 ran2 METHOD:REQUEST
13:58 ran2 )
13:58 ran2 creates an ics file for the type
13:58 ran2 but of course it is empty
13:58 ran2 except for the header..
13:59 ran2 how can i get the content in ?
13:59 ran2 actually i am able to download empty .ics files now :)
14:11 [Francesco] there's someone that is using succesfull trackback extension ?
14:14 ran2 pageics.typeNum = 184 should be 150 in my example :)
14:20 haacki huhu
14:20 haacki kann mir einer sagen, wieso tt_news mir wenn ich mehrere Seiten in der Latest ansicht habe auf jeder seite die gleichen news anzeigt?
14:24 haacki oh sorry, i've not seen the line for speaking english.
14:26 haacki i have an problem with tt_news. in the latest view i get (if i have some news / over more then one pages) on every page the same news. can somewone help me please?
14:53 [Francesco] there's someone that is using succesfull trackback extension ?
15:08 ran2 is anybody able to help with a .ics export issue and a typeNum problem ?
15:45 txxx hello?
15:45 w00t0r hi
15:46 ran2 hi
15:54 ran2 not much going on today...
15:54 ran2 is it everytime like that ?
16:07 [Francesco] yep
16:08 ran2 ic
16:09 ran2 so are there timed conferences ?
16:42 [Francesco] anyone is using succesfull "close comments" feature in Comments extension ?
17:22 [Francesco] which's the difference beetwen crdate e tmstamp in tt_news table ?
17:23 nkuttler [Francesco]: something like mtime maybe? or it's something about visibility..
17:25 w00t0r Francesco, I think tstamp is the timestamp of the last edit
17:25 w00t0r crdate the tstamp of the insert
17:26 [Francesco] w00t0r i suppose you right, indeed i was just testing this
17:27 [Francesco] yep, confirmed
17:27 w00t0r many extensions use those fields for just that
18:09 [Francesco] which's the comparative instruction in php to find a substring into a string. Example If "many" included in "Germany" then instructions.
18:10 [Francesco] nevermind, maybe it's strpos
18:12 kraftb strpos(haystack, needle)
18:13 kraftb returns the position in the string - starting from 0
18:13 kraftb [Francesco]
18:13 kraftb ^^
18:13 kraftb if the string isn't found it returns "false" ... if (strpos($haystack, $needle)===false) echo "String not found!";
18:14 kraftb use three "=" if you also want to compare the variable-type ... simply strpos()==false would also evaluate to true when the string is found at position "0"
19:52 nkuttler in php, "false" == 0 is true...
20:58 Third3ye Hey there
21:00 Third3ye Is Typo3 ideal for a artistic community site where users are capable of creating profiles where they can establish galleries, add photos, make playlists, add audio, and video files
21:00 Third3ye ?
21:00 Third3ye oh, and each indevidual can create and join groups and add events to indevidual profiles and group profiles :S
21:00 Third3ye I'm not a coder...
21:01 Third3ye but have one handy :P i just have to chose the system
21:01 ries Third3ye: TYPO3 is not ideal to create such a system
21:02 Third3ye Thank you :) All I needed to know
21:02 ries Third3ye: you draw your conclusions fast....
21:03 Third3ye It's necessary in this line of work :P
21:03 Third3ye Please let me know if it was a bad hasty decision ^^
21:05 ries Third3ye: There is a different in making a fast decission that takes 5 seconds and comparing the options with your requirements
21:06 ries Third3ye: there are just to many parameters to will lead you to the ultimate decission..
21:06 ries When it comes to your question, I don't think no CMS ideal in the firts place
21:07 Third3ye Well I asume I was talking to someone who understands my criteria and being a Typo3 user and perhaps developer know the ins and outs of typo3 better than I could or the fresh eyes of an unexperienced php developer
21:07 Third3ye And there is: Drupal, but to make it happen would take a year of developing... so, it's not ideal
21:07 ries Third3ye: that's why I could only say 'It's not ideal :) '
21:08 Third3ye Yeah, perhaps one has to be made from scratch -.-;
21:14 nkuttler Third3ye: if you think that it would take a year with drupal.. maybe you shouldn't be the one who decides which cms to use.. no offense
21:43 chefan Third3ye: it is very possible to create arts oriented sites with typo3 and existing typo3 products
21:44 chefan be prepared for a rather slow initial learning curve with typo3
21:45 chefan alternatively, you could check http://plone4artists.org/ for an alternative. i haven't seen any comparable initiative for typo3 yet
21:51 dinsdale07 Third3ye, I have just created a community site with typo3. Are you still in the planning stage as to which CMS to use or do you already look for extensions?
21:51 Third3ye :P
21:51 SpineyNorman Dinsdale...!
21:51 SpineyNorman ^^
21:51 dinsdale07 ^^ how are you
21:52 Third3ye Well I'm not in the planing face
21:52 Third3ye I know exactly what I need to meet the criteria
21:53 chefan nkuttler: and he maybe right, 11 of the 12 months could be needed to patch up the sql injection vulnerabilities :D
21:54 dinsdale07 I read that you want to use groups in your community. I think there is an extension in development called community. Nomen est omen :-) It's not finished yet but it looks promising.
21:56 dinsdale07 Third3ye, http://typo3.org/podcasts/kasper . search for community.
22:07 ries chefan: the problem with plone is Python.... it's hard to fine Python developers
22:14 chefan it's just a problem if you need customized content types
22:14 chefan and it is similarly hard to find php developers
22:14 chefan most are mere scripters ;)
22:15 chefan a developer learns languages fast as needed.
22:17 nkuttler chefan: well, i wouldn't build a site that's primarily a community with typo3. i think there are better tools for such a job.
22:19 chefan i am not sure if i want to see the term community so inflexible. communities might have workflows too, and some inherent business logic as well, depending on their nature. on the other hand, i agree that typo3 might not be so comfortable with the more artistically inclined people
22:19 chefan drupal neither though, i miss freeform support with drupal.
22:20 chefan maybe i missed something, but it comes down to boxes
22:22 dinsdale07 I think a lot of the community functionality which in the drupal is the core has to be installed as extensions in typo3.
22:24 Denyerec lo ;)
23:25 Awillys hi
23:25 Awillys anyone around familiar with ldap?
23:48 nkuttler Awillys: what's your real question?
23:52 Awillys nkuttler: i wonder if it is possible to make an extension that would create user straight in ldap directory upon registration
23:52 Awillys or some script run by cron job that would sync typo3 user db with ldap user db
23:53 Awillys the idea is to enable a sso via ldap for several site and vbulletin installations
23:53 Awillys voidus: you here?
23:53 nkuttler Awillys: i don't know how ldap works in detail, but taking user info from the db and adding it to ldap via cron sounds doable
23:54 nkuttler straight from php, no idea
23:54 Awillys right
23:54 Awillys i aint a programmer myself so i dont know either
23:54 Awillys ^^
23:55 nkuttler Awillys: there's a php ldap module that sounds useful for such a job
23:56 Awillys nkuttler: what is is called? where?
23:56 nkuttler Awillys: in debian php5-ldap
23:57 nkuttler sso would require much more than sync'ed logins though
23:59 Awillys yeah

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.