Re: [TYPO3-english] Split submenu TS challenge

2011-04-27 Thread Björn Pedersen
Am 26.04.2011 23:16, schrieb Sergey Alexandrov:
 This will not sort pages out as Paul wanted tho
 
 Why not? Just use a condition to first only output pages with image and
in  a second menu pages without.

Björn

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

[TYPO3-english] How to remove an extension in Required state (Rq)?

2011-04-27 Thread PIT Solutions
Hi, Does anybody know how to remove an extension in Required state (Rq)? 
When I go to Information view from Loaded Extensions by clicking on the 
extension it's said that This extension is entered in the 
TYPO3_CONF_VARS['SYS']['requiredExt'] list and is therefore always loaded. and 
no remove the extension option is available under the Current status:. Also 
I couldn't find the TYPO3_CONF_VARS['SYS']['requiredExt'] in 
typo3conf/localconf.php. I searched in some files in typo3/sysext folder as the 
extension which I want to remove is a system extension and also checked Install 
configuration at the 'Admin Tools' module but couldn't find it. I'm using typo3 
4.4.7. Regards,  Sankar.V
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Split submenu TS challenge

2011-04-27 Thread Paul Vetch

Hi Bjorn,

I've never seen that done in a second level menu though.  There are numerous 
examples of splitting up a menu using two completely different TMENU objects 
(for example splitting a menu into two columns) but this is a submenu, and 
must appear nested in the middle of the first level TMENU object.


It seems to me like maybe a CASE cObject would be neat here but I can't see 
what I would 'key' off, because I need to detect presence or absence of the 
image (or the abstract) field, not a specific value -- and then vary the 
behaviour of the TMENU stdWrap.cObject accordingly.  I can't see how to do 
that.


If I override stdWrap.cObject I can create two different objects with 
different tests (stdWrap.cObject.10.if.isTrue.field = abstract, 
stdWrap.cObject.20.if.isFalse.field = abstract) but then I can only 
approximate grouping with something like 
alternativeSortingField=abstract,sorting ASC ... that seems ugly, and 
doesn't allow for the markup I want to produce.


If I use 'allStdWrap.if.isTrue.field = abstract' or something within the NO, 
then great, I can isolate all of the abstract/image containing menu items 
and format them how I want.  But then how to get the rest of the menu items 
and output them afterwards?  (I think somehow this may be the answer)


Paul






Björn Pedersen  wrote in message 
news:mailman.1.1303884254.31242.typo3-engl...@lists.typo3.org...


Am 26.04.2011 23:16, schrieb Sergey Alexandrov:

This will not sort pages out as Paul wanted tho


Why not? Just use a condition to first only output pages with image and
in  a second menu pages without.

Björn 


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

Re: [TYPO3-english] How to remove an extension in Required state (Rq)?

2011-04-27 Thread Patrick Rodacker

Hi Sankar,

Am 27.04.11 12:46, schrieb PIT Solutions:

Hi, Does anybody know how to remove an extension in Required state (Rq)? When I go to Information view from Loaded 
Extensions by clicking on the extension it's said that This extension is entered in the TYPO3_CONF_VARS['SYS']['requiredExt'] 
list and is therefore always loaded. and no remove the extension option is available under the Current 
status:. Also I couldn't find the TYPO3_CONF_VARS['SYS']['requiredExt'] in typo3conf/localconf.php. I searched in some 
files in typo3/sysext folder as the extension which I want to remove is a system extension and also checked Install configuration at the 
'Admin Tools' module but couldn't find it. I'm using typo3 4.4.7. Regards,  Sankar.V


Have a look at t3lib/config_default.php

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


Re: [TYPO3-english] Split submenu TS challenge

2011-04-27 Thread Björn Pedersen
Am 27.04.2011 12:51, schrieb Paul Vetch:
 
 If I use 'allStdWrap.if.isTrue.field = abstract' or something within the
 NO, then great, I can isolate all of the abstract/image containing menu
 items and format them how I want.  But then how to get the rest of the
 menu items and output them afterwards?  (I think somehow this may be the
 answer)
 
 Paul

if.negate=1 could help here.
Otherwise, itemProcFunc can always help in such cases.

Björn

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

Re: [TYPO3-english] How to remove an extension in Required state (Rq)?

