[TYPO3-english] Fluid, iterate through tt_content elements in colPos on a page

2017-05-01 Thread Vincent Mans
Hi folks,

A fluid template question for 8.7.1.

Is there a way to do a for each with iterator on a cObject typo3objectpath
lib.content?

I want to know the number of the tt_content elements inside a colPos on a
page, and for instance add a class to the 4th record. Or count the
tt_content elements inside a colPos and based on the number, add a
bootstrap col- width.

No need for a full working example, just a step-up. Been looking for a
solution almost a day now.

For menus and news, and such cases, I have it covered. It's just for
regular content. So perhaps I'm overlooking something.


Many thanks / Danke vielmals / Merci beaucoup,

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


Re: [TYPO3-english] Powermail Marketing Reporting issue

2017-02-06 Thread Vincent Mans
Hi again,

My message is incomplete. I should make clear in the text that is concerns
Powermail, and add that:

   - the cookie fe_typo_user is set (isn't that enough?)
   - 
typo3conf/ext/powermail/Resources/Public/JavaScripts/Powermail/Marketing.min.js
   is in the footer
   - no JS errors in console

But no marketing data gets written and stored (no cookie and/or session
data, also not in console).

So what do I miss out?

Thanks


Hi there!
>
> There are no results appearing in Marketing Reporting. In several
> installations on diferent servers.
>
> - I have not disabled marketing reporting.
> - And I have added the static template.
> - And Form Reporting statistics are working, for instance.
>
>
> TYPO3 7.6.15 and PM 3.5.0.
> TYPO3 8.5.1 and PM 3.11.2.
>
>
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] 403 error on download 6.2.14 tar.gz

2015-07-17 Thread Vincent Mans
Hi!

Trying to download 6.2.14 tar.gz, see error below (403).

Greetz, Vincent


ERRORThe request could not be satisfied.
--
Bad request.
--

Generated by cloudfront (CloudFront)
Request ID: tvPS6bkhuD8yFIdFAsL-jbV2IMLfgCK5YIJD2pOiehD4tz41iB_qRw==
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Import-export of *.t3d

2015-06-27 Thread Vincent Mans
Hi,

I recently used it to export a neglected website with many languages from a
ten years old database with LATIN1 for import in UTF-8 characterset
database, using the XML format it offers (so not t3d). From 4.5.2 to 6.2.13.

I used it eventually as a final resort, after several other scenarios. And
it worked. But in small steps, indeed. Files and images were done
separately but the FAL relations went smoothly.

Vincent


2015-06-26 20:34 GMT+02:00 Simon Browning si...@stwdesign.com:

 Hi Christian.

 Can you message me about this please, I'm simon (at) seethroughweb.com

 Thank you

 Simon
 ___
 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] Hosting 7.0

2015-02-09 Thread Vincent Mans
Hi,

We run Ubuntu 14.04. With ISPConfig for management. From the several
flavours of PHP we prefer PHP-FPM.


Greetz,
Vincent



I see that TYPO3 v7.0 required php 5.5

 As centos doesn't come with 5.5 out of the box, and lots of shared hosting
 servers run centos, I'm wondering what the preferred hosting OS is for
 TYPO3 7.0

 What's everyone using?

 Thank you

 Simon
 ___
 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] bootstrap template

2015-01-08 Thread Vincent Mans
Hey Ben,

I understand you want to use themes in stead of creating them? Because
http://docs.typo3-themes.org/themes/ seems very promising to me, but has no
ready to go templates yet?

Answers:

1) Yes, you can do that for instance. It might be tricky though. I use to
make them by myself. What you basically can do is: define the areas where
you want your content (colpos positions), navigation, and generic content
(like logo). Remember to use the same js and css and arrange it
accordingly. And finetuning: TYPO3 has wrappers so depending of the
complexity of the HTML there may be some amount of customizing.

2) http://wiki.typo3.org/Fluid, and google for guidelines how to set it up (
https://www.google.nl/search?sourceid=chrome-psyapi2ion=1espv=2ie=UTF-8q=typo3%20fluid%20template%20tutorial).
It's quite regular TS stuff.

You can use an extension. I just use the engine of it, but for starters
the bootstrap_package extension has a few usable ready-to-go templates as
well. That's like going back to the old days of TYPO3: create websites
with the constants. This extension is version 7.0 fit as well, and with it
RealURL runs as it should.

Hope it helps. There are so many solutions in TYPO3, it's sometimes hard to
pick the right one.


Vriendelijke groet!
Vincent Mans



 *Very interesting Business  internet Solutions*

*Visible Websites  Smart Apps*

vibis.nl / i...@vibis.nl / +31651766520

Bezoek  post:  Einsteinstraat 57, 1446VE Purmerend



ViBiS is specialised in OpenSource CMS TYPO3, website design  build,
Mobile responsive
websites  applications, Online Marketing, concepts to make things real,
Web/iOS/Android/Windows Apps and websites for each size and functionality,
...






2015-01-07 20:06 GMT+01:00 ben van 't ende ben.vante...@typo3.org:

 Hey Vincent,

 With ready made bootstrap templates you mean the ones I can grab of the
 internetz from sevral resources?

 Where do I look to 'process as fluidtemplate'?

 gRTZ ben






 On 16/12/14 16:44, Vincent Mans wrote:
  Hi Ben!
 
  Use bootstrap_core (and subs) or bootstrap_package ... you can't use them
  both at the same time, they have their own pros and cons... and start
  playing around. You can load ready made bootstrap templates into the
  distributions, process them as fluidtemplate, and you're almost ready to
  publish.
 
 
 
  Vriendelijke groet!
  Vincent Mans
 
 
 
  2014-12-16 16:09 GMT+01:00 Ben van 't Ende b...@vantende.net:
 
  Heyla,
 
  I am looking to build a new website using a booststrap template, like
 for
  instance: http://www.dragdropsite.com/demo/mpurpose-free-
  multipurpose-twitter-bootstrap-3-template/
 
  I am guessing it would be fairly easy to get that running on the
  introduction package distribution. I have not really got a clue. It has
  been quite a while since building something in TYPO3.
 
  Any advise on what route to take here?
 
  gRTz ben
  --
  TYPO3 community manager
  ___
  TYPO3-english mailing list
  TYPO3-english@lists.typo3.org
  http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
 

 --
 TYPO3 Community Manager
 ___
 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] bootstrap template

2014-12-16 Thread Vincent Mans
Hi Ben!

