Re: [TYPO3-english] safe unix permissions for typo3

2012-08-06 Thread Oliver Salzburg
On 2012-08-04 08:21, la_vi...@arcor.de wrote: Hi, I completly fucked up the permissions of my server, better don't ask me why. So could someone link or provide a list with information about which folder and files should have which permission to have a safe(!) and running typo3 cms,

Re: [TYPO3-english] How can I fix this link on my Powermail submit page?

2012-08-04 Thread Oliver Salzburg
On 2012-08-02 18:57, Oliver Salzburg wrote: The key was to simply use _normal_ TYPO3 links in the RTE. I just didn't know how to *properly* use them. Luckily, it was explained to me in time: http://stackoverflow.com/a/11809890/259953 I tried to use: a href=http://a.com/?id={pageid};xyz

[TYPO3-english] How can I fix this link on my Powermail submit page?

2012-08-02 Thread Oliver Salzburg
This has been bugging me the whole day. I'm trying to place a link on the submit page of my powermail setup. You'd think this is a simple task, but bear with me. My Powermail form has 2 hidden fields which are prefilled with a page ID and a page title. This is the page I later want to return to

[TYPO3-english] Indexed Search no longer finds partial matches

2012-07-27 Thread Oliver Salzburg
After upgrading a clients site to 4.7, indexed search no longer finds matches if the search term is a partial word. For example, if I search for conferenc I get 0 results, when searching for conference I get all the matches I would expect. This was not the behavior I was observing with 4.5. In

Re: [TYPO3-english] Indexed Search no longer finds partial matches

2012-07-27 Thread Oliver Salzburg
On 2012-07-27 16:53, Andreas Kiessling wrote: Hi Oliver, have a look here: http://forge.typo3.org/issues/38548 HTH, Andreas Thank you very much. Everything's back to normal :) Cheers Oliver ___ TYPO3-english mailing list

Re: [TYPO3-english] How do you make use of FE user subgroups?

2012-07-21 Thread Oliver Salzburg
On 2012-07-20 21:12, Urs Bräm wrote: Hi Oliver I guess the logic is that a group inherits all rights of all subgroups. I guess, in TYPO3 the parents inherit the genes from the children... This is the same case for BE users. I don't understand why! See http://forge.typo3.org/issues/24303

[TYPO3-english] How do you make use of FE user subgroups?

2012-07-20 Thread Oliver Salzburg
I have a site with 2 FE user groups: 1. Registered Users 2. Administrators In the properties of the Registered Users group, I set Administrators to be a subgroup of Registered Users. My own user account is *only* a member of Administrators. Now, when I limit access to a page to only members

Re: [TYPO3-english] How do you make use of FE user subgroups?

2012-07-20 Thread Oliver Salzburg
On 2012-07-20 18:47, Oliver Salzburg wrote: I have a site with 2 FE user groups: 1. Registered Users 2. Administrators In the properties of the Registered Users group, I set Administrators to be a subgroup of Registered Users. My own user account is *only* a member of Administrators

Re: [TYPO3-english] How do you generate a menu where every menu item has its own image, using DAM?

2012-07-12 Thread Oliver Salzburg
On 2012-07-12 11:05, Lorenz Ulrich wrote: Just for the record: François' fully featured sample can be found here: http://bugs.typo3.org/view.php?id=17530 tx_dam_tsfe-fetchFileList is indeed very cool but misses the feature to slide in the rootline of no value was found on the current page.

Re: [TYPO3-english] How do you generate a menu where every menu item has its own image, using DAM?

2012-07-12 Thread Oliver Salzburg
On 2012-07-11 20:48, Oliver Salzburg wrote: On a clients website, they have a certain navigation elements which I plan to replace with a proper TYPO3 menu. But it's proving to be quite a challenge. - The menu should contain all sub-pages of the page currently being viewed. - Every menu

Re: [TYPO3-english] How do you generate a menu where every menu item has its own image, using DAM?

2012-07-12 Thread Oliver Salzburg
On 2012-07-12 11:42, Oliver Salzburg wrote: maholtz on StackOverflow (http://stackoverflow.com/a/11447921/259953) also provides another solution to this, which is very close to what I originally had in mind: But contrary to what I thought earlier, this solution did not solve my problem

Re: [TYPO3-english] Why are my Backend Layouts not inherited?

2012-07-12 Thread Oliver Salzburg
On 2012-07-12 14:24, Victor Livakovsky wrote: Hi, Oliver. I usually create a Storage Folder and set root page to use it is storage page. Later I put my BE layouts into that folder and then they are available everywhere ;) Amazing! Thanks a lot. This works like a charm.

