Search the website and IRC logs

#TYPO3 IRC log from : Friday 31 July 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
01:04 cdngfrog What would be the best way to realize boxes that can be added by the user that contain, say an image, text and a link via Templavoila? So that the user only has to add the box and insert the information?
01:47 Bitcrusher evening
08:37 saohh hi, iam new to typo3 and search some kind of Template or Theme Site in the web (for now i did not found something good) may someone help me with this pls ;) ?
08:41 Bluespuke gooooooooooood mooorniiiing channel :p
08:44 skurfuerst good morning :)
08:49 giso79 happy sysadminday for all
08:53 saohh moinsen
08:53 saohh kennt einer von euch ggf. eine gute typo3 template / themes site?
08:55 Bluespuke sysadminday again? damn time is running these days =D
09:30 _pedda_ hi all
09:36 _pedda_ untouch_ around?
10:21 gehdan Hi, I have a problem with powermail and xhtml validation. The <script> tag uses & instead of &amp;
10:21 gehdan lib.powermail_dynJavascript.typolink.parameter.dataWrap = {TSFE:id},3131 is in the extension-setup
10:22 gehdan however, I cannot change t in my page setup.
10:24 gehdan currently I'm using lib.powermail_dynJavascript.typolink >
10:24 gehdan to just delete the typolink but it has no effect. Where am I going wrong? Any ideas
11:03 m4rtijn hi Phlogi_
11:04 _pedda_ moin m4rtijn
11:34 Bluespuke i have a custom render object for a content element, how could i check if it is text w/ image or images ?
11:38 _pedda_ check for field cType
11:42 Bluespuke yeah, this is what i'm searching for
11:42 Bluespuke btw, is there a doc or something else where all possible options are listed?
11:42 Bluespuke or where i have to look for it?
12:13 kinea hi all
12:13 kinea someone knows a good way to offer checkboxes for tt_news categories for searching?
12:19 Georges_Abitbol i Have the classic typo3 sitemap on a page. But it takes nav_title and I want it to display title
12:19 Georges_Abitbol How could I do thaht ? It think in ts but I do not find
12:22 _pedda_ Bluespuke: in phpmyadmin of your project (if you want to know which fields are available in a certain extension) oder use firebug in the backend to get the fieldnames
12:24 Bluespuke _pedda_: i used firebug... i'm a little sad about the fact that a typo3 book doesn't have enough place for a little table like this :(
12:25 _pedda_ which table ?
12:25 _pedda_ you should buy the tsref from oreilly
12:25 _pedda_ or look up tsref on typo3.org for tgis
12:25 _pedda_ *this
12:26 _pedda_ everything is described there as well ^^
12:26 _pedda_ you should understand the combination of php (which is TypoScript) and MySQL at least
12:27 _pedda_ if you know things in typo3 are saved in tables, which have fields
12:29 _pedda_ and you check via ts for a field's value (image, or text w image for example) you can look it up right in the db itself
12:29 _pedda_ or youse firebug in be for this..
12:30 _pedda_ with firebug you can analyze the selectbox of Type: for example
12:30 _pedda_ it's a select box with different options
12:30 Bluespuke i think i understand the general working of typo3/php/mysql, it's just a little 'dirty' to look into phpmyadmin to get the fields... what i mean is a big great cheatsheet with just the options and their possible values
12:32 Bluespuke like this one for CSS (for exemple): http://www.veign.com/downloads/guides/qrg0007.pdf
12:48 _pedda_ i know what you're talking about .. but try to put the whole TSref on one page ;)
12:49 _pedda_ if you work it out, i would like to have a copy of it ^^
13:14 Bluespuke _pedda_: ^^
13:20 kinea how cn i combine the tt_news SEARCH with the CATMENU?
13:20 kinea *can
13:21 kinea i want to use the categories as a filter to the search results
13:49 mquintus kinea|afk: What is the problem? Your case should work out-pf-the-box.
13:56 Bitcrusher anyone had experience with tt_news and outputting it to xml/rss WITH images?
14:03 smn_ Hi, i need some help with template voila and typoscript
14:04 smn_ I have mapped a link (a href) with link (plain text field) and a field with a link selector.
14:04 smn_ and i want to wrap a <span> around the link text
14:04 smn_ like this:
14:04 smn_ <a href="fileadmin/Template/#" class="greenButton"><span>Read more</span></a>
14:04 smn_ How can i wrap the span's ?
14:11 smn_ Anyone?
14:20 Bluespuke smn_: ATagBeforeWrap wraps your data before the normal wrap
14:21 smn_ how should that be inserted into the TO XML ? In the typoscript tag?
14:26 kinea mquintus: i have a CATMENU and after it a SEARCH plugin of tt_news. when i click of category nothing happens. it seams the search results are not filtered by the categories.
14:27 kinea is there a list plugin necessary?
14:28 kinea i would expect, that the function is like that: 1. i select a category (then all news of that category are listed. 2. i enter a search text in the textfield and get all news of the category and filtered by the search term.
14:33 randomresult Hi there - i want to implement a survey on my webpage... i have two images with t-shirts on it. On the first image are 3 motives for the front of the t-shirt and on the second image are 3 slogans for the back of the tshirt. Now i want to ask for the favorites of my website-visitors. anyone knows a good extension for this?
14:33 randomresult i should also show results in the end...
14:43 randomresult i remember there was a very simple one showing results in the end... cant find it on the ter
14:44 kinea when i insert CATMENU, SEARCH and LIST in one plugin, i can get it working like this: when selecting a category it shows only news of that category. when entering a search term in the textfield the list shows only news with that terms. but i cannot combine the two filters.
14:45 kinea mquintus: or do you know, if this is still possible?
14:47 kinea smn_: cant you put the spans in the html template?
14:47 smn_ yes, but their remove when mapped
14:47 kinea smn_: sure.
14:48 kinea smn_: i just also realized :-)
14:52 kinea smn: maybe something like typolink.userFunc could work. i am not sure.
14:53 kinea you had to include the ts in the tv template.
14:53 kinea but i never tried that in that context.
15:00 kinea smn_: in the typoscript tag in the datasctructur should work
15:05 randomresult hmmm so many survey extensions...
15:05 randomresult which one would u prefer?
15:26 smn_ kinea: Can you provide a example, please?
15:27 kinea i try to build one
15:27 kinea never used that
15:41 kinea smn: add 10.stdWrap.innerWrap=<span>|</span> as the last line of the typoscript of the field in the datastructure
15:41 kinea like here: http://www.nopaste.com/p/aOYvgVW4m
15:41 kinea this works
15:52 randomresult hmmm survey or powermail?
16:04 smn_ kinea: I have a linktext (plain text) and a link (link, attrib) which one should i add the typoscript?
16:05 kinea i would guess to the link
16:05 kinea in my example, which is working, i used only a link and the text was in the html template.
16:15 randomresult ahhhrrg... pls. someone - a simple survey... 2 questions and results
16:15 _pedda_ survey ?
16:16 randomresult pedda yes... which one?
16:16 _pedda_ never used survey.. but its some kind of a form right ?
16:16 _pedda_ so use powermail
16:17 randomresult but i want results
16:17 _pedda_ hmm
16:18 _pedda_ i used pbsurvey in one of my projects
16:18 randomresult i will check this one
16:23 kinea is it possible to insert a typoscript object as a content element?
16:23 kinea i am not using templavoila for this particular project.
16:27 pmk65 kinea: there's an extension that can do it. (I can't remember it's name)
16:27 kinea thanx pmk65
16:28 kinea or can i insert markers like ###myobject### in the text content element and set it in the typoscript?
16:28 kinea i guess the contents are not parsed that way.
16:29 pmk65 http://typo3.org/extensions/repository/view/tscobj/current/
16:29 nd__ I do get an database error with a cli-module of mine... ideas?
16:30 kinea pmk65: that is exactly what i need!
16:33 kinea works like a charm
16:40 kinea smn: got it working?
16:48 _pedda_ ?
16:48 _pedda_ i use tscobj
16:48 _pedda_ quite userful
16:49 _pedda_ ^^
16:49 _pedda_ cu all.. have a nice weekend! time to get a beer @ uerige.de
16:58 Bluespuke good bye all
16:58 Bluespuke nice weekend @ all
16:58 Bluespuke and have a nice sysadminday-evening ;-)
17:37 andreaswolf there are some problems at wiki.typo3.org and bugs.typo3.org
17:38 andreaswolf somebody here to look at them?
17:38 andreaswolf that's what bugs.typo3.org just said me:
17:38 andreaswolf SYSTEM WARNING: session_start() [http://bugs.typo3.org/function.session-start]: open(/var/lib/php5/sess_b84449e1ee78b9737f85c4347b4c6566, O_RDWR) failed: No such file or directory (2)
17:38 andreaswolf SYSTEM WARNING: session_start() [http://bugs.typo3.org/function.session-start]: Cannot send session cache limiter - headers already sent (output started at /www/core/error_api.php:166)
17:46 crisb2010 Hi
17:46 crisb2010 Did anyone here manage to send an uploaded file as an attachment with mailformplus?
17:47 crisb2010 I did a search and found a dozen threads regarding this topic, unfortunately noone ever answered how to do it
20:54 pb_ is there a way to remove enctype from a typoscript built form?
21:10 pb_ anyone?
21:11 mquintus specify
21:12 mquintus you can delete typoscript by eg. 'plugin.tt_news.limit >'
21:13 pb_ i want to remove one form attribute that it looks like is added by default
21:15 mquintus what means "form attribute"
21:15 mquintus html?
21:16 pb_ i'm building an html using typoscript (lib.form = FORM) and the final HTML includes enctype="multipart/form-data" in the <form> tag, which i dont want
21:16 pb_ building an html form*
21:27 pb_ any ideas?
21:49 mquintus i have an idea, but its just a workaround
21:50 pb_ i'm open to workarounds
21:53 mquintus first you have to move your form a level deeper
21:53 mquintus lib.form = COA
21:53 mquintus lib.form.1 = FORM
21:53 mquintus then add a userfunc
21:53 mquintus lib.form.stdWrap.userFunc = user_myclass->removeEnctype
21:53 mquintus you have to create a php file containing
21:54 mquintus class user_myclass {
21:54 mquintus function removeEnctype($content, $conf)
21:54 mquintus {
21:54 mquintus $content = preg_replace('/enctype=".*?"/', '', $content);
21:54 mquintus return $content;
21:54 mquintus }
21:55 mquintus }
21:55 mquintus don't forget to include the user_class via includeLibs
22:18 pb_ is there a way to set the html id of the form?
22:21 nd__ Did anyone here build some RESTful service with TYPO3? Is it possible to act on POST/DELETE/PUT?
22:31 mquintus pb_: yes. Use "params"
22:32 mquintus pb_: oops
22:32 mquintus pb_: I realized that works only for the fields in a <form>...</form> construct
22:33 mquintus pb_: Seems there is no documented way to change the <form>-Tag. Instead you could improve your userFunc.
22:34 mquintus $content = preg_replace('/enctype=".*?"/', 'id="'.$this->prefixId.'[myForm]"', $content);
22:35 pb_ thanks
23:03 xv22 hi ... can you tell me how i can extend the default targets _parent/_blank in the htmlarea rte?
23:04 xv22 i want to add "700x400:resizable=1,location=0,scrollbars=1" as a new preset so that the editors can use it
23:04 xv22 but i don't find the tsconfig or ts setup for that
23:49 ries Anybody willing to test a extension I have been writing?

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.