Use bootstrap_core (and subs) or bootstrap_package ... you can't use them
both at the same time, they have their own pros and cons... and start
playing around. You can load ready made bootstrap templates into the
distributions, process them as fluidtemplate, and you're almost ready to
publish.



Vriendelijke groet!
Vincent Mans



2014-12-16 16:09 GMT+01:00 Ben van 't Ende b...@vantende.net:

 Heyla,

 I am looking to build a new website using a booststrap template, like for
 instance: http://www.dragdropsite.com/demo/mpurpose-free-
 multipurpose-twitter-bootstrap-3-template/

 I am guessing it would be fairly easy to get that running on the
 introduction package distribution. I have not really got a clue. It has
 been quite a while since building something in TYPO3.

 Any advise on what route to take here?

 gRTz ben
 --
 TYPO3 community manager
 ___
 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 7.0 and RealURL

2014-12-05 Thread Vincent Mans
Hi Dmitry,

Does that mean that the _DOMAINS concept will be removed from the RealURL
extension?

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


Re: [TYPO3-english] Auction functionality in Typo3

2014-08-06 Thread Vincent Mans
Hi Urjit,

We have built such functionality in the context of our TYPO3 ecommerce
project iiSuit. It depends on your requirements if it fits.

Bye, Vincent




2014-08-06 8:05 GMT+02:00 urjit gandhi urjitgan...@gmail.com:

 Hello,

 I want to set auction type functionality in typo3 (CMS) like joomla have
 WDC Auction.

 Is there any extension in typo3 for that functionality?

 I Goggled,but not found exact what i want, and not find out any proper
 extension for the same.

 Please, also provide description as i found so sort description in all
 extension so i can understand easily.

 Here is demo link also, what functionality i want to use in typo3

 auction-demo25(dot)jextn(dot)com/

 Regards,
 Urjit
 ___
 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] ext Stylestoinline utf-8 problem and solution

2014-04-29 Thread Vincent Mans
Hi, for the ones struggling with the same issue as I did with this
extension Stylestoinline.

It doesn't convert to utf-8 correctly, so:

change line 242 in class CssToInlineStyles.php

$document-loadHTML($this-html);

into

$document-loadHTML(mb_convert_encoding($this-html, 'HTML-ENTITIES',
'UTF-8'));


I hope this helps for someone. And I hope the developer picks this up.

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


Re: [TYPO3-english] TYPO3 version 6.2beta ImageMagick scales wrong

2014-03-20 Thread Vincent Mans
Hi,

I have filed Bug #57075 yesterday
(http://forge.typo3.org/issues/57075). No respons so far but I assume
it will be handled soon. If someone wants to support this bug call,
please do. I have a little trouble describing it clearly.

Bye, Vincent



2014-03-19 13:13 GMT+01:00 Vincent Mans vinc...@vibis.nl:

 I'll do that asap. I don't want to spam issues there if I'm not sure, because 
 I might have missed a new feature.


 2014-03-19 12:38 GMT+01:00 Jigal van Hemert jigal.van.hem...@typo3.org:

 Hi,


 On 19-3-2014 9:41, Vincent Mans wrote:

 Yes, I confirm that the original height/width is in the sys_file_metadata
 table are correct.

 By the way, I haven't found this on jpg's so far, but they appear to be
 correct. Watching it closely with png's I found a minor shift in width, for
 instance 101px in stead of what should be 103px. And I see this effect only
 when setting height.


 Any forge issue number about this problem? If not, please do report it on 
 forge!

 --
 Jigal van Hemert
 TYPO3 CMS Active Contributor

 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




 --


 Vincent Mans

 Very Interesting Business  Internet Solutions

 vibis.nl / i...@vibis.nl / +31651766520

 Bezoek: Einsteinstraat 57, 1446VE Purmerend



 Vibis is specialized in OpenSource CMS TYPO3, website design and build, 
 Mobile websites  apps, Online Marketing, concepts to make things real, 
 big/medium/small sized web applications and websites, ...








-- 


Vincent Mans

Very Interesting Business  Internet Solutions

vibis.nl / i...@vibis.nl / +31651766520

Bezoek: Einsteinstraat 57, 1446VE Purmerend



Vibis is specialized in OpenSource CMS TYPO3, website design and
build, Mobile websites  apps, Online Marketing, concepts to make
things real, big/medium/small sized web applications and websites, ...
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] TYPO3 version 6.2beta ImageMagick scales wrong

2014-03-19 Thread Vincent Mans
Hi,

Yes, I confirm that the original height/width is in the sys_file_metadata
table are correct.

By the way, I haven't found this on jpg's so far, but they appear to be
correct. Watching it closely with png's I found a minor shift in width, for
instance 101px in stead of what should be 103px. And I see this effect only
when setting height.

Thanks,
Vincent


2014-03-18 14:36 GMT+01:00 Vincent Mans vinc...@vibis.nl:


 Hi,

 On the same server I have 6.1.x and 6.2 beta6. The first one scales images
 properly, the newest one does not. The proportions get lost. Test setup is
 okay.

 It occurs very clearly on tiffs. Anybody any clue?

 Thanks,
 Vincent




-- 


Vincent Mans

*Very Interesting Business  Internet Solutions*

vibis.nl / i...@vibis.nl / +31651766520

Bezoek: Einsteinstraat 57, 1446VE Purmerend


Vibis is specialized in OpenSource CMS TYPO3, website design and build,
Mobile websites  apps, Online Marketing, concepts to make things real,
big/medium/small sized web applications and websites, ...


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


Re: [TYPO3-english] TYPO3 version 6.2beta ImageMagick scales wrong

2014-03-19 Thread Vincent Mans
I'll do that asap. I don't want to spam issues there if I'm not sure,
because I might have missed a new feature.


2014-03-19 12:38 GMT+01:00 Jigal van Hemert jigal.van.hem...@typo3.org:

 Hi,


 On 19-3-2014 9:41, Vincent Mans wrote:

 Yes, I confirm that the original height/width is in the sys_file_metadata
 table are correct.

 By the way, I haven't found this on jpg's so far, but they appear to be
 correct. Watching it closely with png's I found a minor shift in width,
 for
 instance 101px in stead of what should be 103px. And I see this effect
 only
 when setting height.


 Any forge issue number about this problem? If not, please do report it on
 forge!

 --
 Jigal van Hemert
 TYPO3 CMS Active Contributor

 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




-- 


Vincent Mans

*Very Interesting Business  Internet Solutions*

vibis.nl / i...@vibis.nl / +31651766520

Bezoek: Einsteinstraat 57, 1446VE Purmerend


