Re: [TYPO3-english] indexed_search no results found

2012-07-06 Thread PAM

Hi all
You also have to know that page you view are not indexed if you are 
logged in backend.
Take a look in backend to Web/info module , you'll find in the dropdown 
menu an option to display indexed content

Cheers,
PAM

Le 05/07/2012 17:41, Victor Livakovsky a écrit :

Hi, Matthew.


Thanks for your reply. It seems that it is *sort of* working. I
discovered that you can do a search on the title of any page and get a
result, but it doesn't seem any of the page contents are being
indexed. I  have tried to add
!--TYPO3SEARCH_begin--!--TYPO3SEARCH_end-- flags around the
content, but that doesn't seem to help.

Why wouldn't page content get indexed, but the title tag content is?


indexed_search searches only in indexed content (sounds weird :) ), and
TYPO3 indexer indexes only cacheable content. Maybe, you've disabled
page cache or you have USER_INT plugins, which output some non-cached
content, or some of plugins sets $GLOBALS['TSFE']-no_cache = 1 ?



--
Laurent BONNIER // Web-Interaction


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] indexed_search no results found

2012-07-06 Thread LaPointe, Matthew
I think you are right, though I'm having a hard time tracking down how to fix 
the problem. I suspect I introduced no caching when I installed the Site 
Crawler extension. I have since decided against using it for the moment and 
have removed it.

The indexed_search extension configuration had been modified, and I have since 
changed it so it now says:

config.index_enable = 1
config.index_externals = 1
config.index_metatags = 1

Where else might I look to undo no cache options Site Crawler may have set?

Very grateful,

Matt

-Original Message-
From: typo3-english-boun...@lists.typo3.org 
[mailto:typo3-english-boun...@lists.typo3.org] On Behalf Of Victor Livakovsky
Sent: Thursday, July 05, 2012 11:42 AM
To: typo3-english@lists.typo3.org
Subject: Re: [TYPO3-english] indexed_search no results found

Hi, Matthew.

 Thanks for your reply. It seems that it is *sort of* working. I 
 discovered that you can do a search on the title of any page and get a 
 result, but it doesn't seem any of the page contents are being 
 indexed. I  have tried to add 
 !--TYPO3SEARCH_begin--!--TYPO3SEARCH_end-- flags around the content, but 
 that doesn't seem to help.

 Why wouldn't page content get indexed, but the title tag content is?

indexed_search searches only in indexed content (sounds weird :) ), and
TYPO3 indexer indexes only cacheable content. Maybe, you've disabled page cache 
or you have USER_INT plugins, which output some non-cached content, or some of 
plugins sets $GLOBALS['TSFE']-no_cache = 1 ? 

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] style messed up in IE 9

2012-07-06 Thread Rainer Fischinger
Probably a simple problem. IE9 shows (if not explicit told otherwise) pages in 
compatibility mode (IE7). Try the following line, has to be the first command 
in your head section (otherwise it won't work):

meta http-equiv=X-UA-Compatible content=IE=9 /

With this line you tell IE to show the page with IE9 mode.

-Ursprüngliche Nachricht-
Von: typo3-english-boun...@lists.typo3.org 
[mailto:typo3-english-boun...@lists.typo3.org] Im Auftrag von tom
Gesendet: Freitag, 06. Juli 2012 05:46
An: TYPO3 English
Betreff: [TYPO3-english] style messed up in IE 9

Hi,

I made a html template, I put it in my site through Templavoilà, in Firefox and 
Chrome, it shows correctly, but in IE 9, it is messed up, the image and style 
do not show properly, anyone has similar issue?

Tom
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] DB-Check: Advanced Query with Join / sys_action

2012-07-06 Thread Philipp Gampe
Hi Christoph,

