Re: [TYPO3-english] jQuery Mobile and RealURL

2012-03-22 Thread Martin Mädler
Hi Jacco, you can try to disable the pushState feature of jQuery Mobile, which does the live URL rewriting. Consider the mobileinit event: http://jquerymobile.com/demos/1.1.0-rc.1/docs/api/globalconfig.html all the best Martin Am 22.03.2012 09:45, schrieb Jacco van der Post: Hi Kay, I

[TYPO3-english] multiple frontend users simultaneously

2011-09-28 Thread Martin Mädler
Hello everybody, is it possible (maybe through an extension) to have multiple frontend users logged in at the same time? I have a couple of subpages, that should be password-protected. Therefore I created fe_users with corresponding access rights. Right now, when someone enters page A (for

Re: [TYPO3-english] multiple frontend users simultaneously

2011-09-28 Thread Martin Mädler
Am 28.09.2011 09:44, schrieb Björn Pedersen: Am 28.09.2011 09:33, schrieb Martin Mädler: Hello everybody, is it possible (maybe through an extension) to have multiple frontend users logged in at the same time? I have a couple of subpages, that should be password-protected. Therefore I created

[TYPO3-english] DAM and file access permissions for fe_users

2011-09-05 Thread Martin Mädler
Hello List, I'm using TYPO3 4.5.3 and Media (DAM) 1.2.2 - Digital Asset Management - to manage my files. I want some files to be accessed only by specific frontend users (fe_groups). To be more specific: a given link e.g. www.example.com/secured/test.pdf should only work if you are logged in

Re: [TYPO3-english] DAM and file access permissions for fe_users

2011-09-05 Thread Martin Mädler
Hi Victor, thanks for your advice. I'll take a look at it :) Still, the built-in access options of Media (DAM) must be good for something... Does anyone have experience with it? Am 05.09.2011 11:16, schrieb Victor Livakovsky: Hi, Martin. Have a look at dam_frontend extension - I'm

Re: [TYPO3-english] drop down menu

2011-08-22 Thread Martin Mädler
Hi Girmangus, this is how I realized a dropdown menu (with 1 sublevel): *template:* ... div id=navigationFirstLevel div id=navigationFirstLevelMenu ###MENU### /div /div ... *main template typoscript:* temp.navigation=HMENU temp.navigation{ 1=TMENU 1{ wrap=ul|/ul # Always unfold all

Re: [TYPO3-english] drop down menu

2011-08-22 Thread Martin Mädler
quick follow-up: the JavaScript code in my last post doesn't work properly (tried to simplify it and broke it ;) you also need the hoverIntent jQuery plugin and then this code (but you're probably better off with the tutorial Urs Bräm linked to): $dropdownSet = $('.dropdown');

Re: [TYPO3-english] What's going on on TYPO3.org Site Up and Down Extensions There than Missing

2011-08-20 Thread Martin Mädler
On another note, rumor has it there was a TYPO3 Website Relaunch week earlier this year :) I don't know which tasks are pending but I it might be easier to get that through the door before trying to fix the old beast? Does anbody know the current status? I know there is this website

Re: [TYPO3-english] ke_search and multi-language websites

2011-07-14 Thread Martin Mädler
09:22, schrieb Stefan Frömken: Good Morning Martin, in one of our last updates to Trunk we have added multilingual feature. Please checkout the latest version on forge.typo3.org or wait till we release the new ke_search 1.0.0. Stefan Am 13.07.2011 09:54, schrieb Martin Mädler: Hi, has someone

[TYPO3-english] ke_search and multi-language websites

2011-07-13 Thread Martin Mädler
Hi, has someone experience with the ke_search extension (0.3.1) and can give me some pointers on how to make it work with multi-language websites? The feature list states that it can handle multi-language websites, but the standard page indexer seems to throw content elements of different

Re: [TYPO3-english] Backend has no css style, page is messed up

2011-06-29 Thread Martin Mädler
Hi, are you sure that .htaccess files are allowed by your host? If not, that's probably where your styling problems are coming from. Try to delete any .htaccess file (except for typo3/temp/compressor/.htaccess - this one has to be empty) and see if it works. Another idea: Get the Firebug

[TYPO3-english] indexed search finds pages that are not indexed. why?

2011-06-15 Thread Martin Mädler
even used? P.S. I'm running TYPO3 4.5.3 with indexed_search 2.12.0. Best Regards Martin Mädler ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] indexed search finds pages that are not indexed. why?

