Search the website and IRC logs

#TYPO3 IRC log from : Friday 19 September 2008

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 1 2 3 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
00:05 tokam how to work with excludeNoSearchPages ?
00:05 tokam i have a page, which should be shown in one menu and in the other not
00:06 tokam how to manage that?
00:14 tokam is it possible to say special.value = 10, and not 50 ?
00:15 tokam if 50 is a subpage of 10 it should not be used for the menu
00:31 Awillys_ tokam: what's your prb and what are you trying to achieve?
00:33 tokam special.value = 9,10
00:33 tokam special{
00:33 tokam mode = crdate
00:33 tokam beginAtLevel = 1
00:33 tokam #default is 20 for depth
00:33 tokam here page 50 is used for the menu also, its a subpage of 10
00:33 tokam i want to exclude it!
00:34 tokam ahh excludeUidList
00:34 tokam i found it :)
00:35 Awillys_ hehe
00:35 Awillys_ good
00:36 tokam i found it here
00:36 tokam http://www.typo3.net/tsref/cobject/hmenu/
00:36 tokam but it does not work well right now
00:38 tokam http://rafb.net/p/fyWRiV49.html
00:40 tokam but if i write excludeUidList = 50,51 it works perhaps you cant use it with an single uid?
00:43 tokam Awillys, problem is, how i understand now, that i want to exclude all subpages of 50 and not only uid 50 what i did!
00:47 tokam can i get a list of ints with an other function?
00:47 Awillys_ i think you have to enter all the page ids
00:47 tokam an sql qry or so
00:49 tokam http://www.typo3.net/tsref/functions/select/
01:01 Awillys_ how many subpages do you have?
01:01 Awillys_ i would just go for the easy solution, add them all
01:13 dokma hey guys! I'm trying to clean up my box a bit
01:13 dokma would this be a smart move: /var/www$ find . -maxdepth 2 -type d -name 'typo3temp' -exec rm -rf {}/* \;
01:14 dokma this is my dedicated box with 10GB only so every megabyte counts
01:15 dokma it's 436MB of data
01:15 dokma so it takes up like 5% of my available space
01:15 dokma as well as bloating up my backups
01:16 dokma ries, Denyerec, void ??
01:17 Denyerec hey dok
01:17 dokma hey mate
01:17 dokma you seem to be on the duty here :)
01:19 Denyerec sup
01:19 dokma Denyerec: do you know when is 4.2.2 coming up?
01:20 Denyerec nope :(
01:20 Denyerec don't even know what's on the changelog
01:22 dokma too bad
01:23 dokma gotta go hit the sacks
01:23 dokma 6.5 hours of sleep is not enough for me
01:23 dokma good night bro
01:50 kamion hi all
01:54 KouSto hi all
02:25 xsebi or maybe somebody know how to use direct mail newsletter subsciption with realurl ?
02:25 xsebi xtension manual doesnt tell anything about
03:20 Awillys_ .
05:38 xsebi somebody alive ?
05:39 xsebi shouldnt this work somehow : if (t3lib_userauth::isAdmin()) {....
08:25 ManDay What variable contains the TYPO3 base dir?
08:25 ManDay or what constant?
08:49 nkuttler base dir?
08:50 ManDay yep i know
08:50 ManDay i mean it would have been embarassing if I hadnt found out in 30 minutes...
08:53 tamlm hi everybody
08:53 tamlm i want to make download page
08:53 ManDay wtf? a friendly person?
08:53 tamlm when user FE login accept download
08:54 tamlm pls let me know what's ext how i can?
09:15 Nav hello all
09:16 Nav i am having some problems with the auto parser plugin
09:16 Nav i have added a php script in header div
09:16 Nav and then in that php script there is a div that will contain the TMENU
09:17 Nav but when the page executes only the header is displayed
09:18 Nav the div that contains the menu is not displayed
09:18 Nav by vieiwing the source code of the page i found that the auto parser plugin have not added subpart markers in the div where menu will reside
09:19 Nav so i have added subpart marker for the menu div myself
09:19 Nav but the menu is still not showing in its related div section
09:20 Nav any body got an idea of what i m doing wrong here?
09:21 Nav BTW i m generating the TMENU with typoscript
09:25 Nav anybody home?
09:26 maholtz|WORK can you post an snippet
09:26 maholtz|WORK please:)
09:26 maholtz|WORK perhaps you have nested markers - that cannot work
09:28 Nav ok wait a sec
09:33 Nav http://pastebin.com/m42d94de6
09:34 Nav the above link is my HTML
09:34 Nav the whole code is written in a php script and included
09:34 Nav you can see an id 'topmenu' that will contain the menu
09:37 Nav is these the nested markers?
09:39 Nav maholtz|Work: you can see that the auto parser have not included any subpart marker for top menu
09:41 Nav i m stuck at this for quite some time now
09:42 Nav although i have also written subpart marker for the topmenu id myself
09:42 Nav but still when i do subparts.topmenu < temp.menu_1
09:42 Nav the menu still is not generating
09:45 maholtz|WORK afaik the parser has problems with ids which has no content in it <ul id="topmenu"> test me</ul>
09:45 Nav ok i will add some content and test it
09:46 maholtz|WORK http://typo3.org/extensions/repository/view/automaketemplate/0.1.0/rating/
09:48 Nav i have added content also but it did not work :(
09:49 Nav maholtz|WORK: does it something have to do with nestation?
09:49 Nav my HTML in this section is nested right?
09:50 maholtz|WORK only if you replace MainNav too
09:50 maholtz|WORK the templateparser works as follows:
09:51 maholtz|WORK it replaces the content with typicall markers ###topmenu### without content between ###topmenu###
09:51 maholtz|WORK if you can see your content in your html source it is not nested - otherwise it is
09:53 Nav yah the menu is not populating in the 'topmenu' id
09:53 Nav does this mean HTML is nested or there is some another problem?
09:54 tamlm hi everybody
09:55 tamlm i want to make download page
09:55 Nav the problem is auto parser plugin does not put subpart markers in topmenu
09:55 Nav why is that?
09:55 tamlm show list page download load and user FE access login success download page
09:56 tamlm i don't know what's ext how i can?
09:58 Nav maholtz|WORK: can u guide me how to solve this issue or whats the alternative for it?
10:01 Nav maholtz|WORK: is auto parser have a bug of not parsing with nested markers?
10:03 maholtz|WORK <div id="test"> <div id="test2"> ... </div> </div>
10:03 maholtz|WORK then you cannot replace test AND test2
10:03 maholtz|WORK that is not an bug
10:03 Nav :(
10:03 Nav what if i want to do that?
10:03 maholtz|WORK but you can do the html in your typoscript
10:03 Nav is there anyway using auto parse?
10:03 maholtz|WORK replace with coa
10:03 maholtz|WORK and build your html in typoscript
10:04 maholtz|WORK test = COA
10:04 maholtz|WORK test.10 < test
10:04 maholtz|WORK test.20 < test2
10:05 Nav issue is that i do not want to put HTML in typoscipt
10:05 Nav HTML layout is so complex
10:06 Nav and having writing it in typoscript makes it so unreadable and more complex plus hard to modify
10:07 maholtz|WORK afaik using marker ###marker### should work to with template autoparser
10:08 maholtz|WORK but you understood WHY it is not possible to replace nested markers?
10:10 Nav yah to some extent understood, but it would be gr8 if they somehow add this feature
10:32 lord-evan hi
11:12 ct529 hi everybody!
11:13 ct529 1M virtual dollars question ( equivalent to 2 euros .... :D .... ): does typo3 support right to left languages, like arabic?
11:14 ct529 since just2b just arrived ....
11:14 ct529 1M virtual dollars question ( equivalent to 2 euros .... :D .... ): does typo3 support right to left languages, like arabic?
11:15 lord-evan @ct529: of course! see here: http://typo38.unesco.org/ar/unesco-home.html
11:16 ct529 lord-evan: have to reformulate the question .... does it support right - to -left languages in a multi language site where the other languages are left to right?
11:16 lord-evan yup.
11:16 ct529 lord-evan: sorry for the previous question .... it was not specific ....
11:16 ct529 lord-evan: did you do the unesco site?
11:16 lord-evan no, I don't. but I've read about it a few month before
11:17 lord-evan you can switch the direction via CSS.
11:17 ct529 lord-evan: actually when I click on 'D91(J) it moves the entire site to the right of the screen
11:17 m4rtijn lol
11:17 lord-evan o.O
11:17 ct529 lord-evan: but it works as normal, that is single tree / multi language?
11:18 lord-evan ct529: you can switch everything (charset, direction, etc.) via TypoScript
11:19 lord-evan and for the backend: http://typo3.org/extensions/repository/?tx_terfe_pi1[view]=search&no_cache=1&tx_terfe_pi1[sword]=zor_rtl
11:20 ct529 lord-evan: of course, but my question was different .... can we use arabic in the traditional single tree / many languages approach in typo3?
11:21 lord-evan yep.
11:21 lord-evan I don't know how, but I know there will be no problem. :)
11:22 ct529 lord-evan: :D
11:22 lord-evan ^^
11:23 crisb2010 hi
11:24 lord-evan hi crisb2010
11:24 crisb2010 i need the user to insert a construct like <span class="x">bla</span> with the help of the rte. is there a nice and easy method for this?
11:25 crisb2010 without using the source view
11:25 crisb2010 to be more precise the "bla" should be a &nbsp;
11:26 ct529 lord-evan: thanks a lot .... do you have any documentation you could point me to? I searched the website but ....
11:27 lord-evan ct529: no, sorry. :(
11:35 lord-evan crisb2010: try this -> http://typo3.org/extensions/repository/?tx_terfe_pi1[view]=search&no_cache=1&tx_terfe_pi1[sword]=de_custom_tags
11:35 lord-evan crisb2010: it works with rtehtmlarea
11:35 lord-evan "..adds to the tool bar a button to insert a custom tag or a shorthand.."
11:52 ct529 lord-evan: by the way .... thanks a lot!
11:53 lord-evan ct529: no problem :)
12:52 idevelop hi guys
12:52 idevelop i'm trying to set up frontend user registration
12:52 Sharqy lo
12:53 idevelop but i can't find the Front End User Registration content block
12:53 idevelop i installed the extension, added the FE User Registration CSS-styled static into my template
12:54 idevelop but i can't see the "frontend user registration" content type when i want to add the element to the page
12:58 idevelop i'm supposed to see some "Front End" stuff in the plugin section in the "New content element" page, right?
13:00 idevelop hi m4rtijn
13:00 idevelop have a few minutes?
13:01 m4rtijn hey, yep
13:01 idevelop thanks :)
13:01 idevelop i'm trying to set up frontend user registration
13:01 idevelop i installed the extension, added the FE User Registration CSS-styled static into my template
13:01 m4rtijn 4.2.1?
13:01 idevelop yes
13:01 m4rtijn which ext?
13:01 idevelop but i can't see the "frontend user registration" content type when i want to add the element to the page
13:02 idevelop sr_feuser_register
13:02 idevelop 2.5.18
13:02 m4rtijn hmkay
13:02 idevelop i'm supposed to see some "Front End" stuff in the plugin section in the "New content element" page, right?
13:02 m4rtijn i dont think so
13:02 idevelop http://typo3.org/documentation/document-library/extension-manuals/sr_feuser_register/2.5.18/view/1/4/
13:02 m4rtijn just add a general plugin, then choose fe_ref
13:02 m4rtijn reg*
13:04 idevelop :)
13:04 idevelop i think i got it
13:04 idevelop thanks a lot
13:04 m4rtijn yw
13:05 m4rtijn follow the manual closely - its not that easy
13:05 m4rtijn you have to create like 4 or 5 pages
13:08 idevelop yep, doing that right now
13:10 idevelop Create a fourth page setting the page type to 'Advanced'
13:11 idevelop :| this "Advanced" is supposed to be in the Type: dropdown ?
13:12 lord-evan yep
13:13 idevelop :-/ i don't have an Advanced option
13:13 idevelop there's Standard, Backend User Section, Shortcut, Mount Point, ....
13:13 idevelop and a few others
13:14 idevelop Sysfolder, Recycler..
13:14 idevelop but no Advanced
13:14 lord-evan in 4.2.x you don't need to change it. you use Standard
13:14 lord-evan there is no Advanced anymopre^^
13:14 idevelop oh, ok :)
13:15 idevelop thanks
13:15 lord-evan :)
13:18 animan hi, does someone know why DAM doesn't generate a preview for some PDF files? perhaps I can configure something so it would?
13:20 lord-evan perhaps they are to big!?
13:20 animan file size is 1.2M
13:21 animan shouldn't be that big
13:22 animan One on them is 348K :/
13:22 idevelop hmm, apparently the frontend register plugin won't listen to my formFields value
13:23 idevelop i checked with the object browser and it looks ok... [formFields] = "username,password,first_name,last_name,email"
13:23 idevelop but i get the whole register form
13:27 anton_ hello, i have problems with neo-filemanager. i installed the extension, included the static NeoFileshare, but how can i get the upload/download form on the page ?
13:44 Sharqy m4rtijn, I managed to solve the problem
13:45 Sharqy temporary (somewhat hacky) solution, though. But it works at least for a single language site
13:46 Sharqy I'll add it to the SVN repo later. it works for now but it needs a better long-term solution, obv.
13:46 Sharqy So basicly I'm the only one now with a working/operating TYPO3 4.2 on a MySQL5 strict database :p
13:46 Sharqy as far as I know, that is
13:49 Recnelis Hey guys, how do I make a unsubscribe link in the bottom of the mails I send out via direct_mail? The users are all fe_users
13:49 Recnelis Or.. most of them are anyways..
13:52 idevelop why the hell doesn't the register form respect my formFields setting? :(
13:52 idevelop i even tried creating an extension template for the register page with the settings in it
13:52 idevelop nothing
13:52 idevelop i get the whole form
13:53 idevelop with country, 5 picture upload fields, etc
13:53 idevelop i don't need that :(
13:53 Awillys_ ^^
13:55 Recnelis idevelop: Is the formfields in ur setup or constants?
13:56 idevelop i tried both :-|
13:58 idevelop in the Constants box i have something like:
13:58 idevelop plugin.tx_srfeuserregister_pi1{
13:59 idevelop ...
13:59 idevelop }
14:02 Recnelis idevelop: I should be in ur main Ts template in ur constants
14:02 Recnelis Show me ur t
14:02 Recnelis ts
14:04 idevelop http://pastebin.com/m140a7ebd
14:04 idevelop pid is the sysfolder
14:04 idevelop the other PIDs are the pages
14:05 idevelop hah, fixed it
14:05 idevelop strange thing is, it uses the wrong template
14:05 christian_ did my last messages arrive?
14:06 idevelop christian_ nop
14:06 christian_ i have several navigations on my site, but basically they all work and look the same
14:06 christian_ is it right that i can just use something like this: lib.menu.2<lib.menu.1
14:06 christian_ to inherit the behaviour
14:06 Sharqy christian_: yes
14:06 christian_ thanks
14:08 Recnelis idevelop: Good for u.. couldn't see a mistake in ur ts anyways :)
14:08 Recnelis Yet, I still need a direct_mail unsubscribe link :(
14:08 idevelop Recnelis i think i found out where the problem is
14:09 idevelop if i edit the page, on the Extended tab, the Page Template Structure dropdown shows an error
14:09 idevelop not the list of templates
14:09 idevelop it says [ INCALUD VALUE ("1") ]
14:09 idevelop INVALID
14:10 idevelop other pages have a correct dropdown list of the templates
14:11 idevelop but not these pages
14:11 idevelop wth
14:11 idevelop ah crap, i know
14:12 tokam hi
14:14 idevelop hi
14:14 tokam all these pages are subpages of page 50
14:14 tokam excludeUidList = 50,51,52,53,54,55,56
14:15 tokam can i make that easyer? How to request a list of all subpages of page [uid=50] ?
14:16 idevelop wow, great... Fatal error: Class 'tx_div2007_alpha' not found
14:17 Recnelis tokam: in a extension? or TS ?
14:18 Recnelis idevelop: Are u using direct_mail with ur sr_feuser_register?
14:18 tokam ts
14:18 idevelop Recnelis i don't really know
14:18 tokam its for a hmenu
14:18 idevelop installing the div2007 ext now
14:20 Recnelis idevelop: lol - U don't know if u've got direct_mail installed? :)
14:20 Recnelis tokam - There is a function.. since I know the function in a extension.. - But what is it exactly u wanna do?
14:21 tokam i want to exclude all subpages of page 50 in a hmenu
14:22 Recnelis hy not make a condition - If pid in rootline = 50, lvl 2 menu = nothing
14:22 idevelop hmm, the login form seems to have the wrong action=""
14:22 idevelop it goes to a page that has nothing to do with login
14:22 idevelop but i'm pretty sure i set the loginPID right.. :-/
14:24 Recnelis idevelop: Which login are u using? felogin ?
14:24 tokam how to you mean that Recnelis do you have an excample?
14:25 idevelop Recnelis don't think so, i used the default Login content type
14:27 idevelop what's fe_login ?
14:28 Recnelis What version of typo3 are u using?
14:29 idevelop 421
14:31 idevelop i have the Login page with a Login element and a "Front End User Reg" plugin, display mode Default
14:31 idevelop i can't find any other Login elements
14:32 anton_ i try to get file_explorer extension to work but i get the "The page is not configured! [type= 769][]" error when trying to upload a file or create a folder
14:33 idevelop "Insert the New Login Box on the page."
14:33 idevelop wth is the New Login Box
14:33 Recnelis idevelop: Remember to set the options in ur login plugin.. and the login in 4.2.1 is felogin :)
14:34 Recnelis They made a new FE userlogin in 4.2.1
14:37 idevelop jesus christ
14:37 idevelop the extension was not activated
14:37 idevelop >:(((((
14:37 idevelop here i am looking all over the place for felogin
14:37 idevelop and it's actually not active
14:38 idevelop why the hell don't they have it active by default
14:39 tokam Recnelis, its an extensiontemplate
14:39 tokam http://rafb.net/p/jXJfXA16.html
14:39 tokam line 48 i dont like, all uids which are there are subpages of page 50 do you have an better solution?
14:40 tokam i dont want to list the uids in a static way is that possible?
14:40 animan does someone know what generates the thumbnails from PDF files for DAM entries?
14:41 animan DAM itself?
14:42 tokam here an other one had my problem
14:42 tokam http://www.typo3.net/index.php?id=13&action=list_post&tid=43491
14:42 tokam but there is no solution
14:47 tokam Recnelis, please help me!
14:53 idevelop what the hell
14:53 idevelop i installed the direct_mail ext
14:53 idevelop and now i get some php mysql errors in List view mode
15:02 Recnelis tokam: Hang on.. lemme see..
15:02 tokam what do you want to see?
15:03 tokam i want to exclude a pid list
15:05 Recnelis Yes I know, and u want it to exclude all subpages automatically -> So if a new page is added under uid 50 in the future it'll be excluded automatically correct?
15:05 dinsdale07 :tokam - just a smart guess and don't ask me for code but I think that is only possible with registers and a condition PidInList
15:07 tokam mhh how to make a smart guess without knowing the typoscript sytax well.... the logig what i want i allready know!
15:07 tokam in java i am nice! with jsp i could do it!
15:07 dinsdale07 :tokam or PidInRoot. Problem I see is that you don't have arrays and iterations in TS
15:08 tokam ^^
15:08 tokam http://www.typo3.net/tsref/functions/stdwrap/
15:10 dinsdale07 I never used registers but it seems you can do some push and pop operations
15:10 Recnelis tokam: I agree with dinsdale07 - The best way would be a register with the subpages which is used in the excludepidlist
15:11 Recnelis http://typo3.toaster-schwerin.de/typo3_english/2006_05/msg00089.html <- Take a look there
15:13 tokam excludeUidList.stdWrap.cObject.select.pidInList = 50 did not work
15:14 tokam how to create that register?
15:16 idevelop i managed to create an account and activate it, but i can only login through the page that appears when i click the link in the mail
15:17 idevelop i can't login through the general login page
15:17 Recnelis tokam: No idea unfortunately.. :(
15:17 Recnelis idevelop: Are u using md5?
15:17 idevelop ah got it
15:17 idevelop i forgot to set the storage for the login page
15:18 idevelop to the sysfolder of the users
15:19 Recnelis idevelop: do u use md5 passwords? - Cuz I can't mine to work with md5.. :/
15:22 tokam do you know how to write all uids which have pid 50 in a text element?
15:22 idevelop Recnelis i think i told it to use md5, but i'm not sure it does
15:22 tokam sperated by , ?
15:23 dinsdale07 how to make a smart guess without knowing the typoscript sytax: - By reading smart books on the bog. The TYPO3 cookbook has a chapter about registers.
15:31 maholtz|WORK @tokam: you could use CONTENT or HMENU with special directory
15:34 tokam ?
15:34 tokam can you please show some code
15:35 maholtz|WORK ups, i was wrong with HMENU
15:36 maholtz|WORK but with CONTENT it should work - use renderObj = TEXT; renderObj.field = uid; renderObj.wrap = ,|
15:36 maholtz|WORK example code: first example http://wiki.typo3.org/index.php/TSref/CONTENT
15:45 Recnelis How important do u think md5 encryption is in regards to fe_users?
15:45 Recnelis Should I just move on as I can't get it to work or keep trying?
15:50 maholtz|WORK @tokam: use stdWrap.substring = 1 for deleting the first ","
15:51 tokam does 1.NO of a gmenu not have stdWrap?
15:51 tokam do all objects have stdWrap?
15:51 maholtz|WORK do not no about NO but there are many objects who have no stdWrap
15:52 maholtz|WORK you have to check the tsref
15:52 maholtz|WORK but usually NO should have
15:54 tokam if {
15:54 tokam value = 50
15:54 tokam equals.field=pid
15:54 tokam negate = 1
15:54 tokam }
15:54 tokam i want to do it like this, but it only works if i use it on 1.NO.10. if i use it on 1.NO.stdWrap it does not work
15:54 tokam problem now is that i have many many numeric objects of 1.NO
15:55 tokam 1.NO.5 1.NO.10 and so on
15:56 tokam perhaps because 1.NO.field=pid does not give me the value which i need
15:56 maholtz|WORK allWrap.stdWrap
15:56 maholtz|WORK 1.NO.allWrap.stdWrap perhaps?
15:59 tokam i will try
16:00 davidbrunnthaler hiho folks, i got a strange problem: i get the following error: http://paste.phlogi.net/-4afab6060a/
16:00 tokam does not work
16:00 tokam allWrap.stdWrap.if {
16:00 tokam value = 50
16:00 tokam equals.field=pid
16:00 tokam negate = 1
16:00 tokam }
16:01 davidbrunnthaler this is the part which is causing the error: http://paste.phlogi.net/-b80cffc8ff/ (line 92 is the one beginning with $where .= ' UNION SELECT...)
16:02 davidbrunnthaler if i remove the line the error is gone, but thats no solution..
16:02 davidbrunnthaler how do i solve the problem?
16:02 maholtz|WORK @davidbrunnthaler:
16:02 maholtz|WORK change ' with " at start and end
16:03 maholtz|WORK > ' UNION SELECT p.crdate, '', p.provision, '', '', '' <
16:03 maholtz|WORK but that is an string, not an function
16:03 tokam allStdWrap wrokes maholtz|WORK
16:04 davidbrunnthaler omg thanks maholtz
16:04 maholtz|WORK :)
16:04 tokam i solved my problem
16:04 tokam here the solution
16:04 davidbrunnthaler i looked everywhere but there
16:04 davidbrunnthaler hero of the day
16:04 tokam 1.NO.allStdWrap.if {
16:04 tokam value = 50
16:04 tokam equals.field=pid
16:04 tokam negate = 1
16:04 tokam }
16:08 dinsdale07 thats a great snippet :tokam & maholtz. does this also work for subsub pages?
16:10 dinsdale07 I've been looking in register but no luck so far ... too complicated.
16:11 maholtz|WORK what do you want to do dinsdale07?
16:11 maholtz|WORK for subpages you could combine HMENU with cObject and then CONTENT:)
16:11 maholtz|WORK hm.. CONTENT? tokam did not need it.. so:)
16:12 tokam no
16:15 dinsdale07 I've been just following the discussion - building a list of pages with a certain parent ID seemed nontrivial for me. But maholtz obviously knows his TS.
16:15 tokam now i have got the next problem :D
16:15 tokam lol
16:16 tokam below every menu png graffic should be a horizontal line, but bellow the last one it shouldn't
16:16 tokam how to do that?
16:16 tokam http://www.kulturtrialog.de/lezte_aenderungen.html
16:17 maholtz|WORK @dinsdale07: you have to know stdWrap and where you can use it. LOAD_REGISTER is a great help sometimes. with stdWrap.cObject you can overwrite anything
16:17 tokam look bevore i made the on mouse over effect it was nice but now i have got a bug because every graffic has a line above
16:17 maholtz|WORK @tokam: optionSplit
16:17 maholtz|WORK |<hr> |*| |<hr> |*| |no hr
16:18 maholtz|WORK but you have to check where you can add that
16:18 tokam now i turned the bug of
16:18 tokam maholtz|WORK, the line is rendert with the gif builder
16:19 tokam it should look like it looks now, but now each link has a line abov it self, but the line below the link should belong to it for a onmouse over effect
16:20 lilalinux I keep getting the "Enter the Install Tool Password" page. The password entered is correct (the default password). If I enter a different password, I get a message with the md5 of it.
16:20 maholtz|WORK @lilalinux: compare md5 hash with the last one you find in typo3conf/localconf.php
16:21 maholtz|WORK (the last means there is an install passwd entry there, do not know exactly what it means)
16:23 lilalinux maholtz|WORK: I don't get an md5 because I enter the correct password ;-) I only get the md5 message when entering a wrong password (that was only a negative test)
16:23 maholtz|WORK ah, ok. so clear cookies can help
16:23 lilalinux so apparently it accepts the password but doesn't proceed to the next stage
16:23 lilalinux good catch
16:23 lilalinux I disabled them :-)
16:23 dinsdale07 :lilalinux - is your name the problem? I have the same problem on firefox 3 on linux
16:24 dinsdale07 It works if I use the Midori webbrowser.
16:24 lilalinux maholtz|WORK: thx
16:24 tokam or look to the GMENU right
16:24 tokam http://www.kulturtrialog.de/homepage.html
16:24 tokam Aktuelles
16:24 tokam how to remove the last line?
16:24 tokam the last white line
16:25 dinsdale07 sorry to ask again but are you on firefox 3 on linux :lilalinux.
16:27 maholtz|WORK @tokam: use pastebin and paste your typoscript for that menu perhaps someone can help then
16:28 tokam http://rafb.net/p/wF2LRM16.html
16:29 lilalinux dinsdale07: no, ff2
16:29 tokam in line 58 i had also a problem
16:29 lilalinux the problem was that i disabled cookies
16:30 maholtz|WORK @tokam: keep in mind that GMENU.IMAGE != IMAGE
16:31 maholtz|WORK do not know, if it is the issue here, but perhaps
16:31 dinsdale07 lilalinux: I've been trying to get to the bottom of this before without luck. I have cookies enabled but the problem still persists for me. I have several TYPO3 installation in directories like devlamp1/site1 devlamp1/site2
16:32 maholtz|WORK @dinsdale07: did you removed all cookies? i had such an problem in the past
16:33 tokam does anybody know how to create a new format type of texts?
16:33 tokam i want to give the users the option to render mail adresses which they enter in the wysiwyg editor as a graffic
16:34 dinsdale07 That's exactly what I will try the next time. I wasted a morning on this until I installed another webbrowser where it worked. This comes actually with a cleared cache which I now understand :-)
16:35 lilalinux dinsdale07: ;-)
16:35 lilalinux typo3 could be a _bit_ more verbose when it encounters problems
16:37 dinsdale07 I think I read somewhere that it is planned to redo the installation part to be more user friendly
16:37 lilalinux now after installation succeeded, what's the default admin user/password?
16:39 dinsdale07 I think admin/password
16:40 lilalinux oh the 3rd link is the recommended one ;-)
16:40 lilalinux I guess I configure it there
17:06 lilalinux What does that mean: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/typo3_src-4.2.1/t3lib/class.t3lib_db.php on line 795
17:06 lilalinux It's a fresh typo3 installation. I get the error when clicking on "Page" in the backend
17:07 maholtz|WORK @lilalinux: go back to install tool - db section - compare with tca should give you some errors
17:09 lilalinux There are some tables and/or fields configured in the \$TCA array which does not exist in the database! This will most likely cause you trouble with the TYPO3 backend interface!
17:10 lilalinux I used an empty database and selected it during installation
17:10 lilalinux 123 mode, if that matters
17:10 maholtz|WORK hm... did you install any extension?
17:11 lilalinux nope
17:11 maholtz|WORK perhaps you should post it at bugs.typo3.org? or lookk if there is such an entry?
17:11 maholtz|WORK which tables/fields are affected?
17:12 lilalinux pages i guess
17:12 maholtz|WORK which fields?
17:13 lilalinux hard to tell
17:13 lilalinux it shows a list from starttime to i18n_cfg
17:13 lilalinux l18n_cfg
17:14 lilalinux but isn't verbose whether these fields are ok or the problematic ones
17:15 lilalinux describe pages shows different fields, so i guess the listed ones are missing
17:15 lilalinux am i supposed to create them manually?
17:16 lilalinux I'll try "Import"
17:16 maholtz|WORK yep
17:17 lilalinux didn't help
17:17 lilalinux same errors
17:18 lilalinux 4.2.1 that is
17:19 tokam how to get a list of all images which a page uses?
17:19 tokam with typoscript
17:19 maholtz|WORK @tokam: you mean in IMAGE Content Elements (or TEXT/PIC)?
17:19 maholtz|WORK or ALL?
17:20 maholtz|WORK @lilalinux: you imported static data?
17:21 tokam yes
17:22 tokam if a page has a picture as content element i want to use it for a preview
17:22 tokam if it hasnt a picture i want to use my own
17:22 lilalinux I checked "whole file"
17:24 tokam maholtz|WORK, what to do?
17:24 lilalinux "Compare" seems to be what is needed to initialize the db
17:25 maholtz|WORK @tokam: you could use CONTENT to read all content elements. check ctype textpic or image and than check if there is an image in there
17:28 maholtz|WORK @lilalinux: good to know/remember - i usually do not install typo3 from scratch but from mysqldump...
17:30 dinsdale07 has someone some comments to make regarding ExtJS and TYPO3. Looks like an awsome JS/CSS framework but I have no idea. http://extjs.com/products/extjs/
17:32 maholtz|WORK @dinsdale07: afaik there are extensions out there
17:34 maholtz|WORK but EXTJS is only for JS-Applications - is it not lightwight - so only use it for webbased application, not for effects. then you should better use jquery scriptacoulus etc
17:34 maholtz|WORK imho
17:38 dinsdale07 that's where I'm at the moment jQuery. I'm planning for a community portal and want to give the whole thing a more web 2.0 look and feel. Looking through heeps of jQuery plugins at the moment for tabs popup boxes and stuff but that ExtJS just blew my mind.
17:40 dinsdale07 jQuery seems to be like a command line tool for the webdeveloper. Amazing stuff you can do with oneliners :-)
17:41 anton_ hello, i´m having problems with a flexible content element. i madi it a section, containig a header and a plain text field. everything is fine, except the elements of the section don´t get rendered ...
17:51 chefan hf
18:00 tokam i need a picture if aviable from tt_conntent per uid
18:10 dinsdale07 10 = RECORDS; 10.table = tt_content; 10.source = UID; 10.dontCheckPid = 1
19:32 anton_ are there any known bugs when using felogin and templavoila ? my whole flexible content rendering is broken ...
23:53 SomeOne hi all
23:54 SomeOne i need some help with typo 3 migration
23:55 Guest39890 i have installed new instance of typo3 on a server... made sql dump from previous host (where typo3 was alsow instaled) when i go to frontent i see nothing
23:55 Guest39890 anyone who can help me?
23:55 Guest39890 im new to typo3
23:56 Guest39890 nick SomeOne

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.