Christoph Hermann wrote:

 Am Mittwoch, 4. Juli 2012, 13:38:10 schrieb Philipp Gampe:
  is there a way to create an advanced query with a join condition in the
  DB Check Tool (or some other way)?
 
  I want to create an action (sys_action) that lists only specific news
  with a certain category.
  Therefore i need to make a JOIN of the news and the news category
  table.
 
  Is there a way to achieve this? Maybe with Typoscript?
 
 The easiest way to archive this is to write a custom action with PHP.
 
 Can you point me to some documentation about this?

Yes, in the manual of taskcenter. Have a look at the online version:
http://preview.docs.typo3.org/TYPO3/Extensions/taskcenter/nightly/#developer-
s-guide

 You can try to edit the SQL, but it is stored inside the sys_action
 t2_data column as serialized PHP array. I am not sure of this will work.
 
 And there is no  way to specify some custom SQL query?

Not yet. Feel free to sponsor the work or post a patch for TYPO3 6.0.

 Other than that, you can of course create a backend user (FE) page and
 use some CONTENT to generate what you need.
 
 Well i need an action with a list of all tt_news items (with edit icons)
 of a specific category.

Have a look on how the links look in backend. You can easily reproduce the 
links in frontent if you know the record uid.

http://your-site.example.org/typo3/alt_doc.php?returnUrl=url encoded link 
backedit[table][uid]=edit

If you are logged in the backend, this will show an edit form.

Best regards
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – linkvalidator
TYPO3  inspiring people to share!

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] mm_forum user rights new topic

2012-07-06 Thread Ulf

Hi,
I want to allow the new topic link only for admins.
Is there a possibility to change the default behaviour?
Or has anybody a hint where to look?

Thanks Ulf

Typo3 4.5.17
mm_forum 1.9.2
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] indexed_search no results found

2012-07-06 Thread Jigal van Hemert

Hi,

On 4-7-2012 6:46, LaPointe, Matthew wrote:

I've spent quite a few hours trying to figure out why indexed_search won't 
return any results.


The best tutorial for getting indexed_search running is:
http://xavier.perseguers.ch/en/tutorials/typo3/articles/indexed-search-crawler.html

If you follow this you should end up with a working indexed_search.

--
Jigal van Hemert
TYPO3 Core Team member

TYPO3  inspiring people to share!
Get involved: typo3.org


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] style messed up in IE 9

2012-07-06 Thread tom
Hi,

I have tried both ways: meta http-equiv=X-UA-Compatible content=IE=9
/ and set a strict doctype (XHTML 1.0 strict or something).
But it still does not work. Please see here:
1. proper display in firefox:
http://photo.163.com/tomliutest/#m=2aid=240826374pid=7739823775
2. messed up in IE:
http://photo.163.com/tomliutest/#m=2aid=240826374pid=7739863444
By the way, the original html template shows properly in IE

Tom

On Fri, Jul 6, 2012 at 3:07 PM, Jost Baron jost.ba...@gmx.de wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi Tom,

 die you set a strict doctype (XHTML 1.0 strict or something)? If not,
 the internet explorer might go into some backwards compatibility mode
 and start to really mess things up.

 Greetings, Jost

 On 07/06/2012 05:46 AM, tom wrote:
  Hi,
 
  I made a html template, I put it in my site through Templavoilà, in
  Firefox and Chrome, it shows correctly, but in IE 9, it is messed
  up, the image and style do not show properly, anyone has similar
  issue?
 
  Tom ___ TYPO3-english
  mailing list TYPO3-english@lists.typo3.org
  http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
 

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.11 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iQIcBAEBAgAGBQJP9o67AAoJEG6HPMAgWtVzHK8QAJYl8aN3u+m3Pw4BYdB2cS2s
 BywWm+hpJ2opnpZHP8H58GCdPN+dHB8REWVMqqA18AgDtblS9GQrW8C4xTETuGby
 gRN/CVxqCyp152i9YD5aPtQAsFTIDPsQNmIetOyNZw5ydTDjDkQH2DL8X7u1uaFz
 h/4CaQkhEI2wrISUz62i7UHjFl7Y4v5ZcIi0SYbcoUa20C9BtJoasKcs7r9Pgef8
 mIi/3MWraY+Ulmr5/gLwL1dDXn1Q/wGETpITUMUPv7ziO+bbI6mXZdyKl5704e8N
 HfSGo/jzVGtI/n6fqnOhO1aLpK8uyUq/QRofzMUuhPw96P4SXUBQFPbX16ug69su
 zSV+z5vHntqpSB81bfXdZk55+EENRKzaDVoOK0Hpja+d2t2qJBn8cz9w9kwJmY/w
 Nj8mZL7EEGYokojJ16YlVmeOxxkUmIbJCvo9n5+kByKlFMb63zx8MJgiehkQAGEW
 5g6RcnUA3e/cTzBZ+4KDNzmTGUBeiJlcijGRGUNNqipIPTctllpH2VIha6bEJw10
 ClFvAe2t8SpYsEfL3gbK3mzv0wE1Tx+EiMkmwaAaK88EvZK3OBiwPPVdCJvUtt19
 LyzqoSotwcphcVaMo0edDYRAAoD40YyCA/s/pgcIJPPWYDobfqrsZAdDz/paHIH0
 2Xne+QaNGNs5qPG26rGK
 =sFpn
 -END PGP SIGNATURE-
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] indexed_search no results found

