Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Thursday 21 May 2009

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
07:35 shashi hi..I have a php script as a content..and I am using this content to show some data in front[age for FE user
07:36 shashi I want to get user name or ID from session in this php script
07:36 shashi can I do that ?
07:36 shashi please someone let me know
08:31 shashi I am creating FE user and want to save that userinformation in another defined table as well
08:31 shashi hoe I can do that ?
08:32 shashi can some please tell me
12:25 fpereira Hi all, im using redirect on realurl to display my user info in a friendly URL http://www.site.com/a_username redirects to http://www.site.com/?id=52&?user=a_username, I want to display the content of page ?52&user=a_username in url http://www.site.com/a_username. anyone can help? Thanks heaps!
12:27 swemark fpereira, just make a shortcut page in typo3 instead
12:27 spacedani do you use the extension realurl?
12:28 swemark spacedani, yes
12:29 fpereira yes realurl, and realurlmanagement to make the redirects
12:30 fpereira swemark, spacedani it works fine but when i type www.site.com/a_user the url changes to www.site.com/?id=52&user=a_user
12:30 fpereira I would like the URL to stay www.site.com/a_user
12:30 swemark fpereira, yes, internal shortcut page
12:30 swemark use typo3 to do it
12:30 swemark instead of realurl
12:30 fpereira ok let's try
12:31 swemark :)
12:34 fpereira swemark, with internal shortcut page i can only redirect them to another page on my typo3 tree
12:34 swemark well yes
12:34 fpereira i need to redirect and add a query string
12:34 swemark thats what you wanna do
12:34 swemark oh
12:34 swemark i see
12:35 fpereira i need to pass the user
12:35 fpereira as an argument
12:35 fpereira i would have 10000 pages
12:35 swemark that might be a bit harder
12:35 fpereira on my tree
12:35 swemark argument accepted
12:35 fpereira thanks though brother
12:36 swemark well, to make typo3/realurl you would have to have atleast 2 postvarset
12:36 swemark 1 user and 1 name
12:36 swemark www.example.com/user/a_name
12:36 swemark otherwise typo3 does not know what argument you are sending
12:37 swemark not sure wether you can mask it though
12:37 swemark you might want to see if cooluri can do what you want
12:39 fpereira let's have a look
12:42 swemark ive never used cooluri so i cant be of any help, ive read that people prefer it to realurl for manegability though
12:48 fpereira hey swemark
12:49 fpereira so u think i can't do it with realurl?
12:49 fpereira i was going to do it in apache
12:49 fpereira using mod_rewrite
12:49 swemark well i doubt its possible with just one variable after the baseurl
12:49 fpereira but then i thought realurl would be the best option
12:50 swemark As i said before www.example.com/user/a_name is about as close as you can get
12:50 swemark where user is static and a_name dynamic
12:50 fpereira yes that's good
12:50 swemark ie user is a postvar
12:51 fpereira i'll get back to work on apache/mod_rewrite
12:51 fpereira thanks for you help swemark
12:51 swemark anytime mate
14:13 NMB hi all
14:13 NMB does anybody know anything about mm_forum extension?
14:21 NMB have anyone worked on mm_forum extension?
14:21 NMB i need a ask a question
14:21 NMB i have installed this extension and configure it
14:21 NMB i have made a page and added the main forum plugin on it
14:22 NMB but the plugin is not rendering at frontend
14:22 NMB what could be the problem?
14:38 fpereira NMB: Have you added the typoscript on your template?
14:38 NMB nop
14:39 NMB where do i need to add it?
14:39 NMB i have read its documentation but didnt find anything at all
14:41 fpereira go to edit your whole main template
14:41 NMB ok then
14:41 fpereira and see if you can add a static
14:41 fpereira from extention
14:43 NMB u mean from this 'Include static (from extensions):'
14:43 NMB ?
14:44 NMB there are no static extensions listed there
14:45 NMB only css_styled_content which i have already added
14:46 Denyerec NMB - the extension might require manual additions to your TS template.
14:46 fpereira ok
14:47 NMB can u tell me where can i get these TS lines that i need to add manually?
14:47 NMB coz i didnt find any help anything related to it in the extension manual file
14:47 Denyerec Most likely the manual.
14:47 Denyerec Ah
14:47 Denyerec Doh.
14:47 Denyerec Which extensions ?
14:47 NMB mm_forum
14:47 Denyerec hmmm
14:47 Denyerec Have you cleared all caches?
14:48 NMB yes tooo many times now
14:48 Denyerec hehe
14:48 NMB :)
14:48 NMB but still not working
14:48 Denyerec normally when you install an extension, you will go to the main TS template, "edit all", then add the static template
14:48 Denyerec But it sounds like you have, because you talk of CSS Styled Content which appears there.
14:48 fpereira NMB: the files may have something like ext_conf_template.txt
14:49 Denyerec I would carefully check the mm_forum manual installation part again just in case.
14:49 Denyerec Sometimes it can be something as annoying as a single tickbox.
14:49 NMB there is this file ext_typoscript_setup.txt and one ext_typoscript_constants.txt
14:50 NMB but i dont think its related
14:50 NMB does it?
14:51 fpereira yes
14:51 fpereira copy them to your TS Template
14:51 fpereira NMB: http://www.ebner-lobacher.de/typo3conf/ext/mm_forum/ext_typoscript_setup.txt
14:52 NMB this is the same file i got ext_typoscript_constants.txt
14:53 NMB what things do i need to add from this file and where?
14:53 NMB ohh, should i make a separate template and include it as a basis template
14:53 NMB its that ok?
14:56 swemark NMB i think mm_forum need some setup through the module under web(?). Altought it should render anyway
14:57 swemark it has quite decent error-displaying if im not totally wrong
14:57 NMB yah i had done that configuration already
14:57 swemark ok but nothing renders?
14:57 NMB yes nothing
14:57 NMB but now i m trying to add TS in my template
14:57 swemark yeah
14:58 NMB lets pray :)
14:58 swemark that is required
14:58 NMB should i add it as a basis template?
14:58 NMB is that ok?
14:58 swemark well, cant you just add the default ts
14:58 fpereira just as an extention]
14:58 swemark not a seperate
15:00 NMB sorry i didnt understand properly, is there any issue in including it as a basis template?
15:01 swemark shouldnt be
15:01 swemark its easily removed should that be the case
15:02 NMB yahoo! it worked :)
15:02 swemark :)
15:02 NMB thanks guys for helping me out
15:03 swemark hehe you solved it yourself :)
15:05 ellar Hello, I am trying to write a plugin. I have some Data and I want to add a "sort" function that adds the "move up" and "move down" buttons. Any suggestions please?
15:06 swemark So you use the kickstarter?
15:06 swemark do*
15:06 ellar yes
15:06 swemark then it should be added i belive
15:07 ellar what do I have to set there?
15:07 swemark not sure
15:07 swemark just a sex
15:07 swemark lol
15:07 swemark SEC*
15:07 swemark sigh
15:08 ellar so what? a sec, sex or sign?
15:08 swemark haha
15:08 swemark in kickstarter
15:08 swemark on the table settings you have "Manual ordering of records (What is this?)"
15:09 swemark Tick that box
15:09 fpereira NMB anytime mate
15:10 fpereira heheh
15:10 fpereira :)
15:11 ellar I found swemark thanks!
15:11 swemark ellar, np
15:11 Denyerec [14:04] <NMB> lets pray :)
15:11 Denyerec [14:04] <swemark> that is required
15:12 Denyerec LOL, Directmail in a nutshell.
15:12 swemark haha
15:12 NMB :)
16:01 Wol hi, anyone know how to use <span style="font-size = 12px"> instead of <font size="3"> in rtehtmlarea?
16:01 Wol *style="font-size:12px"
16:20 swemark Wol, did you read the manual?
16:20 Wol yes
16:21 ries2 what search engine is nowdays adviced to make a search box on a website? Still indexed search?
16:21 swemark There are a couple of examples that shoould help you
16:21 swemark ries2, depends, we're looking into mnogo search
16:22 ries2 It's a shared hoster....
16:22 ries2 no mno available here
16:22 swemark then yes indexed search
16:22 ries2 crap :D
16:22 Wol swemark, where is you example?
16:22 swemark altough macina searchbox for the searchbox due to lack of styleing abilities in indexed
16:23 swemark Wol http://typo3.org/documentation/document-library/extension-manuals/rtehtmlarea_manual/1.7.4/view/5/4/
16:23 swemark Have fun :)
16:23 Wol lol...
16:25 Wol stanislas fix this "bug"
16:25 Wol http://bugs.typo3.org/view.php?id=7970
16:25 Wol but the files he fix is not in the most recent version of rtehtmlarea
16:45 ries swemark: does indexed search still need a crawler?
16:45 swemark well, i dont think it ever did
16:46 swemark altough indexing through frontent is user-dependant
16:46 swemark frontend
16:49 ries Hmmm
16:58 swemark This is pretty much how i feel right now :) http://www.youtube.com/watch?v=BzbOoJNC_TU
17:39 hermione_g Hey guys. Is it the standard way to use the extension kickstarter or would I normally start an extension manually (because it's more flexible or secure)?
17:40 Wol ries : i think not but he need the tables index...
17:41 Wol ries: yes and for the FE search box
17:46 Guest42586 Hello. Can anyone help me with next problem please?
17:47 ries hermione_g: I often use the kickstarter
17:47 ries Wol: I got indexed search working using the CSS template
17:47 ries no crawel is needed for this project
17:47 Guest42586 On my pages I cannot configure tt_news to show <p> <div> <table> ... tags
17:47 hermione_g Thanks
17:47 Guest42586 but all are stripped
17:48 Wol ries : right ;)
17:48 Guest42586 Tried with pageTS config but nothing.
17:49 ries swemark: hahaha... that's a nice one... I like Safari better for general browsing though... firefox rocks with javascript debugging
17:49 ries Guest42586: isn't that in a template?
17:50 Guest42586 on this site you can see that with "text/w image" record formatting works, but not with tt_news or dr_blob extension http://obcina2.bohinj.si/index.php?id=395
17:50 Guest42586 I am using css based template but I think it has something to do with RTE transformations
17:50 Guest42586 even <b> or <strong> tags do not work
18:46 BlueWing hello
18:46 BlueWing I would like a language selection menu like the one at: http://support.typo3.org/snippets/c/64/
18:47 BlueWing but instead of the flags, I want letters (EN, DK etc) rendered with a special font
18:47 BlueWing I tried #
18:47 BlueWing 9 = IMAGE
18:47 BlueWing replaced with 9 = TEXT
18:48 BlueWing but don't know what to use instead of 9.file = fileadmin/template/img/uk_d.gif || fileadmin/template/img/de_d.gif || fileadmin/template/img/fr_d.gif
18:48 BlueWing 9.value = EN || DK is not working
19:20 Cms|noob hey I am trying to install typo3 and i get 403 - forbidden
19:20 Cms|noob anyone knows the reason for this ?
19:22 Houmark check your ownership and read rights on the server
19:22 Cms|noob I am trying to access www.mysite.com/typo3/install/
19:23 Houmark and gives a 403 error?
19:23 Cms|noob iyes
19:23 Houmark alright
19:23 Houmark should be rights and/or ownership of the files
19:24 Cms|noob should i change is to 777?
19:24 Cms|noob in file permission
19:24 Houmark no, not that much, but depends on the server configuration
19:24 Cms|noob ok
19:25 Houmark try asking someone that has access to the server and is has knowledge on servers
19:25 Houmark 777 should work, but would also be insecure....
19:25 Cms|noob ok Ill ask the support team
19:26 Cms|noob thanks for help
19:26 Houmark yeah, thats the way, good luck
19:26 Houmark np
19:54 ellar earlier this day I asked how to sort the data in the list view but now i also want to group them. Some background: i have a table groups and a table persons. in the table relations i can define 'man1' is in 'group1' with function'leader'
19:55 ellar now the relations contain every group so question 1) Can I filter the data displayed in the BE for the table 'relations'? for example only showing 'group1' and 2) will i be able to only sort the data of 'group1' then?
21:41 Cms|noob ahh nvm goin back to drupal XD
22:17 banban hi there. i'm using dr_blob extension which have some description text, that could be input via RTE. The problem is that text is then output in plain text, but i would like to have some html tags. What should i do? Thanks for any answer!
22:45 ries I remember that typo3 nowdays had static file cahcing... is that still true? or should I use : nc_staticfilecache
22:45 ries ?
22:53 timdeluxe ries: it was an idea for google summer of code, but has not been accepted
22:53 ries timdeluxe: so back to nc_staticfilecache ?
22:53 ries static file caching soudns simple enough for me... almost :D
22:53 timdeluxe yep
22:53 timdeluxe check the lacks of that extension on the idea page
22:54 timdeluxe there also was a podcast about it
22:54 ries timdeluxe: what is the publish option for in the install tool??? trying to look the doc up but cannot find it
22:54 timdeluxe FLOW3's caching framework has been backported, but it does not cache full rendered pages itself
22:55 timdeluxe publish option? i don't get it
22:55 timdeluxe you search the doc of nc_staticfilecache?
22:57 ries timdeluxe: in the install tool
22:57 ries let me copy/paste..
22:58 ries publish_dir
22:58 ries ath where TYPO3 should write staticly published documents. This path must be write-enabled for the webserver. Remember slash AFTER! Eg: 'publish/' or '/www/htdocs/publish/'. See admPanel option 'publish'
22:58 ries so I wonder where that is used...
23:00 timdeluxe ah
23:00 timdeluxe i can imagine what is meant
23:00 banban how should i tell RTE to output html content in FE? Now all the tags are removed and plain text is shown... Thanks for any answer.
23:00 timdeluxe (should mention that i never used that ext.)
23:01 timdeluxe ries: i think i is simply the directory where your webservers docroot points to
23:01 ries Hmmmm ic
23:01 timdeluxe normally it points to index.php of typo3 top level folder
23:01 timdeluxe but with that extension it seems that it should be changed
23:02 timdeluxe which _must_ mean that you get problems with dynamic output of extensions
23:03 timdeluxe perhaps you can publish to the folder where index.php is located itself...
23:03 ries banban: if it was created with the RTE, then the output should be also HTML
23:05 banban ries: well it is created in the RTE, but all the tags are removed, anyway, i'm using rte in dr_blobl extension... could that be a problem?
23:05 banban is there anything i have to configure additionally?
23:06 ries it could be that dr_blobl doesn't add the default RTE config...
23:06 ries I don't know that extension...
23:06 banban dr_blob it is
23:06 banban http://typo3.org/extensions/repository/view/dr_blob/current/
23:07 ries timdeluxe: do you happen to know if TYPO3 can create an overview of all USER_INT objects=?
23:07 banban is there any way i could add that RTE config?
23:09 timdeluxe ries: no, i dont
23:10 ries banban: properly yes... if the extension is properly written
23:12 banban ries: maybe any hint how... i don't have any idea
23:12 ries Sorry... I don't know that extension
23:12 ries so I would need to dig into it to tell you the a solid answer
23:13 banban aha, ok
23:13 banban thanks
23:28 ries timdeluxe: found a way by hacking tslib_fe :D

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.