Vibis is specialized in OpenSource CMS TYPO3, website design and build,
Mobile websites  apps, Online Marketing, concepts to make things real,
big/medium/small sized web applications and websites, ...


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


[TYPO3-english] TYPO3 version 6.2beta ImageMagick scales wrong

2014-03-18 Thread Vincent Mans
Hi,

On the same server I have 6.1.x and 6.2 beta6. The first one scales images
properly, the newest one does not. The proportions get lost. Test setup is
okay.

It occurs very clearly on tiffs. Anybody any clue?

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


Re: [TYPO3-english] TYPO3 version 6.2beta ImageMagick scales wrong

2014-03-18 Thread Vincent Mans
Hi, in addition to my call.

For instance, a .tiff (or .tif) image with w * h.

Original size:
652 * 791 = ratio = 0.82

When setting height in content element to 125px the resulting image becomes:
196 * 125 = ratio = 1.57
The 196px width should be 103px width in stead.

Setting width to e.g. 125px results in this:
125 * 152 = ratio = 0.82

Portrait tifs are narrowed. There is no tif going okay, even square ones
are flattened. And of course, this customer has all the images as tif.

With the images as .png it goes okay.

So, in conclusion, setting the height on .tiff/.tif makes the wrong ratio.
Only in 6.2 because on the same server (so same ImageMagick) with 6.1.7 I
encounter no problems.

Additional information:

Configuration Presets  Image handling settings mentions this:
ImageMagick version 6 or higher was not found in standard system paths.

Strange, because it works in the Install Tool Test setup. And it works in
6.1.7. (Is this buggy as well?)

All configuration (if it matters):

[GFX][imagefile_ext] = gif,jpg,jpeg,tif,tiff,bmp,pcx,tga,png,pd
[GFX][gdlib_png] = 1 (if 0, same problems)
[GFX][im_noScaleUp] = 0 (or 1, no difference)

Quality and Type settings make no difference.

That's about it I guess. Smells buggy, but I have no idea.

Thanks! Vincent


2014-03-18 14:36 GMT+01:00 Vincent Mans vinc...@vibis.nl:


 Hi,

 On the same server I have 6.1.x and 6.2 beta6. The first one scales images
 properly, the newest one does not. The proportions get lost. Test setup is
 okay.

 It occurs very clearly on tiffs. Anybody any clue?

 Thanks,
 Vincent

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


[TYPO3-english] FLUIDTEMPLATE and renderObj

2014-03-13 Thread Vincent Mans
Hi folks,

Using version 6.1.7.

Basically the problem is: I cannot get renderObj to work in FLUIDTEMPLATE.
So the example below is one in the list. E.g., if I use renderObj as COA
and try to suffix datetime, it doesn't work either.

Is it simply not allowed in the FLUIDTEMPLATE object or do I overlook
something?

Purpose: for this specific content element object, I want the header to be
stripped from everything surrounding it.

I know I can use f:format.stripTags() for this particular purpose, but I'm
sure we all may need the knowledge one of these days.


HTML template:

   h3 class=panel-title
 {HeaderAddBox1 - f:format.raw()}
   /h3


TS:


