Search the website and IRC logs

#TYPO3 IRC log from : Monday 11 February 2008

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
00:00 inSanity all the content and other things are showed perfectly, except for the menu
00:01 inSanity anyone a clue, or are you all sleepin' ? ;)
00:03 inSanity I just started with typo3 so please be so kind to help me getting started
03:53 baalwww hi...i can't get past the installation... it keeps complaining about memory being exhausted
03:58 baalwww anyone?
08:16 HardPhuck i have a problem with content slide
08:16 HardPhuck if i set another language, then i see the content from both english and default in a window
08:35 FloLeBlanc hi all
08:52 HardPhuck how would i display a left column data in all subpages
09:05 FloLeBlanc hardphuck: should it be editable and just visible on all subpages like a normal content element?
09:05 HardPhuck yes, however i found what i was searching for
09:05 FloLeBlanc :)
09:06 HardPhuck subparts.left < styles.content.getLeft
09:06 HardPhuck subparts.left.slide = -1
09:06 FloLeBlanc thx for info, think I use something like that already would have checked now :)
09:11 HardPhuck np :)
10:05 FloLeBlanc anyone using mm_forum?
11:05 umc howdy
11:06 FloLeBlanc hi
11:06 umc anyone knows how sr_email_subscribe can detect the values that fe users already have and fill them in the form ?
11:07 umc or do you know a good tutorial where it sais how to combine all of this so that fe users can subscribe to newsletters ?
11:07 Touson Good morning fellow typo3ians :o)
11:07 umc morning
11:14 umc so... no one uses sr_feuser_register for allowing some customers to recive the newsletter ?
11:20 umc pfff... this typo3 can be really complicated sometimes...
11:30 m0oman i don't use a typo3 based newsletter service, all that i found were too annoying to be honest.
11:39 teppi|work umc there is dmail subscription for directmail newsletter subscription
11:40 umc teppi|work: I don't undestand... is it some extension I have to install ?
11:40 teppi|work you can use in sr_feuser_register newsletter categories from direct mail
11:40 teppi|work yes ..
11:40 teppi|work direct mail is a newsletter extension
11:40 umc and if I don't have categories ?
11:40 umc I installed direct mail
11:41 umc and I also have sr_email_subscribe
11:41 umc and sr_feuser_register
11:41 umc subscribing works fine as a guest...
11:41 umc but if a user is logged on, the details should already be there...
11:41 umc and I can't get that working
11:42 umc and for sr_feuser_register, I don't know how to say in there that some field should appear where customers can check if they want a newsletter or not... :(
11:42 teppi|work i dont know sr_email_subscribe
11:42 teppi|work i just know direct_mail_subscription
11:43 teppi|work and there you can let the user chose a newsletter type : html / text at the registration process
11:43 umc what if I want to send both ?
11:43 umc direct mail sends emails in both format...
11:44 umc and if users want, they can switch from one to the other
11:45 teppi|work the users choses the format he will get
11:45 teppi|work they
11:45 teppi|work direct mail will send both formats depending on the html flag in the fe_users table
11:46 teppi|work you will have to read the manual
11:46 teppi|work ;)
11:46 umc I'll give it another try...
11:46 umc it's killing me :)
11:46 teppi|work i hate direct mail .. i really hate it
11:46 teppi|work ;)
11:47 teppi|work but .. there is nothing else comparable for typo3 afaik
11:48 umc well... direct mail already works fine... but collecting the subscribers seems to be a pain in the %^#%
11:49 umc would be dandy if just guests subscribe... because they enter the data and a tt_address record is created...
11:49 umc but if a frontend user is already logged in, and they check a category (say I create the category "newsletter")
11:50 umc do they get a tt_entry record created ?
11:50 umc or where in the db is it saved that they want a newsletter ?
11:50 umc because later I need to create the subscribers list...
11:51 umc oh... and btw... that direct_mail_subscription doesn't have a manual... :(
11:51 teppi|work you can add frontendusers to subscriber list like tt_address records
11:54 umc but I only want to add the users that subscribed to the newsletter...
11:56 umc ok... I think I got an easier solution for the logged in customers...
11:57 umc if they go to details and check that receive html mail, I'll change the translation to "receive newsletter ?"
11:57 umc then when I create the subscribers list I do it with a query
11:57 umc and get the customers that have that field set to 1
13:05 m4rtijn hi
13:46 bouter hi
13:47 bouter I have a basic question/problem
13:47 bouter I have typo3 and templavoila installed
13:47 bouter then I created a mailform (standard)
13:47 bouter al works well
13:48 bouter except, in my mailbox I get a 'from' name I don' t want (standard name of my hosting) where can I change this?
13:56 rocking hello room
13:56 rocking trying to figure out typo3
13:56 rocking any help links for understanding of architecture
13:56 umc any luck ? :)
13:56 rocking not able to find anything on google
13:56 rocking especially with implementation
13:57 umc did you read the docs ?
13:57 rocking so not able to understand how to go about it
13:57 rocking which docs?
13:57 umc http://typo3.org/documentation/
13:57 umc they come with some dummy sites...
13:58 umc for templating I recommend you do the Futuristic Template Building tutorial... which introduces the templavoila extension
13:58 rocking et me go through the given link and get back to this room for any references
13:58 rocking or help
13:59 umc good luck
13:59 teppi|work <umc> but I only want to add the users that subscribed to the newsletter... >> directmail would automatically filter those, that have not the proper dmail subscription flag ..
13:59 bouter umc any exp with the mailform?
14:00 umc bouter, just a sec...
14:00 bouter ok
14:00 umc the simple one ?
14:00 umc included in typo3 ?
14:00 umc teppi|work: it's ok, I got it to work...
14:00 teppi|work k
14:00 umc I'm not using any categories...
14:01 bouter the simple one included in typo3 indeed
14:01 umc but I changed the label from "Receive html emails" to 'receive newsletter ?'
14:01 umc and made a subscription list based on query, and filtered them that way
14:02 umc bouter, I've written a doc for that... just let me find it...
14:02 bouter ok thank you
14:04 nomatter001 hi
14:04 nomatter001 i saw on a website that it is possible to have the whole typoscript configuration in 1 file in an extension
14:05 nomatter001 so that i don't have to input that for each page
14:05 nomatter001 is there a tutorial for this (i don't know how it is called)
14:05 umc bouter: did you receive the private message ?
14:05 nomatter001 maybe this feature is a extension i don't know
14:05 bouter umc: no
14:06 umc http://pastebin.com/db285569
14:06 umc see if that makes any sense...
14:07 nomatter001 it's somethink like i have a extensions in
14:07 nomatter001 typo3conf/ext/extesnsion/
14:07 nomatter001 and in it is a ext_typoscript.php
14:07 nomatter001 and a ext_constants.php
14:08 nomatter001 and this configuration is used for all pages
14:08 nomatter001 how is this technic or extension called so that i can search for a tutorial for this
14:09 nomatter001 sorry client disconnected
14:11 nomatter001 any solution for my problem?
14:13 bouter umc: thanks but how do I name the 'from' field then? shouldn' t it be From: ?
14:13 umc hm...
14:13 umc lemme test
14:13 bouter umc: or should it be From: and as a value: name <(obscured mail address)>
14:14 bouter umc: neither of them seem to do the trick
14:14 umc ah... I see that it's the same for me too...
14:15 umc the From gets replaced by something the operating system has configured...
14:15 umc well... this kind of sucks :)
14:16 bouter yes it does :)
14:16 bouter do you use another mailform designer?
14:17 umc I use extension mailformplus
14:17 umc but I kind of tweaked it... I use it for sending orders
14:17 FloLeBlanc re.. anyone using mm_forum or is there a t3 function that enables autobreaks when an url exceeds the table size (my tables get stretched due to long urls)
14:18 bouter i see :)
14:18 nomatter001 another question is css_styled_content still a extension
14:18 umc bouter: there's a new extension for forms...
14:18 nomatter001 cause in tutorials i see that i should install it but i cant find it
14:18 umc maybe you want to test it...
14:18 bouter yes I would. what' s the name
14:19 umc powermail
14:19 umc but something seems to be fishy
14:19 umc I can't get to the page if I click on the result page on it
14:19 umc but the manual works though
14:20 bouter let me try
14:20 umc http://typo3.org/extensions/repository/view/powermail/0.5.6/
14:20 umc works now
14:20 umc it seems very promissing
14:20 umc but I haven't tried it out
14:21 bouter let' s hope it works
14:21 umc yeah...let me know... I'm curious too
14:23 bouter (first I'm gonna make an sql dump of my database
14:24 umc and source files too :))
14:24 umc you can never be too carefull :P
14:24 umc at least backup the localconf.php file...
14:24 umc that one is changed when you install new extensions
14:25 nomatter001 ?
14:25 roterguru hi
14:25 umc hey
14:25 umc nomatter001: I was talking to bouter about backing up before installing a new extension
14:25 roterguru is there a way to set automaticly a customer number in a backend formular?
14:26 nomatter001 umc: ok i see
14:26 nomatter001 umc: do you know what i mean with centraliced typoscript config
14:27 umc not really...
14:27 umc when I want to write TS, I go to template, root page... setup or constants
14:27 nomatter001 so that there i have 1 extension where i have a ext_typoscript.php and a ext_constants.php
14:27 nomatter001 and that is used for all sites
14:27 umc sites or pages ?
14:27 nomatter001 page
14:27 nomatter001 pages
14:27 umc well, if you write your TS in the root page, it gets inherited to all subpages
14:28 nomatter001 yea but i think there is some technic or extension
14:28 umc no, I haven't installed anything for that...
14:28 nomatter001 i mean somethink like
14:28 nomatter001 i have a extension (maybe selfmade)
14:28 nomatter001 in
14:28 nomatter001 typo3conf/ext/extname
14:29 nomatter001 and there are the 2 mentioned files
14:29 nomatter001 and a folder res
14:29 nomatter001 with folders for templates, css, pics and ...
14:29 umc oh... there might be... but I'm not aware of that...
14:29 nomatter001 i think i saw a video-tutorial about that time ago
14:30 nomatter001 and i lost it so i thought somebody here might know it
14:30 roterguru should I place the tables of my DB in the DB of typo3 or use a second DB?
14:32 umc what tables ?
14:32 umc you're making your own extension ?
14:32 roterguru yes
14:33 umc if you're using the extension wizzard, it will create the tables for you
14:33 roterguru i have a few tables, shall i put these into the same DB as typo3 uses?
14:33 umc automatically... you just have to define them
14:33 umc yes, use the same database
14:33 roterguru should I seperate my tables from typo3?
14:33 umc then you can use the API typo provides to make queries...
14:33 umc no, don't seaparate them
14:34 roterguru I have a formular to create customers in the backend... can I set a field to an automaticly generated number?
14:35 umc when you create an extension you have the opportunity to extend other tables too
14:35 umc you can extend the be_user table and add a new column to it
14:36 umc you should really look into the kickstarter extension...
14:36 umc http://typo3.org/extensions/repository/view/kickstarter/0.3.8/
14:37 umc there must be some tutorial somewhere also
14:37 roterguru i've tried the kickstarter extention already
14:37 roterguru i have a tut
14:37 umc so... doesn't it work with that ?
14:37 roterguru has this user table an ID?
14:37 umc it has a uid
14:38 umc why don't you check the db yourself and see ? :)
14:38 roterguru hm, if i extend an existing table with my own customer number... can i set the field in the backend automaticly?
14:39 roterguru or a product number should be created automatlicy
14:41 bouter umc: works like charm
14:41 bouter thank alot
14:43 roterguru how would you solve a formular to create products? in some way you must create a product number, shown in a field?
14:43 umc nice bouter. good to know
14:43 umc roterguru: I haven't programmed any FE extensions yet...
14:43 umc only did some stuff in the BE
14:44 roterguru yes, I want these product interface in BE
14:45 umc roterguru, I used the kickstarter extension to generate the tables and framework, and then I took the model of other extensions and created forms and everything...
14:47 roterguru and how would you do an backend product interface with kickstarter? just say if it's possilbe or not.
14:49 umc I would create an extension that adds a new module, under Web
14:49 umc I did one for Orders
14:50 umc and when you click it, you have the top-right dropdown with function1, 2, 3
14:50 umc by default
14:50 umc and I took as a model the mailformplus extension
14:50 umc because it's the same... it creates a new module, with functions
14:50 umc and it generates the skeleton for the extension, you just have to fill in the code
14:50 roterguru and how can I add an my product number funktion to the module?
14:51 umc you simply make new functions in the code...
14:51 umc and you can make forms for adding or deleting products or whatever
14:51 roterguru and where is this code?
14:51 umc but showing them in the frontend it's another story... that I don't know how it's done
14:51 roterguru TS with kickstarter?
14:52 umc that code is in the typo3conf/ext/your_extension/
14:52 roterguru php?
14:52 umc when you start a new extension with kickstarter, you will give it a name
14:52 umc yes, php
14:52 umc and kickstarter creates a new folder in the extension folder
14:52 umc with everything you need
14:52 bouter umc: maybe you can help me with this too, I'm looking for a very basic sort of calendar, imagine I have a gym where and I want people to know, monday from 10 to 11 am there is crunch, 12 to 2pm there is spinning, thuesday.....
14:52 bouter is there some sort of extension I can use for that?
14:53 umc don't know bouter ... I didn't use one
14:53 bouter beacause the calendar extensions I found are too big, too much functionality...
14:53 bouter ok no problem
14:53 roterguru umc: in my php script, do i have access to the backend interface, DB, etc?
14:54 bouter thanks again for the powermailthingy, great!
14:54 umc yes roterguru
14:54 roterguru cool, thanks
14:54 umc bouter: thank the people who programmed it :)
14:54 bouter :)
14:54 umc roterguru: install the mailformplus extension, and look at it's code
14:54 umc and create a similar one with kickstarter
14:54 umc that adds a new module
14:55 roterguru ok
14:55 umc and replace those dummy functions with your code
14:55 umc I'm giving you the mailform example because that's what I've also used as example...
14:55 umc to see how to access the db, etc...
14:56 umc bouter: there are a lot of calendar extensions
14:56 umc did you try them ?
14:56 bouter I tried some of them, but none seem to comply with my needs
14:56 umc did you try cal too ?
14:57 umc usually when there are a lot of extensions, I look for ratings, users, and last date of update...
14:58 umc that one looks quite nice
14:58 umc bouter: http://typo3.org/documentation/document-library/extension-manuals/cal/0.16.2/view/2/3/
15:00 roterguru one other question: i have product catalogue. now, customors can add their products. but for some extra money, i add these prdocuts for them. now there should be a funktion, which says wether the prdouct is online. this function should be only accessable by customers (that i'm not blame for mistakes). But I am admin...
15:01 bouter I 'll try it again and see if I can change the layout, disable function, ...
15:04 roterguru what would you do? logging the accesses?
15:05 umc roterguru: I'm sorry... I don't undestand exactly what you mean...
15:06 umc and don't really have time to look into it, as I'm in the office... have normal work to do... :(
15:06 roterguru the products in the catalogue, and these products habe a boolean, which says if the product is online or not
15:08 umc well... if you make an extension, you can write code to change data from any table
15:08 umc not only the ones you create....
15:08 umc so you can do whatever you see fit with any data
15:08 roterguru now, I put in some products for an company, as admin, and i shouldn't have the option to put it online (to prevent me of blames for mistakes)
15:09 roterguru but as admin there is always a way to set this online / offline switch.. right?
15:10 umc well... most records have a hidden column...
15:10 umc maybe your products have one too
15:10 umc if you set that to 1, they shouldn't be shown
15:11 roterguru hm, doesn't matter
15:11 roterguru can't explain it better in english :)
15:11 umc try italian, french, romanian... :))
15:12 umc don't know other languages that good...
15:12 roterguru no german :(
15:12 umc that's one I don't have any clues about :D
15:12 roterguru it's a pity..
15:12 umc can't load my brain with any more language info... it will pop
15:18 roterguru one more try: a company has a product in my DB. now the product description is in some way wrong, because i have made an misake while adding the product. If there would be only for the company the posibilty to set the product online/offilne, noone can blame me, because i can't set it online
15:19 roterguru now the question is, can i disalbe as admin this option for me ? That there is now way to set the product online/offline for the admin (me)?
15:19 umc I don't know...
15:20 umc anything can be done...
15:20 roterguru would a logfile save (no blame to me), when it says the product was'nt set online by admin?
15:21 umc unless it was programmed to log such things, I don't think it will save that in the logs
15:22 roterguru if the programm is logging it, would it be save for me?
15:22 roterguru save means, no blame to me
15:23 roterguru I could edit log files as admin
15:23 roterguru hm
15:23 umc is it that secured ? they don't trust you ?
15:23 roterguru yes
15:24 umc well... sucks...
15:24 umc tell them to get someone they trust :)
15:25 roterguru i should secure it in a treaty...
15:26 roterguru thanks for your help... :)
15:26 umc good luck
15:55 FloLeBlanc does t3 offer any TS way of forcing linebreaks?
15:55 FloLeBlanc (if an url extends a table cell f.e.)
15:56 uschi hi FloLeBlanc
15:56 FloLeBlanc hi uschi
15:57 uschi afaik there is a way to split a string after a certain number of chars
15:57 uschi I have read about it somewhere
15:58 FloLeBlanc that would be great :)
15:58 FloLeBlanc need it for mm_forum posts
15:59 nomatter001 hi a question
15:59 nomatter001 i want to use abz_eff_template
16:00 nomatter001 this extension works with rewrite rules
16:00 nomatter001 where do i have to put the .htaccess and what must stand in it
16:02 Denyerec uschi are you there ?
16:02 uschi I am
16:02 uschi hi Denyerec :-)
16:02 Denyerec Have you ever seen a project that aimed to translate the most common internet terms into as many different languages as possible ?
16:02 Denyerec things like Next, Home, Prev, Index, Help etc...
16:03 uschi unfortunately not
16:03 uschi but i started an ext for that
16:03 Denyerec Do you think it would be even remotely useful ?
16:03 uschi very useful!
16:03 uschi very very useful, as a matter of fact
16:03 Denyerec But if one was to tanslate an entire site, you'd have to translate those anyway?
16:04 uschi there are those snippets you need on each and every site
16:04 uschi like e.g. home, to top of page, next previous more etc
16:04 uschi i have them in an xml file
16:07 baalwww Hi. Newbie question. I'm working on a site where the FRONT end users create content, namely, it's a site for writers, and each writer publishes pieces, and then other users come along and read them. I want the writers to each have their own page from which they can create and submit the content, but don't want it looking like a Back end admin panel page. Can I do this with typo3??
16:08 baalwww anyone home?
16:13 FloLeBlanc can I call native php functions via TS without using a userfunction?
16:37 FloLeBlanc uschi: do you happen to remember what I could search for on the net to get the info on the linebreaks? the php function wordwrap would do what I need but I'm a bit afraid to add this at every point in the mm_forum extension where I need it :(
16:45 uschi perhaps it was in the cookbook?
16:46 uschi but i don't have time at the moment, FloLeBlanc, some real life things are calling me away
16:46 FloLeBlanc ok thx
17:24 just2b hi
17:25 xsebi hi
17:33 Denyerec Ola
17:35 just2b hi Denyerec
17:44 j_s is there a way, to make an extention not printing "BEGIN: Content of extension ..."?
17:45 just2b tsref > config
17:46 j_s I already have the following in my TS SETUP:
17:46 j_s config {
17:46 j_s disableAllHeaderCode = 1
17:46 j_s additionalHeaders = Content-type:text/xml
17:46 j_s no_cache = 1
17:47 just2b dont post all the code here
17:47 j_s xhtml_cleaning = 0
17:47 j_s }
17:47 just2b not enough
17:47 just2b and no_cache=1 is not good bty
17:47 just2b btw
17:47 j_s I know :)
17:48 j_s the above seems to do the trick with tt_news, but not with my own extention :/
17:48 just2b it doesnt
17:49 just2b config.disablePrefixComment = 1
17:50 j_s ah .. that helped a lot :)
17:51 just2b np
17:52 j_s although I still have a <div class="tx-myext-pi1"> at the top of my html-source
17:52 just2b this comes from your ext
17:56 j_s just2b, ah - my mistake -> pi_wrapInBaseClass . Thank you for the help
17:57 just2b this div is helpful though
17:58 j_s well - not when making an RSS-output :)
17:59 inSanity_ hi can somebody please help me with my template? It doesnt show the menu, although the content is displayed perfect
17:59 inSanity_ my typoscript is here: http://phpfi.com/295820
17:59 just2b marker shown?
17:59 inSanity_ no it doesnt show the markers
18:00 just2b sry subpart.. is this still in the source?
18:00 inSanity_ just2b: sorry I'm new to typo3, what exactly do you mean?
18:01 just2b is the subpart ###menu## still in the source
18:01 inSanity_ just2b: no it isnt
18:01 inSanity_ just2b: my testpage is here: http://www.turnred.nl
18:02 just2b should the menu be at "<li>dit is | een menu item</li>" ?
18:02 inSanity_ yeah around that place yeah
18:03 inSanity_ I created two pages with content
18:03 inSanity_ I assume these will be automatically taken into the menu right?
18:03 just2b got something in your template > <!-- ###menu### -->menu<!-- ###menu### --> ?
18:04 inSanity_ just2b: yep that's correct
18:04 inSanity_ that's exactly what I have in my template
18:04 inSanity_ <!-- ###menu### --> menu hier <!-- ###menu### -->
18:08 inSanity_ I don't see what is causing the problem, is there something in typo3 that I should change?
18:08 inSanity_ or maybe, is menu a preserved word?
18:09 inSanity_ no renaming doesnt solve the problem either
18:09 koomi the markers need no start / end in there?
18:10 koomi been a long time since i last used subparts
18:10 nomatter002 hi
18:10 inSanity_ koomi: yes they should yeah, although that is how I think it should work
18:10 nomatter002 how can i delete recursively a page with all subpages?
18:11 just2b nomatter002 acitivate in user setup and delete it
18:13 nomatter002 jusb2b: where can i activate
18:13 nomatter002 i can't find the option
18:23 inSanity_ just2b: thanks for your time so far!
18:23 inSanity_ just2b: I'm not sure what is causing this, but I will find out :p
18:25 inSanity_ just2b: uhm when I create pages a level deeper it works
18:30 nomatter002 just2b: can you tell me how to find this button?
19:17 nature yo Denyer?
19:17 nature want the answer to my question from the other day?
19:17 Denyerec Yes please!
19:18 nature select.andWhere.dataWrap = uid={GPvar:tx_ttnews|tt_news}
19:19 nature so with that i'm storing a directory name with a tt_news article
19:19 nature within that directory is a whole bunch of files
19:19 nature graphics, flash files and a css
19:19 nature it allows the user to have each news article look different than the others
19:19 nature and of course the system is smart - if the directory doesn't exist it uses a default dir
19:26 Denyerec Cor
19:26 Denyerec that's pretty close to where we left it when I went to bed :)
19:26 Denyerec GPvar:tx_ttnews|tt_news
19:26 Denyerec that part at least ;)
19:35 Denyerec nature
19:35 Denyerec if I am quite honest, I'm still not 100% sure what you're trying to achieve
19:36 Denyerec in human terms
19:43 nomatter002 hi
19:44 nomatter002 how can i geht the special element "Plain HTML"?
19:44 nomatter002 i don't have it in my list?
19:48 tokam_one hi
19:48 uschi nomatter, i think it has been disabled by css_styled_content
19:49 tokam_one i have 2 questions
19:49 tokam_one 1st problem is, that i do not see the extension manager on my typo3 4.1.5
19:49 tokam_one i do not know why
19:51 tokam_one 2end problem is, a development problem, i develop a java applet which should run on a typo3 based website. perhaps the backend users want to update my game and add new items to it, i do not know how to create an interface for the update process. but perhaps there is allready a soulution for it i have to explain more
19:52 tokam_one in the appelt are things (items) which belong traditional to one of the 3 big religions
19:52 tokam_one the player has to connect the items to a religion by drag & drop.
19:52 tokam_one if he clicks on the item a browser pop up with an artikle about it opens
19:53 tokam_one the backend users should be able to remove or to add items.
19:53 tokam_one data i can recieve by the applet either by params in the html code or by a mysql datebase request
19:54 tokam_one perhaps i can create a page named like the applet in the typo3 page tree
19:54 tokam_one than for each of the 3 religions a page
19:54 tokam_one as subpage
19:55 tokam_one und as subpage of the religions pages, a page for each item which is shown in the applet.
19:55 tokam_one but for that i need to know, how the page tree is shown in the datebase, if i can find out which subpages a page has by a sql datebase request
19:56 tokam_one perhaps there is a better solution
19:57 nature Denyer if you want to see what i'm trying to achieve just take a look at the site
19:57 nature since i'm well on my way to getting what i require
20:04 Denyerec which one
20:04 nature http://bj2.gcnpublishing.com/
20:04 tokam_one can someone please help me?
20:04 tokam_one do you have perhaps nice german ebooks?
20:04 nature then if you click on the first three shows you will see how the look changes
20:05 Denyerec So I see
20:05 Denyerec thought that was being tugged out of the brand parameter
20:05 Denyerec rather than the tt_news category
20:05 nature it's doing both
20:06 nature since the brand does not relate the date of the show
20:06 nature or the information for each show
20:06 Denyerec Can you pastecode the extended TS surrounding that
20:06 nature and tt_news doesn't have an easy way to relate the brand/venue
20:07 nature lib.showsdir = CONTENT
20:07 nature lib.showsdir{
20:07 nature wrap = |
20:07 nature table = tt_news
20:07 nature select.pidInList = 109
20:07 nature select.andWhere.dataWrap = uid={GPvar:tx_ttnews|tt_news}
20:07 nature renderObj = HTML
20:07 nature renderObj.value.field = author_email
20:07 nature }
20:07 just2b no code here
20:07 nature that?
20:07 nature i need to add fields to tt_news
20:08 nature right now i'm stuffing my direcory name in the author_email filed
20:08 nature ooops sorry
20:09 Denyerec Sop that snippet pulls all the tt_news fr the current selected directory
20:09 nature no the snippet just pulls one field related to the tt_news article being displayed
20:10 Denyerec Sorry, in a lot of pain at the mo so a tad fuzzy
20:10 nature and similar snippet pulls a field that will display the date of the event
20:12 Denyerec And once yuo have that information?
20:12 nature write it to the page that is being rendered
20:12 Denyerec Oh, so you're not using it for anything other than display?
20:12 nature nope
20:12 Denyerec EG to draw other resources out or as a conditional
20:13 nature nope, just grab it and show it
20:13 Denyerec the extension seo_basics adds an extra field to the PAGE record
20:13 Denyerec One wonders if by a similar method you can add a field to the tt_news record and flexform
20:13 uschi I am sure that is possible
20:14 nature that will be my next mission
20:14 uschi you can do that for any table you like
20:14 Denyerec should you choose to accept it...
20:14 nature yeah, adding the field is the easy part it seems
20:14 nature editing the field via the flexform will be the trick
20:14 uschi just build the basics of your ext in kickstarter to get the needed code for ext_tables.sql and and ext_tables.php files right
20:15 uschi saves a lot of manual coding
20:15 nature that sounds like more than I currently know how to do :)
20:16 uschi do you have the kickstarter installed?
20:16 uschi not that i am good at it, but it is more or less straight forward.
20:16 nature yeah i do have it installed
20:17 uschi if you want to add fields to tt_news, you will have to write a little ext
20:17 nature ok
20:17 uschi Denyerec, pages is a bad example for tt_news because the overlay table has to be taken into account as well
20:17 uschi get that kickstarter and try it out
20:18 uschi please note, nature: even I managed to do it, but I do not know how to do it by hard
20:20 nomatter002 can i enable the plain html element?
20:20 uschi i am sure you can
20:21 uschi but i suppose you want to know how, right?
20:21 nature oh boy
20:22 nature is it really time to dive into kickstarter? :)
20:23 uschi looks like it, nature
20:24 Denyerec the kickstarter is like fire
20:25 Denyerec a miraculous thing
20:25 Denyerec but very dangerous
20:25 Denyerec :)
20:25 just2b Denyerec wtf? what is dangerous there?
20:25 nature got a better idea for what i need to do? :)
20:26 just2b new fields > kickstarter
20:26 just2b but dont listen to me, never written an extension
20:27 Denyerec not one that works in Opera, anyway....
20:27 uschi LOL
20:27 Denyerec ;)
20:27 uschi You and your damned Opera
20:27 nature i've never written an extension
20:27 nature so here goes
20:32 uschi dear friends, addToList and removeFromList do work for templates, right?
20:36 tokam_one i cant see the extension manager
20:36 tokam_one what could be a reason for it?
20:36 nature not logged in as admin user?
20:37 tokam_one i am
20:37 tokam_one my version is 4.1.5
20:37 tokam_one should i make a screen?
20:42 tokam_one is here somebody german?
20:44 tokam_one is it possible if a page in typo3 is created, to upload a picture for each page. all pictures has to be automaticly renamed to its pages uid & they should all be in the same folder. of each picture has to be made a copy. to the copy should be added extra lights. the copy should be named likethis realnameOfTheRealPicture_tb.gif
20:45 just2b and why?
20:45 just2b why this exact name, makes no sense
20:46 tokam_one the grafics should be used in a java applet
20:46 tokam_one on mouse over the grafic with the extra light should be shown.
20:47 tokam_one if the Jlabel in which the grafic will be shown over an ImageIcon is clicked, the connected page should be opened in a pop up. To know which page should be opend, i connect the page and the picture by the pictures name with each other
20:47 tokam_one thats the reason
20:54 tokam_one just2b: ...
21:01 nomatter002 hi
21:01 nature kickass
21:02 nature my boss thinks i'm a genius
21:02 nomatter002 how can i get the id of the actual menu-item during the wrap
21:02 nomatter002 so that i can use it in a onclick javascript
21:02 nature you want the id= value?
21:02 nomatter002 yes
21:03 nomatter002 but not the one of the current page
21:03 nature oh
21:03 nomatter002 i need the current from the current menu element
21:03 nomatter002 so if element with id 5 is renderd i want to have 5 by this variable
21:04 nomatter002 you understand?
21:04 nature almost understand
21:05 nature so you call a page... maybe id=27 - but you don't want 27
21:05 nomatter002 w8 i give you a example
21:05 nature you want the id of a menu item that is rendered in that page you call
21:05 nomatter002 yea in the TMENU
21:05 nomatter002 w8 i give you the code
21:05 nomatter002 i think then it is clear
21:06 nomatter002 http://pastebin.com/m1319e3d0
21:06 nomatter002 i need something which would fit the unknown variable
21:06 nomatter002 in this cod
21:06 nomatter002 *code
21:09 brikenv are you looking for: page:uid ?
21:10 nomatter002 that will give me the actual id right?
21:10 nomatter002 i need the one of the link rendered
21:11 brikenv yes. the actual page
21:11 just2b but not the id of the linked page ;)
21:11 brikenv the one which is given in the url as ?id=12
21:11 nomatter002 yea and i need that
21:11 just2b got something for you
21:11 nomatter002 yea but i need the id of the linked page
21:11 nomatter002 yes?
21:12 just2b http://www.typo3.net/forum/list/list_post//65143/ > 1.,2
21:12 brikenv ahh.. okay.I'm wrong
21:12 nomatter002 what do you mean with 1.,2?
21:13 nomatter002 ah 1.2?
21:13 just2b menu 1.2.
21:15 nomatter002 where do i get the id there?
21:15 nomatter002 don't really understand that code
21:15 tokam_one why can nobody help me
21:15 tokam_one i asked my question
21:16 tokam_one you asked why i asked that question
21:16 tokam_one i told
21:16 tokam_one i recieved no answer
21:17 just2b dont you see how the link is used inside the <option
21:17 just2b and i need to do my own things here
21:17 tokam_one which link?
21:18 tokam_one do you talk to me just2b?
21:18 brikenv i have a short question as well. just need a new idea what I have to look for.
21:18 brikenv I use typo3 4.1.5 with the real_url extension.
21:18 brikenv Every time when I clear the frontend cache all link get lost. And users which visit a static link get an error msg..
21:18 brikenv After this page is called again with the parameter id it is static again.
21:18 brikenv Is there any chance to prevent this error from happing?
21:18 brikenv I would be happy for any comments.
21:19 brikenv @tokam_one: no he was talking to nomatter002
21:19 just2b sry copy failed
21:19 nomatter002 yea but he deactivates linking for that
21:19 just2b http://www.typo3.net/forum/list/list_post//65143/
21:19 nomatter002 and i need both
21:19 nomatter002 linking and not linking
21:20 nomatter002 or maybe notlinking mit double-inserting the link
21:22 tokam_one nice forum
21:24 just2b thx
21:33 uschi does anyone know how I can apply a patch using the command line?
21:33 uschi and to revert this patch again?
21:34 void uschi: first - yes, second - no
21:34 void uschi: on windows, right?
21:36 tokam_one i cant see my extension manager
21:36 tokam_one what could be a reason for it?
21:37 nomatter002 another thing i would need is the plain-html-content
21:37 nomatter002 element
21:37 nomatter002 how can i activate it?
21:40 uschi there is a command for that in svn
21:40 uschi svn revert, that easy, it seems at least, void
21:40 tokam_one damn please help me with typo3
21:40 tokam_one i can help you with your java stuff
21:40 tokam_one come on
21:40 uschi tokam_one what is your problem
21:41 void uschi: yes, but that for svn
21:41 uschi yeah, that is exactly what I need, void
21:41 uschi because I have a core patch wich is not yet in core, and I am working with 4.2 beta branch
21:41 tokam_one 1st problem is that the extension manager is not shown bellow tools in my brand new typo3 4.1.5 installation
21:42 uschi that is strange, and i have never heard of that problem
21:42 uschi you are logged in as admin, tokam_one
21:42 uschi ?
21:42 tokam_one ^^ uschi i am i guess, in the user manager the admin flag is set on my name
21:42 uschi did you create an admin user using the install tool?
21:42 tokam_one i added me with the install tool
21:43 uschi and the default admin user, can he see the extManager?
21:43 tokam_one i am the default admin user
21:43 uschi this is really strange
21:44 tokam_one Path: /
21:44 tokam_one Table: Backend user (be_users) - UID: 1
21:44 uschi what do you see under admin tools, tokam_one
21:44 tokam_one Admin(!): Yes
21:44 tokam_one i see: user admin
21:44 tokam_one db check
21:44 tokam_one configuration
21:44 uschi nomatter002 sorry i forgot you
21:44 tokam_one Install
21:44 tokam_one and log
21:45 nomatter002 uschi: np i have time
21:45 uschi tokam_one i do not know the solution, sorry :-(
21:45 nomatter002 uschi: important thing is, that it is solved, no care today how fast *gg*
21:45 tokam_one is it required to upload typo3 again?
21:45 uschi i have never ever had this
21:45 tokam_one i copyed it by flashing 2 ftps (fxp)
21:46 uschi what do you mean, tokam_one ?
21:46 uschi symlinks are correct?
21:46 tokam_one 1st a tree of the webserver
21:47 tokam_one /html/kulturtrialog.de == base dir of the typo3 install
21:47 uschi TCEFORM.tt_content.CType.addToList = html
21:48 tokam_one /html/kulturtrialog.de/typo3_src-4.1.5
21:48 tokam_one now the symlinks:
21:48 uschi try that one in tsconfig of your rootpage, nomatter002
21:48 uschi the TCEFORM stuff above
21:48 tokam_one cd /html/kulturtrialog.de
21:48 tokam_one ln -s typo3_src-4.1.5 typo3_src
21:49 uschi so you have the core inside the document root?
21:49 tokam_one ln -s typo3_src/typo3 typo3
21:49 tokam_one ln -s typo3_src/t3lib t3lib
21:49 tokam_one thats all
21:49 uschi hm, looks fine to me
21:49 uschi a miracle
21:50 tokam_one with /html/ i dont mean the server root, only the root of the webserver
21:50 tokam_one ~
21:50 tokam_one ~/html/ .....
21:50 nomatter002 uschi: don't see any change after adding this
21:50 tokam_one == /var/www/localshost/html/ and so on ....
21:50 uschi hm, funny
21:50 uschi what are you all doing to your installations
21:51 tokam_one :D
21:51 nomatter002 *hehe*
21:51 tokam_one uschi: are u german?
21:51 nomatter002 uschi: with tsconfig of rootpage you mean to modfy setup of the first page?
21:51 uschi you really put it into the TSConfig field of the page properties of your rootpage?
21:51 uschi i am
21:51 tokam_one do you have skype?
21:52 uschi i do not mean Template
21:52 tokam_one my skype nick is tokam_one uschi
21:52 uschi simply go to the page properties of your root page, where you can edit the title and so on, nomatter002
21:52 uschi there is a field page TSConfig
21:53 uschi the template setup thing is for manipulating frontend output
21:53 nomatter002 ok
21:53 tokam_one i can also teach you java if you want
21:53 tokam_one and if you help me a bit with typo3
21:53 tokam_one :)
21:53 uschi with tsconfig, you modify the backend
21:53 uschi we can talk in private here, tokam_one
21:54 nomatter002 ok i did it
21:54 uschi no, thanks, tokam_one, i have enough to do to learn typo3 and php
21:54 tokam_one uschi: i am not registered to the server
21:54 uschi and, does the html CType show up now?
21:54 uschi then register yourself
21:54 tokam_one uschi: for a private chat please join #marburg
21:54 nomatter002 no
21:54 nomatter002 i hope you mean the same than i doo
21:54 uschi ok, i will do
21:54 uschi so do i, otherwise it would be hopeless
21:55 nomatter002 i mean when clicking on "new record"
21:55 tokam_one :)
21:55 nomatter002 i want to have a choice for plain html
21:55 nomatter002 und special elements
21:55 nomatter002 like i have in another installation which i don't made myself *gg*
21:57 uschi nomatter002, check your configuration
21:57 uschi under wait
21:57 uschi right, go to Web Info
21:57 nomatter002 ok
21:57 uschi and choose Page TSConfig
21:58 nomatter002 ok
21:58 nomatter002 of root page?
22:03 nomatter002 ?
22:05 uschi yes
22:06 uschi and now in the second select list, choose tceform
22:06 uschi and tell me what you see under CType
22:06 uschi perhaps that CType is switched off via default user TSConfig
22:07 uschi but i do not know how to find out about that
22:10 uschi anyone? how to find out about user TSConfig settings
22:15 nomatter002 CType]
22:15 nomatter002 [removeItems]=bullets,table,uploads,search,login,splash,div,script,html
22:15 nomatter002 [addToList]=html
22:16 nomatter002 html is in removeItems
22:17 nomatter002 ok i got it
22:18 nomatter002 i added TCEFORM.tt_content.CType.removeItems = to tsconfig and now it works thx a lot, uschi
22:21 uschi aaah great
22:21 uschi at least one thing we could solve today
22:26 nomatter002 *hehe* yea
22:27 nomatter002 i have another with TMENU
22:27 nomatter002 but don't know if it is possible with TS
22:27 nomatter002 if not i'll have to code it with php
22:27 nomatter002 http://pastebin.com/m1319e3d0
22:28 nomatter002 i need that code but instead of unknownvariable the pid of the linked page should be inserted
22:28 nomatter002 is this possible?
22:37 uschi hmmmm
22:38 uschi in 4.2 wrapItemAndSub has stdWrap, but in 4.1 it has not
22:38 uschi what is that for, nomatter002
22:40 nomatter002 a menu where the li element is clickable to
22:40 nomatter002 *too
22:40 nomatter002 the code was right that in the old static html version
22:40 nomatter002 i'm proting now to typo3 cause i need a image gallery and i think i have to change text more often on this site
22:47 uschi hey bedlamhotel
22:47 uschi there you are
22:48 bedlamhotel Here I am. Been slaving over a hot stove as they say.
22:48 uschi doing what?
22:55 nomatter002 Finally you have to include the static template 'CSS-based template(jm_gallery)' in your root template to apply all the settings you have made through Typoscript constants.
22:55 nomatter002 what does this sentence mean?
22:55 nomatter002 i mean what do i have to do
23:00 bedlamhotel nomatter002: you have to find the relevant TS template record, left-click on its icon, choose edit, and find the field called (something like) "Include static templates"...then pick the one your extension needs and add it to the list...
23:01 nomatter002 ok i'll search
23:04 nomatter002 bedlamhotel: where can i find this record?
23:04 nomatter002 i mean do i have to search under web - template?
23:05 nomatter002 i have no idea, its for jm_gallery
23:10 Ruudi hi
23:11 Ruudi does anyone know is it possible to make a translation for a DAM record somehow?
23:18 smeringe Ruudi: yes it's possible.. go through list->media sys folder
23:19 Ruudi hm there seem to be language selector in dam doc, but seem snot to show up for me...
23:20 Ruudi aha i need to translate sysfolder at first yes indeed
23:24 Ruudi but no way to translate categories i think
23:30 smeringe Ruudi: hm.. I know I've translated categories as well somehow.. I'll check
23:31 Ruudi interesting
23:56 smeringe Ruudi: afai can see you can do all translation under web->list->media sys folder?
23:57 smeringe there is a translation view under media->list for records as well
23:58 Ruudi mhm i found that but can't find a way to do it on media catrgories
23:58 Ruudi and no way to do it in sys folder in regular list mode as categories seem not to have localization options
23:58 smeringe did you tick the localization view check box?
23:59 smeringe I can translate categories and dam records under web->list mode
23:59 Ruudi i did
23:59 Ruudi hmm weird

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.