[TYPO3-english] Hide columns in Page module - Language

2016-10-12 Thread Albert van der Veen

Hi all,

I'm using a special column with colPos 401 to store tabs for a tabbed 
CE. In the Page module > Columns I can hide (that is, make it 
non-editable, it's still shown with a placeholder) this column with 
mod.SHARED.colPos_list = 0,1,2,3 in TSConfig.


But in Page module > Language it is shown. Is there a configuration 
option I'm overlooking, or is this impossible at the moment?


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


[TYPO3-english] Re: Typo3 7.6 Google Analytics "Onclick" Issue

2016-10-12 Thread Jose Pena
I found the answer myself. 
This Topic can be closed.


You can solve that Problem with Typoscript on the PageTS Config of the Root Page. You configure the Rich Text Editor depending on your needs. 


In my case I wanted an attribute "onclick" to not be removed after saving in 
RTE.

Simply add this Code to PageTS:

RTE.default.proc.entryHTMLparser_db = 1
RTE.default.proc.entryHTMLparser_db.tags.a.allowedAttribs = onclick
RTE.default.proc.exitHTMLparser_db = 1
RTE.default.proc.exitHTMLparser_db.keepNonMatchedTags = 1
RTE.default.proc.exitHTMLparser_db.htmlSpecialChars = 0

In case you want more attributes to be added just put them after "onclick" 
seperated by comma.

Now Im able to save my onclick attributes with RTE.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Sum up in for/each-loop

2016-10-12 Thread Jigal van Hemert

Hi,

On 11/10/2016 15:04, Jeppe Donslund wrote:

In a for/each-loop in fluid I am calculating difference between to
timestamps.
I would like to add these differences through the loop.
How is that possible?


This should be done outside fluid. You could process the data in your 
controller and add a variable to the view that contains the sum (and 
preferably also the differences).
In TYPO3 7 the FLUIDTEMPLATE object supports dataProcessors to iterate 
over the data, do calculations and add the result in a new variable for 
use in fluid.


--
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


Re: [TYPO3-english] cloning site - HTTP 500 error

2016-10-12 Thread Jigal van Hemert

Hi,

On 09/10/2016 13:57, Brandon Walsh wrote:

Now I get an HTTP 500 error! I think this may be related to Apache or
PHP rather than to Typo3 directly, but perhaps someone here could point
me in the right direction of where to find a solution to this issue? I
have googled and found lots of suggestions but nothing has worked for me
so far. Where would you start to solve this problem?


Usually there is more information in the apache error log. In the apache 
configuration it should be listed where it should write errors to 
(possibly per domain a different log).


It's no use guessing what may be wrong on such a general error number. 
It could that the memory limit is too low, PHP modules missing, missing 
apache modules, and many other things.


If you try to access the site again and look at the same time in the 
error log what is added then people might help you further with the 
specific problem.



--
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


Re: [TYPO3-english] crash extensions

2016-10-12 Thread Jigal van Hemert

Hi,

On 08/10/2016 14:44, gabriele piccini wrote:

I'm a noob about typo3 CMS.. I'm in to understand how it works.
My intention is to create a website for photography hence I need some
galleries and slides..
In the extension module I found some gallery extensions but after
installed one the system was not more accessible. Not knowing what to do
I reinstalled everything.
After, when I was looking for that extension into the extension part of
the website of typo3 I found it was outdated ( it was for an older
version of  typo3). Why the extension module didn't block me if I have
an newer version??


It really depends on the TYPO3 version to what extend the version checks 
are done. In 7 LTS the checks are quite thorough: you won't see 
extensions in the "Get extensions" section of the Extension Manager that 
are not compatible with your release. If dependencies (TYPO3 version, 
PHP, other extensions) are not met you'll see a dialogue that it's not 
compatible and that you can install it if you know how to solve problems.


In earlier versions the checks were less strict or sometimes missing. 
This was mainly caused because those dependencies were only made 
mandatory for extensions in TER a few years ago.
For the recent TYPO3 version all compatible extensions have their 
dependencies set and we could finally have strict checks.


For older TYPO3 versions you can always search in TER on the typo3.org 
website (https://typo3.org/extensions/repository/ ) and read from the 
description if the version is compatible. The latest upload date may 
sometimes give you further information.


--
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


[TYPO3-english] Re: crash extensions

2016-10-12 Thread gabriele piccini

Hi Jigal ,
thanks for your response..
Ok therefore when I install extensions, I can not view extensions  which do not 
match my version, didn't it?

But, if I try  "Simple Gallery" by Extensions tool I found one version which on 
TER is for 4.5.0 - 6.2.99.
Is it possible??

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


[TYPO3-english] Re: crash extensions

2016-10-12 Thread gabriele piccini

Hi, I installed one extension by TER and now I have a white web page..
What can I do ??
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] R: Re: crash extensions

2016-10-12 Thread De Contardi Riccardo
Hi .
Are you able to access the Install Tool? (www.yoursite/typo3/install/ (you'll 
have to create the file ENABLE_INSTALL_TOOL inside the /typo3conf/ folder)
There you should find the options to remove bad extensions and clear the cache.





Riccardo De Contardi
Web Developer
riccardo.decontardi[at]bhuman.it


B Human srl
Corso di Porta Nuova, 46 - 20121 Milano
Tel. +39 02 2023271 - FAX +39 0220240561
Web www.bhuman.it
Linkedin www.linkedin.com/company/b-human-srl


-Messaggio originale-
Da: typo3-english-boun...@lists.typo3.org 
[mailto:typo3-english-boun...@lists.typo3.org] Per conto di gabriele piccini
Inviato: mercoledì 12 ottobre 2016 17:23
A: typo3-english@lists.typo3.org
Oggetto: [TYPO3-english] Re: crash extensions

Hi, I installed one extension by TER and now I have a white web page..
What can I do ??
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Chi riceve il presente messaggio è tenuto a verificare se lo stesso non gli sia 
pervenuto per errore. In tal caso è pregato di avvisare immediatamente il 
mittente e, tenuto conto delle responsabilità connesse all'indebito utilizzo 
e/o divulgazione del messaggio e/o delle informazioni in esso contenute, voglia 
cancellare l'originale e distruggere le varie copie o stampe.

The receiver of this message is required to check if he/she has received it 
erroneously. If so, the receiver is requested to immediately inform the sender 
and - in consideration of the responsibilities arising from undue use and/or 
disclosure of the message and/or the information contained therein - destroy 
the original message and any copy or printout thereof.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: R: Re: crash extensions

2016-10-12 Thread gabriele piccini

Hi Riccardo,
I done by hands..
I inactived the extension into PackageStates.php
After it worked.

Why, do I can install and extension by TER if it's not for the version of typo3 
installed ??


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


Re: [TYPO3-english] Cooluri, some function and Backend broken, pls help me out, Jan!

2016-10-12 Thread Jan Bednarik

Hi Udo,

although you have contacted me over the email, I'm replying here as well 
for others.


You need to update CoolUri along with TYPO3.

Jan

Dne 11.10.2016 v 15:58 Udo Marx napsal(a):

i recently updated a TYPO3 4.5. to 6.2.
Runs on PHP 5.3
but cooluri does not what it does in the old system

the multidomains does not work like they do in the old system,
languagemenu in right upper corner

Cooluri version and CoolUriConf.xml exactly the same.


pls have a look:

live:
wmh.de

relaunch:
http://v2.wmh-web.de

The Be modul is broken, throws error:

Warning: Uncaught exception 'TYPO3\CMS\Core\Error\Exception' with
message 'PHP Warning: require_once(../../../../typo3/template.php)
[function.require-once]: failed to open stream: No such file or
directory in
/usr/www/users/incoweb/typo3-v3/typo3conf/ext/cooluri/mod1/index.php
line 29' in
/usr/www/users/incoweb/typo3-v3/typo3_src/typo3/sysext/core/Classes/Error/ErrorHandler.php:101
Stack trace: #0
/usr/www/users/incoweb/typo3-v3/typo3conf/ext/cooluri/mod1/index.php(29): 
TYPO3\CMS\Core\Error\ErrorHandler->handleError(2,
'require_once(.', '/usr/www/users/...', 29, Array) #1
/usr/www/users/incoweb/typo3-v3/typo3conf/ext/cooluri/mod1/index.php(29): 
require_once()
#2 {main} thrown in
/usr/www/users/incoweb/typo3-v3/typo3_src/typo3/sysext/core/Classes/Error/ErrorHandler.php
on line 101

Fatal error: main() [function.require]: Failed opening required
'../../../../typo3/template.php'
(include_path='/usr/www/users/incoweb/typo3-v3/typo3/contrib/pear/:.:/usr/local/lib/php/')
in /usr/www/users/incoweb/typo3-v3/typo3conf/ext/cooluri/mod1/index.php
on line 29

Where did i go wrong?

Pls help me out


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