page {

  10 = FLUIDTEMPLATE
  10 {

...
...

variables {
  Content  styles.content.get
  Content.select.where = colPos = 0

...
...

  HeaderAddBox1  styles.content.get
  HeaderAddBox1.select.where = colPos = 21

  HeaderAddBox1.renderObj.stdWrap.innerWrap.cObject=CASE
  HeaderAddBox1.renderObj.stdWrap.innerWrap.cObject{
  key.field = header_layout
  default=TEXT
  default.value=|
  1=TEXT
  1.value=|
}
}


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


[TYPO3-english] Version 6.2 beta: Backend group access problems, a BUG?

2014-03-13 Thread Vincent Mans
Hi folks,

Let me describe what I found with Permissions and Access. I found this in
6.2bèta6, but didn't reproduce it in other versions (current lack of time).
With the risk of making a complete fool of myself.

Anyway, better safe than sorry. Here it is.

There is a basic group basic-settings. There is another group called
main-editors (the names have been changed, it's as general example).

The group main-editors has basic-settings as a sub group.

If I create a backend user and I make him member of main-editors, he
obviously gets the settings of basic-settings with it.

But here is the thing: if this backend user creates a page, the Group
Access of that page is assigned to group basic-settings.

This is wrong, or not? Shouldn't it be assigned to main-editors? Because
by proxy there are much more editors member of group basic-settings
than there are of main-editors, resulting in users having access to pages
we don't want.

Three options. Is this a bug, or a config-setting I missed, or am I
completely and utterly mistaken in the concept?


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


Re: [TYPO3-english] Version 6.2 beta: Backend group access problems, a BUG?

2014-03-13 Thread Vincent Mans
Thanks for the answers. Yes, I remember from a few years back, that the
settings can be configured. Sorry to bother. But I also remember now the
related questions questions that popped up back then. And pop up again now.

I think with the configuration options many cases can be handled, indeed.
But still...

First:

depends on point of view:

if everyone should at least see new pages it would be correct
if only the smallest group should be able to see new pages your attempt
is correct.

You can make and structure groups so that everyone can see. But you
cannot make groups the other way around. So shouldn't it work just the
other way around?


Second:

If a group is the owner of a page, wouldn't it be more correct in a natural
flow that the group is also the owning group of a child page?


Third:

So there have to be users with permissions to the Access tool, to repair
the defaults on a page or branch. This is not wanted or feasible in every
customer organisation. Editors have already many things to attend.


I'm not sure, but perhaps it's an issue to put on the To make things
easier-list?

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


Re: [TYPO3-english] TYPO3 6.2 beta6: images are not translated in multi-language

2014-03-10 Thread Vincent Mans
Hi Alex,

The patch seems to work.



Thanks,
Vincent




2014-03-10 0:01 GMT+01:00 Vincent Mans vinc...@vibis.nl:

 Hi there,

 In 6.2 beta6, I can get everything translated so far, except images. That
 is, if there is another image loaded for the alternative languages.

 This is only visible in the frontend, in the backend the thumbs are
 translated.

 This goes for element images and also for element text with images.
 There the text is translated but the image is not.

 Is this a bug so should I report it, or is it a way of handling things in
 a new way that I haven't found out yet? I have not set responsive settings
 in the constants.

 Thanks, Vincent





-- 


Vincent Mans

*Very Interesting Business  Internet Solutions*

vibis.nl / i...@vibis.nl / +31651766520

Bezoek: Einsteinstraat 57, 1446VE Purmerend


Vibis is specialized in OpenSource CMS TYPO3, website design and build,
Mobile websites  apps, Online Marketing, concepts to make things real,
big/medium/small sized web applications and websites, ...


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


[TYPO3-english] TYPO3 6.2 beta6: images are not translated in multi-language

2014-03-09 Thread Vincent Mans
Hi there,

In 6.2 beta6, I can get everything translated so far, except images. That
is, if there is another image loaded for the alternative languages.

This is only visible in the frontend, in the backend the thumbs are
translated.

This goes for element images and also for element text with images.
There the text is translated but the image is not.

Is this a bug so should I report it, or is it a way of handling things in a
new way that I haven't found out yet? I have not set responsive settings in
the constants.

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


Re: [TYPO3-english] Problem with preview page

2014-02-12 Thread Vincent Mans
Hi there, Pero,

Did you solve this issue? Because I'm facing the same problems on several
installations (6.1.x). But on a few other installations it works.

The problem in detail: no preview on hidden pages, but a redirect to the
homepage of the domain.

The installations have all multi-domain. Also often multiple domain records
per domain. I cannot find a clue in htaccess or so.

So I'm curious, what did you find eventually?



Thanks, Vincent



--


Vincent Mans

Very Interesting Business  Internet Solutions

http://vibis.nl / i...@vibis.nl / +31651766520

Bezoek: Einsteinstraat 57, 1446VE Purmerend
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] SENDMAIL problem / error

2012-02-13 Thread Vincent Mans
Hi!

Sendmail causes problems. So I can't use the new form mail. I have
this on two different servers (Gentoo and Ubuntu).

[MAIL][transport] = mail goes well. Testmail is sent. Real mails are sent too.
[MAIL][transport] = sendmail gives this error in the backend,
testmail: Oops, an error occurred! Expected response code 220 but got
code , with message 

The mailform isn't sent from the website: There was an error when
sending the form by mail.

From command line:

echo To:vinc...@real-domain-name-here.com | /usr/sbin/sendmail -t
-i -f i...@domain2.com

works, so sendmail does its job well.

These are the settings:

-rwxr-xr-x 1 root root 25952 2011-05-10 15:48 /usr/sbin/sendmail*

Further settings in install tool:
[MAIL][transport_sendmail_command] = /usr/sbin/sendmail -bs
[MAIL][defaultMailFromAddress] = noreply@valid.domain
[MAIL][defaultMailFromName] = Name

The install tool shows (as it does always always):

Sendmail program not found or not executable?
sendmail_path=/usr/sbin/sendmail -t -i -fwebmaster@valid.domain


Does someone on this globe have any idea or solution?

Solution is not: use Powermail with mail ;-)


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


Re: [TYPO3-english] SENDMAIL problem / error

2012-02-13 Thread Vincent Mans
Update: my server admin will dive into the matter... for now it looks
like an error on the server. Sorry to bother.




Op 13 februari 2012 12:33 heeft Vincent Mans typo3.vinc...@gmail.com
het volgende geschreven:
 Hi!

 Sendmail causes problems. So I can't use the new form mail. I have
 this on two different servers (Gentoo and Ubuntu).

 [MAIL][transport] = mail goes well. Testmail is sent. Real mails are sent 
 too.
 [MAIL][transport] = sendmail gives this error in the backend,
 testmail: Oops, an error occurred! Expected response code 220 but got
 code , with message 

 The mailform isn't sent from the website: There was an error when
 sending the form by mail.

 From command line:

 echo To:vinc...@real-domain-name-here.com | /usr/sbin/sendmail -t
 -i -f i...@domain2.com

 works, so sendmail does its job well.

 These are the settings:

 -rwxr-xr-x 1 root root 25952 2011-05-10 15:48 /usr/sbin/sendmail*

 Further settings in install tool:
 [MAIL][transport_sendmail_command] = /usr/sbin/sendmail -bs
 [MAIL][defaultMailFromAddress] = noreply@valid.domain
 [MAIL][defaultMailFromName] = Name

 The install tool shows (as it does always always):

 Sendmail program not found or not executable?
 sendmail_path=/usr/sbin/sendmail -t -i -fwebmaster@valid.domain


 Does someone on this globe have any idea or solution?

 Solution is not: use Powermail with mail ;-)


 Thanks! Vincent
 ___
 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] EM issue: not able to install/update language packs in extension manager 4.6.0 and 4.6.1

2011-12-17 Thread Vincent Mans
Hi Dirk,

Thank you for your hint. Unfortunately (or actually: fortunately) this
is not the case. We're looking further. There should be something in
our webmanager settings that causes this issue.

Regards,
Vincent



2011/12/15 Wenzel Dirk lis...@arkadias.de:
 Hi Vincent,
 recently I got the very same message. Finally I found out that the hoster's 
 server had a firewall rule blocking the repository servers (even though they 
 claimed to sell a typo3 package!).

 Kind regards
 Dirk

 Am 14.12.2011 um 09:48 schrieb Vincent Mans:

 Hey folks,

 Am I the only one who has this issue below, even on two completely
 different but up-to-date servers?

 I'm very curious. How to reproduce? Go to the EM, then the language
 packs tab, choose a language, stay in check against repository, and
 then click the update link after an extension.

 If you do an update in stead of a check, some update statuses seem
 okay, but no language pack update is executed.


 Regards,
 Vincent



 2011/12/12 Vincent Mans typo3.vinc...@gmail.com:
 Hi,

 When trying to install new language packs in 4.6.0 and 4.6.1 I got this 
 error:


 Connection Problem
 Sorry, but an error occurred while connecting to the server. Please
 check your network connection.


 Found some descriptions with Firebug:

 in Ext JS Library 3.4.0

 those files are compressed, so I hope these lines are useful:

 e._flyweights is undefined
 [Afbreken op deze fout] (function(){var
 h=Ext.util,j=Ext.each,...lclick,this.onNodeDblClick,this)}});

 Ext.EventManager is undefined
 [Afbreken op deze fout]
 window.undefined=window.undefined;Ext=...window.attachEvent(onunload,a)}})();




 Tried it in FF and Chrome and on two servers (Gentoo PHP5.3.5 and
 Ubuntu PHP5.3.2). Enough database connections, pconnect several
 settings, etc.

 So, any hint? I reopend a former bug report too, so hopefully the core
 people find it.



 Thanks,
 Vincent
 ___
 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
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] EM issue: not able to install/update language packs in extension manager 4.6.0 and 4.6.1

2011-12-14 Thread Vincent Mans
Hey folks,

