Search the website and IRC logs

#TYPO3 IRC log from : Monday 1 October 2007

Year: 2007 2008 2009 2010 2011 2012
Month: 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
00:47 Hendrix Is there any way in Typo3 to use CSS Styled content and still have p-tags only around text?
01:12 Fab1an- how can i maintain a login session in the front end without using cookies?
01:13 Fab1an- like how PHP normally does it with ?PHPSESSID=23e432das
01:14 Fab1an- typo3 seems to do it in a different way, something with FE_SESSION_KEY but i cant get it to work
01:18 Fab1an- -
01:19 Fab1an- or maybe someone knows this, how can i use the value of fe_typo_user to authenticate a user
06:48 d|g hi all
07:54 HardPhuck which extension is better tinymce or tinyrte?
09:06 bauschan hi all
09:13 smeringe hi bauschan ..and the rest of #typo3
09:15 just2b yeah hi
09:26 floxx hi ho :)
10:02 Strud how can I quickly backup all the db templates?
10:05 just2b phpmyadmin > export
10:05 elbart can't imagine that there is a typo3-built-in function
10:05 elbart just2b said it :)
10:10 dax77 good morning @all
10:10 elbart hi dax77
10:10 bauschan morning dax77 :)
10:11 dax77 vacation!!!! :)
10:11 bauschan lucky you
10:12 elbart i agree with bauschan ;)
10:12 dax77 hehe :)
10:33 GnR hello
10:33 stanman i get an error message while trying to install templavoila, something about exhausting memory, could anyone help me out a bit?
10:33 stanman Hi
10:34 GnR i want to use the extension tmailform. i can create a template for the frontend. but can i also create a template for the html-mail that is send to the user?
10:36 GnR is there an extension where i can change the look of the mail that is send to the user?
10:36 just2b mailformplus for sure
10:38 GnR and where i have to make the template for the mail?
10:40 just2b html editor
10:49 stanman where does typo3 get it's memory limit from? I tried to adjust the php.ini to set memory_limit to 40M but Typo3 still thinks it has 12M
10:57 tsrepadmin anybody knows how to init $GLOBALS['TSFE'] ?
10:57 just2b what do you wanna do tsrepadmin
10:58 tsrepadmin just2b: this: $storagePid = $GLOBALS['TSFE']->getStorageSiterootPids();
10:58 tsrepadmin and i get this: $storagePid = $GLOBALS['TSFE']->getStorageSiterootPids();
10:58 tsrepadmin this: Fatal error: Call to a member function getStorageSiterootPids() on a non-object in (copy paste err)
11:08 alexwx helo
11:08 alexwx i am using the stdWrap.crop = 21 | ... in the NO of TMENU, and ATagTitle.field = title, but i wouldnt like to crop also the title.. how to do it?
11:31 stanman Hi i'm busy installing typo3 and want to work on multiple domains. What's better: symlinks to the same domain and use group permissions and the same database? Or does every site needs it's own database?
11:47 elbart re
12:10 num000 after creating an extension with kickstarter can i add table fields lateron? should i do this manually or can i have kickstarter do this forme?
12:18 silithlas hi, I have a problem, how comes now when I go to a page in the backend I always have the "select version" dropdown box? Thanks
12:20 elbart num000: if you you add the fields manually you have to change things in several files, but changing the extension via kickstarter often leads to file overwritings, so that extending the extension sometimes could be easy too... it depends on the amount of fields and so on ;)
12:21 num000 hello elbart
12:21 elbart hello
12:21 num000 but changing it in the extension will allow me lateron if installed again for proper fields
12:22 num000 i was trying to say kickstarter instead of extension
12:22 elbart ?!?
12:24 num000 kickstarter will overwrite the existing files and but gives me the possibility to have the correct fields if i install the extension somewhere else, doesn't it?
12:25 elbart yes... but changing it manually in the ext_tables and so on is also saved in the extension and if you did it correct... no errors or overwrites were done
12:25 elbart excuse my english ;;)
12:25 num000 ahh
12:25 num000 so when i add fields to my table manualy (sql directives)
12:25 num000 the extension will know this?
12:26 elbart thats not all
12:26 num000 i didn't understand
12:26 num000 my english is not good aswell
12:26 elbart but the Extension manager will recognize the changing in you sql file and will add the field to your table
12:26 elbart but it's not accesible in the BE for now
12:27 num000 elbart ahh, can't i add fields to it anymore after it's been created (the extension)?
12:27 num000 are you german speaker elbart
12:27 elbart you can... but then it's not enough only to modify the sql-file
12:28 elbart i'm german, but i want to practice english :P
12:28 num000 so what do i have to do in order to add fields to the extension which i didn't need when creating the extension with kickstarter
12:30 num000 so add them manualy or with kickstarter?
12:31 elbart have you already modified files?
12:31 num000 no i didn't
12:31 num000 i was waiting for a proper moment ;)
12:31 elbart lol... then use kickstarter
12:39 Denyerec Morning.
12:39 Denyerec (Just)
12:40 Denyerec On the template info/modify page there are some entry boxes for description, site title etc.
12:40 Denyerec How does one access those values through tS?
12:40 just2b setup gets the constants
13:00 tsrepadmin just2b: did you once use eID ?
13:04 elbart re
13:30 just2b tsrepadmin i guess in 3-4 exts
13:30 tsrepadmin did you need $GLOBALS[TSFE] there?
13:31 just2b inside the eId?
13:31 just2b sure
13:32 tsrepadmin and how did you init it?
13:32 just2b take a look at rgecard
13:32 tsrepadmin thx
13:34 tsrepadmin just2b you copied the tslib_eidtools.php content into your extension.
13:35 just2b no
13:35 just2b why should i
13:35 tsrepadmin think because you got the same error like me and has no object there
13:36 just2b where do i have an error?
13:36 tsrepadmin you create the TSFE object like in tslbi_eidtools iniFEUser
13:36 tsrepadmin you don'*t have an error. I guess you had the same problem while developing your extension like me now
13:37 just2b didnt have an eror
13:37 just2b or problem
13:37 tsrepadmin okay. but it works now. thx
13:40 ries morning
13:40 smeringe good morning ries
13:40 ries hey smeringe
13:41 just2b hi ries
13:41 elbart hi ries
13:41 ries Hey just2b and elbart
13:41 ries just2b: transfer will be done today...
13:43 just2b ries, thx and nice
13:49 ries just2b: np
14:05 ToniB hello
14:07 elbart hi ToniB
14:09 ToniB i have a problem with an update from typo 3.8.x to typo 4.1.2
14:11 ToniB I dont have a shell login, I only can connect over ftp and I have the webbased admin tool plesk
14:11 ToniB sry for my bad english...
14:12 ries what's the prob?
14:12 ToniB can you give me a link to a howto?
14:13 ToniB when I create a dump off the mysql db
14:13 dokma hey guys and girls
14:13 dokma is there a way to pass a GET param to a page each time it is loaded?
14:13 just2b sure dokma
14:13 dokma I'm all ears
14:14 just2b should be data = GPvar:news
14:15 dokma hmm, I must admit I cannot understand that one
14:15 ToniB ohh... sry, I think the problem is that I must rename the database when I want to restore it on an other domain at the same server... but how can I configure typo3 so that it can handle this?
14:15 just2b temp.foo = TEXT
14:15 just2b temp.foo.data = GPvar:news
14:16 dokma I need to pass a album=1 to a page
14:16 dokma how is this connected?
14:16 just2b still no idea where you want ypour get
14:16 dokma ohh, here's a bit of background
14:17 dokma I use ce_gallery
14:17 dokma now, ce_gallery has a nasty habit of showing a list of galleries even when you have only one gallery
14:17 dokma so, when I view this: http://www.valdez.hr/promocije/eco-house/
14:17 dokma it shows a single image from the first gallery
14:17 dokma which behaves as a link to open that gallery
14:18 dokma now I want to trick it into opening the gallery right away
14:18 dokma when I open this link: http://www.valdez.hr/promocije/eco-house/?album=1
14:18 dokma the gallery is opened
14:18 dokma so I want to make sure that album=1 gets passed as a get param to that page each time it is loaded
14:18 dokma did that make sense?
14:19 just2b i would just modify the ext
14:20 dokma ahhh... then if I update it all will fall apart
14:20 dokma I think a simple TS trick is a wiser solution
14:20 dokma there's probably an easy solution to this one
14:20 dokma and I'd rather learn it
14:28 num000 if i wanted to make an extension which i want to add to two different pages, one for supplying information (via forms) and one for displaying the information, do i have to writen an extension with two frontend plugins?
14:32 ptrci i need some help, the rte dosent works, i trie to fix but i can not find the problem.
14:33 dokma num000: you don't
14:33 dokma you can just make them display different stuff based on get params
14:33 num000 on get params?
14:33 num000 i need them on two different pages
14:33 dokma for example
14:34 num000 like adding information and listing these informations
14:34 dokma www.blah.com/pluginpage/?display=listing or www.blah.com/pluginpage/?display=input
14:34 dokma it would look like this with realurl
14:34 dokma actually a bit different
14:34 dokma but what you do in code is
14:35 dokma switch (condition based on get params)
14:35 num000 and how do i work with my code? can i then work just on my user_bla_pi1.php
14:35 dokma and then you code two cases for each get value
14:35 dokma yes
14:35 dokma you have only one file
14:35 num000 dokma which one would be more confortable
14:36 num000 your suggestion or having two plugins? since this way i could just add a different plugin to it
14:36 dokma get params approach because you have a single point of entry
14:36 num000 to the particular page
14:36 dokma everything is more coupled
14:36 num000 right, ok
14:36 num000 how would the switch look like?
14:39 dokma can't remember exactly
14:39 dokma but almost all extensions do this in their main function
14:39 num000 have you got an example somewhere
14:39 dokma it is enormously common
14:39 dokma open almost any extension
14:39 dokma and check the main function
14:39 num000 ok, i can also look into an existing one
14:39 dokma exactly
14:39 num000 there is a small problem i do have
14:39 num000 i created in kickstarter a database
14:40 num000 and later i realized that there are missing fields
14:40 num000 so i added them lateron
14:40 num000 now i did look into the table and saw that they are called much more different
14:40 num000 like
14:41 num000 the first one was in the form of senderid, msgschedule and those iadded later are called like the extension as prefix, like user_adysm_msgid user_adysm_msguser etc
14:41 num000 what happens if i manipulate the table externaly
14:42 dokma you have to make sure that all instances of tablefield are changes
14:42 dokma of tablefield name
14:42 dokma everywhere in code
14:42 num000 how you mean
14:42 num000 ohh i see
14:43 dokma you go to the extension folder and search all files for the name of the fiels
14:43 dokma field
14:43 num000 so before i start with programming code, may this be clever to delete the hole extension and write a new one?
14:43 dokma and if you wan't to change you need to change them all
14:43 num000 sure
14:43 dokma well if you made a mistake in the part you can do with the kickstarter
14:43 dokma then it might be of help
14:43 dokma especially for beginners
14:43 dokma later on you will have to be able to manage it anyway
14:43 num000 so your suggestion is to write a new one and delete the old one
14:44 num000 what happens to the table when removing an extension, will those tables be removed aswell?
14:44 dokma ries you here?
14:44 dokma no
14:44 dokma they will remain
14:44 dokma but hopefully you are doing all of this on a development server
14:45 num000 what happens to all those tables from removed extensions? they remain for ever
14:45 dokma yes, until you clean them
14:45 dokma there are tools to remove them
14:45 num000 cleaning? which cleaning tool for example?
14:45 dokma can't remember
14:45 dokma there is an extension for that
14:45 num000 well it is a sort of development server
14:46 dokma try searching for clean db or something with clean in it
14:46 num000 it must be a tool which looks which extensions are not anymore installed and delete realted db tables
14:46 num000 mhh
14:47 CarstenBausW hi
14:47 CarstenBausW i get a bad request during upload my ext to ter =(
14:47 CarstenBausW any idea?
14:48 tsrepadmin somebody uses eID ?
14:53 num000 to remove an extension can i just remove it from the ext list and then remove the related files and delete the table?
14:54 CarstenBausW think so
14:55 CarstenBausW the install tool also finds unused tables
14:55 CarstenBausW and marks them *_zZZZ for unused
14:55 num000 CarstenBausW i'm new to typo3
14:56 CarstenBausW you published that extension somewhere on your site?
14:56 CarstenBausW delete plugins also, wich you have published.
15:02 num000 CarstenBausW i've had the extension installed on a page, i just removed it after seeing the error on the page ;)
15:05 CarstenBausW anybody knows the error during ext upload into ter? "bad request"
15:06 num000 CarstenBausW i would love to help but i'm to new to typo3 and have no idea about uploaded extensions into ter
15:07 fubar2323 hi. i'm looking for a way to define own content-elements like "text", "image" ... i am not using templavoila. i just want to predefine some content elements like infoboxes etc.... is there a way to do so?
15:07 CarstenBausW doesnt matter, num000. smoking =)
15:08 CarstenBausW ext kickstarter, create totaly news content element
15:10 fubar2323 i think this ext is for news? its not the news, i am looking for a general way to define new elements, infobox was just an example....
15:10 fubar2323 i don't want to use the HTML element, because of inconvenience
15:11 CarstenBausW fubar, you need new contentelements in the pulldown?
15:11 fubar2323 yes, right
15:11 CarstenBausW so check out the extension kickstarter
15:12 fubar2323 ok i'll give it a try, thanks so far
15:12 CarstenBausW you can add new contentelements or new plugins with it
15:15 Denyerek http://paste2.org/p/7771
15:15 Denyerek that ALWAYS evaluates to false
15:15 Denyerek even if page:keywords is not empty
15:25 CarstenBaus1 Denyerek: try
15:25 CarstenBaus1 20.10 = TEXT
15:25 CarstenBaus1 20.10.field = keywords
15:25 CarstenBaus1 20.10.requiered = 1
15:25 Denyerek Oooh
15:25 Denyerek I'll give it a shot
15:25 Denyerek 1 mo
15:26 Denyerek ahnot a valid conditional test
15:26 Denyerek I think it's something to do with how it's getting the data.
15:26 CarstenBaus1 and .field = pages:field istn a field =)
15:26 Denyerek that#s what I was just discoveirng
15:26 Denyerek so I will have to set it to value
15:26 Denyerek and test the value
15:27 CarstenBaus1 or with if.isTrue.field = keywords
15:27 CarstenBaus1 stupid ifs :P
15:27 Denyerek ahnhh
15:27 Denyerek :D
15:28 CarstenBaus1 okay. think i take the extending directmail extension only for my own. upload dont works
15:31 dokma Denyerek
15:32 dokma you know a way to modify GP ?
15:32 dokma from TS
15:32 Denyerek GP Vars?
15:32 dokma I need to add a get param for a single page
15:32 dokma yeah
15:32 Denyerek Hmm
15:32 Denyerek I've never really done much other than test that they exist
15:32 Denyerek :(
15:32 dokma hmmm, maybee you got another solution for my prob
15:33 CarstenBaus1 why?
15:33 dokma take a look at this one: http://www.valdez.hr/promocije/eco-house/
15:33 dokma the gallery on that page displays a list of galleries
15:33 dokma but there is only one gallery
15:33 dokma so I want it displayed right away
15:33 dokma it is achieved like this: http://www.valdez.hr/promocije/eco-house/?album=1
15:34 dokma note the GET param at the end
15:34 dokma so I want to make sure that this page always gets that parameter
15:34 CarstenBaus1 you need default pi vars i think
15:34 dokma how would you do it?
15:34 dokma CarstenBaus ?
15:34 CarstenBaus1 plugin.tx_yourext_pi1._DEFAULT_PI_VARS.yyz = 1
15:35 dokma rgr that
15:35 dokma it sounds right
15:35 CarstenBaus1 all get params of your ext are in $this->piVars
15:36 CarstenBaus1 so your get param should look like this: ?tx_myext_pi1[album]=1
15:38 CarstenBaus1 damn you, bad repository
15:43 floxx i need another language for my website. is it enough to add it in static_languages?
15:44 tsrepadmin how can i init rootLine in TSFE ?
15:44 tsrepadmin (class.tslib_fe.php)
16:00 Denyerec Anyone really use or recommend the TimTab Typoblog ?
16:00 Denyerec Or is it easier to run a Wordpress combined login thing
16:07 dokma CarstenBaus1: this link: http://www.valdez.hr/promocije/eco-house/?album=1 looks as if though it is not a plugin param
16:08 dokma there is no tx_cegallery_pi1 part in it
16:08 dokma as in http://www.valdez.hr/promocije/eco-house/?tx_cegallery_pi1[album]=1
16:09 dokma $album = t3lib_div::_GP('album');
16:09 dokma this is from the code
16:09 dokma it obviously does not fetch a pi var
16:09 dokma it fetches a global get var
16:17 dokma this is getting annoying
16:17 CarstenBaus1 you dont need to get the GP vars
16:17 dokma is it really possible it is so hard to modify $_GET ???
16:17 dokma go ahead
16:17 CarstenBaus1 write debug($this->piVars);
16:17 dokma ok
16:17 CarstenBaus1 and then look at the frontend
16:18 num000 which kickstarter category should i then use, frontend plugin or just frontend?
16:18 CarstenBaus1 plugin
16:18 CarstenBaus1 its just for the sorting in the extension list
16:18 num000 ohh, ok
16:19 silithlas hi, I have an element in the draft workspace and the same with modif in the live one. How do I discard the changes in the draft one? Thanks
16:20 dokma CarstenBaus1: there are no pi_vars
16:20 dokma it's empty
16:20 dokma just as I assumed
16:20 dokma because that param album=1 is not a pi_vars param
16:20 dokma but a global $_GET parameter
16:20 dokma $album = t3lib_div::_GP('album');
16:21 dokma this is where it is obvious
16:21 dokma it's a $_GET param
16:21 CarstenBaus1 query
16:21 num000 can i lateron get the username (which is logged in to t3 frontend with newloginbox) in my php code
16:21 dokma so I need to mofify the get parameter
16:21 CarstenBaus1 num: debug($GLOBALS["TSFE"]->fe_user->user);
16:22 dokma I need a $_GET['album'] = 1; TS equivalent
16:23 num000 also i would like to add a delted (list database entries only if not delted) into my database and list the entries only if it is not set delted. but i saw that t3 is doing something similar
16:23 CarstenBaus1 dokma: QUERY
16:23 num000 should i use my own field for it or is it better to use t3 field for this?
16:23 dokma don't know about it
16:23 dokma let me take alook
16:23 CarstenBaus1 num000: debug($this->cObj->enableFields('tablename'))
16:23 dokma CarstenBaus1: nothing in the tsref
16:23 dokma where is it documented?
16:24 CarstenBaus1 dokma, last try.whisper
16:24 CarstenBaus1 query, whisper, query, whisper!!!
16:24 dokma I don't get you at all
16:24 num000 CarstenBaus1 your suggestion is to use t3 enabled fields check instead of my own
16:24 dokma can't that be said in a more plain manner?
16:25 Crocus anyone here with problems on php 5.2.4?
16:25 Crocus http://bugs.typo3.org/view.php?id=6158
16:27 gerards hi everyone.
16:28 dokma hello9
16:30 Denyerec Anyone really use or recommend the TimTab Typoblog ?
16:30 dokma CarstenBaus1 I still didn't understand what you said. QUERY qhat? Query is mentioned so often in T3 docs it's like looking for a needle in ocean.
16:31 Denyerec err
16:31 Denyerec dokma
16:32 Denyerec a query chat is when you name flashes at the bottom of IRC
16:32 Denyerec like a PM
16:32 Denyerec or provate message
16:32 Denyerec I think
16:32 num000 the database field types are a bit different in kickstarter, if i wanted an int element what would i have to select in kickstarter?
16:32 dokma duh... so much about misunderstanding
16:33 dokma and assuming everyone lives on irc
16:33 dokma what crap
16:33 dokma :)
16:33 num000 ;)
16:33 Crocus go home ^^
16:33 dokma thanks Denyerec
16:34 num000 Crocus who?
16:35 dokma this is really getting annoying
16:35 dokma I really expected it to be a trivial thing
16:35 dokma adding a get param
16:36 dokma sounds like a fundamental thing
16:36 num000 dokma whats wrong?
16:36 dokma I can't find a way to add get param to a page
16:36 dokma to pass a get param to a page
16:37 num000 as your suggested to me today? in order to switch ?
16:37 dokma as if though the url was www.blah.com/page/?param=val
16:37 dokma no
16:37 dokma this is in order to manipulate the output of a finished plugin
16:38 bauschan dokma: temp.yourPlug = TEXT -> temp.yourPlug.data = GPvar:pluginname|key1
16:39 bauschan dokma: config.linkVars = temp.yourPlug
16:39 dokma bauschan I need the reverse
16:39 dokma I need to pass a get var not read it
16:39 dokma I need an TS equivalent of $_GET['param'] = value
16:40 dokma to force a plugin to behave as if though that param is alway set to that value
16:40 dokma on a single page
16:43 bauschan dokma: did you try to set typolink.additionalParams = &album=1
16:43 dokma I'm gonna have to go watch some mma videos to calm down
16:43 dokma I did
16:43 dokma in the ts setup for that page
16:43 dokma but it had no effect
16:44 dokma I'll try it again now
16:45 dokma no effect
16:45 dokma all links remain unaffected
16:45 dokma and the gallery is unexpanded again
16:53 pmk65 dokma: why do you need to set that GET var? for a Javascript?
17:06 dokma pmk65: to manipulate the output of a plugin on the page
17:08 zenonx Hi, I've problem with Templatevoila, basically section containers doesn't work for me, I followed basic tutorial and it doesn't work, details are here -> http://support.typo3.org:8080/jive/thread.jspa?threadID=100168&tstart=0 , thanks in advance for any help
17:11 num000 debug($GLOBALS["TSFE"]->fe_user->user) does not give me the username, is there a documentation for the functions and variables i can use in t3?
17:14 pmk65 num000: $GLOBALS["TSFE"]->fe_user->user->username should return you the username, providing a user is logged in.
17:16 num000 it doesn't for any reason
17:16 num000 $userid = $GLOBALS["TSFE"]->fe_user->user->username;
17:16 num000 return "You are user $userid";
17:16 num000 doesn't work for example
17:16 pmk65 do you have a fe user logged in?
17:17 num000 yes
17:17 uriahheep when i've got templavoila installed, is automaketemplate still being used at all?
17:17 num000 pmk65 i'm logged in myself
17:19 pmk65 try clearing cache and see if that helps?
17:20 num000 pmk65 no it doesn't
17:20 num000 mhhh
17:20 pmk65 uriahheep: no, but you can use both in combination
17:20 uriahheep pmk65: what would one use both in combination for?
17:20 pmk65 num000: try debugging $GLOBALS["TSFE"]->fe_user
17:21 pmk65 uriahheep: i sometimes only map up the area with content elements using TV, and then autotemplatemaker for the rest of the site, like menus,header footer etc.
17:22 uriahheep hmm, cool..
17:23 pmk65 is anyone here using Indexed Search in a multi language enviroment?
17:24 pmk65 I need someone to betatest an addition to Indesxed Search Im working on :)
17:25 Phlogi num000: hmm?
17:36 theconic hey guys, can someone tell me where i can find the setting, that the [more] link in tt_news is called [more] and where i can change it to [read more] or something like that?
17:36 just2b ^locallangs, or just change the marker to your text
17:38 theconic "change the marker" ? ^^
17:38 theconic me -> noob
17:40 theconic is there a setting for it that i overlooked?
17:44 just2b the template file
17:45 theconic where is it? : |
17:45 just2b tt_news/pi/
17:46 theconic kk, mom
17:48 theconic ok, that'll make me busy for a while ^^
17:48 just2b just read the template, i know very uncool
17:50 theconic news_template.tmpl or news_template.tmpl or none of them?
17:50 theconic grrr. mom
17:50 theconic news_template.tmpl or tt_news_v2_template.html or none of them?
17:51 just2b 2nd
17:51 theconic thx
17:51 theconic why uncool? ;)
17:51 just2b because you dont do it
17:52 theconic i am just doing...
17:53 theconic and this is the file where i can change the names etc or is it just explaining?!?
17:53 just2b 1st
17:55 theconic thx... short but fast and precise ;)
17:55 just2b i am bored by people who dont read manual ;)
17:59 CarstenBaus1 anybody hast an idea why i get an error during upload my ext in ter? "bad request"
18:00 just2b carsten.. lol after 2 mailinglists now irc? you forgot at least 2 websites ;)
18:01 CarstenBaus1 just2b. give me an answer and i wil stop =)
18:02 just2b tried different installations?
18:02 CarstenBaus1 mean me?
18:02 just2b sure
18:03 CarstenBaus1 no
18:03 CarstenBaus1 have only one =)
18:03 Denyerec Anyone here use TimTab?
18:03 Denyerec Got a client that wants a standard typo site with a blog in it.
18:04 CarstenBaus1 i wonder, because there are many google results for it. but all have an error throughn by soap.
18:04 CarstenBaus1 my error is no soap error
18:04 Denyerec And I'm wondering if I'm going to hurt myself implementing TimTab or whether I should just use Wordpress and style them the same.
18:05 CarstenBaus1 php soapclient + server is runnig
18:06 CarstenBaus1 just2b, why you asked for diff installations?
18:06 just2b because this would be my first step
18:06 CarstenBaus1 switching sourccode for ter upload?????
18:07 just2b ;)
18:07 just2b how big is the exT?
18:07 just2b and you registereds a key?
18:07 CarstenBaus1 yes, key is registered.
18:08 CarstenBaus1 38K 0)
18:08 CarstenBaus1 should be okay :P
18:09 just2b sry need to go to gf
18:10 num000 is there an api description for t3 functions like exec_SELECTquery() etc
18:10 just2b sure
18:10 just2b typo3.org documentation
18:12 theconic hey carsten baus, are you working at innvaphone? there works a carsten who works with typo3 :D
18:12 CarstenBaus1 no
18:13 theconic hm, ok, would be too funny, but thanks anyway ;)
18:19 cookiestar hi
18:21 cookiestar can anybody help me, i have functional question about typo3 templates... when i hide a site, then is the login form also hide on my first site.... any idea why?
18:23 dokma hide a site?
18:23 CarstenBaus1 login is a referense and you hide the original page?
18:29 cookiestar mmm here is the code in the template file:
18:29 cookiestar <!-- ###LOGINBOX### begin --> <!-- ###LOGINBOX### end -->
18:30 cookiestar i want to delete this code in the template. is it doable to place the code on one site as html syntax?
18:42 theconic omg can someone please tell me where i can change the language of tt_news?...
18:43 Denyerec You got a couple of goats you can sacrifice?
18:43 theconic er...
18:43 theconic what do you mean by that?
18:43 Denyerec You'll need 'em
18:43 theconic ...
18:44 Denyerec I'm implying that it's not easy.
18:44 Denyerec It's also outside my scope of ability.
18:46 theconic hey, here's someone who's dependent of other's help because he's a bloody beginner with typo3
18:47 theconic and sometimes stupid questions are inevitable
18:49 theconic but i try to work learn most for my own, so if you would just give me that answer i can work on...
18:50 theconic it's the first extension i work with and somewhere i have to start
18:54 Denyerec Hehe
18:54 Denyerec I wish I could.
18:54 Denyerec But in honesty, I have NO idea how you'd go about translating tt_news
18:55 theconic er....
18:55 Denyerec Closest I've ever got to translating a site is the podcast... :S
18:55 Denyerec Hey voidy
18:55 voidus hi denyerec
18:56 theconic no, i mean in the locallang.xml are many different languages, and at first it's set to default, but i would like to change it to "german"...
18:57 theconic is there somethin where i can change the language? they are already in \tt_news\pi\locallang.xml
18:58 theconic if one couldn't change it, it would be senseless to write different translations into the locallang.xml
18:58 Denyerec Ahhhhhh
18:58 Denyerec Hmmm.
18:58 Denyerec voidus will know
18:58 Denyerec :)
18:58 theconic *click*
19:00 voidus theconic: what do you mean? change default from english to german?
19:00 theconic exactly
19:00 theconic or just change from english to german
19:00 theconic or from default to german...
19:00 voidus no, it's not possible
19:01 voidus use config.language = de, and you'll see all in german
19:01 voidus but no way to change default locallang language to german
19:02 theconic "use config.language = de, and you'll see all in german" where? this is what i asked
19:03 voidus in your TS Setup
19:04 theconic hm, and now in words that someone can understand who has never done something with TS?
19:05 cookiestar germans here?
19:05 theconic me, of course ^^
19:06 cookiestar great, do you have time for query?
19:07 Denyerec theconic - go to your template
19:07 Denyerec EG, click the template module
19:07 Denyerec then select the main template / rootpage
19:07 Denyerec then in the top right select "info-modify" from the top right
19:07 Denyerec and you should see 6 pencisl
19:08 cookiestar i want to place the login form to one page and not all pages. i have removed this from the template file:
19:08 cookiestar <!-- ###LOGINBOX### begin --> <!-- ###LOGINBOX### end -->
19:08 theconic done
19:08 cookiestar but what must i do to place this on a single site?
19:10 theconic insert the loginbox content element on this site, for example? don't know what xou mean
19:12 Denyerec voidus you ever used TimTab?
19:12 voidus Denyerec: tried it
19:12 Denyerec And...
19:12 cookiestar ok, i have a lounge area. the loginbox element is on all pages. when i remove the code from the template, the loginbox is away. this is good so. i want to set the loginbox only in one site
19:13 Denyerec See I have a client that wants a Typo3 site and a blog, and I don't know whether I should bother with TimTab, or set up a single-sign-in and use Wordpress & Typo3
19:13 voidus cookiestar: just insert loginbox as content element on the page where you want it
19:14 voidus Denyerec: it's not so simple decision...
19:14 theconic cookiestar: just like a text or a picture...
19:15 theconic deneyrec: i'm now in the template module (view/edit) and where is there the setting for the language?
19:18 cookiestar which is the form action????
19:18 cookiestar ID=???
19:20 cookiestar thats my problem
19:21 voidus cookiestar: what do you mean?
19:21 cookiestar can i post my loginbox code in a query
19:21 theconic what form action ID=???
19:22 cookiestar form action="20.0.html"
19:22 cookiestar its an example...
19:22 theconic do you insert the loginbox with the page module?
19:22 cookiestar good question ... i don´t know. i have many constants in the setup...
19:23 theconic page module - new - loginbox ? is this the way you inserted the loginbox into the page?
19:24 cookiestar no
19:24 cookiestar ## Global login formular
19:24 cookiestar template frontendlogin
19:24 theconic ok then i can't help :/
19:26 cookiestar when i hide the loung page, the loginbox was also hide...??? it´s a global loginbox.... can i make dependencies from content to a page?
19:27 theconic Denyerec: can u now explain me where i can set the language? i did what you said so far
19:30 elbart re
19:33 Denyerec config.language = de
19:33 Denyerec theconic - add that to the TS Setup
21:00 theconic denyerec: under (info/modify) and then setup? just insert?
21:14 Denyerec Yeah
21:14 Denyerec that's where your template lives
21:16 theconic jeeha! thanks, that works ;)
21:38 theconic hey denyerec: from where could i know this if i don't always want to bother you with such questions?
21:38 theconic is there a collection of all standard configurations with explanation somewhere?
21:39 theconic i didn't find something to learn this on my own...
21:47 Phlogi theconic: of course there is
21:48 Phlogi theconic: the big tsref (tsref.de)
21:48 Phlogi what actually belongs to a "standard config" is up to you :)
21:50 theconic yes, of course ^^
21:51 theconic but "the big tsref" sounds like the 21st century bible
21:51 theconic er, i mean without the "but"
21:53 Phlogi theconic: here is my standard TS
21:53 Phlogi http://pastebin.ca/722143
21:54 Phlogi theconic: it is... I mean thats the point about typo3, it __is__ huge and it can do everything!
21:54 theconic never heard of .ca
21:54 theconic what is this?
21:55 voidus Canada
21:56 theconic aah, ok. you don't speak german, right?
21:56 Phlogi theconic: me?
21:56 theconic yes
21:56 Phlogi theconic: dunno about .ca, its just my fav. pastebin
21:56 Phlogi theconic: I speak german yes
21:56 theconic oh, because there's a german translation...
21:57 Phlogi ah ok
21:57 theconic Sie sehen sich diese Seite in einer anderen Sprache an. Sollten Sie Fehler finden, kontaktieren Sie mich.
21:57 Phlogi gg
21:57 theconic therefore i thought you don't
21:58 theconic then i would just search a bit to help you writing good german
22:02 Phlogi theconic: hmm??? Its not my pastebin, or what do you mean?
22:08 num000 can someone have a look here, this is my first extension and i do get printed out the database elements double,maybe i'm doing something wrong http://pastebin.com/d461f3057
22:13 elbart you print the database elements twice, but you only want to print it once, right?
22:13 num000 yes
22:13 num000 where am i doing the mistake
22:14 elbart i think you are substituting twice
22:14 elbart on line 23 and 25
22:15 num000 how am i doing this?
22:15 num000 for me it looks ok
22:15 num000 but i may not see the problem
22:16 elbart i'm not sure... try to comment out line 25 ?!?!
22:16 num000 i did
22:16 num000 nonof them are shown
22:16 num000 pardon
22:16 Phlog num000: are you there?
22:16 num000 when commenting out line 25 then there is one shown but not the one which is
22:17 num000 yes i'm Phlog
22:17 elbart not the one which is?
22:17 num000 encapsulated into the one level above marker
22:18 elbart how often is the while-loop running?
22:18 num000 untill the database elements are read out
22:18 Phlog num000: what was that url to the hanser thing?
22:19 num000 hehe
22:19 num000 hanser.de/ciando
22:21 Phlog thanks man
22:22 elbart how does the template look like?
22:22 num000 ok mom
22:22 num000 http://pastebin.com/d3cdc27ac
22:22 num000 like this
22:23 elbart line 25: without the . operator?
22:24 elbart only: $content = $this->cObj->substituteSubpart($tmpl, "###EINTRAG###", $content);
22:24 num000 elbart ohh
22:24 num000 this is obviously a php not very well educated problem,
22:24 num000 thank you very much
22:24 num000 ;)
22:24 elbart it's working now?
22:25 num000 yes it does
22:25 elbart ok ;)
22:25 num000 i'm adding test entries into the database from the page site
22:25 num000 not with a form fielded html page
22:26 num000 is there a way getting them listed in the BE?
22:27 elbart from the page site? what do you mean?
22:27 elbart the BE page-mode?
22:27 num000 when i add those elements to the t3 database i go to page and add new to it
22:27 num000 yes
22:28 elbart in the list mode you can see them
22:29 num000 what happens to those i'm going to add manualy with my extension? are they going to be listed there in the web->list aswell?
22:29 elbart of cause
22:30 num000 and if they become thousends?
22:31 elbart 20 or 30 are listed
22:31 num000 i see
22:31 elbart you can list them all, but not in normal lsit.mode
22:31 num000 thank you
22:38 num000 the date which is given back by the database with $row["date"] is a unix time, is there a typo3 function which converts it to human readable time and date or can i use normal php date() for it?
22:41 elbart use the api for getting function-calls and so on: http://typo3.org/fileadmin/typo3api-4.0.0/
22:41 elbart i personally use php-date functions
22:41 num000 thank you
23:33 num000 newloginbox gives me a button to logout, can i have this as a normal link?
23:34 elbart not in newloginbox, i think ;)
23:35 num000 hi elbart
23:35 num000 ohhh
23:35 num000 i thought newloginbox would be very confortable
23:35 elbart isn't it?
23:35 num000 would the normal loginbox allow me this?
23:36 elbart i don't think so
23:36 num000 how can it be done then? have you any ideas?
23:36 num000 i would like to have a simple link for login and logout
23:37 Atre num000: I thought you could do that in newloginbox using the css
23:37 num000 Atre that would be very nice
23:37 num000 if i find out how to access the styles
23:39 hanoul Hi, I'm new to typo3. Have a website running in TemplaVoila. Just installed the tt_news (V2.5.0). In my root template, I selected to include the CSS based tmpl(tt_news) and default CSS styles(tt_news)The news system works with this default setting. My problem is I don't know how to change the styles. I know that to add a template I need to add this line to the setup part of TS in my root template: plugin.tt_new
23:45 Atre num000: I use loginbox_macmade and my buttons look nicer than regular buttons try it out
23:45 num000 Atre i've changed the look of the button with css
23:45 num000 but i wanted to have a simple link
23:47 Atre num000: cool you found where to change it, might like this too see this (there are many other examples too) > http://particletree.com/features/rediscovering-the-button-element/
23:47 Atre hanoul: any hints in the docs?
23:47 num000 Atre cool site
23:48 num000 the button can even be where it is, but i want a link below the header of my page ;D
23:50 num000 Atre have you got an idea where to get those nice pictures for the buttons?
23:54 Atre num000: on the link i sent you? no I don't know , maybe you can use from this icons set? > http://www.famfamfam.com/lab/icons/silk/
23:55 num000 Atre the link you gave me with the buttons does not direct to any images. also the buttons a images themself. but i'll look for the iconset you gave just. thank you
23:57 hanoul The example template for tt_news has this note at the top: IMPORTANT: The stylesheet link below is only for testing the template file directly in a browser while editing it. On the website the css styles for tt_news have to be include with the static TS template "default CSS style (tt_news)" or with an external file (see tt_news/res/tt_news_v2_styles.css) which you include via TypoSript in the "page" object.
23:58 num000 hanoul why don't you then include it?
23:59 hanoul I don't know what to type and where to type it. Sorry, I'm new to Typo3.
23:59 num000 use something like this in your page { directive
23:59 num000 includeCSS.file1 = fileadmin/templates/css/menu.css
23:59 num000 and place your css there
23:59 hanoul You mean in the TS window of the page where the news section is?

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.