Search the website and IRC logs

#TYPO3 IRC log from : Friday 13 March 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:45 HardPhuck when login expires in alpha version, i get a JS modal box telling me to enter credentials, but says they are wrong when i enter them even when i'm sure they are right
08:45 HardPhuck is that a known bug?
09:03 _pedda_ hi all
09:11 Bluespuke morning
09:12 fred^^ good morning
09:30 _pedda_ does anyone know how to find a certain string in typo3 config ?
09:31 _pedda_ my crawler tries to crawl e certain domain which does not exist ANYMORE.. and i can't find the place where it is specified
09:40 nkuttler _pedda_: grepping through the db is always there as a last resort
09:40 _pedda_ ok
09:40 _pedda_ can i just go into the db ans search for 2008.
09:40 _pedda_ ?
09:40 _pedda_ *and
09:40 nkuttler 2008? that would probably give you a _lot_ of hits
09:41 _pedda_ "2008.domain"
09:41 _pedda_ was the searchstring i would like to look for
09:41 nkuttler _pedda_: well, mysqldump + grep. but if your crawler tries to index it.. look into it's config?
09:41 _pedda_ already did that
09:41 _pedda_ this has to be specified somewhere else
09:42 _pedda_ ususally it should be configured in the page ts of the root site
09:42 _pedda_ as far as i know
09:42 _pedda_ but there is only the correct domain configured
09:42 _pedda_ which seems to be ignored by the crawler
09:42 _pedda_ i will grep the db
09:42 nkuttler the crawler is something i usually don't think about. i hate it. :/
09:43 _pedda_ me too...
09:43 _pedda_ but another question
09:43 _pedda_ did you ever had to configure indexed_Search to search in selectable areas within the site ?
09:43 _pedda_ if so, how did you do this ? using the crawler ? or indexing configurations ?
09:44 nkuttler um, there's some tag to do that in the template iirc
09:44 _pedda_ template iirc ?
09:45 _pedda_ the crawler does not write the cfguid into db if it indexes content.. this makes me a lot of headache
09:46 _pedda_ it is a known bug for years... and i cant believe that noone was in the situation, his or her customer wanted this feature
09:49 nkuttler <!--TYPO3SEARCH_begin-->. no idea about cfguid
09:49 _pedda_ ah ok..
09:49 _pedda_ this is something different
09:49 _pedda_ i already have this tag iun my template
09:49 nkuttler oh, you said site
09:50 _pedda_ cfguid = id of indexing configuration
09:50 nkuttler if you disable page caching that disables indexing, not sure if only disabling indexing is possible at all
09:50 nkuttler hm
09:51 _pedda_ the docu says it is possible to configure categories to search in and to select in advanced search(using indexing configurations)
09:52 _pedda_ using indexing configurations without crawler works fine.. a cached page becomes indexed as well .. and the indexed enty get's a proper cfguid. this way it will show up in the results if i specify to search only in one area (cfguid) and my sword machses the indexed content
09:53 _pedda_ but if you try to use the crawler it won't work
09:53 _pedda_ ok np..
09:53 _pedda_ so now you know ;)
09:53 _pedda_ if a customar asks you for this feature
09:53 _pedda_ consider to use either mnogosearch (which has to be compiled on the hosting server) or use google search inseat of indexed search ^^
09:54 _pedda_ *instead
10:07 nkuttler _pedda_: alright, thanks :)
10:11 _pedda_ np :)
10:34 Frankythereal hi folks know anybody a irc chat for commerce
10:35 dexcs Is there an solution out there to delete the data from indexed_search for a specific site? If my author deletes or makes an site invissible and goes to the frontend he can search for the disabled site and find it.... maybe an extension to clear indexed cache?
10:35 nkuttler dexcs: you can do that manually
10:36 dexcs yeah i know... but not my author who uses typo3 ;-)
10:36 nkuttler dexcs: i think you'd need to periodically delete cache + crawl for that
10:37 Frankythereal dexcs give him the premissions and tell him if he delete something wrong he have the problems and not you lol
10:37 dexcs also not THE solution... cause he wants to delete the page and then not see t anymore on the frontend...
10:37 dexcs lol
10:38 dexcs thought about a plugin who looks up "on site delete or make invisible"-action and delete in index_rel the specific side...
10:42 Frankythereal can commerce handle variable attributes for article ?
10:46 Frankythereal can commerce handle variable attributes for article ?
10:46 Bluespuke someone knows a way how to limit indexed search only on content elements?
10:46 Bluespuke i'm getting results from the menu
10:49 dexcs i know, just one moment...
10:50 dexcs <!--TYPO3SEARCH_begin--> ##YOURCONTENT### <!--TYPO3SEARCH_end-->
10:50 dexcs put this in your template
10:51 Bluespuke thank you, i'll try it ut
10:51 Bluespuke out*
10:57 Bluespuke thx dexcs, seems to work properly :p
11:01 sometime hey there
11:02 dexcs np
11:03 sometime i anywhere a german typo3 channel ?
11:05 sometime okay. ;)
11:12 sometime my irc time is long long time ago, but the idle-situation is still the same :))
11:13 smeringe sometime: don't think there is a german channel, but I'm not german so I havn't looked really.. ;)
11:15 sometime its okay. my english is evil, but i'll give my best.
11:30 lilalinux Has any of you experience with directmail or powermail? which is the better extension?
11:36 sometime i'm using powermail, i'm glad
11:44 lilalinux k, that's 1:0
11:44 lilalinux that's 100% :-)
11:45 sometime ;)
11:49 lilalinux Is it difficult do install/configure?
11:58 sometime lilalinux: i think its easy
11:58 sometime it depends on your skill
12:02 lilalinux Why doesn't this work? http://www.phlogi.net/fresh/t3/tspastebin/showPost/registernamespace/
12:04 sometime is there a possability in typoscript concatenate variables? i would like set NO.backColor = {$MAINCOLOR{field:pid}} or similar
12:05 sometime in CONSTANTS i have: MAINCOLOR14, MAINCOLOR21, and so on
12:07 Denyerec MOrning!
12:08 sometime its mealtime ;) hello!
12:18 Bluespuke someone successfully set up indexed search with auto completion?
12:20 mnass hi - how to show the main and the submenu in diffrent places http://pastebin.com/m1479271f <-- im absolute beginner, just have to change this quickly
12:21 mnass i try to get the menu_1.2 in a driffrent <div> in the emplate
12:21 _pedda_ are you using templavoila ?
12:21 _pedda_ or the 4 content columns in backend ?
12:21 mnass i dont think so
12:22 _pedda_ 4 content columns in backend = standard templating with ###MYMARKER###
12:22 _pedda_ do you use markers ?
12:22 mnass tried ###menu_1.1#### and ###menu1.2### - but that shows nothing
12:22 _pedda_ if so , you specify somewhrer in your template marks.MENUMAIN < temp.menu_1.1
12:22 _pedda_ and then
12:24 mnass in template settings? - and then i can use them in the html ?
12:24 Bluespuke someone made pmkisac working? (auto-complete)
12:25 mnass thx i will try that
12:25 _pedda_ marks.MY_SECOND_MENULEVEL < temp.menu_1.2
12:25 _pedda_ and in your template (html file) you have to specify ###MENUMAIN###
12:25 _pedda_ and ###MY_SECOND_MENULEVEL###
12:25 _pedda_ somwhere else
12:27 Bluespuke ###DOCUMENT_BODY### would be a nice name for a chan :D
12:36 Denyerec hehe
12:38 Recnelis Guys, a simple question.. a e-mail link via Typoscript.. how? :)
12:39 Recnelis Forget it, got it :)
12:48 Bluespuke typolink = mailto:(obscured mail address) ??
12:49 mnass @pedda doesnt seem to work
12:49 mnass it doesnt show anything
12:49 mnass seems that i cant split temp.menu_1
12:51 mnass may i post the complete settings - so you can tell me where i have to put the marks?
12:52 mnass http://pastebin.com/m543e3c09
13:01 slash hi
13:03 slash i have this script http://paste.phlogi.net/-056393d3cc/
13:04 slash i can choose in the dropdownbox my new headerlayout, but in the frontend the header isnt there
13:05 slash what is wrong?
13:07 lilalinux In which order will foo.1 and foo.bar be evaluated?
13:08 lilalinux and moreover: lib.foo and page.1?
13:11 Ayudameporfavor Hi all
13:11 slash this works now http://paste.phlogi.net/-00ceb0dfc8/
13:12 Ayudameporfavor I want to add to my typo3 site a front-end users registering tool that gives them a kind of acount, so they can access som places for documentation download, etc.. is this possible?
13:13 Ayudameporfavor I want to create the tipical "Register to access special feature" option in my web, so the user is asked for a predifenied information in a form
13:15 lilalinux I solved my register problem: http://www.phlogi.net/t3/tspastebin/showPost/global_register/
13:18 Ayudameporfavor any clue?
13:20 lilalinux Ayudameporfavor: sr_feuser_register
13:20 Ayudameporfavor lilalinux, thanks a lot!
13:20 lilalinux Ayudameporfavor: login itself is already included in core
13:20 lilalinux and needs to be activated explicitly
13:21 Ayudameporfavor lilalinux, but I want to ask several information, so I need to create a form for that
13:22 lilalinux Ayudameporfavor: for self registration you need sr_feuser_registration
13:22 lilalinux there you can ask for whatever you lke
13:22 lilalinux like
13:23 Ayudameporfavor ah ok
13:23 lilalinux with confirmation and without
13:23 lilalinux etc.
13:23 Ayudameporfavor I am installing it now
13:25 lilalinux but beware, documentation is awful
13:25 Ayudameporfavor he he he, like all the typo3 docuimentation
13:27 lilalinux *sigh*
13:27 lilalinux usually it's only google:tsref foo
13:27 lilalinux but some extensions are documented awfully
13:31 lilalinux Does anybody know, how I can put the date of lib.stdheader (csc) at the bottom of a content block instead of at the top?
13:35 lilalinux hm?
13:37 sometime sorry, not for you
13:39 dec__ anyone know the link to the podcast from kasper about multi language sites
13:42 Ayudameporfavor just one question, where shoudl I put the keyword meta content.? In my template?
13:46 Ayudameporfavor Because I am filling the keywords and description fields in the root page template, but when rendering they don't appear in my html source
13:51 Ayudameporfavor any clue?
13:51 Ayudameporfavor I can just put them in my template and add the met in the header, but I wanted to follow a clean typo3 way
14:06 dec__ how can you exclude pages within a certain localisation
14:08 smeringe dec__: page properties -> (checkbox) hide page if no translation for cur... exists
14:20 dec__ smeringe: awesome, thanks
14:20 smeringe np
14:36 dec__ why do i no thave the 'translations' tab on my templavoila view? ive added <langDisable>1</langDisable> and all the TS settings
14:36 dec__ bot have*
14:36 dec__ not have**
14:43 smeringe your missing the extra language record(s)? ..maybe.
14:43 dec__ nah i have made them at root level
14:44 dec__ after installing TV
14:49 dec__ any ideas? :/
15:12 fred^^ hola, do any of you know if the only way to get cooluri to cooperate totally with tt_news is setting tt_news to USER_INT?
15:14 NiFkE pff all the links in the tutorials on the typo3 site are linked to the same page
15:14 NiFkE tut should be updated :(
15:14 NiFkE :
15:14 NiFkE :p
15:22 dalela Hi
15:23 dalela Is it possible to make a little space between each menu item?
15:26 maholtz|WORK @dalela: sure, use CSS for that
15:27 dalela maholtz|WORK, can I specify a special "id" or something like that for each menu item to specifiy some values in the css for that?
15:27 maholtz|WORK you can use optionSplit for that or insert the uid of the page
15:27 dalela ok
15:27 dalela I have the uid of the page
15:28 dalela so now I can directly write something like #myuid { margin-top:10px; } into my CSS, or?
15:28 lilalinux is there a method for cutting a field after x characters in a wrap?
15:28 maholtz|WORK #prefixmyuid
15:28 maholtz|WORK @lilalinux: substring?
15:29 maholtz|WORK or crop
15:29 lilalinux thx
15:29 lilalinux maholtz|WORK: BTW: I found the problem with lib.register{....}
15:29 lilalinux I was missing page.1 =< lib.register
15:30 _pedda_ <
15:31 maholtz|WORK @lilalinux: its often some simple thing
15:33 _pedda_ maholtz|WORK: do you use crawler + indexinc configurations in your projects ?
15:33 _pedda_ -c +g
15:34 maholtz|WORK sometimes
15:34 _pedda_ do your indexed search entries ( via info -> indexed search -> technical details) show up a scguid as well ?
15:35 _pedda_ *cfguid
15:35 _pedda_ my crawler indexes a lot of content, but the cfguid isn't written into db by the crawler
15:37 BlueWing hello
15:37 BlueWing I think my typo3 site was hacked, I have links like index.php?id=49&L=http%3A%2F%2Fm00.laughingllamas.com%2Ffileupload%2Fstore%2Fcheck.txt%3F in the menu
15:38 BlueWing what can I do about this?
15:38 _pedda_ this is called cache pollution @ BlueWing
15:38 _pedda_ install tslib_patcher extension
15:38 _pedda_ or clear the cache, it should be gone then
15:38 maholtz|WORK @BlueWing: your page is not hacked
15:39 maholtz|WORK @BlueWing: check TypoScript configuration: CONFIG.linkVars
15:39 maholtz|WORK config.linkVars = L=(1-3)
15:41 maholtz|WORK _pedda_: i never get crawler and indexed_search really
15:41 maholtz|WORK so, i am not sure about whats right, and what not
15:43 BlueWing I have config.linkVars = L, and then a [globalVar = GP:L = 1] and a [globalVar = GP:L = 2] section
15:44 maholtz|WORK so change it
15:44 maholtz|WORK config.linkVars = L(1,2)
15:44 maholtz|WORK config.linkVars = L(0-2)
15:44 BlueWing should I clear the cache after I change it?
15:44 maholtz|WORK yep
15:46 BlueWing that fixed it, thank you
15:46 maholtz|WORK np
15:52 _pedda_ there is a tslib_patcher extension as well for this issue
15:52 _pedda_ i had this problem last week
15:52 _pedda_ and although i had L(1-7) defined
15:52 _pedda_ and uniqueLinkVars as well cache pollution was possible
15:54 maholtz|WORK ah, can it depend on uniqueLinkVars?
15:54 maholtz|WORK imho there was a bug? which TYPO3 Version do you use
15:55 _pedda_ the version this problem occured is 4.1.10
15:55 maholtz|WORK could be
15:55 ries2 hey guys, what tool os there available to test websites? so that the toolk goes from page to page, checks for specific items (to see if it's there) and generate a report.. or mail me when something horrible is wrong?
15:58 Phlogi whats the common lanuage manager for changing strings in ext?
16:20 _pedda_ what do you use for search in your projects instead ?
16:20 _pedda_ @ maholtz|WORK
16:25 dec__ why do i not have the 'translations' tab on my templavoila view? ive added <langDisable>1</langDisable> and all the TS settings
16:25 dec__ and all the languages @ the globe thingy
17:00 maholtz|WORK @_pedda_: sometimes we used external search engines like htdig, but most time indexed_search, but only the simple way
17:01 _pedda_ this indexed search caused me some sleepless nights already
17:09 maholtz|WORK you could use an external search engine - but that will not respect group permissions. maybe you do not need it
17:09 _pedda_ i do
17:09 _pedda_ :-/
17:09 maholtz|WORK ok, there are some tipps at: http://wiki.typo3.org/Indexed_search
17:10 maholtz|WORK and add your knowledge:)
17:10 maholtz|WORK what does not work?
17:10 maholtz|WORK ups
17:10 maholtz|WORK i meant: http://wiki.typo3.org/Crawler
17:11 _pedda_ the part with indexing configuration in page tree mode is missing
17:11 _pedda_ the crawler is already set up
17:11 _pedda_ but it seems as if there would be a bug
17:11 _pedda_ http://bugs.typo3.org/view.php?id=5115
17:12 _pedda_ which is the main problem in displaying the results properly
17:12 _pedda_ i'm at the point now where i can select categories and search for a phrase
17:13 _pedda_ and if it is found and there are 3 categories selected all the resuts are printed 3 times but "categorized"
17:13 _pedda_ http://www.av-nr.de/suche.html
17:23 maholtz|WORK _pedda_ i dont think i ever used categories there...
17:23 _pedda_ ok
17:44 maholtz|WORK have to go
17:44 maholtz|WORK bye
20:04 Sooke Hi all folks
20:05 Sooke I want to add to my typo3 website the capability to register potential customers, sneding them an email confirmation, and then giving them the rights to download some catalogs. I wonder which is the faster way doing this with typo? Is there any users register-email confirmation sending-file download are extension for typo3? Thanks
20:16 Sooke OK, another question then: In one page I noticed that typo3 is not gnerating indexes for the diferent elements so I cant' link them. All of then have the "index" option enabled, and I have been over this all the day without finding the solution, any clue?
20:28 nkuttler Sooke: did you search the ter?
20:29 Sooke nkuttler, the "ter"? sorry I am a little bit new with typo3
20:29 nkuttler Sooke: extension repository
20:30 Sooke nkuttler, ah so you are talking about my first question; Yes I did, there are a lotof of extensions for users frontend registering, but I just wante to put here my trouble just in case there is a faster way before I start messing up
20:31 Sooke nkuttler, my second quesiton is really weird, just for one page typo3 is not generating indexes for the elements (ej C390), so my links to them are not working, and they have the "index" option enabled, can you give me a hand on this please?
20:34 Sooke nkuttler, when I see the source code, typo3 is not inserting the anchor label, that's why the links don't work,
20:40 Sooke This my be the reason: The page where are not being generated is a sub-page, does that something to do ?
20:43 Sooke Does anyone have a clue please?
20:47 Sooke I have run out of ideas, all my pages are equal I checked element by element, but typo jus tis not generating the #cXXX anchors of the elements of one these pages
20:54 Sooke TYPO3 is not putting <a id="c294"/> for the elements in this page, but all are marked qith the INDEX option, I can't understand what is going on, and I really spend a lot of time just trying to make to wor a simple link to an internal place in the same page
20:54 Sooke !!!!!
21:14 Sooke Heeeeelllllpp please!
21:27 Sooke Hello??
21:27 Sooke I really need help with this guys, I don't know what else I can check
21:29 Sooke TYPO3 is not putting <a id="c294"/> for the elements in this page, but all are marked qith the INDEX option, I can't understand what is going on, and I really spend a lot of time just trying to make to wor a simple link to an internal place in the same page
21:29 Sooke No A tags for the elements in one of my pages, so I can't put links to them, any ideas?
21:40 Sooke Is anyone here please?
21:43 beavis nobody there
21:43 beavis tock tock tock
21:43 beavis nobody there
21:43 beavis -.-
21:44 Sooke beavis, seriously, I am in a very big problem
21:44 Sooke it is so hard trying to find help about typo3
21:44 beavis Sooke: i'm not a typo pro, but i will read your problem. a little wait
21:44 Sooke beavis, thanks,
21:45 beavis Sooke: not at all, typo3 forum?mailing lists, here, documentations, google
21:45 Sooke So far I couldnt find anything in google regarding to my problem, either in forums, which 90% of them are in german
21:46 Sooke My problem is easy to explain. I have a page where typo is not puting the A indexes to the elements, so I can link to them from another place into the same page!
21:47 beavis you mean no template or what?
21:47 beavis if "or what" i cant help you
21:48 beavis :(
21:48 Sooke no, what I mean is that when I create a link into a text element, in order to linkn to another text in the same page doesn't work
21:49 Sooke I checked lloking at the html source, and typo is not creating the <a ..> tags with the element id
21:49 Sooke and this is happening only in one page
21:49 beavis are the names in typoscript and the source the same?
21:50 beavis mostly the errors are misspells
21:50 Sooke beavis, all what I have has been created just using mouse an d clikin in "add content" and using the "WYSWYG" editor..so so far no typoscript has been written with m hands
21:51 beavis but i told you, im new to typo3 too. only a few weeks.
21:51 beavis i think you need to wait till the pros are awake
21:51 Sooke beavis, then I select a text, I click in LINK tool, then a window comes up, I select the tag , but when rendering the web doesn't woirk
21:51 beavis Sooke: newest typo?
21:52 Sooke beavis, well actually couple of months so far, but this weird error is driving me crazy, I checked everything
21:52 beavis mmh
21:53 beavis if its typo 4.X its ok i tink
21:53 Sooke when looking at the HTML source, the <a ..> that typo usually puts for the elements you check the option "index", are missing
21:53 Sooke so my links don twork
21:54 beavis sry, cant help you
21:54 Sooke ok, I hope somebody can give me a hand, I don't really know what to do really, I cant make the links to work for this page
21:55 beavis hoping too
22:08 Sooke Don't go people don't fo please!!!!
22:15 ries A TYPO3's core developer website : http://www.ingo-renner.com/ "You don't have permission to access / on this server."

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.