2012-07-06 Thread Victor Livakovsky

Hi, Matthew.

Where else might I look to undo no cache options Site Crawler may have 
set?


Take a look at at EM - indexed_search - configuration - 
disbaleFrontedIndexing option. It must be unset.
Since, you say, that titles are getting to index, then your pages are 
cached, just not indexed due to this option :) 


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] indexed_search no results found

2012-07-06 Thread Victor Livakovsky

Hi, Jigal.


The best tutorial for getting indexed_search running is:
http://xavier.perseguers.ch/en/tutorials/typo3/articles/indexed-search-crawler.html


Wow! Really great tutorial. I didn't even know, that it is possible to index 
database records, which are not cached!
Thank you for a link. 


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] tt_news and BE

2012-07-06 Thread Pero Peric
Hi. Is it possible to have thumbnail images displayed in BE list view of 
tt_news sys folder? I can't find option :-( Thx.


Regards. 


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Extension development (database fields question)

2012-07-06 Thread Baber Ahmed
Good Morning All,

I need some help, I have been writing a basic extension that includes a
front plugin with the backend data records in a storage folder.

I have worked my through the typo3 wikki excercises for extension
development with flex forms and extension development with HTML
templates, both of these were brilliant guides for a beginner, many thanks
to those who put them together. These have made frontend coding for my
extensions a good experiance :).

The problem I have is that after I have created the skelton structure of
the extension using kick starter and I have added a few records in the
backend the uid of the record is always on the left, and any other fields
from the database table I select to show are always on the right, I would
like to be able to show one of the description fields on the left before
the uid for completetion sake. I have attached a screen shot of the issue.

Please forgive me if I have missed something abovious here as I am still
learning the in's and out's of typo3.

Kind Regards
Bob
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] (beginer) How to transform tt_news catMenu (nested mode) in a html select dropdown with link to category ?

2012-07-06 Thread vincent BONNIER (kollebolle)
100 (and not in binary) thanks for you answer !
I was almost having a nervous breakdown with TScript documentation.

 Now i can generate (with your help vic):
div class=trieur
select id=categoryTrieur onchange=javascript:
window.location=this.options[this.selectedIndex].value;
   Sélectionnez une catégorie :
  option value=
portail/air/affichage-liens-tickets/?tx_ttnews%5Bcategory%5D=/option
  option value=
portail/air/affichage-liens-tickets/?tx_ttnews%5Bcategory%5D=/option
/select
/div


it's better but there are still two problems :(
1./ the typolink are not good
2./ there are not categories titles between option... and /option

I know that i maybe did not put the good things inside [] as you ask me.
But i really don't understand  where to find the name of requires fields
 