2011-06-15 Thread Martin Mädler
results to my earch terms, very strange... Am 15.06.2011 12:26, schrieb Martin Mädler: Hello Typo3 people, the official documentation for the exension indexed_search (last update about 2.5 years ago) states that the search is based on indexing, which occurs when someone is visiting a page

Re: [TYPO3-english] Colorbox rzcolorbox css class missing

2011-05-16 Thread Martin Mädler
Am 13.05.2011 14:27, schrieb Martin Mädler: My problem is that the the link doesn't open a colorbox popup, but the larger image in a new tab instead. I looked at the generated source and the Javascript and CSS references are there: Hi, I solved my problem by removing the extension and adding

Re: [TYPO3-english] TScript Condition NOT operator?

2011-04-15 Thread Martin Mädler
Am 14.04.2011 09:08, schrieb Martin Mädler: Hello, I haven't seen this documented anywhere, but I ran into a problem where I need a NOT operator in one of my conditions. Since it is not possible to nest conditions, I broke mine up into 3 seperate conditions. The logic should work like

Re: [TYPO3-english] TScript Condition NOT operator?

2011-04-15 Thread Martin Mädler
Am 15.04.2011 10:21, schrieb Benoit Montereau: When you said: I pasted this function at the end of typo3conf/localconf.php. Is it realy the solution? I was told personnal changes done in this file are deleted/crashed by any update done by Typo3 itself. Is that right? Hi Ben, I actually don't

Re: [TYPO3-english] TScript Condition NOT operator?

2011-04-15 Thread Martin Mädler
Am 15.04.2011 10:46, schrieb François Suter: You're right that there are no real examples in the documentation, although we strive hard to have more. The best way is to create a small extension and use that to load your user function. You may take a look at the examples extension to get you

Re: [TYPO3-english] TScript Condition NOT operator?

2011-04-15 Thread Martin Mädler
Am 15.04.2011 11:26, schrieb Ralf-René Schröder: temp.submenu.excludeUidList = 97, 118 [IP = 12.345] temp.submenu.excludeUidList = 97 [loginUser = 1] temp.submenu.excludeUidList = 118 [global] You are right, I must have been blind! Thanks. ___

[TYPO3-english] TScript Condition NOT operator?

2011-04-14 Thread Martin Mädler
Hello, I haven't seen this documented anywhere, but I ran into a problem where I need a NOT operator in one of my conditions. Since it is not possible to nest conditions, I broke mine up into 3 seperate conditions. The logic should work like this: [loginUser = 1] # if user 1 is logged in

Re: [TYPO3-english] TScript Condition NOT operator?

2011-04-14 Thread Martin Mädler
Generally: yes. But not in my case, as I need to distinguish between 3 cases. No matter how I arrange them, I'm always in need of NOT, because I can't nest the conditions. Thanks though Am 14.04.2011 09:26, schrieb Riccardo De Contardi: Isn't it possible to apply a sort of negative condition

Re: [TYPO3-english] TScript Condition NOT operator?

2011-04-14 Thread Martin Mädler
Am 14.04.2011 09:36, schrieb Björn Pedersen: Is this really what you want to do? Just hide the menu entry (the pages will still be available)? I would use 2 usergroups for this: One is set via the IP ( there is an extension for that). The user is a member of both groups. Then 118 has

Re: [TYPO3-english] Standard Access Usergroup for specific page?

2011-04-13 Thread Martin Mädler
Philipp Gampe: Martin Mädler wrote: Is this possible via TScript or can you think of another solution? In pageTS: TCAdefaults.[table].[field] = [value] Best regards ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi

Re: [TYPO3-english] Standard Access Usergroup for specific page?

2011-04-13 Thread Martin Mädler
Thanks Björn, I think that will do it! Now I just need to figure out how to redirect to the internal page after a successfull login... Am 13.04.2011 09:18, schrieb Björn Pedersen: Hi, Why don't you just set the access group for the page then? Possible with extend to subpages set? That will

[TYPO3-english] hide sysfolders in page module view

2011-04-04 Thread Martin Mädler
Hello, is it somehow possible (via TScript?) to hide certain sysfolders (and their sub-elements) in the page module view, but have them visible, when I'm in the list module view? I try to make the backend more clear for my editors. Thanks Martin