Am I the only one who has this issue below, even on two completely
different but up-to-date servers?

I'm very curious. How to reproduce? Go to the EM, then the language
packs tab, choose a language, stay in check against repository, and
then click the update link after an extension.

If you do an update in stead of a check, some update statuses seem
okay, but no language pack update is executed.


Regards,
Vincent



2011/12/12 Vincent Mans typo3.vinc...@gmail.com:
 Hi,

 When trying to install new language packs in 4.6.0 and 4.6.1 I got this error:


 Connection Problem
 Sorry, but an error occurred while connecting to the server. Please
 check your network connection.


 Found some descriptions with Firebug:

 in Ext JS Library 3.4.0

 those files are compressed, so I hope these lines are useful:

 e._flyweights is undefined
 [Afbreken op deze fout] (function(){var
 h=Ext.util,j=Ext.each,...lclick,this.onNodeDblClick,this)}});

 Ext.EventManager is undefined
 [Afbreken op deze fout]
 window.undefined=window.undefined;Ext=...window.attachEvent(onunload,a)}})();




 Tried it in FF and Chrome and on two servers (Gentoo PHP5.3.5 and
 Ubuntu PHP5.3.2). Enough database connections, pconnect several
 settings, etc.

 So, any hint? I reopend a former bug report too, so hopefully the core
 people find it.



 Thanks,
 Vincent
 ___
 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] EM issue: not able to install/update language packs in extension manager 4.6.0 and 4.6.1

2011-12-12 Thread Vincent Mans
Hi,

When trying to install new language packs in 4.6.0 and 4.6.1 I got this error:


Connection Problem
Sorry, but an error occurred while connecting to the server. Please
check your network connection.


Found some descriptions with Firebug:

in Ext JS Library 3.4.0

those files are compressed, so I hope these lines are useful:

e._flyweights is undefined
[Afbreken op deze fout] (function(){var
h=Ext.util,j=Ext.each,...lclick,this.onNodeDblClick,this)}});

Ext.EventManager is undefined
[Afbreken op deze fout]
window.undefined=window.undefined;Ext=...window.attachEvent(onunload,a)}})();




Tried it in FF and Chrome and on two servers (Gentoo PHP5.3.5 and
Ubuntu PHP5.3.2). Enough database connections, pconnect several
settings, etc.

So, any hint? I reopend a former bug report too, so hopefully the core
people find it.



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


[TYPO3-english] Page type Standard has no Extended tab

2011-03-16 Thread Vincent Mans
Hi,

Page type Standard has no Extended tab. But other page types do
have this tab.

Workaround for now: make a page a Shortcut or Folder, add the
TempaVoila template designs, and then change page type back to
Standard. But this is not how it's supposed to work.

TYPO3 version 4.5.0 till 4.5.2, TV 1.5.4, database compare done, etc.

It didn't occur to me before, because ROOT is often a shortcut page.
So I checked 4.4.x and there it goes well on standard pages..

Any ideas? List it as a bug? Or do I overlook a simple setting? Should
I introduce the advanced pagetype back?


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


Re: [TYPO3-english] Page type Standard has no Extended tab

2011-03-16 Thread Vincent Mans
I've put it on bugs.typo3.org  tx_templavoila.



2011/3/16 Ralf-René Schröder ralf.r...@online.de:
 Vincent Mans schrieb:

 Hi,

 Page type Standard has no Extended tab. But other page types do
 have this tab.

 the tv layout you now set on another tab (same as without tv), in german it
 is Erscheinungsbild
 it is a tv bug that you MUST set this on shortcut pages on extended tab !!!

 --
 Ralf-René Schröder
 http://if-20.com  ... YAML templates for TYPO3
 __
 ___
 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] Page type Standard has no Extended tab

2011-03-16 Thread Vincent Mans
Aaaah... it looks so different, I totally missed it :-

I can only say: it's not consistent with the other pagetypes.

But I need glasses, that's for sure, after 12 years straing at screens.




2011/3/16 Steffen Kamper i...@sk-typo3.de:
 Hi,

 with latest TV there is no extended tab, template setting is now in tab
 Appearance

 vg Steffen
 ___
 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] IE8 loosing login session - in both FE and BE

2011-03-15 Thread Vincent Mans
Hi,

Did you ever find a solution? I have this too with felogin and also
with some tt_products baskets.

Thanks, Vincent




2009/12/18 Sune Vestergaard s...@typoconsult.dk:

 Are you sure that you've set the Compatible-flag correctly?

 Have you tried
 Header set X-UA-Compatible IE=8
 in .htaccess?

 Yes - X-UA-Compatible IE=8

 Also tried IE=7 and other combination (simulate). Using the header results
 in the Compability button in IE to disapear, so I am quite sure that IE
 understands that part as espected. However my problem is not affected.

 IF I aviod Ajax requests - I can nagivate and change pages after logon
 forever. On the first Ajax request - I am out :(

 Best regards,
 Sune Vestergaard




 ___
 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] IE8 loosing login session - in both FE and BE

2011-03-15 Thread Vincent Mans
Found it: cookiedomain in localconf

Vincent

2011/3/15 Vincent Mans typo3.vinc...@gmail.com:
 Hi,

 Did you ever find a solution? I have this too with felogin and also
 with some tt_products baskets.

 Thanks, Vincent




 2009/12/18 Sune Vestergaard s...@typoconsult.dk:

 Are you sure that you've set the Compatible-flag correctly?

 Have you tried
 Header set X-UA-Compatible IE=8
 in .htaccess?

 Yes - X-UA-Compatible IE=8

 Also tried IE=7 and other combination (simulate). Using the header results
 in the Compability button in IE to disapear, so I am quite sure that IE
 understands that part as espected. However my problem is not affected.

 IF I aviod Ajax requests - I can nagivate and change pages after logon
 forever. On the first Ajax request - I am out :(

 Best regards,
 Sune Vestergaard




 ___
 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] tt_products empty basket with internetexplorer

2011-03-15 Thread Vincent Mans
Setting the cookiedomain in localconf covers this issue. It's strange
that this happened all the sudden, probably thanks to Windows/IE
updates.



2011/2/22 Vincent Mans typo3.vinc...@gmail.com:
 Hello list,

 Strange case: all the sudden 4 of my 5 shops have empty baskets in IE8
 (and prbably all IE versions). In other browsers there are no
 problems.

 The one shop that still runs okay, uses an https connection.

 Does anyone have similar experiences the last days? Because I don't
 know if it started today or earlier. Perhaps IE8 had an automatic
 security fix? And did anyone find a way to solve it?

 Thanks,
 Vincent
 ___
 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] Mega Menu with Typo3