How can i know the name ?
Sorry if it's beginning question, i don't understand well typoscript for
now.
Thousand thanks again Vic.

Here is my actual Typoscript :
plugin.tt_news {
  displayCatMenu {
catmenu_stdWrap.wrap = div class=trieurselect id=categoryTrieur
onChange=javascript:
window.location=this.options[this.selectedIndex].value;|/select/div
#228 = id of the search result page -- is it right ?
catmenuItem_NO_stdWrap.cObject = COA
catmenuItem_NO_stdWrap.cObject.10 = TEXT
catmenuItem_NO_stdWrap.cObject.10.typolink {
  parameter = 228
  # [category-id] found on Internet but doesn't seem to function
  additionalParams.field = [category-id]
  additionalParams.wrap = tx_ttnews[category]=|
  returnLast = url
}
catmenuItem_NO_stdWrap.cObject.10.wrap = option value=|
catmenuItem_NO_stdWrap.cObject.20 = TEXT
#field = tite doesnt function, [category-title] nether -- where to
find it in doc ?
catmenuItem_NO_stdWrap.cObject.20 {
  field = title
  wrap = |/option
}
  }
}

Don't hesitate to point me on documentation, i really need to increase my
typoscript level.

2012/7/5 Victor Livakovsky v-t...@mail.ru

 Hi, Vincent.


  plugin.tt_news {
   displayCatMenu {
 catmenu_stdWrap.wrap = div class=trieurselect
 id=categoryTrieur|/select**/div
 catmenuHeader_stdWrap.wrap = option value= select a category
 /option
 catmenuItem_ACT_stdWrap.wrap = option value=|
 selected=true|/option
 catmenuLevel1_stdWrap.wrap = option value=||/option
   }
 }

 I don't understand how to replace the first pipe (the first wrap) with the
 good link to the current category ?
 Btw i don't really know how-to/where generate the good typolink to put in
 the value param ?


 If tt_news supports stdWrap fully, you may do it like this:
 catmenuItem_ACT_stdWrap.**cObject = COA

 catmenuItem_ACT_stdWrap.**cObject.10 = TEXT
 catmenuItem_ACT_stdWrap.**cObject.10.typolink {
  parameter = [page-id]
  additionalParams.field = [category-id]
  additionalParams.wrap = tx_ttnews[cat]=|
  returnLast = url
 }
 catmenuItem_ACT_stdWrap.**cObject.10.wrap = option value=|

 catmenuItem_ACT_stdWrap.**cObject.20 = TEXT
 catmenuItem_ACT_stdWrap.**cObject.20 {
  field = [category-title]
  wrap = |/option
 }

 Just replace values in [] with correct numbers and fieldnames.
 __**_
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-**bin/mailman/listinfo/typo3-**englishhttp://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english




-- 


Vincent Bonnier.
Resp. Technique et Accompagnement
vinc...@kollebolle.com
04.37.27.03.89
06.08.32.31.86
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[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, completely unrelated to any BE
login. When I disable Caching for my page, the behavior is like I would
expect (no code for me, but for everyone else).

Is this behavior to be expected? It feels a bit weird.

Cheers
Oliver
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


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

2012-07-06 Thread Kay Strobach
Hello Oliver,

please post an issue in the related forge bugtracker, normally this
check 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 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, completely unrelated to any BE
 login. When I disable Caching for my page, the behavior is like I would
 expect (no code for me, but for everyone else).
 
 Is this behavior to be expected? It feels a bit weird.
 
 Cheers
 Oliver
 


-- 
http://www.kay-strobach.de - Open Source Rocks

TYPO3  inspiring people to share!
Get involved: http://typo3.org

Answer was useful - feel free to donate:
  -
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclickhosted_button_id=KPM9NAV73VDF2
  - https://flattr.com/profile/kaystrobach



___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Add Normal Content element (ex : Sitemap) to Flexible Content Element (FCE) templavoila

2012-07-06 Thread Stefano
Hi All.
My name is Stefano Danieli and actually i'm working on Templavoila FCE in typo3

I need to know if it is possibile to add a typo3 content element (example : a 
sitemap content element) in FCE , so the content element goes to add to other 
elements like text field, images, etc. 

Thank you in advance for any reply.

Stefano.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


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

2012-07-06 Thread Oliver Salzburg
Hello Kay,

so far I wasn't even sure if this is related to piwik or if I set
something up incorrectly.

But I'll create that issue in a bit :)

Cheers
Oliver

On 2012-07-06 16:20, Kay Strobach wrote:
 Hello Oliver,
 
 please post an issue in the related forge bugtracker, normally this
 check 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 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, completely unrelated to any BE
 login. When I disable Caching for my page, the behavior is like I would
 expect (no code for me, but for everyone else).

 Is this behavior to be expected? It feels a bit weird.

 Cheers
 Oliver

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] question about the columns