Re: [TYPO3-english] hide sysfolders in page module view

2011-04-04 Thread Martin Mädler
Hi Andi, thank you. I placed this line of code options.hideRecords.pages = 42 in the User TSConfig. But the problem is now, that it's hidden in both, page and list view. Has anyone an idea, if it's still possible or not? Martin Am 04.04.2011 09:17, schrieb Andreas Becker: Hi You could check

Re: [TYPO3-english] hide sysfolders in page module view

2011-04-04 Thread Martin Mädler
Thanks Steffen, I'll do that. Am 04.04.2011 11:21, schrieb Steffen Kamper: Hi, there is currently no way to distinguish module loaded. Would be a nice option for condition btw. so you could create a feature request on forge. vg Steffen ___

Re: [TYPO3-english] pi_getLL - I guess I'm doing something wrong

2011-03-28 Thread Martin Mädler
Am 28.03.2011 08:33, schrieb Bernd Wilke: some ways to load more than one locallang you can find here: http://pi-phi.de/secondlocallang.html (german) Thanks Bernd. I will look into that :) Cheers Martin ___ TYPO3-english mailing list

[TYPO3-english] pi_getLL - I guess I'm doing something wrong

2011-03-25 Thread Martin Mädler
Hi, I manipulated the tt_address extension to have a few more fields including short_biography. To do so I added them to the db table and changed tca.php and locallang_tca.xml. The new fields show up in the backend with the right translation and work. So far so good. I wanted to access the

Re: [TYPO3-english] RealURL - no spaceCharacter

2011-03-18 Thread Martin Mädler
Am 18.03.2011 12:07, schrieb Urs Bräm: Thanks, I didn't know that! Still, for backwards compatibility I need realURL to work with my old setting in this specific site. Regards Urs Am 16.03.11 10:29, schrieb Jan Bednarik: Hi, just FYI:

Re: [TYPO3-english] RealURL - no spaceCharacter

2011-03-18 Thread Martin Mädler
[sorry, I somehow hit send on the other (empty) email] Hi Urs, maybe you can try to modify the extension code? All the imprortant code is in class.tx_realurl.php and class.tx_realurl_advanced.php I think which can be found at typo3conf/ext/realurl/ . In both files you can look for the

[TYPO3-english] realURL href attribute of links wrong (multi-language site)

2011-03-18 Thread Martin Mädler
Hello, I have a really weird problem with realURL. I'm using TYPO3 4.5.2 and realURL 1.10.2. My site has two languages (L=0 for German and L=1 for English). The link titles and the page content os alway in the correct language but the href attribute of the actual links is somtimes German

Re: [TYPO3-english] realURL href attribute of links wrong (multi-language site)

2011-03-18 Thread Martin Mädler
Thanks, that was the problem! :) Am 18.03.2011 14:02, schrieb Jacco van der Post: Hi, Did you try to delete the ID-to-path mappings and the cached url's of RealUrl, via Info link in the TYPO3 web menu. ___ TYPO3-english mailing list

[TYPO3-english] access rights of single data records?

2011-03-16 Thread Martin Mädler
Hello, is it possible to have data records (i.e. tt_address items), which are only editable by specific BE-users? The problem is, that I have a couple of tt_address items in a sysfolder. Under the Access panel, I can specify a group or user which has backend access to it. But that way

Re: [TYPO3-english] access rights of single data records?

2011-03-16 Thread Martin Mädler
Hello Xavier Create folders to group your records and assign proper ACL to them. okay thanks! I think that's what I'm doing now even though I thought there's a simpler solution. Cheers Martin ___ TYPO3-english mailing list

Re: [TYPO3-english] access rights of single data records?

2011-03-16 Thread Martin Mädler
Hi, I just found one called tm_contentaccess, but I don't think it works with TYPO3 4.5.2 unless someone can confirm otherwise? It seems to need a certain skin (skin_grey_2) to be installed as well... I think i've found a ext a few years ago, which allows ACL on records. But I didn't know the

Re: [TYPO3-english] tt_address and userFunc to generate realURL?

2011-03-16 Thread Martin Mädler
Hi, so I hacked a solution together by editing pi1class.tx_ttaddress_pi1.php on line 323. In case someone runs into a similar problem, this is what I got: // HACK: UID is our link now ;-) //$markerArray['###UID###'] = $address['uid']; $charset =

[TYPO3-english] tt_address and userFunc to generate realURL?