2011-03-03 Thread Vincent Mans
Hi,

Does this one come close? It's done with TypoScript. The columns are
TV elements. It's rather flexible, but not 100%, so you have to make a
few choices (which are easily to change afterwards). You can put
content as well as links inside. It is done with optionsplit.

Here it is: www.karindezoeteonline.nl - this is a first stage made in
2008, in a few months it will be developed further; mainly styles. One
important issue: the main level menu link does not get an active/hover
state. That will be solved too in the next stage.


Greetz, Vincent



2011/3/3 Alex MacDonald a...@ccum.net:
 Hello,

 I am trying to implement what is known as a Mega Menu into Typo3, according 
 to at Nettuts tutorial at 
 http://net.tutsplus.com/tutorials/html-css-techniques/how-to-build-a-kick-butt-css3-mega-drop-down-menu/.
  You can see the demo (example) here: 
 http://nettuts.s3.amazonaws.com/819_megamenu/demo/index.html. I can't figure 
 out how to categorize the menu items into categories, which in turn will be 
 columns. The columns will be separate unodered lists. Each undordered list 
 needs to be surrounded with a div with a certain class name, too. My 
 question is 1) Is this able to be done through Typo3? and 2) Is there any 
 way, once the initial code is created, to be able to update it without 
 editing the Typoscript?

 I've looked into options such as Optionsplit, but I can't guarantee how many 
 menu items will be in each column, so that doesn't seem to be helping. Am I 
 missing something?

 Any help is greatly appreciated - thanks!

 - Alex
 ___
 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] 4.5.2 graphicsmagick fails

2011-03-03 Thread Vincent Mans
That patch seems to be for safe_mode = on. So that's a different case.

But I have no problems with it, in 4.5.2, there must be something else
going wrong in your installation. I use an old GM 1.1.7, by the way.

Did you follow al the steps and advice for upgrading?

Vincent

2011/3/3 Martin Mädler martin.maed...@rwth-aachen.de:
 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 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] Mega Menu with Typo3

2011-03-03 Thread Vincent Mans
Hi Alex,

Here it is, basically. Hope it's complete, it's rather tricky to
unravel. In the source of that website you'll find crumler.css and
crumbler.js (it's not css3). It's from Chrome Drop Down Menu- Author:
Dynamic Drive (http://www.dynamicdrive.com) and slightly changed (look
for //vm in the code). And perhaps I did some modifications in the
other css-files as well. It needs re-engineering, but as you may
understand, it didn't came that far yet.

The dropmenu parts are just object elements in TemplaVoilà. They are
situated outside the HTML page layout, just above the closing /body
tag and CSS/JS takes care of the appearance. You can fill the elements
through DS with HMENU, but also other objects like RECORD or PLUGIN.
Everything fits in it. You can create complete webpages inside the
mega menu. That was one of the purposes of this setup. For example, I
plan to put webshop offers in the mega menu, and the contents of the
basket, and images.

The TS is limited to 3 mainlevel menu items. But it can be as many as
you like (just study optionSplit to see how you get passed the 3
items, I've handled that situation too once.

The dropmenus correspond to the column and row. So: dropmenu2c is the
second menu item, third position. As you see, there are dropmenu4 and
5, which are not used in fact. But you can imagine some grid approach
here. You can do anything with it.

I can imagine there are better ways to solve this, I'm not the most
advanced. But it works fine and it is easy to manage for content
managers.

Finally, this is the TS. Like I said, the hovering of the top level
menu items should be handled. I think jquery provides better options
these days (I didn't find it back in 2008). The rel-attribute is
crucial: the JS addresses those, invoking the dropdown of the
corresponding mega menu. Have fun. It took me a few days to sort it
all out and get it to work, hope this helps you to get it right and
improve it in a few hours ;-) Since I have to update this website in a
few months, I'm curious how you improve it further, to learn from
that.

temp.navpath = HMENU
temp.navpath.special = list
temp.navpath.special.value = 229,228,254 // top level menu pages

temp.navpath.1 = TMENU
temp.navpath.1.target = _top
temp.navpath.1.wrap = div class=crumbler id=crumblermenuul|/ul/div
temp.navpath.1.NO {
  linkWrap = li|/li
}
temp.navpath.1.ACT=1
temp.navpath.1.ACT {
  linkWrap = li|/li
}
temp.navpath.1.CUR=1
temp.navpath.1.CUR {
  linkWrap = li|/li
}

[treeLevel = 0,1,2,3,4,5]
temp.navpath.1.NO.ATagParams
=rel=dropmenu1|*|rel=dropmenu2|*|rel=dropmenu3
temp.navpath.1.ACT.ATagParams =rel=dropmenu1
style=color:red|*|rel=dropmenu2
style=color:red|*|rel=dropmenu3 style=color:red
temp.navpath.1.CUR.ATagParams =rel=dropmenu1
style=color:red|*|rel=dropmenu2
style=color:red|*|rel=dropmenu3 style=color:red

lib.menu1  temp.navpath

# Vertical dropmenus #

temp.dropmenu1a = HMENU
temp.dropmenu1a {
  special = directory
  special.value = 275
  1 = TMENU
  1{
wrap = ul|/ul
NO.allWrap = li | /li
ACT = 1
ACT.allWrap = li | /li
SPC = 1
SPC.allWrap = li class=dmheader | /li
  }
}
lib.dropmenu1a  temp.dropmenu1a

temp.dropmenu1b = HMENU
temp.dropmenu1b {
  special = directory
  special.value = 278
  1 = TMENU
  1{
wrap = ul|/ul
NO.allWrap = li | /li
ACT = 1
ACT.allWrap = li | /li
SPC = 1
SPC.allWrap = li class=dmheader | /li
  }
}
lib.dropmenu1b  temp.dropmenu1b

temp.dropmenu1c = HMENU
temp.dropmenu1c {
  special = directory
  special.value = 276
  1 = TMENU
  1{
wrap = ul|/ul
NO.allWrap = li | /li
ACT = 1
ACT.allWrap = li | /li
SPC = 1
SPC.allWrap = li class=dmheader | /li
  }
}
lib.dropmenu1c  temp.dropmenu1c

temp.dropmenu2a = HMENU
temp.dropmenu2a {
  special = directory
  special.value = 285
  1 = TMENU
  1{
wrap = ul|/ul
NO.allWrap = li | /li
ACT = 1
ACT.allWrap = li | /li
SPC = 1
SPC.allWrap = li class=dmheader | /li
  }
}
lib.dropmenu2a  temp.dropmenu2a

temp.dropmenu2b = HMENU
temp.dropmenu2b {
  special = directory
  special.value = 284
  1 = TMENU
  1{
wrap = ul|/ul
NO.allWrap = li | /li
ACT = 1
ACT.allWrap = li | /li
SPC = 1
SPC.allWrap = li class=dmheader | /li
  }
}
lib.dropmenu2b  temp.dropmenu2b

temp.dropmenu2c = HMENU
temp.dropmenu2c {
  special = directory
  special.value = 232
  1 = TMENU
  1{
wrap = ul|/ul
NO.allWrap = li | /li
ACT = 1
ACT.allWrap = li | /li
SPC = 1
SPC.allWrap = li class=dmheader | /li
  }
}
lib.dropmenu2c  temp.dropmenu2c

temp.dropmenu3a = HMENU
temp.dropmenu3a {
  special = directory
  special.value = 292
  1 = TMENU
  1{
wrap = ul|/ul
NO.allWrap = li | /li
ACT = 1
ACT.allWrap = li | /li
SPC = 1
SPC.allWrap = li class=dmheader | /li
  }
}
lib.dropmenu3a  temp.dropmenu3a

temp.dropmenu3b = HMENU
temp.dropmenu3b {
  special = directory
  special.value = 291
  1 = TMENU
  1{
wrap = ul|/ul

[TYPO3-english] tt_products empty basket with internetexplorer

2011-02-22 Thread Vincent Mans
Hello list,

Strange case: all the sudden 4 of my 5 shops have empty baskets in IE8
(and prbably all IE versions). In other browsers there are no
problems.

The one shop that still runs okay, uses an https connection.

Does anyone have similar experiences the last days? Because I don't
know if it started today or earlier. Perhaps IE8 had an automatic
security fix? And did anyone find a way to solve it?

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


Re: [TYPO3-english] Extensions potentially violating the GPL

2010-12-18 Thread Vincent Mans
Hi again,

So, in simple words (and if I'm correct):

1) if you make an extension using the TYPO3 API and release it to the
TER, it's GPL by default;
2) if you make an extension using the TYPO3 API and NOT release it to
the TER, it's also GPL by default;
3) if you make an extension using the TYPO3 API and you use other
libraries too, you can end up with several licenses (which should be
respected subsequentially - using jQuery for example, ans a lot of
people do that, is already such a case);
4) if you want to make an extension for TYPO3 but not under the GPL,
you are not allowed to use the TYPO3 API; only for the port to TYPO3
you might need the API, so the port extension is GPL (an advantage:
the software might be portable to other systems).


If my wrap-up is basically correct, I think existing extensions that
do not follow the GPL rules should be removed from the TER, and as an
courtesy service be placed in another ER. It's a good thing to make
that decision now and not postpone it (otherwise it becomes a
recurring issue).

For developers that want to use other licenses, the advantages of the
TYPO3 API cannot be available for their software. Because it's not
only a violation of GPL rules, it's also against basic principles of
TYPO3 about sharing your software. So this is covered both legally and
in principle. If you are a good developer, there should be no problem
in this: use a different library and port it to TYPO3.


* By the way 1: rights gained in the past are not easily changed. That
is legacy. But reading the thread, that's respected already. You can
only ask the developer to change the license, and if he refuses simply
remove the extension.
* By the way 2: this discussion has similarities with the in-company
discussions about components in the late 90's. I've seen a few
managers breaking their teeth on that subject. Many legal and economic
issues do interfere the creative processes. Be careful!


Greetz,
Vincent



2010/12/17 Kay Strobach ty...@kay-strobach.de:
 http://www.gnu.org/licenses/gpl-faq.html

 Regards
 Kay
 ___
 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] Extensions potentially violating the GPL

2010-12-17 Thread Vincent Mans
Hi, a small contribution...

1) It shouldn't go the way it goes with Joomla. There you have to buy
(the best) extensions. Am I right?
2) There are people making not that much money with TYPO3, and who are
poor programmers. They contribute to making TYPO3 a popular system by
simply using it for their (small) customers. Good quality should not
only be available to those who pay much money. So, TYPO3 must be there
for the little customers too.
3) It is understandable that different programmers want to protect
their software differently, for several reasons.