2011-04-27 Thread PIT Solutions
Hi Patrick,         Thanks for the reply. But I dont have write permission for 
changing the typo3 source files. Is there any other method to remove 
the extension in Required state (Rq) rather than editing the source 
files?Thanks in advance!
Regards,         Sankar.V

--- On Wed, 4/27/11, Patrick Rodacker patrick.rodac...@the-reflection.de 
wrote:

From: Patrick Rodacker patrick.rodac...@the-reflection.de
Subject: Re: [TYPO3-english] How to remove an extension in Required state (Rq)?
To: typo3-english@lists.typo3.org
Date: Wednesday, April 27, 2011, 11:23 AM

Hi Sankar,

Am 27.04.11 12:46, schrieb PIT Solutions:
 Hi,    Does anybody know how to remove an extension in Required state (Rq)? 
 When I go to Information view from Loaded Extensions by clicking on the 
 extension it's said that This extension is entered in the 
 TYPO3_CONF_VARS['SYS']['requiredExt'] list and is therefore always loaded. 
 and no remove the extension option is available under the Current 
 status:. Also I couldn't find the TYPO3_CONF_VARS['SYS']['requiredExt'] in 
 typo3conf/localconf.php. I searched in some files in typo3/sysext folder as 
 the extension which I want to remove is a system extension and also checked 
 Install configuration at the 'Admin Tools' module but couldn't find it. I'm 
 using typo3 4.4.7. Regards,    Sankar.V

Have a look at t3lib/config_default.php

HTH
Patrick
___
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] How to remove an extension in Required state (Rq)?

2011-04-27 Thread Jigal van Hemert

Hi,

On 27-4-2011 13:37, PIT Solutions wrote:

Does anybody know how to remove an extension in Required
state (Rq)?


The extensions with the state 'Required' should not be removed or 
uninstalled. These extensions are necessary for the normal 
functionality of TYPO3.


TYPO3 started its life as a framework. The absolutely necessary parts of 
the current form (a CMS) are in the form of extensions. The extensions 
marked as Required are vital for TYPO3 to function and cannot be removed 
from the Extension Manager.


--
Kind regards / met vriendelijke groet,

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


Re: [TYPO3-english] How to remove an extension in Required state (Rq)?

2011-04-27 Thread Björn Pedersen
Am 27.04.2011 13:37, schrieb PIT Solutions:
 Hi Patrick, Thanks for the reply. But I dont have write permission 
 for changing the typo3 source files. Is there any other method to remove the 
 extension in Required state (Rq) rather than editing the source files?Thanks 
 in advance!
 Regards, Sankar.V
 

That's why they are required: They should not be removed unless you
really know what you are doing. And in that case you should have the
needed access rights.


