Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 19 December 2007

Year: 2007 2008 2009 2010 2011 2012
Month: Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 1 2 3 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
00:02 andreasbalzer hi :)
00:02 Denyerec hey andreas
00:02 andreasbalzer Can somebody help me with basic TYPO3 user rights?
00:02 andreasbalzer I have specified BE users not to see any page type options and they are only allowed to create advanced pages
00:02 andreasbalzer T3 however creates standard pages
00:03 andreasbalzer do I have to specify some configuration elsewhere than within user groups?
00:06 andreasbalzer Denyerec: any idea?
00:06 Denyerec hmm
00:06 Denyerec I have a suspicion
00:06 Denyerec and I may be wrong here
00:07 Denyerec that if you want to be able to create pages of any type, you must allow "standard" pages to be created.
00:07 Denyerec I may be wrong, though.
00:08 andreasbalzer well standard pages are created (however they shouldn't be)
00:09 andreasbalzer and I'd like to have advanced pages created without any special user interaction
00:15 andreasbalzer any idea what documentation I have to read in order to get this done?
00:24 Denyerec Hmm
00:24 Denyerec Thinking about it, I'm sure I've seen this done before somewhere.
00:26 andreasbalzer :)
00:45 andreasbalzer Denyerec: any memories coming up? ;)
00:47 Denyerec I wish :(
00:48 andreasbalzer me too ;)
00:48 andreasbalzer so to all the experts here: any idea how to force BE users to create advanced pages?
01:54 gentooma hi
01:55 gentooma I'm looking for a good 'image-gallery' extension for the side-bar of my page -> so only one image at a time is displayed (because of the limited space (300px) ) and one should be able to navigate with 2 links between the different images
01:55 gentooma any recomendations
03:07 Jananne I can't add multiple image with adding record in FE with news_feedit ( for adding tt_news records ).. help :(
03:07 Jananne images*
07:20 tsrepadmin good morning #typo3!!!
07:21 gentooma good morning
08:41 d|g hi all
09:13 solshark Hello all, hello ries.
09:19 umc hey people
09:20 umc it says very clear that you are not allowed to remove the copyright notice, so that's fine
09:20 umc but are you allowed to replace the logo from the top left corner after you log in ?
09:20 umc do you know that ?
10:17 m4rtijn hi
10:19 m4rtijn Anyone an idea how I could provide a customer with an easy way of generating/editing an xml database of some kind?
10:21 ivo2 problem with the search form: after submittting a search request, the result is displayed in a new browser window. Any help?
10:22 ivo2 i would like to have it in the same window
10:31 ivo2 problem with the search form: after submittting a search request, the result is displayed in a new browser window. Any help?
10:44 m0oman grah. the permissions managment for typo3 is really annoying. D:
10:47 solshark I'm have created custom output via TS select. If i choose field=bodytext" urls don't translate into <a href="...> How can i translate <link> to normal urls?
11:12 mamep hello, i'm trying to develop my own extension for typo3 and i just wondering how can i add a new file to my extension?
11:15 m4rtijn put it in the /ext/ext-name/ folder
11:15 m4rtijn typo3conf/ext/
11:15 m4rtijn i guess ;)
11:17 mamep hmm
11:17 mamep should i define it anywhere else?
11:18 mamep i mean what i'm trying to do is to get activation by mail and i just wondering if it could be to work with index.php?[go] or directyly activate.php=?bla bla
11:23 m4rtijn .. so you need youre own php function which does that
11:23 mamep yeah ok i know that but can i have it in a file caled activate.php?
11:24 teppi|work if you want to have an extension you would not call activate.php
11:24 mamep but?
11:25 teppi|work you would build an extension with the functionality of activate.php and put it onto a page ..
11:25 teppi|work so you can call it with blabla.com/?id=61235
11:25 mamep hmm
11:26 mamep intresting
11:26 m4rtijn thats what I was thinking..
11:26 mamep like this one : http://tinyurl.com/ytqqde
11:27 mamep wrong... http://wiki.typo3.org/index.php/Extension_Developers_Guide
11:27 m4rtijn teppi, do you maybe have an idea.. whats I could do if I want to have an easy way for my customer to edit a xml file..
11:28 m4rtijn in typo3
11:28 teppi|work is the xml file a language file?
11:28 m4rtijn nope.. its a small db for a header flash animation
11:29 m4rtijn I checked all extensions concerning xml.. but theres nothing I could use
11:31 teppi|work hm .. i dont have an idea :-(
11:32 teppi|work but maybe its a better way to store the data in the real db
11:32 teppi|work and "render" a xml file from that data by a button or so ..
11:32 teppi|work maybe this is easier to implement
11:33 m4rtijn hmm.. you thinking about a button in the backend then?
11:34 m4rtijn ries u there?
11:35 teppi|work jup
11:36 teppi|work defining a TCA for the data .. so the users can simply modify the data .. and then render the xml by a button
11:36 m4rtijn yes.. theres one more problem maybe.. I'm not sure.. the .xml file has to be in the website root..
11:36 m4rtijn could that be a problem?
11:37 teppi|work should be no problem
11:37 teppi|work i think
11:37 m4rtijn ok
11:37 teppi|work as long the apache has the proper file rights to this folder
11:37 teppi|work just test it
11:43 m4rtijn hmmm..
11:44 m4rtijn I just wouldnt know how to make that button :p
11:47 teppi|work once i wrote a csv import for a customer .. i modified the extension wil_importcsv .. you can have a look into this extension how this is done ;)
11:48 m4rtijn .. hmm I could just use a csv as well instead of an .xml file..
11:48 m4rtijn but I need an extension which can import and export..
11:50 m4rtijn hmm..
11:50 m4rtijn stever_csv_dump / create text file CVS dump of a specified table
12:38 m4rtijn I found a quite easy way to solve my thingie teppi|work
12:39 teppi|work hehe and how?
12:39 m4rtijn .. I installed an extension which creates a new module in the backend.. in which I can set a link anywhere..
12:39 m4rtijn so i just link a button to /fileadmin/script/write.php
12:40 m4rtijn I made an extension where I can fill a db table..
12:40 m4rtijn and write.php just connects to the db and writes an xml file to the root
12:40 m4rtijn .. quite straight forward :)
12:41 m4rtijn not very pretty either :)
12:50 HardPhuck what would be the best way to put some data on ALL pages, that would be editable?
13:15 Naveed hi all
13:16 Naveed does any body know how do i edit this generated by typo3 in the templates
13:16 Naveed <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
13:17 Naveed hello any body here????
13:19 Naveed ????????????????
13:22 typochur hey
13:22 typochur keep it down
13:22 typochur one questionmark is more then enough
13:23 HardPhuck i think it's in the documentation somewhere
13:23 typochur everything is _somewhere_ in the docu :D
13:23 typochur but how to find
13:30 m4rtijn re
13:45 Naveed any idea????
14:07 teppi|work hehe sounds good m4rtijn ;)
14:26 Fanty anyone know how I could get the page tree in the backend to expand/select a certain page from a link on the page generated by my module? (mod1/index.php)
14:54 z0` Is there any easy way to use multiple banners/logos on an webpage? I got 6 "main" links or parts of my website and there is no easy way of knowing what part your on, each part itself includes several pages of information about the subject. I want to have separate logos for all these parts and its subpages. So like when you enter Part2, the logo will be Part2 or a logo that describes what page your on.
15:08 isolysis z0`: there is a extension called macina_banners which is good for random display of banners, links html etc
15:09 isolysis but if you have specific items to show on specific pages, then it is better to simply add a html content element
15:09 isolysis on those pages
15:09 mamep how can add entry to a db with typo3?
15:09 mamep $GLOBALS['TYPO3_DB']->exec ??
15:10 mamep got it
15:10 mamep insertquery
15:11 z0` i've never worked with typo3 before. Know html, css and so on. But recently bought a webpage to the company im working on. They want to charge alot of extra doing multiple logo thingie. How do i add and html content in typo3?
15:12 isolysis from the admin backend, when you add a content element to the page, you can simply add an image, a text via the richtext interface, or enter a html container, and then you just add your html in there
15:13 isolysis but you need to clarify, you want to add different images as part of the header of the text? or the main actual site logo you want to differentiate?
15:14 z0` the main site logo
15:14 z0` i want to use a different image for each "part" of the site
15:14 z0` so you easily can se what page you are visiting
15:15 z0` there will be direct links to the parts via different URLs so a visitor can easily be mistaken if the logo shows the webpage logo when he's trying to visit a part of the site
15:18 isolysis there are a number of ways to do this, each with differing levels of difficulty/benefits... either you can create separate html page templates for each section of your site, then when you create a page you select the template and that logo is show.. or alternatively you create one html template, but the logo div id you make it a flexiible content element, thus you would have to choose the...
15:18 mamep hey in insert query where do i have to tell the tabble name?
15:18 isolysis ...logo each time you add a new page. this can be done via an extension called templavoila
15:19 z0` i believe that templatevoila is already installed
15:20 mamep anyone?
15:21 null_ hello
15:22 null_ has someone an idea about this issue. i use sr_feuserregister. when it sends the confirmation link, the link is broken.
15:23 null_ the lin byitself is complete, but the it ends after the [rU]=asdfsdf
15:25 null_ <a href="">http://localhost/33.html?&tx_srfeuserregister_pi1[rU"> linktext is ok </a> ]=5&tx_srfeu
15:25 null_ the second part is missing in the link
15:36 pH-Wert hi everyone
15:40 pH-Wert i need some help concerning the tt_news extension: I have a field where the 2 latest news are displayed (LATEST) and if i click on one, i want to jump to the page where all news (also old news) are usually displayed as a list (LIST), but in this case i want to show only the clicked news.
15:41 pH-Wert i can give you the url, if you need some more information
15:42 z0` isolysis ive found the template, how do I align the logo to a variable or flexible content element?
15:44 isolysis z0`: by converting the logo div id to a flexible content element (fce), bear in mind that this spot will be empty on every page until you add it manually via either entering some text, images via the backend etc
15:44 z0` ofcourse
15:44 isolysis how many different logos do you intend to use
15:45 z0` eight.
15:45 z0` the logos wont be so different but i need to change some text in them
15:51 isolysis z0`: i am not an expert on the topic, but i am looking at my own setup which got via a third party integration.. and it would not be advisable for me to tell you what to add edit etc
15:51 isolysis its better to create a new template based on what you already have and then edit that
15:52 isolysis so if it messes up, then you just delete it and dont lose any of the original work
15:52 colaholiker q
15:52 isolysis i am a bit busy at work at the minute so i can't take a look fully but it needs to be configured correctly/
15:52 z0` yea ofcourse
15:53 isolysis if you are here in about an hour's time we can go over it in some detail
15:53 z0` im leaving in 15mins
15:53 z0` but atleast i know where to start
15:53 z0` thanks
15:53 isolysis basically do this:
15:54 isolysis under template voila you can see your template structure based on xml.. and on the left there is a gold icon 'ds' which is for 'datastructure'... right click it and select new, and this will base a new template on the current xml structure.. but give it a new name
15:55 isolysis once you saved that, it will say error not in use... from yoru content pages, you can assign it that template name and that should resolve it.. then go back to TV and edit that new template name
15:55 isolysis i mean edit the xml structure not the name itself
15:55 z0` ok
15:55 z0` ill try that
15:55 z0` thank you for the help
15:59 isolysis z0`: add this code to your datastructure.. via the pencil icon.. just add between the other arrays: http://pastebin.com/m1c0f9153
16:00 isolysis z0`: then in your html template file you need to add a div class="logocontainer" and upload it to your server, then go back to TV and it say will errror update mapping, then you need to map the 'logo section' to the actual div class in your template
16:00 isolysis save, clear front end cache etc... and in your edit page section, you should see a new area for adding stuff to a page
16:06 whnsnn hi - I would like to allow the access of some pages only by a key, i'd like to publish for a group of users
16:06 whnsnn my idea was manage this stuff by the frontend-groups
16:06 whnsnn but my problem is the login form
16:06 whnsnn how can I manipulate the default login-form?
16:07 whnsnn is it possible to set a default value for the username by TS?
16:07 whnsnn and is ist possible to set the type of the form-field "hidden"
16:07 whnsnn or does there exist an other solution?=
16:08 whnsnn i hope you understand my problem. a login with only one single key - no usernam-password-combination
16:20 pH-Wert anyone out there knows how to deal with tt_news? :)
16:22 mamep When inserting a record, one can call the sql_insert_id() method to retrieve the id of the latest inserted record.
16:22 mamep what is this?
16:25 mamep and how can make an insert query in typo3?
16:26 mamep ?
16:27 colaholiker q
16:31 mamep http://pastebin.ca/823728
16:31 mamep this should work?
16:32 mamep or i have to define it like an array first and then?
16:34 HardPhuck i have a problem, i would like to display some contact data that is in some page, to be displayed on all pages in footer, what's the best way to do that
16:35 HardPhuck i dont use TV but automaketemplate
16:38 Tchinkatchuk hi all
16:39 Tchinkatchuk I use for the first time Realurl and multiples domains. All is working fine (domains works good => homepage and url are nice) except it is redirecting me to homepage each time. I do not know why
16:42 Tchinkatchuk when looking at log. every request redirect to homepage (301)
16:42 Tchinkatchuk do someone know how ?
16:53 isolysis Tchinkatchuk: something is wrong in the url config, and in such cases the script tries to redirect to nearest good page
16:53 isolysis Tchinkatchuk: for example you have a good link domain.tld/directory1/ but then you link to a bogus page like domain.tld/directory1/brokenpagexyz.html then it redirects to domain.tld/directory1/
16:53 Tchinkatchuk Perhpas did I find something in realurl config with $TYPO3_CONF_VARS['EXTCONF']['realurl']['mydomain.tld']
16:53 Tchinkatchuk I'll check
16:54 Tchinkatchuk isolysis: no, not this bug. All pages were going to homepage. is is not because of 'postVarSet_failureMode' => 'redirect_goodUpperDir'
16:54 isolysis i see
16:55 Tchinkatchuk Ok, it is working. I did not changes anything comapre to my forst config. perhaps a config cache ... issue ^^
16:55 isolysis i was about to say cache
16:55 Tchinkatchuk thanks anyway isolysis
17:18 hanoul I have a site using TemplaVoila and the basic Search module that comes with Typo3 Core. I noticed that the Search doesn't index any content created by TV (Flexible Content, Rich Text, Text, etc). The only thing it indexes is keywords in the page name, or the HTML type of content. I would appreciate if somebody could tell me how to configure TemplaVoila, or Search so that Search can index all my content.\
17:57 mamep anyone arround?
19:51 DSchneidr Hi there, I'm a total newbie to typo3 :) The installation readme tells me to comment out lines 40 and 41 on /typo3/install/index.php but those are just comment lines. I assume the lines with the check for 127.0.0.1 (lines 50-51) are meant?
19:52 rTi DSchneidr: yes, if it reads if(foo) die(bar)
19:52 rTi just test it :D
19:53 isolysis DSchneidr: i dont remember commenting anything out during install.. what version of typo3 are you installing?
19:56 hanoul Hi there. Do you know if the default Search that comes with Typo3 core can search all the page content, including content created through TemplaVoila?
19:58 isolysis hanoul: i remember seeing something on the mailliing lists about the issue your talking about.. that search wasnt' indexing some fce's or something
19:58 isolysis but i dont know if there was a solution to it
20:05 DSchneidr 4.1.5
20:05 DSchneidr have a look at /INSTALL.TXT in the combined source and dummy site archive
20:05 DSchneidr at least the ZIP file contains those instructions
20:06 DSchneidr hrm, nice warnings, more reading *sigh*
20:09 DSchneidr oh, that's great
20:09 DSchneidr seems I'm grounded right at the start :(
20:10 DSchneidr my hoster has ini_restore() disabled which seems to be rare, I only found two hits for that on google *g*
20:11 isolysis shared hosting?
20:11 isolysis typo3 is more suited to vps or dedicated server
20:13 DSchneidr initially, I wanted to use joomla, which would be quite sufficient for my rather small project, except for one thing: I need a better user management than supplied by joomla OOTB. And I don't feel like buying a commercial plugin before I even know that everything works like it should. So I thought I'd try typo3 which is said to be able to do anything I'd ever imagine.
20:14 DSchneidr and now I'm stumped again
20:14 DSchneidr oh the horror :)
20:17 DSchneidr ah well, it doesn't help. I'll check what I'll do next. Thanks for the input. Cyas
20:33 hanoul isolysis, yes I had also posted a message on the mailing list about my problem with search not finding keywords from page content. I still haven't found where the problem is. I'm working on it right now.
20:34 isolysis hanoul: are you sure this is an issue with typo3/search and not specifically something just in your instalation?
20:37 void hi guys
20:37 void and gals, ofcourse
20:37 void anybody here?
20:38 Denyerek VOIDUS
20:38 Denyerek !
20:38 Denyerek Where have you been?!?
20:38 void Denyerek: exams time
20:38 Denyerek Ahhhhhhh
20:38 Denyerek Is everything going well ?
20:38 void Denyerek: hm.. dunno yet
20:39 void just entered IRC for post funny error
20:39 void Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 159896 bytes) in /var/www/5/Packages/Testing/Classes/T3_Testing_BaseTestCase.php on line 46
20:39 void ^^ error from TYPO3 5.0 =)
20:40 many whats so funny about that?
20:40 elbart voidus?
20:40 elbart i had nearly the same error 2 days ago
20:40 void many: 128M of RAM is not enough =)
20:40 many well, depends on what you do, no?
20:40 elbart but in phpmyadmin
20:41 void many: just run testcases..
20:41 void elbart: and how did you solve it?
20:41 many give it more ram =)
20:41 void many: i'm greedy -)
20:41 elbart i inserted the dump via ssh :P
20:42 elbart but the dump file had only a size of ~2 MB
20:42 elbart wasn't able to figure out where the problem was
21:05 hanoul isolysis, thanks for replying. I think it has to so with my TS regarding Search. I just remembered that I had modified Search to remove the "Search in" selector box from my search form. That selector box selects between "Headers and keywords" and "page content". I am thinking now that by removing that selector box, I may have permanently set the search to the "Header and keywords" option, and this is why it doe
21:07 isolysis hanoul: seems like a plausible explanation
21:31 Jananne I want to add multiple images when i'm adding a tt_news record with the front end news adding plaugin news_feedit. how to do..
22:02 Jananne I want to add multiple images when i'm adding a tt_news record with the front end news adding plaugin news_feedit. how to do..
22:04 uriahheep ello
22:04 uriahheep void: you around?
22:04 void yes
22:05 uriahheep cool :)
22:05 uriahheep void: how would i wrap an bunch of items with |<br />, except for the last one?
22:05 Jananne I want to add multiple images when i'm adding a tt_news record with the front end news adding plaugin news_feedit. how to do.. :(:(
22:05 void uriahheep: in a menu?
22:06 uriahheep yeah, basically
22:06 void Jananne: never used news_feedit, sorry
22:06 void uriahheep: using optionSplit..
22:06 uriahheep void: actually, i just need to fix my template html and i won't need to haha ;)
22:09 Jananne void: np
22:25 uriahheep void: can you help me out with a little bit of TS please?
22:25 uriahheep http://pastebin.ca/824252
22:25 uriahheep void: basically, what i'm trying to do with this is a graphical menu for the items lower in the page (which have anchors)
22:25 uriahheep void: however, i have a few problems:
22:25 void which ones?
22:25 uriahheep all of the ones that are indexed
22:26 uriahheep #
22:26 uriahheep where = sectionIndex=1
22:26 uriahheep 1) the text doesn't show up on the menu item (the text is supposed to be the item's header)
22:27 uriahheep 2) the background image (which is a little gradient) is not being used completely, it restarts at the top for each element instead of continuing like it does in a menu
22:28 uriahheep 3) the links are not being created
22:28 uriahheep void: do you get what i'm trying to do? :S
22:29 void not sure. why you don't use HMENU ?
22:31 void uriahheep:
22:36 mamep hey hey
22:36 mamep need some help here
22:36 mamep http://pastebin.ca/823728
22:36 mamep i can't write to db
22:36 mamep with has
22:36 mamep hash
22:36 mamep if i remove hash entry it works fine
22:37 uriahheep uriahheep: well, can i make an HMENU that only links to certain parts of the page?
22:38 void uriahheep: hmenu can work in "sectionindex" mode..
22:38 void mamep: tstamp, not tmstamp
22:39 void mamep: and both of tstamp and crdate should be time()
22:40 mamep hmm
22:40 mamep i have them in my db already with these names
22:40 mamep but having problem with hash
22:40 void mamep: i see no hash in your query
22:41 mamep hmm
22:41 mamep void fixed it
22:41 mamep i was wryting something wrong
22:42 mamep stupid :(
22:42 mamep thx anyway
22:42 mamep :)
22:42 uriahheep void: sectionindex? is that with a .special menu?
22:42 mamep also changed date t time :)
22:43 mamep something else is there any function to send mail using typo3 or it can be handled by php?
22:43 void uriahheep: no... it's TMENU/GMENU property. search in TSref for it
22:43 void mamep: there is a class htmlmail in t3lib of typo3
22:44 void mamep: or you can use one of extensions which provide libraries for that
22:44 mamep is it better to use this one instead of php's?
22:44 mamep actually i'm trying to write a very simple extension to typo3
22:45 uriahheep void: hmm, ok... do you have an example somewhere, please? ;)
22:45 mamep an extension to send cards using slideshow :)
22:45 void mamep: dunno. i always use std. class.. but i may be wrong
22:45 void uriahheep: no.. never used it
22:46 uriahheep hmm, k..
22:46 uriahheep void: do you know whether it's possible to only show the sectionindex, and not the other pages?
22:47 void uriahheep: dunno..
22:47 void sorry guys, i'm sleeping
22:47 void good night
22:47 uriahheep hmm, cool
22:47 uriahheep gnight
23:15 andreasbalzer hi
23:16 andreasbalzer any dam coder or expert around?

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.