Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 16 September 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
08:27 banban hi there! is it possible to assign more categories to one product in tt_products? is there any extension for this? thanks for any answer!
09:12 maholtz|WORK morning
09:20 nd___ morning
09:23 Bluespuke is it possible to define the size of the lement browser (tinyRTE) ?
09:23 Bluespuke element*
09:27 _pedda_ hi all
09:55 banban hi there! is it possible to assign more categories to one product in tt_products? is there any extension for this? thanks for any answer!
10:54 kraftb good morning !
10:54 kraftb hey - anyone can help me with a real common CSS problem?
10:55 maholtz|WORK morning:)
10:56 _pedda_ go on ^^
10:56 _pedda_ kraftb
10:56 kraftb i have a two column layout, left a small column for menu, on the right a content column
10:56 kraftb they use float: left
10:56 _pedda_ ok
10:56 kraftb in the right column I also add floating elements (it is this template from oswd.org):
10:57 kraftb http://www.oswd.org/design/preview/id/3673
10:57 _pedda_ ok
10:57 kraftb but if I add a <div style="clear: left"></div> somewhere in the right column, all following content ist below the last element in the left column ...
10:57 kraftb wait - I'll make a screenshot
10:59 kraftb http://img2.imageshack.us/img2/4061/screenfz.jpg
10:59 kraftb below the image-boxes there is a clear:left
10:59 _pedda_ hmm
11:00 _pedda_ and then your content gains that big gap right ?
11:00 _pedda_ where is your clear left div placed ?
11:01 _pedda_ aah as you said below the images
11:01 kraftb yes. the images are in an <ul>
11:02 pmk65 if you just want to clear the float after the ul, then setting overflow hidden on the url should clear the float
11:02 pmk65 url = ul
11:06 _pedda_ the problem was missing float: left for the #content and removing margin-left from it
11:08 yuno how can one delete user groups? there is:
11:08 yuno admin tools->user admin->compare user settings->some user... pencil icon (edit)->general->group->items->list groups icon->that user group table at the top->right click on the user group icon->delete
11:08 yuno but that doesn't do anything
11:09 yuno no error message or anything... just nothing
11:10 pmk65 yuno: in list mode, click on the group icon. then you can delete it from the context menu.
11:11 yuno ty
11:11 kraftb do you want to remove a group from a user?
11:11 kraftb yuno:
11:11 kraftb or do you want to remove the group completly ?
11:11 yuno but why is a delete menu entry over that other thingy if it isnt actually implemented?
11:12 yuno i want to remove several groups completely
11:12 yuno (these were created by that TV wizard thingy... it took me a few tries to get things right) :>
11:13 yuno pmk65: web->list?
11:13 pmk65 yes
11:14 yuno there is no group icon over there
11:14 yuno just that list of pages
11:15 kraftb Web>List - then click on the root-page of T3 (the world icon)
11:16 pmk65 you need to be on the page/sysfolder where the group records are located.
11:16 kraftb there you see all records created on PID=0
11:16 kraftb oh. FE-groups ?
11:16 kraftb or BE-groups?
11:24 yuno pmk65: ye, that works. thanks :)
12:08 snoy_ms I need to build an extension for parsing external xml data. Are there methods or do i have to use any other xml lib ?
12:16 pmk65 there's a function in t3lib_div for converting xml to array, but it is only usable if your XML is in one level.
12:17 pmk65 I usually use this function. http://www.bin-co.com/php/scripts/xml2array/
12:20 snoy_ms sounds good, i take a look. thx ;-)
12:53 paese anyone good in tt_news? i updated a news title, cleared cache etc but the spoken url to the news entry is still build upon the old tite from that record.. :(
12:54 maholtz|WORK @paese: sounds like realurl cache
12:55 paese @maholtz|WORK i got 3 lines with enableXYCache in realurl.. should i disable them?
13:04 paese hm.. won't help
13:09 paese using page> info > speaking url also won't list the records
13:16 paese also tried TCEMAIN.clearCacheCmd = all in page ts of root page and page ts of record storage
13:20 maholtz|WORK realurlcache != page cache
13:20 maholtz|WORK there is a database table or you can use info-modul
13:21 paese i tried the info-module but i can't see where to clean the cache for that
13:23 jonne is there a way to allow flash embedding in news items?
13:23 jonne i managed to make it work on pages, but not in tt_news
13:24 paese @maholtz|WORK also, clearing cache tables via phpmyadmin won't help -.-
13:25 maholtz|WORK which table?
13:28 paese erm
13:28 jonne http://pastebin.ca/1568161 -> this is my configuration, i just don't get why it wouldn't apply to tt_news
13:28 paese tx_realurl_chashcache, tx_realurl_pathcache, tx_realurl_urldecodecache, tx_realurl_urlencodecache
13:29 paese i cleared these
13:31 m4rtijn hi
13:31 paese hi
13:32 paese maholtz|Work also tried to truncate every table containing *cache but this also hadn't helped ^ ^
13:35 paese @maholtz|Work used "realurl management" extension, this allows to show records and clean the cache for it ;)
13:37 No5251 is there an extension for importing the whole content of an rss feed?
13:38 No5251 xml_ttnews_import only imports the headline and the link to the original article
13:39 sorenmalling No5251: yafi
13:40 sorenmalling http://typo3.org/extensions/repository/view/yafi/current/
13:41 No5251 thank u very much! :)
13:41 sorenmalling np :)
13:43 jonne can anyone help me with the flash embedding thing?
13:43 jonne or do you need more info from me
13:44 jbaptiste_j hey jonne what's the problem ?
13:44 jonne flash embedding won't work in tt_news
13:44 jonne but does work in regular content blocks
13:44 jonne http://pastebin.ca/1568161 -> configuration
13:45 boonkerz19 hi
13:45 jbaptiste_j oh I never tried it in tt news. you could make an animated gif :)
13:45 jonne it's for youtube video
13:45 jbaptiste_j oh I se
13:45 jbaptiste_j see
13:45 boonkerz i have problem with templatevoila it will not render page title
13:45 boonkerz <title></title> is not display
13:46 jbaptiste_j did you try ah_flashinnews
13:47 jbaptiste_j sorry ah_newsext.
13:47 BejjWrk Im having wierd issues with felogin not redirecting
13:47 jbaptiste_j jonne http://typo3.org/extensions/repository/view/ah_newsext/current/
14:19 jiten Hello friend
14:20 jiten how can i make workspace administrator?
14:30 paese is it possible to get the value from a field from an extension (image path) from within a templavoila data structure?
14:31 paese i need to set an image for a predefined place for each news item (always the first image) but since the news items are shown on one page i cannot just set a mapping for a background image..
14:36 silverline_jiten hello friend
14:36 paese practical said, i need an equivalent for 10.data.import = uploads/XY/ and 10.data.import.current = 1 to access an image from another content element and not from a templavoila content element
14:37 silverline_jiten how can i create workspace administrator?
14:38 silverline_jiten plz share u'r experience
14:38 paese silverline_jiten you can define workspace rights when you edit your backend users
14:38 paese create a workspace and then define the rights
14:38 paese if you need a real admin, give him admin rights
14:38 silverline_jiten yes i hv done like that
14:39 silverline_jiten but my requirement is little bit diferent
14:39 paese so then you need to be more precie
14:39 paese *precise
14:39 paese so the, thell your requirement, just by saying "create workspace admin" we don't know your requirements
14:40 silverline_jiten i hv to create workspace administrator who can create user and gv permission for that workspace
14:40 paese then you will need a user who has full access to T3, also called "admin". just create a user and set the "admin" flag.
14:41 silverline_jiten if i assign that user as a admin then he can see all the workspace
14:41 silverline_jiten and do anything
14:42 paese how would you think someone can administrate workspaces when he shouldn't see them?
14:42 paese also, workspaces are not for creation and deletion whenever you want, you should provide workspaces as "staging" or sth and set them. and not define a user who can create some workspaces and delet them, assign users and such. that wouldbe a bad workflow and not helpful for anyone
14:43 silverline_jiten see my requirement is that
14:44 silverline_jiten some user
14:44 silverline_jiten i want to create some user kind of admin for that workspace
14:45 silverline_jiten and workspace is mount for perticular extension suppose news
14:46 silverline_jiten so my workspace administrator will create BE user for that workspace some would only be able to modify the news and some would be able to create and some would be able to publish that news
14:47 iaj lo
14:47 iaj is anyone using the tip a friend plugin in here?
14:47 silverline_jiten i think u should see this "http://typo3.org/documentation/document-library/extension-manuals/ldap_gua/0.2.0/view/1/5/"
14:50 silverline_jiten "Paese" u got my requirement?
14:52 paese yes
14:52 paese but i can't do anything with it
14:52 paese why you need workspaces for administering news?
14:52 paese we solved that without that
14:52 silverline_jiten ok tell me how?
14:55 paese one user has the rights to create and edit news but not to publish it
14:55 paese you can also "talk" to persons in real life. when, as boss, you define "no news gets out until i've seen them" then you do so.
14:58 silverline_jiten yes i agree with u
14:59 paese least work, mostly common, and not difficult ;)
14:59 silverline_jiten but i want make versioning of that
14:59 silverline_jiten user
14:59 silverline_jiten without effecting my live site
15:02 silverline_jiten hv u work with LDAP?
15:02 silverline_jiten extension of typo3
15:03 paese no
15:03 paese but LDAP in own php scripts
15:04 silverline_jiten no LDAP is something different
15:04 silverline_jiten it's basically for common authentication
15:05 silverline_jiten http://typo3.org/documentation/document-library/extension-manuals/ldap_server/0.2.1/view/1/4/
15:25 banban hi there! is it possible to assign more categories to one product in tt_products? is there any extension for this? thanks for any answer!
15:34 flurl banban: have a look here http://ttproducts.de/tt_products_ext.html?&tt_products[backPID]=7&tt_products[product]=3&cHash=07ed641a2f
15:34 flurl banban: not cheap, but i don't know any other
15:35 Golgata hi... i have the problem that indexed_search often links to pages with a "&type=1" in the link, so the page is always "not configured"... anyone has a clue? very bad...
16:01 banban flurl: thanks
16:02 banban it's kinda expensive though :-D
16:02 silverline_jiten is anybody know LDAP?
17:00 _pedda_ cu all
17:22 p-b anyone familiar with the indexed search extension?
17:53 p-b anyone familiar with the indexed search extension?

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.