2012-07-06 Thread Andreas Becker
Hi

Why don't you use framework for templavoila or march8 the last one provides you 
even sass html5 semantic and up to 12 column elements which you can fill via 
drag and drop with all kind of content or nest you columns. no mapping needed 
at all!

Andi

Sent from my iPad

On 6 ก.ค. 2555, at 9:05, tom typost...@gmail.com wrote:

 Hi,
 
 Here is my issue. I am using Templavoilà, I created TO and DS, I only did a
 page_content map, to the page content. Then I went to my homepage, created
 3 text contents, I put them in different columns. But the result is: they
 are all in the same column(normal), see screenshot here:
 http://photo.163.com/tomliutest/#m=2aid=240826374pid=7739239313
 So if I want to have different columns, what should I do? Should I create
 two columns or three columns in html template? Or is there any easy way I
 can do this through typo3 admin? Thanks.
 
 Tom
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] style messed up in IE 9

2012-07-06 Thread Philipp Gampe
Hi tom,

tom wrote:

 Hi,
 
 I have tried both ways: meta http-equiv=X-UA-Compatible content=IE=9
 / and set a strict doctype (XHTML 1.0 strict or something).
 But it still does not work. Please see here:
 1. proper display in firefox:
 http://photo.163.com/tomliutest/#m=2aid=240826374pid=7739823775
 2. messed up in IE:
 http://photo.163.com/tomliutest/#m=2aid=240826374pid=7739863444
 By the way, the original html template shows properly in IE

Try to use the html5 doctype. This forces the standard mode for IE.

!doctype html

Cheers
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – linkvalidator
TYPO3  inspiring people to share!

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] TYPO3-4.5: New Extension Manager only - how is that configured?

2012-07-06 Thread Martin Bless

As far as I know TYPO3 4.5 has the old AND the new extension manager. 

Now I'm looking into an installation, just updated to 4.5.17, and it
only shows the NEW extension manager.

Q: How can that be configured?

can't find the answer ...

Martin

-- 
Certified TYPO3 Integrator | TYPO3 Documentation Team Member

http://mbless.de
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Filter installable extension

2012-07-06 Thread Frédéric Ollivier
Hi all

Because PowerMail is available in alpha release with version 2 and
there is a security update 1.6.8, I'm asking myself, with TYPO 4.7,
how to force installation of 1.6.8 instead of 2.0.

Maybe it would be preferable to be able to install stable release of
ext by default and to have an option to allow other level of
completion.

Finally I've downloaded T3X from TER and installed from file but was
thinking other ways could be easier

Any idea would be of great help.

Frederic
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Problem with DirectMail extension and static recipient lists

2012-07-06 Thread Thomas Bolioli
Stats: Linux Debian Squeeze with typo3 4.5.17 not in compatibility mode. 
DirectMail is version 3.01. All recently upgraded.


Problem: I have pre-existing recipient lists which are based on static 
recipient lists that are populated with typo3 groups. The recipient list 
however shows zero recipients. Even if I add a user to the static list, 
DM sees zero recipients and sends no mail. Plain lists has no problems 
and sends mail as per normal. Anyone have any clue why DM is having this 
issue with static lists since upgrading to 3.01?