Do we agree on that? If so, perhaps there should be a way for
contributors to the TER to choose another license. Perhaps from some
of the Creative Commons licenses?

For the already build extensions that are not maintained, the author
can be asked what he/she wants? And if he/she doesn't respond, the
TYPO3 organisation can take the appropriate action. Changing the
license or keeping it to GPL... whatever.

Hope it adds to the discussion.

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


Re: [TYPO3-english] config.prefixLocalAnchors not working.

2010-11-15 Thread Vincent Mans
Sorry, it's the JavaScript that caused the problem I described below.

Regards, Vincent


2010/11/12 Vincent Mans typo3.vinc...@gmail.com:
 Hi,

 Indeed, I have the same problem. Version 4.4.4.

 domain/page/# goes okay
 domain/page/#section goes wrong and the link opens this page: 
 domain/#section (so it removes a part of the path)

 This occurs with and without RealURL. I mean,
 domain/index.php?id=4#section goes to domain/#section.

 So, somewhere a part of the stripping goes wrong?

 I'll try to find the cause and file a bug...

 Greetz, Vincent



 2010/8/18 Stefano Moser stefano.mo...@gmail.com:
 Yes, I'm sure. It's not disabled, otherwise all the other configurations in
 the template will not work (instead it's all ok).

 However, apart from the first problem, this is reproducible: I've installed
 Typo3 4.4 with Dummy on my local machine (windows xp with xampp - apache)
 and tried to create an empty page, then selecting template-Create a
 template for a new site. Check Clear setup, Clear constants and
 Rootlevel.
 Then go to Template-(page)-Template analyzer, and the red stop icon is
 there.

 Thanks for the reply.

 Il 18/08/2010 17.42, Philippe Moreau ha scritto:

 Are you sure your template isn't disabled? Uncheck the disable box
 checkbox if it's checked. This is probably what causes the red icon.


 On Tue, Aug 17, 2010 at 2:40 PM, Stefano
 Moserstefano.mo...@gmail.comwrote:

 Hi all,
 I'm quite new to typo3. I've installed the last stable version (4.4) on
 an
 IIS 6 server.

 I've a problem with config.prefixLocalAnchors. Setting it to all in the
 Setup field of the root template does not work. The line I've added is:

 config.prefixLocalAnchors = all

 I'll need it 'cause I use config.baseUrl set. But when i check the to
 top
 in a content element on a sub-page of the site I'll get only href=# in
 the
 anchors, and not href=index.php?id=XX# as should be, even clearing the
 cache.

 By the way, I've noticed that If I use the template analyzer, the main
 template has a red stop icon on it. It it normal behaviour? The
 introduction
 site instead has not.

 Thanks in advance for the help,
 best regards.

 Stefano Moser.
 ___
 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

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


Re: [TYPO3-english] config.prefixLocalAnchors not working.

2010-11-12 Thread Vincent Mans
Hi,

Indeed, I have the same problem. Version 4.4.4.

 domain/page/# goes okay
 domain/page/#section goes wrong and the link opens this page: domain/#section 
 (so it removes a part of the path)

This occurs with and without RealURL. I mean,
domain/index.php?id=4#section goes to domain/#section.

So, somewhere a part of the stripping goes wrong?

I'll try to find the cause and file a bug...

Greetz, Vincent



2010/8/18 Stefano Moser stefano.mo...@gmail.com:
 Yes, I'm sure. It's not disabled, otherwise all the other configurations in
 the template will not work (instead it's all ok).

 However, apart from the first problem, this is reproducible: I've installed
 Typo3 4.4 with Dummy on my local machine (windows xp with xampp - apache)
 and tried to create an empty page, then selecting template-Create a
 template for a new site. Check Clear setup, Clear constants and
 Rootlevel.
 Then go to Template-(page)-Template analyzer, and the red stop icon is
 there.

 Thanks for the reply.

 Il 18/08/2010 17.42, Philippe Moreau ha scritto:

 Are you sure your template isn't disabled? Uncheck the disable box
 checkbox if it's checked. This is probably what causes the red icon.


 On Tue, Aug 17, 2010 at 2:40 PM, Stefano
 Moserstefano.mo...@gmail.comwrote:

 Hi all,
 I'm quite new to typo3. I've installed the last stable version (4.4) on
 an
 IIS 6 server.

 I've a problem with config.prefixLocalAnchors. Setting it to all in the
 Setup field of the root template does not work. The line I've added is:

 config.prefixLocalAnchors = all

 I'll need it 'cause I use config.baseUrl set. But when i check the to
 top
 in a content element on a sub-page of the site I'll get only href=# in
 the
 anchors, and not href=index.php?id=XX# as should be, even clearing the
 cache.

 By the way, I've noticed that If I use the template analyzer, the main
 template has a red stop icon on it. It it normal behaviour? The
 introduction
 site instead has not.

 Thanks in advance for the help,
 best regards.

 Stefano Moser.
 ___
 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] RealURL problem with Arabic domains

2010-10-21 Thread Vincent Mans
Hi,

Thanks for this. I was aware of IDN (this starts at the domain
registrar), but not to use it like this in TYPO3. So now, the top
domainrecord and baseurl are both the IDN-name. It works.

Now, next problem, the links are not generated (not in HMENU, not
through RTE in a text element):

li class=lasta href=/ onfocus=blurLink(this);دليل المواقع/a/li

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

Re: [TYPO3-english] RealURL problem with Arabic domains

2010-10-21 Thread Vincent Mans
Some additional information for the issue below:

- latest TYPO3 (4.4.4)
- latest RealURL (1.10.0)
- the pagetitles are okay (arabic characters) in the pages table

There are no arabic pagepath records at all in the pagepath table.
Filling in the realurl path segment in page properties doesn't help.

What can I do about it?

Thanks!



2010/10/21 Vincent Mans typo3.vinc...@gmail.com:
 Hi,

 Thanks for this. I was aware of IDN (this starts at the domain
 registrar), but not to use it like this in TYPO3. So now, the top
 domainrecord and baseurl are both the IDN-name. It works.

 Now, next problem, the links are not generated (not in HMENU, not
 through RTE in a text element):

 li class=lasta href=/ onfocus=blurLink(this);دليل المواقع/a/li

 Greetz,
 Vincent
 ___
 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] RealURL problem with Arabic domains