[TYPO3-english] How do you generate a menu where every menu item has its own image, using DAM?

2012-07-11 Thread Oliver Salzburg
On a clients website, they have a certain navigation elements which I plan to replace with a proper TYPO3 menu. But it's proving to be quite a challenge. - The menu should contain all sub-pages of the page currently being viewed. - Every menu item should be rendered with an image that was

Re: [TYPO3-english] How do you generate a menu where every menu item has its own image, using DAM?

2012-07-11 Thread Oliver Salzburg
On 2012-07-11 21:11, François Suter wrote: Hi Oliver, Now the image part boils down to: 10 = IMAGE [snip] At least, that's the example code from EXT:dam_pages, which I use to link DAM records with pages. And it works great, as long as I pass a constant uid to it (not shown in the

Re: [TYPO3-english] How do you generate a menu where every menu item has its own image, using DAM?

2012-07-11 Thread Oliver Salzburg
On 2012-07-11 21:53, François Suter wrote: Hi Oliver, I'm working off of another menu on the site which a previous dev created, so it might still be incomplete or ugly :P In my case I have this code in a somewhat different place, maybe it's worth a try, see if it makes a difference:

Re: [TYPO3-english] How do you generate a menu where every menu item has its own image, using DAM?

2012-07-11 Thread Oliver Salzburg
On 2012-07-11 23:05, François Suter wrote: Hi, My earlier attempts all gave similar results. There is simply no uid passed into it, so it defaults to the current page id:( I took a bit of time to reproduce locally the setup I had at the time I used this and it's not working for me either

[TYPO3-english] Weird caching behavior. Or is it?

2012-07-06 Thread Oliver Salzburg
I just started a new website, using FLUIDTEMPLATE. I currently only have a single page. I installed EXT:piwik and set it up as usual and noticed the following comment in the site output: !-- No Piwik-Tracking code, because you're logged in as BEUser -- But I see that on *every* computer,

Re: [TYPO3-english] Weird caching behavior. Or is it?

2012-07-06 Thread Oliver Salzburg
should be not cached. http://forge.typo3.org/projects/extension-piwik Additionally there is a specialized newsgroup for piwik ;) Regards Kay Am 06.07.2012 13:34, schrieb Oliver Salzburg: I just started a new website, using FLUIDTEMPLATE. I currently only have a single page. I installed

[TYPO3-english] /var/www/typo3/typo3/sysext/cms/tslib/!!!!!!

2012-06-12 Thread Oliver Salzburg
I just moved a client's 4.5.16 page to a development host and am now greeted with the above message in the FE. All the content renders just fine, the line is put before the DOCTYPE: /var/www/typo3/typo3/sysext/cms/tslib/!!!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transi Could someone

Re: [TYPO3-english] /var/www/typo3/typo3/sysext/cms/tslib/!!!!!!

2012-06-12 Thread Oliver Salzburg
On 2012-06-12 15:15, Georg Ringer wrote: Hi, just do a grep for ! and you should find the line, I doubt that this comes from a never-touched core georg Yeah, I already tried that. oliver@ubuntuServer:/var/www/typo3/typo3_src-4.5.16$ grep -Iinr \!\!\!\!\! *

Re: [TYPO3-english] Imagemagick images too dark?

2012-04-12 Thread Oliver Salzburg
On 2012-04-12 09:20, Brian Hauge Hansen wrote: Hi List I have a problem after moving to version 4.6.4 that the images generated by Imagemagick gets very dark? http://ghanavenskabsgrupperne.dk/aktiviteter/ghana-sangdag/ (the small picture beside the text). Is there a way to configure

Re: [TYPO3-english] Important facts when Comparing Open Source CMS and normal CMS

2012-04-04 Thread Oliver Salzburg
On 2012-04-04 13:53, G. Kahle | NBB wrote: Guys, I need very convincing statements to explain to a layman the advantages of an Opens Source cms and a normal one, or a link where such info can be found. This is needed to prevent having the re-launch of our web portal made in a normal cms.

Re: [TYPO3-english] Icon in backend error.

2012-04-02 Thread Oliver Salzburg
On 2012-04-02 11:47, Piseth Sok wrote: Hi Kay, Well done. I have solved it. just type $sudo chmod -R 777 dev/demo2 Cheers, Piseth Sorry for not knowing what the discussion was about, but I hope you're aware of the implications of setting a 777 access mode :) Cheers Oliver

Re: [TYPO3-english] latest TYPO3 source

2012-03-31 Thread Oliver Salzburg
On 2012-03-31 00:15, Markus Klein wrote: Hi! http://get.typo3.org/ Kind regards Markus -Original Message- From: typo3-english-boun...@lists.typo3.org [mailto:typo3-english-boun...@lists.typo3.org] On Behalf Of Krystian Szymukowicz Sent: Friday, March 30, 2012 11:02 PM To:

Re: [TYPO3-english] latest TYPO3 source

2012-03-31 Thread Oliver Salzburg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-03-31 14:32, Steffen Gebert wrote: That's pretty awesome. Seeing it for the first time. Thanks for posting :) Because it's neither finished, nor announced, yet. Kind regards Steffen So what needs to be done to get it finished? It

Re: [TYPO3-english] Getting rid of FE edit icons

2012-03-30 Thread Oliver Salzburg
Hello Kay, how exactly can I change that via UserTS? I thought about it a bit and I don't get it :) Cheers Oliver On 2012-03-28 19:01, Kay Strobach wrote: Hi Oliver, user / group ts can change that setting ;) Regards Kay Am 28.03.2012 18:44, schrieb Oliver Salzburg: What place

[TYPO3-english] Getting rid of FE edit icons

2012-03-28 Thread Oliver Salzburg
What place (other than the admin panel) can you control the visibility of FE edit icons? I did the following today: 1. Enable admin panel 2. Enable Display edit icons in admin panel 3. Disable admin panel Now I no longer have an admin panel, but the edit icons remain. I spent way too long

[TYPO3-english] How do you translate a website correctly?

2012-03-22 Thread Oliver Salzburg
Until yesterday, I thought I had a pretty clear idea of how to do multi- lingual sites in TYPO3. But I'm really having a hard time wrapping my head around core parts of the concept now. To try some stuff out, I installed a 4.6.6 Introduction Package. The only translated page is Any language, any

Re: [TYPO3-english] How do you translate a website correctly?

2012-03-22 Thread Oliver Salzburg
On 2012-03-22 14:28, Jigal van Hemert wrote: Hi, On 22-3-2012 13:46, Oliver Salzburg wrote: I know! I set sys_language_overlay = hideNonTranslated! That's great but brings me to another issue. Now I have to translate *everything*. Even content elements that I just consider structure

Re: [TYPO3-english] Multi site

2012-03-21 Thread Oliver Salzburg
On 2012-03-21 15:52, Pero Peric wrote: Hi. I want to add new site to my existing TYPO3 installation which is already used by one site. I made new directory and created needed structure. typo3_src is linked to the core. Now I'm not sure what to do with database. I have to create new database

Re: [TYPO3-english] Extension for showing last content

2012-03-08 Thread Oliver Salzburg
On 2012-03-08 13:41, Dmitry Dulepov wrote: Hi! Sergio wrote: and using some kind of plugin that would allow me to show the last content elements from within this folder Use TypoScript instead. Each new extension only slows down your site. Because interpreted TS is, of course, faster

Re: [TYPO3-english] yag nivoslider theme

2012-03-04 Thread Oliver Salzburg
On 2012-03-04 16:32, Gabor Horn wrote: Hello, i!m using typo3 4.5.11 and yag 1.4.5 and yag themepack jquert 0.5.0. I'd like to use the nivoSlider theme to show an ImageList. On the frontend the images doesn't show with this theme (they appear with lightbox theme so the image settings are ok

Re: [TYPO3-english] Flags to give to mysqldump

2012-03-02 Thread Oliver Salzburg
On 2012-03-02 20:55, Koji Yanagisawa wrote: Dear Typo3sters, Does anyone pay special care to which flags to use when running mysqldump? Since Typo3 uses both MyISAM and InnoDB, I sort of figure using --single-transaction should enhance consistency. It locks tables by default via --opt.

Re: [TYPO3-english] How do you organize external TypoScript files?

2012-02-22 Thread Oliver Salzburg
On 2012-02-22 10:23, Dmitry Dulepov wrote: Hi! Oliver Salzburg wrote: A couple of questions came up when I was just trying to move all my TypoScript into external files. I have a single file, which includes all other TS files using INCLUDE_TYPOSCRIPT. I create a separate TS file

Re: [TYPO3-english] How do you organize external TypoScript files?

2012-02-22 Thread Oliver Salzburg
On 2012-02-22 17:28, Marcus Schwemer wrote: Hi Oliver, from the point of directory structure I agree with the others, but I would go one step further and use an own simple extension for it. I actually thought about that as well but didn't want to take that step yet. Instead, I moved my whole

[TYPO3-english] Two Fluid questions

2012-02-17 Thread Oliver Salzburg
1. What do I have to do to make my XML editor stop complaining about the 'f' namespace not being defined? 2. What is the proper way to define multiple conditions? Multiple condition attributes in f:if nodes didn't seem to work and nesting seems to be excessively verbose. Cheers Oliver

Re: [TYPO3-english] Two Fluid questions

2012-02-17 Thread Oliver Salzburg
On 2012-02-17 14:37, Christian Müller (FLOW3 Team) wrote: Hi Oliver, 1. ... you would produce a full qualified XML file which is not really what you want... Why wouldn't I want that? 2. There are no multiple conditions atm, you have to nest the ifs or take a look at the FED extension

Re: [TYPO3-english] Future of TYPO3

2012-02-14 Thread Oliver Salzburg
On 2012-02-14 01:27, Colin Maureen Pridham wrote: Hi List, Can anyone give me any thoughts about where you feel TYPO3 will be in 12 months And how FLUID and FLOW3 will be by then ? I'm trying to plan out how our organisation is going to look in 12 months with TYPO3, And how fast

Re: [TYPO3-english] Future of TYPO3

2012-02-14 Thread Oliver Salzburg
On 2012-02-14 13:31, Olivier Dobberkau wrote: Am 14.02.12 12:13, schrieb Oliver Salzburg: If you want to know about the future of TYPO3, threads like these will set the mood: http://lists.typo3.org/pipermail/typo3-dev/2012-February/045078.html http://lists.typo3.org/pipermail/typo3-english

[TYPO3-english] What's going on with styles.content.imgtext.maxW?

2012-02-13 Thread Oliver Salzburg
So today I was very confused why an image on our website refused to scale to a size greater than 300x227 pixels. No matter what values I provided under Image Adjustments in Appearance tab, it wouldn't grow beyond 300 pixels in width. It was especially confusing, since the source image was 454x343

Re: [TYPO3-english] What's going on with styles.content.imgtext.maxW?

2012-02-13 Thread Oliver Salzburg
On 2012-02-13 17:25, Xavier Perseguers wrote: Hi Oliver, Oliver Salzburg wrote: So today I was very confused why an image on our website refused to scale to a size greater than 300x227 pixels. No matter what values I provided under Image Adjustments in Appearance tab, it wouldn't grow

Re: [TYPO3-english] Login/Logout issues

2012-02-10 Thread Oliver Salzburg
On 2012-02-10 08:55, Björn Pedersen wrote: Am 10.02.2012 00:19, schrieb Oliver Salzburg: On 2012-02-09 22:27, Philipp Gampe wrote: Hi Oliver Salzburg, Ok, so you have to uncheck Display Logout Form After Successful Login and everything works perfectly. Seems like the Logout form doesn't

Re: [TYPO3-english] Login/Logout issues

2012-02-09 Thread Oliver Salzburg
On 2012-02-08 14:49, Oliver Salzburg wrote: I am experiencing some very weird behavior on our site. These are the actors in my problem: A login page using the standard felogin, set to Hide in menu A login/logout button created through TS (http://pastie.org/3340855) An internal page set

Re: [TYPO3-english] Login/Logout issues

2012-02-09 Thread Oliver Salzburg
On 2012-02-09 22:27, Philipp Gampe wrote: Hi Oliver Salzburg, Ok, so you have to uncheck Display Logout Form After Successful Login and everything works perfectly. Seems like the Logout form doesn't support redirects. If you build two options into a user interface that clearly conflict

[TYPO3-english] Login/Logout issues

2012-02-08 Thread Oliver Salzburg
I am experiencing some very weird behavior on our site. These are the actors in my problem: A login page using the standard felogin, set to Hide in menu A login/logout button created through TS (http://pastie.org/3340855) An internal page set to Show at any login Now let's have a close look at

Re: [TYPO3-english] Password management advice

2012-02-07 Thread Oliver Salzburg
On 2012-02-07 10:12, Rik Willems wrote: Hi all, I'm looking for some password management advice. How are you all handeling this situation. Say, you work on a lot of TYPO3 (and perhaps Magento as well) projects with your team. Does everybody use his own username/password? How do you

Re: [TYPO3-english] Password management advice

2012-02-07 Thread Oliver Salzburg
employees leaves. How you other companies manage this? Cheers! Rik On 7-2-2012 11:35, Oliver Salzburg wrote: On 2012-02-07 10:12, Rik Willems wrote: Hi all, I'm looking for some password management advice. How are you all handeling this situation. Say, you work on a lot of TYPO3

Re: [TYPO3-english] Password management advice

2012-02-07 Thread Oliver Salzburg
On 2012-02-07 15:11, Xavier Perseguers wrote: Hi, I would recommend spending a days or two hacking together a solution that can SSH into all the sites of all your clients and add/remove user accounts from the local database. I developed such an extension that allows synchronization of

Re: [TYPO3-english] Where are the changelogs in Extension Manager?

2012-02-06 Thread Oliver Salzburg
On 2012-02-06 08:00, Xavier Perseguers wrote: Hi, I miss two things here: 1) An URL/repository where I can download this/check it out 2) An command line option to update an extension right away :) It's still a work in progress. Regarding 1) There is extUpdate.sh:

[TYPO3-english] Where are the changelogs in Extension Manager?

2012-02-03 Thread Oliver Salzburg
How can I see what was changed in an extension that has an update available? I'm using 4.6.4. Cheers Oliver ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Where are the changelogs in Extension Manager?

2012-02-03 Thread Oliver Salzburg
On 2012-02-03 12:37, Markus Klein wrote: AFAIK unfortunately nowhere. Kind regards Markus -Original Message- From: typo3-english-boun...@lists.typo3.org [mailto:typo3-english-boun...@lists.typo3.org] On Behalf Of Oliver Salzburg Sent: Friday, February 03, 2012 12:27 PM

Re: [TYPO3-english] Where are the changelogs in Extension Manager?

2012-02-03 Thread Oliver Salzburg
On 2012-02-03 12:41, Oliver Salzburg wrote: On 2012-02-03 12:37, Markus Klein wrote: AFAIK unfortunately nowhere. Kind regards Markus -Original Message- From: typo3-english-boun...@lists.typo3.org [mailto:typo3-english-boun...@lists.typo3.org] On Behalf Of Oliver Salzburg Sent

Re: [TYPO3-english] Where are the changelogs in Extension Manager?

2012-02-03 Thread Oliver Salzburg
On 2012-02-03 16:56, Markus Klein wrote: I'm sure I want to see the upload comment, though. ;-) (And I guess that is also what Oliver meant) The Changelog file is very often just empty or refers to the manual. Kind regards Markus Yes, I wanted to see the upload comments. I already have

Re: [TYPO3-english] Where are the changelogs in Extension Manager?

2012-02-03 Thread Oliver Salzburg
On 2012-02-03 12:27, Oliver Salzburg wrote: How can I see what was changed in an extension that has an update available? I'm using 4.6.4. Cheers Oliver Now this is checking extension updates as I like it :D (00:12:43) [reboot] time ./extUpdate.sh --changelog Sourcing script configuration

Re: [TYPO3-english] Backup extension - any recommendation?

2012-01-25 Thread Oliver Salzburg
On 2012-01-25 13:34, Rares Luca wrote: Hello everybody, I'm looking for a full backup extension (if possible - also to be able to start the backing up process via cronjob) I know there is w4x_backup, but as I read the manual, I didn't see any cronjob configs, and also, it seems kind of old

Re: [TYPO3-english] Preventing brute-force attacks in FE login form

2012-01-24 Thread Oliver Salzburg
On 2012-01-24 11:52, Tonix (Antonio Nati) wrote: If would be nice to have incremental blocks. If a user makes x wrong attempts within a given interval, it should be suspended for y minutes. If an IP makes xx wrong attempts on one or more accounts, that IP should be suspended for yy minutes.

Re: [TYPO3-english] Annyoing comments

2012-01-19 Thread Oliver Salzburg
On 2012-01-19 17:11, Enrique Moreno Tent wrote: Hey guys. Typo3 by default adds many pieces of code that I find extremely bothersome. Ive managed to find most of them using the Analyzer, but there are some that I cant seem to find. There comments: !-- [begin] -- !-- [end] -- and also

Re: [TYPO3-english] DirectMail Subscription Replacement?

2011-12-28 Thread Oliver Salzburg
On 2011-12-28 08:36, Bernard Munslow wrote: El 20/12/2011 17:28, Oliver Salzburg escribió: Is there another extension to replace direct_mail_subscription? Seems like it isn't compatible with 4.6 (most likely nothing that builds on top of feAdmin is) and I really don't feel like touching

Re: [TYPO3-english] Google analytics on Typo3

2011-12-27 Thread Oliver Salzburg
On 2011-12-27 13:10, Francois Bertrand wrote: I realize that I sent this before without a subject - sorry for that. I was looking around the extensions on Typo3.org and came across this one: http://typo3.org/extensions/repository/view/we_google_analytics/current/ What do you think about

[TYPO3-english] typo3scripts - Typo3 Maintenance Scripts

2011-12-22 Thread Oliver Salzburg
The other day I started writing a few shell scripts to automate some tasks I often repeat when working with Typo3 installations. The core focus was creating snapshots of an installation and version up/downgrades within an installation. I took the time to clean the scripts a bit and put them on a

Re: [TYPO3-english] DirectMail Subscription Replacement?

2011-12-21 Thread Oliver Salzburg
On 2011-12-21 22:00, Olivier Dobberkau wrote: Am 21.12.11 20:51, schrieb Steffen Gebert: WTF? Wishfull Thinking Friend! :-) Just to finish my thought: Ever wondered why other CMS are slowly eating TYPO3 Marketshare? Missing features like a good FE User Registration is one of them.

