Re: [TYPO3-english] Powermail dynamic recipient

2011-08-25 Thread N³
I found the problem, there were empty emails in the query. This modified query solves it: plugin.tx_powermail_pi1.email.recipient_mail { email_query = TEXT email_query.value = SELECT email FROM fe_users WHERE find_in_set(###UID5###,usergroup) 0 AND deleted = 0 and trim(email) != '' and

Re: [TYPO3-english] tt_news menu display current article

2011-10-27 Thread N³
Brilliant, I must have overlooked that setting. Thank you. I also achieved the marking of the current entry with two simple lines of jQuery. #myMenu is the id of the ul of the tt_news list, #rtitle is the id of the h1 in the single $(document).ready(function(){ var h1text =

[TYPO3-english] Powermail error div positioning

2011-11-04 Thread N³
Hi everyone, I’m trying to give the powermail .error div a better positioning. I found this snippet (see below) and put it to the end of my Typoscript Setup but unfortunately it has no effect whatsoever on my page. Anyone else with a solution? I'm using Powermail 1.6.4, T3jQuery 2.0.5 and

Re: [TYPO3-english] Powermail error div positioning

2011-11-04 Thread N³
Hey, Found it myself -.- plugin.powermail.template.frontendJsTemplatePath = ... Powermail 1.6.4 introduced a js template. Didn't see that before. This allows to edit the offset (around line 140). Still this is not ideal, in IE (9) its about 15px lower than in Firefox, so a good positioning is

[TYPO3-english] Title issue, and adding records issue

2011-04-05 Thread Rickard N
Hi! To begin with, I'm new to Typo3 and I don't know how to access html editing in typo3. I have two issues, one with the showing title on the webpage I'd like to adjust and the other about adding records in several languages. On the search engines each side of my web site right now show up

[TYPO3-english] Typo 3 core update - showing wrong version number?

2017-02-04 Thread Daniel N .
Hello everyone, i just installed Typo 7.6.10 for testing purposes (as shown in [1]) and tried to upgrade it to the latest version (7.6.15) through the core updater. Everything seemed to be successful, but TYPO3 still claims to be at 7.6.10 (although I already did the database analyzer changes,

[TYPO3-english] Re: Typo 3 core update - showing wrong version number?

2017-02-05 Thread Daniel N .
Hello Michael, apparently it was a caching issue, restarting apache2 completely solved it. But thanks for the answer, it helped me getting a little insight on TYPO3's general structure. Have a nice day Daniel ___ TYPO3-english mailing list

[TYPO3-english] redirect mobile user

2012-02-08 Thread T o n
Hello, Besides my standard website, I want to create a mobile website in TYPO3. For that purpose I made a separate tree in in TYPO3 and installed extension cwmobileredirect to detect any mobile device which moves the visitor to the other tree. This works perfectly with my first provider.

Re: [TYPO3-english] redirect mobile user

2012-02-08 Thread T o n
-web-design Cheers Urs Am 08.02.12 21:47, schrieb T o n: Hello, Besides my standard website, I want to create a mobile website in TYPO3. For that purpose I made a separate tree in in TYPO3 and installed extension cwmobileredirect to detect any mobile device which moves

Re: [TYPO3-english] redirect mobile user

2012-02-14 Thread T o n
(for example) it will not be rendered for the mobile device. This combined with media querys would be ideal, you wouldn't need to have a separate site for mobile devices. Good mobiling :) Katja 8.2.2012 22:47, T o n kirjoitti: Hello, Besides my standard website, I want to create a mobile

Re: [TYPO3-english] BE CSV export - semi-colon

2012-03-21 Thread T o n
start control panel clock language and region region and language additinal settings change the list separator from ; to , if that does not work, then simply change the main format to English From: i...@bednarik.org Date: Thu, 22 Mar 2012 06:40:33 +0100 To: typo3-english@lists.typo3.org