Search the website and IRC logs

#TYPO3 IRC log from : Sunday 30 September 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
00:28 theconic @ voidus, sorry, was afk... i'l be back tomorrow, thanks so far
00:55 num000 hello
02:25 salamandyr i'm using the TV wizard to apply a template but it's putting all my level 1 menu items on the same line (no breaks). anyone got an idea?
02:58 salamandyr anyone know a tutorial for using more than one template?
03:16 salamandyr anyone there? and can help me figure out what i'm doing wrong in rendering my menus here: www.youcanstaysharp.com
04:40 salamandyr do extension templates over-ride templates that are higher up?
05:19 salamandyr k, i'm banging my head against a wall here.. anyone want to earn some $$ helping?
05:39 salamandyr so is there nobody actually here, or just nobody who has any interest in a noob with questions?
08:57 silithlas hi, is it possible to setup ONE tt_news object to display even hidden records? Thanks
14:09 HardPhuck are there any 80x15 for typo3 advertising?
14:09 HardPhuck icons
14:10 HardPhuck found it
14:26 num000 can anyone give me an idea how to realize a global login for authorization instead of page by page? is there something i can do?
14:27 Hendrix I have an idea but it's only valid if you are using Templa Voila.
14:27 num000 no i did it with templates
14:27 Hendrix Then I'm not sure how to go about it.
14:27 num000 Hendrix thank you verymuch anyway
14:28 Hendrix lib.newloginbox < plugin.tx_newloginbox_pi1
14:28 Hendrix lib.newloginbox.templateFile = fileadmin/templates/loginbox/newloginbox_00.html
14:29 num000 yes this will only use the html template
14:29 num000 i use newloginbox aswell
14:29 Hendrix Yeah. But lib.newloginbox is included in my templa voila template.
14:29 Hendrix Just like a menu or something like that.
14:30 Hendrix Sou if you could apply the same to your template it should work just fine.
14:30 num000 newloginbox works here, no problem at all
14:31 num000 i was thinking of a global login
14:31 num000 but maybe i can not explain it
14:31 num000 instead of placing a loginbox to very page
14:31 num000 i was thinking of a more global solution (if there is one)
14:33 Hendrix Yeah. But you should be able to add the plug in to your template in pretty much the same way.
14:34 num000 and then?
14:34 num000 the plugin is already in my template
14:34 Hendrix It will be available on all pages that use that tempate. Wasn't that what you were trying to achieve?
14:36 num000 ahh i could do this to a particular page and all the following pages below will have the login
14:37 num000 Hendrix thank you
14:37 num000 have you got a sign in and signout link anywhere?
14:44 Hendrix No the login form is available on all pages.
14:44 Hendrix Logout is done via a link with logout=1 or something like that.
15:13 Spyker Hi Guys.... anybody here that are using the fl_realurl_image Extension.... I am one of the developer and looking for new Ideas and features at the moment...
15:21 Hendrix What does the extension do?
15:24 Spyker the extension do the same as the realurl extension, but for images. After the installation the image filenames are no longer like typo3temp/pics/f7a836cd.jpg..... -> e.g. /flowers.jpg
15:24 Spyker this is a usefull feature for SEO´s...
15:24 Hendrix I understand.
15:26 Spyker at the moment i am looking for features.... e.g. images with small demensions shouldn´t convert to the real format... So the Big images get a better ranking...
15:26 Spyker something like that
15:27 Hendrix I see. Clever but we're about to launch a new site tomorrow so no new extensions for me right now. ;)
15:32 Spyker one more question..... is there also a german typo3 channel??!?!
15:32 Hendrix Yes there is.
15:34 Spyker where?
15:34 Spyker in freenode?
15:34 Hendrix I think so. Saw something about it yesterday. typo3-german or something like that.
15:36 dokma hi guys and girls
15:36 Spyker hi
15:37 dokma :)
15:37 Hendrix Hi
15:37 Spyker not in freenode hendrix :-(
15:37 Hendrix Too bad. Then I dont know.
15:37 dokma anyone knows if it's possible to modify keywords meta tag for a single tt_news view page so that it contains dynamically generated keywords?
15:38 dokma of the article being viewed of course
15:39 num000 how can i place a particular image to a marker. the image should be place in dependance of the called page
15:39 dokma I guess you need to modify the code that implements the marker
15:39 dokma for the particular extension ofcourse
15:40 num000 there is no extension
15:40 dokma a predefined marker?
15:40 num000 yes
15:40 dokma uhm, tough one
15:40 num000 a defined marker in the html design template
15:41 dokma ohhh that one
15:41 num000 like ###IMAGE_DEP###
15:41 dokma why don't you go standard way
15:42 num000 dokma what would be the standard way?
15:42 dokma via a <div id="image">image goes here</div>
15:42 dokma then you have in the template object
15:42 dokma div.id.image = SOME_SMARTLY_CHOSEN_OBJECT
15:42 dokma and you generate the img tag in dependance of the called page
15:43 dokma I bet you could generate code like this
15:43 dokma <img src="blah_ID_APPENDED_HERE" />
15:43 num000 yes it is like you describe, the field is a div element and inside the div i have that marker
15:43 dokma oh
15:43 dokma so you need this second part
15:43 dokma I guess it would go via
15:44 dokma div.id.blah = HTML
15:44 dokma div.id.blah.value.data = SOMETHING THAT PULLS THE PAGE ID HERE
15:44 dokma div.id.blah.wrap = <img src="path/firs_part_of_the_filename|" />
15:45 dokma so you get the verticla bar " | " to be replaced with a page id
15:45 dokma would that work for you?
15:45 num000 ahhaai think your idea is ok
15:45 num000 that may work. i think i've seen something like this before
15:46 dokma yeah, me too
15:46 num000 ;)
15:46 dokma I even used it recently
15:46 dokma let me take a look
15:46 num000 how did you fidn the page id
15:46 num000 yes please
15:47 dokma headerData.40 = CONTENT
15:47 dokma headerData.40 {
15:47 dokma table = tt_news
15:47 dokma select {
15:47 dokma pidInList = 6
15:47 dokma selectFields = title
15:47 dokma andWhere {
15:47 dokma data = GPvar:tx_ttnews|tt_news
15:47 dokma wrap = uid=|
15:47 dokma }
15:47 num000 can you place it to pastebin.com
15:47 dokma }
15:47 dokma renderObj = TEXT
15:47 dokma renderObj.field = title
15:47 dokma }
15:47 dokma wrap = |</title>
15:47 dokma sure
15:47 dokma http://pastebin.com/m195fa33a
15:47 num000 thank you dokma
15:48 dokma it pulls the tt_news element title
15:48 dokma and puts that into the page title
15:48 dokma actually into the last segment of it
15:50 Hendrix Anyone know why lib.template_parts.footer should contain the contents of page uid 148 after these declarations?
15:50 Hendrix lib.template_parts.footer = CONTENT
15:50 Hendrix lib.template_parts.footer.select.table = tt_content
15:50 Hendrix lib.template_parts.footer.select.uidInList = 148
15:50 Hendrix # This lines important:
15:50 Hendrix lib.template_parts.footer.renderObj = TEXT
15:51 Hendrix lib.template_parts.footer.renderObj.field = Text
15:51 dokma well uidInList tells from which pages to select content
15:52 dokma and the render object tells you which one content object will render the selected data
15:52 Hendrix Yeah and the content is a default Text page.
15:53 dokma Hendrix: it seems to me that you rather need something like this:
15:53 dokma if you want same footer everywhere that is
15:53 dokma lib.footer = RECORDS
15:53 dokma lib.footer.tables = tt_content
15:53 dokma lib.footer.source = id_of_the_footer_content_element
15:55 Hendrix Works like a charm!!!
15:55 Hendrix Thanks a million!
15:58 Hendrix Now come the next issue how to disable parsing of the object. =)
16:43 cookiestar hi
17:54 num000 is there a way to have a general login or logout link >?
18:15 num000 for a simple page which has some form fields and a submit button which then sends the information to a simdple url do i have to write an extension?
18:26 tchang hi guys
18:27 tchang I've created a style for tables in RTE
18:27 tchang I can select it, works fine;
18:28 tchang is there a way to apply that style automatically when the user creates a table ?
18:43 Hendrix Is there a way to totally disable parsfunc and just take values straight from the DB?
18:51 elbart hi guzs
19:31 Hendrix Hi.
19:41 salamandyr i've got a weird problem with T3 not respecting hard-coded links in my templates. anyone around who can take a peek?
19:54 Hendrix Do you know if it's T3 or the RTE?
19:55 salamandyr here is my strange site, if anyone has a moment to help: www.youcanstaysharp.com
20:05 salamandyr anyone know if it's possible to embed php directly in a template and not have it stripped out by typo3?
20:07 voidus salamandyr: no php in typoscript allowed. for what you need php?
20:08 salamandyr i have a menu in my template that is hard-coded, but T3 isn't respecting the hard coded URLs
20:09 salamandyr i only use them because i want different styles, and i could set the class using php if that was possible
20:10 voidus can you show your template?
20:10 salamandyr it's at www.youcanstaysharp.com
20:10 salamandyr so here: www.youcanstaysharp.com/fileadmin/templates/
20:11 salamandyr you can see i'm using 5 templates - except for the "home" one, the only difference is which of the items has which css class
20:11 salamandyr and i used TV to create a "site" for each of the templates
20:18 cookiestar hi
20:18 salamandyr does that make sense?
20:19 cookiestar how can edit the templates? now i´m in the section "template Tools - Info/Modify"
20:19 cookiestar i want to change values under SETUP
20:22 num000 can i do something like to in order to display uploaded pictures to a page on a MARKER
20:22 num000 LEFT_CONTENT.file.import = uploads/media
20:22 num000 LEFT_CONTENT.file.import.data = levelmedia:-1, slide
20:22 num000 LEFT_CONTENT.file.import.listNum = 0
20:22 num000 LEFT_CONTENT.file.width = 64
20:22 num000 which so far doesn't work
20:57 salamandyr voidus: see what i mean?
20:58 voidus salamandyr: show your TS too
20:58 Hendrix Is there any way to remove comments that surround extensions in the html code?
20:59 voidus Hendrix: yes, search tsref for prefixcomment
20:59 salamandyr voidus: not sure which - i'm not using any typoscript for that horizontal menu
21:00 salamandyr do you want to see the datastructure for that template?
21:00 salamandyr that is here: http://pastebin.com/m70040ae6
21:02 voidus salamandyr: hm.. which links is replaced wrong?..
21:02 num000 file {
21:02 num000 listNum = 0
21:02 num000 file.maxH = 64
21:02 num000 file.maxW = 64
21:02 num000 file.import = uploads/media/
21:02 num000 file.import.data = levelMedia: -1, slide
21:03 num000 file.import.listNum = 0
21:03 num000 }
21:03 num000 can i have this code display an image on a particular page?
21:03 num000 since it doesn't do it
21:04 num000 i want an image displayed on a ###MARKER###
21:04 voidus file.file - wrong nesting
21:04 num000 for every page a different wrong
21:04 num000 ok
21:04 salamandyr voidus: top horizontal html links are wrong
21:04 num000 voidus then the book is wrong
21:05 voidus salamandyr: i can't find difference between template and result..
21:06 salamandyr voidus: template has each of the top level pages hard-coded in the html
21:06 salamandyr likehttp://www.youcanstaysharp.com/index.php?id=318
21:06 salamandyr is the "links" page
21:07 salamandyr but all the horizontal links bring you to the page with id of 252, even if they say something else
21:07 voidus yes, and it seem to remain hardcoded in the result
21:08 salamandyr yes, the hardcoding is correct
21:08 num000 ahhh this did work
21:08 num000 cool
21:08 salamandyr but the links dont bring you to the page where it should
21:08 salamandyr they all go to page with id of 252, when something else is hard-coded
21:09 voidus salamandyr: hm.. i see http://www.youcanstaysharp.com/index.php?id=318 in the URL and it seem to be a correct place
21:09 salamandyr it's not, though
21:09 voidus what is wrong with this page?
21:09 salamandyr when it is correct, the left side says "links"
21:09 salamandyr the first time you go to the page it may be correct
21:09 salamandyr but click on "programs"
21:10 salamandyr and then try going back to "links"
21:10 voidus nothing changed, just URL
21:10 salamandyr exactly!
21:10 salamandyr that is the problem :)
21:10 voidus but i think it's not question of bad link
21:10 salamandyr it's not - link is fien
21:10 salamandyr fine
21:10 salamandyr but why is Typo3 not sending to correct place?
21:11 voidus it send.
21:11 voidus you just generated wrong page somehow
21:11 salamandyr from inside the back end, i can click "show" and it shows the correct page
21:11 salamandyr from front end it does not
21:11 voidus clear cache?
21:11 salamandyr nope, that's not it
21:12 salamandyr cache is cleared
21:44 num000 is there a typo3 logo which has a size of 64x64
21:57 voidus num000: i think not
22:03 num000 voidus where can i find the typo3 logos?
22:04 voidus num000:
22:04 voidus http://typo3.org/teams/design/style-guide/
22:04 num000 voidus that was quick
22:04 num000 voidus can i ask you as an experienced typo3 user
22:04 num000 a question regarding an extension?
22:04 voidus of course
22:05 num000 i would like to make a page which sends sms out via an url of my sms gateway
22:05 num000 like http://domain.tdl/gatway.php?id=user&to=93939&from=84848&text=balblala+bla
22:06 num000 and when the message is send it should be placed into a database
22:06 num000 is there a ready made extension for it or willi have to write it myself
22:06 num000 if there is no extension for it, should i use my own database or should i use my own table in typo3?
22:07 zenonx Hi
22:07 zenonx I'm doing this basic Templatevoila tutorial: http://typo3.org/documentation/document-library/tutorials/doc_tut_ftb1/1.0.1/view/1/4/ and I'm at "Content Element with repetitive data objects". I've done everything but the links section doesn't work - titles of link sections and link titles aren't displayed at all (all I can see are actual links in <a href=). What can be wrong???
22:14 voidus num000: i think, no such extension yet. if i were you, i use my own table in typo3 DB
22:14 num000 have you got any suggestions for this?
22:14 num000 like documentation tutorial which is similar to this problem
22:14 voidus use captcha to avoid spamming :)
22:16 num000 voidus no it is going to be behind protected pages for my users
22:16 voidus ok.. so, nothing complex.. just create extension using kickstarter and write 10-20 lines of code..
22:17 many yeah
22:17 voidus i did not pay for internet for October.. so don't be surprised if i leave on timeout :)
22:18 num000 hehe, is it going that quick?
22:18 voidus 0:20 here..
22:18 num000 no i mean with cutting the like
22:19 num000 line
22:20 many now hes gone
22:20 many :P
22:20 num000 thats not him
22:20 voidus no.. i still here
22:21 many hrhr
22:21 voidus but have 40 mins maximum
22:24 num000 voidus if you do not pay one month, do they cut the line then?
22:24 voidus num000: no :)
22:24 num000 so, why do you worry then
22:24 voidus i just can't use internet and any web page is "you didn't pay!")
22:25 num000 i still don't understand
22:25 num000 do you pay in advance?
22:29 num000 has anyone a good source for free licensed iconsets?
22:29 num000 i'm looking particularly for a email icon
22:34 zenonx I'm doing this basic Templatevoila tutorial: http://typo3.org/documentation/document-library/tutorials/doc_tut_ftb1/1.0.1/view/1/4/ and I'm at "Content Element with repetitive data objects". I've done everything but the links section doesn't work - titles of link sections and link titles aren't displayed at all (all I can see are actual links in <a href=). What can be wrong???
22:34 zenonx I do a test with very simple template (pair of div,p and span tags) and it works as long there is no "section"
22:35 zenonx If I make any "section container" nothing displays
22:37 andreasbalzer hi! Can somebody tell me what could be a reason that a standard FE mailform doesn't send emails but says email was sent?
22:38 andreasbalzer (alert box appears but not email recieved)
22:41 voidus zenonx: did you try it on attached template?
22:41 zenonx Yes
22:43 voidus and it doesn't work?
22:43 zenonx No it doesn't
22:43 zenonx Preview works
22:44 zenonx But not the live site
22:48 zenonx Maybe I should use some special "editing type" ?
22:51 num000 the logout link appears as a button after login, can i have it somewhere as a simple link?
22:51 num000 from newloginbox
22:54 ptrci Help. Rich Text Editor dosen't apears, what is the probem ?
22:56 zenonx it doesn't work in opera...
22:58 ptrci Rich Text Editor dont show Firefox and Internet Exploerer, but before it appeared. It needs some module php to function?
23:00 num000 what are the differences in the kickstarter Category field?
23:05 typo3-developer When I create a new template, I get an ordinary HTML file that consists of html part and content part. How can I remove the all html parts? I need this for the flash media server, because the flash media server requires blank documents.
23:08 typo3-developer does anyone know what I need or should I give an example?

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.