Re: [TYPO3-english] Language Pack Updates constantly failing

2011-12-20 Thread Oliver Salzburg
On 2011-10-27 13:34, Oliver Salzburg wrote: Hi, when I'm checking for updated language packs in the extension manager, usually there are at least a couple of updates available. Now when I click Update from repository, the updates will usually be marked as Failed. Now when I check

Re: [TYPO3-english] sr_feuser_register and admin review

2011-12-15 Thread Oliver Salzburg
On 2011-12-15 08:06, Katja Lampela wrote: Hi, I can't get the admin review feature functioning in registration process. Anybody can confirm this doesn't work or maybe I have something wrong in my setup? TYPO3 4.5.8 sr_feuser_register 2.6.1 if I have enableAdminReview=1 the admin gets the

Re: [TYPO3-english] sr_feuser_register and admin review

2011-12-15 Thread Oliver Salzburg
On 2011-12-15 09:47, Katja Lampela wrote: Hi, 15.12.2011 10:43, Oliver Salzburg kirjoitti: If I remember correctly, both things have to happen. The admin approves the user, but the user still has to activate the account. The first step is to allow the user into the system, the second step

Re: [TYPO3-english] Accent insentive on INDEXED SEARCH

2011-12-14 Thread Oliver Salzburg
On 2011-12-13 18:59, Javier Moñiz wrote: The search at my web doesn't find the same number of results when i search a phrase with french accents , for example a research for the word methodes , gives back one result, but if i search for the word méthodes i get back 26 results. My database was