$TYPO3_CONF_VARS['EXT]['ignoredExt']// String. List of
extensions to be ignored (not loaded), e.g. em can be disabled this way.

(at least in 4.5)

Björn

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

Re: [TYPO3-english] How to remove an extension in Required state (Rq)?

2011-04-27 Thread Björn Pedersen
Am 27.04.2011 14:00, schrieb Björn Pedersen:
 Am 27.04.2011 13:37, schrieb PIT Solutions:
 Hi Patrick, Thanks for the reply. But I dont have write permission 
 for changing the typo3 source files. Is there any other method to remove the 
 extension in Required state (Rq) rather than editing the source files?Thanks 
 in advance!
 Regards, Sankar.V

 
 That's why they are required: They should not be removed unless you
 really know what you are doing. And in that case you should have the
 needed access rights.
 
 
 $TYPO3_CONF_VARS['EXT]['ignoredExt']// String. List of
 extensions to be ignored (not loaded), e.g. em can be disabled this way.
 
 (at least in 4.5)
 
 Björn

 The message from EM is  wrong: See http://forge.typo3.org/issues/26354

Björn

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

Re: [TYPO3-english] How to remove an extension in Required state (Rq)?

2011-04-27 Thread PIT Solutions
Hi Jigal,
We have 2 different servers using same typo3 version(typo3 4.2.17). Now both 
are upgraded to typo3 4.4.7. The extension 'OpenID authentication (openid)'  is 
in required state in one server and in another server its not in the required 
state. How can I remove the one in required state as the client doesn’t need 
it? Thanks  Regards,Sankar.V
--- On Wed, 4/27/11, Jigal van Hemert ji...@xs4all.nl wrote:

From: Jigal van Hemert ji...@xs4all.nl
Subject: Re: [TYPO3-english] How to remove an extension in Required state (Rq)?
To: typo3-english@lists.typo3.org
Date: Wednesday, April 27, 2011, 11:56 AM

Hi,

On 27-4-2011 13:37, PIT Solutions wrote:
 Does anybody know how to remove an extension in Required
 state (Rq)?

The extensions with the state 'Required' should not be removed or uninstalled. 
These extensions are necessary for the normal functionality of TYPO3.

TYPO3 started its life as a framework. The absolutely necessary parts of the 
current form (a CMS) are in the form of extensions. The extensions marked as 
Required are vital for TYPO3 to function and cannot be removed from the 
Extension Manager.

-- Kind regards / met vriendelijke groet,

Jigal van Hemert.
___
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] How to remove an extension in Required state (Rq)?

2011-04-27 Thread Björn Pedersen
Am 27.04.2011 15:04, schrieb PIT Solutions:
 Hi Jigal,
 We have 2 different servers using same typo3 version(typo3 4.2.17). Now both 
 are upgraded to typo3 4.4.7. The extension 'OpenID authentication (openid)'  
 is in required state in one server and in another server its not in the 
 required state. How can I remove the one in required state as the client 
 doesn’t need it? Thanks  Regards,Sankar.V
 --- On Wed, 4/27/11, Jigal van Hemert ji...@xs4all.nl wrote:
 
Hi,

openID never was required by core. So check your localconf.php
carefully. Somewhere ['EXT']['requiredExt'] is setup to contain openid.

Björn

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

Re: [TYPO3-english] How to remove an extension in Required state (Rq)?

2011-04-27 Thread Jigal van Hemert

Hi,

On 27-4-2011 15:19, Björn Pedersen wrote:

Am 27.04.2011 15:04, schrieb PIT Solutions:

The extension 'OpenID authentication (openid)'  is in required
state in one server and in another server its not in the required
state.


openID never was required by core. So check your localconf.php
carefully. Somewhere ['EXT']['requiredExt'] is setup to contain
openid.


Additionally there is a line in t3lib/config_default.php which defines 
the  basic set of required extensions:


// Defines a list that are basically required by a TYPO3 system.
define('REQUIRED_EXTENSIONS', 'cms,lang,sv,em,recordlist');

Openid should not be listed here, unless someone modified the core files...

--
Kind regards / met vriendelijke groet,

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

Re: [TYPO3-english] tt_news - link text gets cut off at ?

2011-04-27 Thread horace grant
On Fri, Apr 8, 2011 at 5:35 PM, horace grant horac...@gmail.com wrote:

 hi,

 i am using tt_news.

 if i enter a link like http://www.youtube.com/watch?v=FgMn2OJmx3w in the
 links section, the displayed text gets cut off at the ?.

 it shows up like:
 http://www.youtube.com/watch

 (the link itself still works though.)

 why does this happen and how could i fix this?




is there nobody else that finds this annoying? why does this happen and how
could it be fixed?

cheers,
horace




 cheers,
 horace
 ___
 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] Typogento and feuser login

2011-04-27 Thread Michael Cannon
Tony,

Have you tried ensuring that the Magento db user can access the TYPO3 db and 
vice versa?

From the errors, that's what it seems to be.

--
Michael Cannon
Owner, Aihrus
Taiwan +886 (0)916 526 059
US +1 (617) 539-6072

Over 10 Years of Professional TYPO3 Support @ http://aihr.us

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


Re: [TYPO3-english] Update page's tstamp manually

2011-04-27 Thread Michael Cannon
Victor,

I don't recall where I recently saw this, but I thought there's now hooks in 
the core to fire off whenever content is modified. Alternately, look to create 
a service extension that checks the pid of the content being edited and then 
updates the page.

Alternately, look into TypoScript to overwrite the default actions of the 
sysmod marker. 

--
Michael Cannon
Owner, Aihrus
Taiwan +886 (0)916 526 059
US +1 (617) 539-6072

Over 10 Years of Professional TYPO3 Support @ http://aihr.us

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