Re: [TYPO3-english] Missing modules after resetting Admin password in Db

2013-03-29 Thread Jigal van Hemert
Hi, On 28-3-2013 22:42, Steven Elder wrote: See screenshots attached. now.png is what I see currently, and before.png is taken many months ago from a guide the user created. [...] begin 644 now.png MB5!.1PT*@H-24A$4@```PP```%`(```GQ`_Y`7-21T(`KLX

Re: [TYPO3-english] XClassing again

2013-03-29 Thread Kay Strobach
Hello Tomasz, there is a different between TYPO3 4.5 and 6.0! http://wiki.typo3.org/Xclass It's important, that prior 6.0 each class needs the xclass loop. In 6.0 you may use the autoloading mechanism for xclassing ;) Xclassing is only working if you use t3lib_div::makeInstance. Xclasses are

Re: [TYPO3-english] XClassing again

2013-03-29 Thread Tomasz Krawczyk
Hello Kay, I know the difference between 4.x and 6.x (http://forum.typo3.org/index.php/t/194848/). I successively xclassed those classes: ?php $extPath = t3lib_extMgm::extPath('imagickimg'); return array( 'ux_GraphicalFunctions' = $extPath . 'Classes/Xclass/GraphicalFunctions.php',

[TYPO3-english] convert link to html a tag

2013-03-29 Thread Dawid Pacholczyk
Hello, TYPO3 keeps hyperlinks as link http://target.loc - some more dataLabel/link I'm writing exporter of my content to the external system that isn't based on TYPO3 so I need to convert this link to normal a href=target.locLabel/a How can I do this while exporting thata from BE module to xml

Re: [TYPO3-english] XClassing again

2013-03-29 Thread Philipp Gampe
Hi Tomasz Krawczyk, Tomasz Krawczyk wrote: but this leads to an Exception: #1: PHP Catchable Fatal Error: Argument 1 passed to ux_LocalPreviewHelper::__construct() must be an instance of LocalImageProcessor, instance of TYPO3\CMS\Core\Resource\Processing\LocalImageProcessor given in D:

Re: [TYPO3-english] convert link to html a tag

2013-03-29 Thread Jigal van Hemert
Hi, On 29-3-2013 11:09, Dawid Pacholczyk wrote: Hello, TYPO3 keeps hyperlinks as link http://target.loc - some more dataLabel/link I'm writing exporter of my content to the external system that isn't based on TYPO3 so I need to convert this link to normal a href=target.locLabel/a How can I

Re: [TYPO3-english] convert link to html a tag

2013-03-29 Thread Dawid Pacholczyk
I can't and also I don't want to create a FE plugin just to make an export. If on FE this links are rendered properly there must be a way to invoke this. I want only some fields so rendering whole page than parsing it is a very bad idea IMO Best regards, Dawid Pacholczyk 2013/3/29 Jigal van

[TYPO3-english] Image resizing problem in tt_news single view

2013-03-29 Thread PIT Solutions
Hi List, I've problem with tt_news version 3.4.0. I am using typo3 version 6.0.4. The problem is, I've added image with my news articles.The resizing working perfectly in list and latest view. But it doesn't resize to bigger image in SINGLE mode. I want bigger image in singe view than the

Re: [TYPO3-english] convert link to html a tag

2013-03-29 Thread Sergey Alexandrov
if you need to replace only links try something like this. $pattern = /(link ([^]*))(.*?)(\/link)/si; preg_match_all($pattern,$message,$regs); for ($i = 0; $i count($regs[0]); $i++) { if (is_numeric($regs[2][$i])) { // Internal link $message = str_replace($regs[1][$i],'a

Re: [TYPO3-english] Image resizing problem in tt_news single view

2013-03-29 Thread Sergey Alexandrov
Try to put into the template CONSTANTS plugin.tt_news.singleMaxW=620 plugin.tt_news.singleMaxH=380 On 3/29/2013 10:57 AM, PIT Solutions wrote: Hi List, I've problem with tt_news version 3.4.0. I am using typo3 version 6.0.4. The problem is, I've added image with my news articles.The resizing

Re: [TYPO3-english] Image resizing problem in tt_news single view

2013-03-29 Thread PIT Solutions
Hi, I am put your code in my TS template and its not working. Do you have any other suggestions ? Thanks and regards,     Arun Chandran     From: Sergey Alexandrov s...@alexandrov.us To: typo3-english@lists.typo3.org Sent: Friday, March 29, 2013 8:44 PM

Re: [TYPO3-english] Image resizing problem in tt_news single view

2013-03-29 Thread Philipp Gampe
Hi PIT Solutions, PIT Solutions wrote: Is it's a bug in tt_news extension? Is there any method to fix this? I am in trouble.Please help me, Check the single view template if the setting is used at all. Best regards -- Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln Documentation –

[TYPO3-english] Re: Missing modules after resetting Admin password in Db

2013-03-29 Thread Steven Elder
Thanks for your help. A flag in the DB just needed updated and all the modules are now visible for the Admin user. Looking at the site I can see our current version 3.6.0 is well outdated and no doubt is out of support? Am I correct in saying the latest stable version is 6.0.4? If so we will

Re: [TYPO3-english] Missing modules after resetting Admin password in Db

2013-03-29 Thread Philipp Gampe
Hi Steven Elder, Steven Elder wrote: Is there upgrade guides available to assist in this process (from 3.6.0 to 6.0.4)? Yes, each release note has its own upgrade guide. You will need to upgrade by steps: 3.6-3.8-4.0-4.1-4.2-4.3-4.4-4.5 4.5 is the oldest supported version and still runs on

Re: [TYPO3-english] convert link to html a tag

2013-03-29 Thread Dmitry Dulepov
Hi! Dawid Pacholczyk wrote: If on FE this links are rendered properly there must be a way to invoke this. Nope. There are too many things that can affect the way those links are generated. -- Dmitry Dulepov TYPO3 CMS core security teams member

Re: [TYPO3-english] Missing modules after resetting Admin password in Db

2013-03-29 Thread Jigal van Hemert
Hi, On 29-3-2013 19:38, Philipp Gampe wrote: Steven Elder wrote: Is there upgrade guides available to assist in this process (from 3.6.0 to 6.0.4)? Yes, each release note has its own upgrade guide. You will need to upgrade by steps: 3.6-3.8-4.0-4.1-4.2-4.3-4.4-4.5 4.5 is the oldest

[TYPO3-english] Passwords in sha-512

2013-03-29 Thread Jan Bednarik
Hey, I need to import database of users and their passwords are hashed using sha-512. I was wondering whether it's possible to configure rsaauth/saltedpasswords extension to use this alghoritm. Or any other extension for such use? If not, all users will be forced to request new password,

Re: [TYPO3-english] RealUrl dependencies

2013-03-29 Thread Jan Bednarik
Hey, so why it's called LTS then? Why the support has been prolonged by half a year? Are you sure there will be no core fixes? If it's true, then the LTS really sucks. Jan Dne 28.3.2013 19:36, Dmitry Dulepov napsal(a): Hi! Tomasz Krawczyk wrote: Is latest RealUrl v4.5 compatible? Upload

[TYPO3-english] Re: Detecting if current output is content_fallback fails

2013-03-29 Thread J . Peter M . Schuler
Problem: The Condition [globalVar = TSFE:sys_language_content0] won't work. 90% of PHP-Array TSFE isn't generated at the moment the typoscript is parsed, so it doesn't work. The only option to achieve this is to use a userfunc. A quick-and-dirty userfunc (which doesn't take into account

Re: [TYPO3-english] RealUrl dependencies

2013-03-29 Thread Olivier Dobberkau
Am 29.03.13 23:35, schrieb Jan Bednarik: Hey, so why it's called LTS then? Why the support has been prolonged by half a year? Are you sure there will be no core fixes? If it's true, then the LTS really sucks. Jan Hi Jan, you can still use the extension version that works with 4.5.

Re: [TYPO3-english] RealUrl dependencies

2013-03-29 Thread Jan Bednarik
Hey, my problem is that although 4.5 is LTS, some heavily used extensions don't have the same approach. And since TER will offer you only the latest version, it can be sometimes problem. And I don't use RealUrl ;) Jan Dne 29.3.2013 23:57, Olivier Dobberkau napsal(a): Am 29.03.13 23:35,

Re: [TYPO3-english] RealUrl dependencies

2013-03-29 Thread Olivier Dobberkau
Am 30.03.13 00:09, schrieb Jan Bednarik: And since TER will offer you only the latest version, it can be sometimes problem. who told you that? olivier ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org