Re: [TYPO3-english] Video conversion in TYPO3

2011-11-29 Thread Oliver Salzburg
On 2011-11-29 08:15, Dmitry Dulepov wrote: Hi! Christian Zenker wrote: I was planning to allow editors to upload videos to be integrated into a webpage. As I have never done this before, I just figured out that the Media CE of TYPO3 is only capable of displaying already converted videos (if I

[TYPO3-english] Realurl broken after moving site to new domain

2011-11-22 Thread Oliver Salzburg
I made a site available under a new hostname. When I visit that site, all rewritten URLs look like http://mysi.te/12/ (12 being the index of the page). When I visit the site through the original hostname, the URL rewriting works as expected. What did I miss? In the end I only need the site to be

Re: [TYPO3-english] Realurl broken after moving site to new domain

2011-11-22 Thread Oliver Salzburg
On 2011-11-22 11:53, Victor Livakovsky wrote: Hi, Oliver. Have a look at your realurl configuration (typically, typo3conf/realurl_conf.php) and change the old domain name to a new one. Hi Victor, thanks, but I just realized the real cause. I forgot to add/change a domain record... Oh well,

Re: [TYPO3-english] Extension searched for mailing to customers

2011-11-14 Thread Oliver Salzburg
On 2011-11-14 12:44, hinterind...@gmx.net wrote: Hi List, I am searching for a suitable extension for Typo3 4.5 to send plaintext-mails to our customers. Customer-data is in table fe_user and in connected tables. - Preparation of recipient list has to be flexible: there has to be a

[TYPO3-english] tt_news single view prev/next links

2011-11-11 Thread Oliver Salzburg
Hi, I just noticed a problem on one of our pages in the SINGLE view of a tt_news instance. The previous/next article links at the top of the SINGLE view are always rendered in the default language of the page and they point to the wrong articles (not the previous and/or next one). The next

Re: [TYPO3-english] tt_news single view prev/next links

2011-11-11 Thread Oliver Salzburg
On 2011-11-11 12:35, Oliver Salzburg wrote: Hi, I just noticed a problem on one of our pages in the SINGLE view of a tt_news instance. The previous/next article links at the top of the SINGLE view are always rendered in the default language of the page and they point to the wrong articles

Re: [TYPO3-english] DirectMail statistics only for internal pages?

2011-11-08 Thread Oliver Salzburg
On 2011-11-08 09:15, Michael Cannon wrote: Oliver, You nailed it on the change I was talking about. Think you can put a bug report about it into http://forge.typo3.org/projects/extension-direct_mail/issues? Michael I sure will. Maybe I should bring all my unresolved DirectMail tickets to

Re: [TYPO3-english] DirectMail statistics only for internal pages?

2011-11-08 Thread Oliver Salzburg
On 2011-11-08 09:50, Michael Cannon wrote: Oliver, The tickets from bugs.typo3.org should already be there. http://forge.typo3.org/projects/extension-direct_mail/issues?set_filter=1 Michael -- Michael Cannon The TYPO3 Vagabondhttp://typo3vagabond.com @ in2code.de Been there, done that, 25

Re: [TYPO3-english] DirectMail statistics only for internal pages?

2011-11-08 Thread Oliver Salzburg
On 2011-11-08 10:32, Rino Razzi wrote: On 20.59, Oliver Salzburg wrote: Hi, I noticed that my DirectMail Statistics module does not list a sent newsletter. After looking into the DirectMail source, I noticed that the module only lists Newsletters generated from internal pages. After changing

[TYPO3-english] DirectMail statistics only for internal pages?

2011-11-07 Thread Oliver Salzburg
Hi, I noticed that my DirectMail Statistics module does not list a sent newsletter. After looking into the DirectMail source, I noticed that the module only lists Newsletters generated from internal pages. After changing the class.tx_directmail_statistics.php to also list newsletters generated

Re: [TYPO3-english] DirectMail statistics only for internal pages?

2011-11-07 Thread Oliver Salzburg
On 2011-11-07 16:52, Peter Kühnlein wrote: Am 07.11.2011 16:35, schrieb Michael Cannon: Oliver, Off the top of my head, from 2-3 years back when using direct_mail for company newsletters, I didn't see statistics for external links or some such either. In digging into the mod1 or mod2

[TYPO3-english] Language Pack Updates constantly failing

2011-10-27 Thread Oliver Salzburg
Hi, when I'm checking for updated language packs in the extension manager, usually there are at least a couple of updates available. Now when I click Update from repository, the updates will usually be marked as Failed. Now when I check the status again, that same, failed, language packs are now

Re: [TYPO3-english] Language Pack Updates constantly failing

2011-10-27 Thread Oliver Salzburg
On 2011-10-27 14:04, Xavier Perseguers wrote: Hi, when I'm checking for updated language packs in the extension manager, usually there are at least a couple of updates available. Now when I click Update from repository, the updates will usually be marked as Failed. Now when I check the status

Re: [TYPO3-english] Template translation for direct_mail_subscription extension

2011-10-27 Thread Oliver Salzburg
On 2011-10-27 19:53, Ernesto Domato wrote: Hi, I'm using the direct_mail_subscription extension for email newsletter registration, but I didn't found a way to use different translated templates depending on which language a user is navigating. Can some one help me with this?, how do you

Re: [TYPO3-english] Corrupted Links in DirectMail Mails

2011-10-07 Thread Oliver Salzburg
On 2011-10-05 18:21, Oliver Salzburg wrote: I'm currently trying to get DirectMail to work to send out newsletters. The biggest problem with that right now is the unsubscribe link. This is the link I am using on the page which I want to send as a newsletter: a href=index.php?id=27amp;cmd

Re: [TYPO3-english] Indexed Search display incorrect result count

2011-09-12 Thread Oliver Salzburg
On 2011-09-08 21:17, Oliver Salzburg wrote: Hi, I have a problem with indexed search. When searching for certain terms it will show a completely incorrect result count on the initial result page. Stepping through the result pages will make indexed search continuously adjust the result count

Re: [TYPO3-english] Indexed search displays results in all site languages

2011-09-12 Thread Oliver Salzburg
On 2011-09-08 21:21, Oliver Salzburg wrote: Hi, I have a site that uses 4 languages. When performing a search on the site while using the default language, indexed search will return results in all 4 languages configured on the site. Performing the same search in any of the 3 non-default

Re: [TYPO3-english] Indexed search displays results in all site languages

2011-09-12 Thread Oliver Salzburg
On 2011-09-12 15:41, Oliver Salzburg wrote: On 2011-09-08 21:21, Oliver Salzburg wrote: Hi, I have a site that uses 4 languages. When performing a search on the site while using the default language, indexed search will return results in all 4 languages configured on the site. Performing

Re: [TYPO3-english] Edit temlate.html and remap in TemplaVoila

2011-09-11 Thread Oliver Salzburg
On 2011-09-11 20:50, Kay Obermueller wrote: Hello all, I have set up a site with TemplaVoila and want to clone it. For this I want to change the text in a div container (top-center) on the top of the site. This was not mapped with TemplaVoila and is only in the template.html. I changed

[TYPO3-english] Indexed Search display incorrect result count

2011-09-08 Thread Oliver Salzburg
Hi, I have a problem with indexed search. When searching for certain terms it will show a completely incorrect result count on the initial result page. Stepping through the result pages will make indexed search continuously adjust the result count (and thus the page count as well). I have found

[TYPO3-english] Indexed search displays results in all site languages

2011-09-08 Thread Oliver Salzburg
Hi, I have a site that uses 4 languages. When performing a search on the site while using the default language, indexed search will return results in all 4 languages configured on the site. Performing the same search in any of the 3 non-default languages, will only show results in the selected

Re: [TYPO3-english] Using saltedpassword/sr_feuser_register correctly

2011-09-07 Thread Oliver Salzburg
On 2011-09-07 09:23, Dmitry Dulepov wrote: Hi! Loek Hilgersom wrote: Just to let you know, we've been using datamints_feuser with salted passwords for a large project and it's been working perfectly. This extension is many times easier to use and faster to implement than sr_feuser_register,

Re: [TYPO3-english] datamints_feuser how to make it work

2011-09-06 Thread Oliver Salzburg
On 2011-09-05 17:36, Nicola Cerchiari wrote: Hi to all, I'm encountering very strange problem in making datamints_feuser working. I followed line by line the manuals and i successfully created the registration form as suggested but after that nothing happens. When I submit the form the page

Re: [TYPO3-english] datamints_feuser how to make it work

2011-09-06 Thread Oliver Salzburg
I've only set the following values in my registration form: Default User Folder: My sysfolder that contains feuser records Default User Groups: The user group for new accounts Approval Check: Admin approval [X] Send User E-Mail? [X] Send Admin E-Mail? Sender Name: My Company Sender E-Mail

Re: [TYPO3-english] datamints_feuser how to make it work

2011-09-06 Thread Oliver Salzburg
One of the major issues I had (and still have) with the extension is that it doesn't work correctly if you don't use a username field in your registration form (my intention was to have the email be the username). Additionally, the username can not be an email address right now. Cheers On

Re: [TYPO3-english] datamints_feuser how to make it work

2011-09-06 Thread Oliver Salzburg
I reported this issue (or at least a related one) last week. I was told it will be fixed shortly, but the author is on holiday right now. Good luck :) On 2011-09-06 14:32, Nicola Cerchiari wrote: Argh then i think is that the matter, cause I'm using the copyfields typoscript as from the manual