Thanks,
Tom
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Problem with DirectMail extension and static recipient lists

2012-07-06 Thread Thomas Bolioli
So it appears that the problem is in this version, 
fe_users.module_sys_dmail_newsletter needs to be set to 1 whereas 
previously it hadn't mattered...


On 7/6/12 2:48 PM, Thomas Bolioli wrote:
Stats: Linux Debian Squeeze with typo3 4.5.17 not in compatibility 
mode. DirectMail is version 3.01. All recently upgraded.


Problem: I have pre-existing recipient lists which are based on static 
recipient lists that are populated with typo3 groups. The recipient 
list however shows zero recipients. Even if I add a user to the static 
list, DM sees zero recipients and sends no mail. Plain lists has no 
problems and sends mail as per normal. Anyone have any clue why DM is 
having this issue with static lists since upgrading to 3.01?


Thanks,
Tom
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] TYPO3-4.5: New Extension Manager only - how is that configured?

2012-07-06 Thread Philipp Gampe
Hi Martin,

Martin Bless wrote:

 As far as I know TYPO3 4.5 has the old AND the new extension manager.
 
 Now I'm looking into an installation, just updated to 4.5.17, and it
 only shows the NEW extension manager.
 
 Q: How can that be configured?
 
 can't find the answer ...

Inside the EM extension you can find a checkmark for the old em. Uncheck it, 
save, check it and save again (don't ask ... it works that way).

Best regards
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – linkvalidator
TYPO3  inspiring people to share!

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] question about the columns

2012-07-06 Thread tom
Hi Andi,

Thanks. I will check on framework for templavoila.

Tom

On Sat, Jul 7, 2012 at 12:00 AM, Andreas Becker cocop...@gmail.com wrote:

 Hi

 Why don't you use framework for templavoila or march8 the last one
 provides you even sass html5 semantic and up to 12 column elements which
 you can fill via drag and drop with all kind of content or nest you
 columns. no mapping needed at all!

 Andi

 Sent from my iPad

 On 6 ก.ค. 2555, at 9:05, tom typost...@gmail.com wrote:

  Hi,
 
  Here is my issue. I am using Templavoilà, I created TO and DS, I only
 did a
  page_content map, to the page content. Then I went to my homepage,
 created
  3 text contents, I put them in different columns. But the result is: they
  are all in the same column(normal), see screenshot here:
  http://photo.163.com/tomliutest/#m=2aid=240826374pid=7739239313
  So if I want to have different columns, what should I do? Should I create
  two columns or three columns in html template? Or is there any easy way I
  can do this through typo3 admin? Thanks.
 
  Tom
  ___
  TYPO3-english mailing list
  TYPO3-english@lists.typo3.org
  http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] style messed up in IE 9

2012-07-06 Thread tom
Hi Philipp,

I think you are right.
I changed it in my html template to
!DOCTYPE html
html
head...
But in the result page, it still shows like:
!DOCTYPE html
PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
html lang=en
head

Tom



On Sat, Jul 7, 2012 at 12:47 AM, Philipp Gampe philipp.ga...@typo3.orgwrote:

 Hi tom,

 tom wrote:

  Hi,
 
  I have tried both ways: meta http-equiv=X-UA-Compatible content=IE=9
  / and set a strict doctype (XHTML 1.0 strict or something).
  But it still does not work. Please see here:
  1. proper display in firefox:
  http://photo.163.com/tomliutest/#m=2aid=240826374pid=7739823775
  2. messed up in IE:
  http://photo.163.com/tomliutest/#m=2aid=240826374pid=7739863444
  By the way, the original html template shows properly in IE

 Try to use the html5 doctype. This forces the standard mode for IE.

 !doctype html

 Cheers
 --
 Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
 Documentation – linkvalidator
 TYPO3  inspiring people to share!

 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english