2010-10-21 Thread Vincent Mans
Yes... add enableAllUnicodeLetters = true to init array. It's a
rather new parameter? It's in the documentations but I didn't look
close enough, sorry for that.


Thanks very much!


2010/10/21 Dmitry Dulepov dmi...@typo3.org:
 Hi!

 Vincent Mans wrote:
 Now, next problem, the links are not generated (not in HMENU, not
 through RTE in a text element):

 li class=lasta href=/ onfocus=blurLink(this);دليل المواقع/a/li

 RealURL generates links by converting title characters to their ASCII
 equivalents. How do expect it to convert Arabic characters to ASCII? :) The
 manual describes what you need to set in the config for non–latin
 languages. Please, check there (I do not remember exact details).

 --
 Dmitry Dulepov
 TYPO3 coresecurity team member
 Twitter: http://twitter.com/dmitryd
 Read more @ http://dmitry-dulepov.com/
 ___
 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] RealURL problem with Arabic domains

2010-10-20 Thread Vincent Mans
Hi,

Domains like this Arabic example

سوق-عربي.com (or www.سوق-عربي.com)

seem not to work with realURL. This is the message:

RealURL error: unable to determine rootpage_id for the current domain.

The domain has a rootpage_id. I use the realurl_autoconf.php.

Details:
- it's a multi domain tree, but even if I use it in a single domain
setting (tested) it doesn't work
- latin urls work fine
- the database and files show the arabic characters as it should be

So, is it possible to use such (Arabic) domains with RealURL? Does it
need some special configuration?

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

[TYPO3-english] Upgrade to 4.4.0 but Extension Manager fails

2010-07-17 Thread Vincent Mans
Hi,

I made an upgrade from 4.1.2 to 4.4.0. Now the Extension Manager does
not retreive beyond the date/time last update: 12-08-07, 13:11.
Seems like the date the upgrade to 4.1.2 took place. So the EM hangs
till there. Now I get only old extension versions in the list. There
is no warning or error message.

Checked a lot of settings and the website itself runs okay (did some
manual upgrades for essential extensions like static_info_tables).

Does anyone have a clue? It seems an easy problem, but I don't get it.

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


Re: [TYPO3-english] Upgrade to 4.4.0 but Extension Manager fails

2010-07-17 Thread Vincent Mans
Sorry list, it were the server permissions. Of course...
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Spelling of sure/shure

2010-07-13 Thread Vincent Mans
No sit!
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english