2011-03-14 Thread Martin Mädler
Hello, I'm using my own template to output the address data. My TS looks something like this: plugin.tx_ttaddress_pi1 { templates.address_list templates.address_list { wrap = p|/p first_name.wrap = em| last_name.wrap = |/em # ... } } and the template roughly looks like

Re: [TYPO3-english] tt_address empty output

2011-03-11 Thread Martin Mädler
Erdal Gök wrote: you can define by ts the path and the file itself plugin.tx_ttaddress_pi1.templatePath = fileadmin/ext/tt_adress/ plugin.tx_ttaddress_pi1.defaultTemplateFileName=default_hcard.htm in this case copy the html-template-file from typo3conf/ext/tt_address/res to your

Re: [TYPO3-english] tt_address empty output

2011-03-11 Thread Martin Mädler
Erdal Gök wrote plugin.tx_ttaddress_pi1.templatePath = fileadmin/ext/tt_adress/ plugin.tx_ttaddress_pi1.defaultTemplateFileName=default_hcard.htm Hi Erdal, thanks. I think I'm getting there. Mysteriously it still doesn't work though. To eliminate any other abnormalities, I set up a fresh

[TYPO3-english] tt_address empty output

2011-03-10 Thread Martin Mädler
Hello, I started using the tt_address extension but I don't get any output. I'm starting to get desperate ;) This is a short summary of what I did: 1. installed the extension (including the database setup) 2. created a subfolder (sysfolder) in my site-tree 3. created an address group group

Re: [TYPO3-english] tt_address empty output

2011-03-10 Thread Martin Mädler
...forgot to mention it. I'm running TYPO3 4.5.2. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] tt_address empty output

2011-03-10 Thread Martin Mädler
Am 10.03.2011 19:21, schrieb Erdal Gök: don't remember, no need to include a static template? Delete Cache? Hi Erdak, thanks for your answer. I included the static template file Addresses (tt_address) into my root template now. But it still doesn't work. I also tried checking Include Static

Re: [TYPO3-english] 4.5.2 graphicsmagick fails

2011-03-03 Thread Martin Mädler
Hi, there is a workaround to this. Apply the patch provided as an attachement to this Issue: http://bugs.typo3.org/view.php?id=17419 You just need to slighty alter one file: t3lib/utility/class.t3lib_utility_command.php Cheers ___ TYPO3-english

Re: [TYPO3-english] HTML5 Boilerplate with TYPO3

2011-03-02 Thread Martin Mädler
Hi, thank you all. I really like the TS conditions idea. However, I would feel better if I could have the meta tag: meta http-equiv=X-UA-Compatible content=IE=edge,chrome=1 right after the charset definition as it is recommended by the template designers of HTML5 Boilerplate. Do you have

Re: [TYPO3-english] HTML5 Boilerplate with TYPO3

2011-03-02 Thread Martin Mädler
Am 02.03.2011 14:59, schrieb Martin Mädler: However, I would feel better if I could have the meta tag: meta http-equiv=X-UA-Compatible content=IE=edge,chrome=1 right after the charset definition as it is recommended by the template designers of HTML5 Boilerplate. Do you have any ideas on how

Re: [TYPO3-english] HTML5 Boilerplate with TYPO3

2011-03-02 Thread Martin Mädler
Am 02.03.2011 15:36, schrieb Enrique Moreno Tent: :) page = PAGE page.headerData = COA page.headerData.10 = TEXT page.headerData.10.value =meta http-equiv=X-UA-Compatible content=IE=Edge;chrome=1 / Thanks Enrique, but that way the meta tag comes after the title tag. As mentioned earlier I want

Re: [TYPO3-english] HTML5 Boilerplate with TYPO3

2011-03-02 Thread Martin Mädler
Am 02.03.2011 18:49, schrieb Enrique Moreno Tent: page.headTag( head meta http-equiv=X-UA-Compatible content=IE=edge,chrome=1 ) Thanks! Works like a charm :) ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] HTML5 Boilerplate with TYPO3

2011-03-02 Thread Martin Mädler
Am 02.03.2011 19:58, schrieb Enrique Moreno Tent: Now I would like to include the elegant: meta charset=utf-8 with this method, but I cant seem to be able to get rid of typo3 ugly: meta http-equiv=Content-Type content=text/html; charset=utf-8 Any idea there? I mentioned it earlier in this