Re: [TYPO3-english] Using saltedpassword/sr_feuser_register correctly

2011-09-03 Thread Oliver Salzburg
On 2011-09-01 22:59, Loek Hilgersom wrote: Just to let you know, we've been using datamints_feuser with salted passwords for a large project and it's been working perfectly. This extension is many times easier to use and faster to implement than sr_feuser_register, and it works really well.

[TYPO3-english] Using saltedpassword/sr_feuser_register correctly

2011-09-01 Thread Oliver Salzburg
Hi, I'm trying to use salted password hashes for the FE users on a site I'm working on. So I installed the extensions saltedpasswords and srfeuserregister_t3secsaltedpw (sr_feuser_register is insalled as well or course). In the configuration of saltedpasswords I enabled salted password for FE

Re: [TYPO3-english] Using saltedpassword/sr_feuser_register correctly

2011-09-01 Thread Oliver Salzburg
On 2011-09-01 16:12, François Suter wrote: Hi, Any recommendations? Try datamints_feuser. Much simpler than sr_feuser_register and supports salted passwords. Note that I'm not running it on any live system yet, I'm currently implementing it only, so I can't totally guarantee it. However I'm

[TYPO3-english] Adjusting the page title used by indexed_search

2011-08-24 Thread Oliver Salzburg
How can I modify the page title that will be used by indexed_search? I've currently commented out the use of indexedDocTitle in the indexer completely because I was unable to find any point where I would able to adjust it's value. ___ TYPO3-english

[TYPO3-english] eMail Subject Encoding Problem

2011-08-19 Thread Oliver Salzburg
dontEncodeHeader on the t3lib_htmlmail instance to true. Doing so will produce the following code in the mail: Subject: =?utf-8?Q??= =?utf-8?Q?Oliver?= Salzburg hat eine Nachricht =?utf-8?Q?versandt=0D?= Which still looks a bit weird to me but is decoded correctly in all clients that I've tried (Outlook