[TYPO3-english] Unable to create new page items

2014-07-09 Thread Calum MacLeod
Dear Friends, I can edit both existing page elements and also create new pages. However I cannot create new page-elements. When I click on the green icon, the right hand section of the backend goes blank! By the way, it was into the .htaccess file that I put my code (Ralf-Rene

[TYPO3-english] FAL and title // alternative

2014-07-09 Thread Christian Tauscher
Hello. I want to render some images width TYPO3 6.2.3 Here ist a snippet object = IMAGE object { file.import.data = file:current:publicUrl altText.data = file:current:alternative // file:current:title } You see the altText line. What I want: If an altText is given then use

[TYPO3-english] Re: Display page title in page

2014-07-09 Thread armin otto
thanks for the pointers. I tried to set a variable in TS and render it. And it works ... up to a point. in page.ts I have a lines like page.variables.p1.value = Some Text lib.variables.l1 = TEXT lib.variables.l1.value = Some other Text and in the header.html I have p

Re: [TYPO3-english] JSON string and stdWrap.br = 1

2014-07-09 Thread horace grant
On Tue, Jul 8, 2014 at 6:22 PM, Benjamin Mack be...@typo3.org wrote: Hey, are you running with 6.2? There is a new stdWrap option .encodeForJavaScriptValue = 1 that does everything you need. no, i already tried this but unfortunately this project is a 4.5 LTS installation. i solved it

Re: [TYPO3-english] JSON string and stdWrap.br = 1

2014-07-09 Thread horace grant
On Wed, Jul 9, 2014 at 12:43 AM, Stephan Schuler stephan.schu...@netlogix.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hey there. If you care about line breaks inside your JSON strings you're doing something wrong, imho. Code: ?PHP echo json_encode(foo bar); Result:

Re: [TYPO3-english] Display page title in page

2014-07-09 Thread Jigal van Hemert
Hi, Simplest solution in this specific case: Put in your page template {data.title} In 'data' the current record is included, so the field 'title' of the current page can be accessed. General solution for all kinds of data: Look in TypoScript how the page template is defined. It could be

[TYPO3-english] asfk_usercounter - update for use with ver 6.2.x

2014-07-09 Thread Peder Høy Kristensen
Hi, I have for several years used asfk_usercounter. Ufortunately it does not work with TYPO3 6.2.x. I wonder if someone consider updating it for use withe 6.2.x. Alternatively, have someone made/found another user counter, that works with 6.2.x? Kind regards Peder

Re: [TYPO3-english] Display page title in page

2014-07-09 Thread bernd wilke
Am 09.07.14 14:59, schrieb armin otto: thanks for the pointers. I tried to set a variable in TS and render it. And it works ... up to a point. in page.ts I have a lines like page.variables.p1.value = Some Text lib.variables.l1 = TEXT lib.variables.l1.value = Some other Text and in the

Re: [TYPO3-english] TYPO3 and character encoding problems

2014-07-09 Thread Pero Peric
Ok finally i got it. I mean finally i understand what is going on. I still need to find solution, but it will be easier now. So this is what's happening. As i didn't have SET NAMES utf8; defined mysql character_set_client for PHP was set to latin1. This resulted in this: Character Č hex.

Re: [TYPO3-english] TYPO3 and character encoding problems

2014-07-09 Thread Peter Linzenkirchner
Hello Pero, try this: mysqldump -u USER -p --default-character-set=latin1 datenbank_name datenbank_name.sql open the dump in a text editor (charset utf8!) and change in SET NAMES latin1 or DEFAULT Max. CHARSET latin1 all latin1 to utf8 then load the dump back in the database. this

[TYPO3-english] [TYPO3-typo3org] Server outages causing downtime for several *.typo3.org sites

2014-07-09 Thread Steffen Gebert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, one of our servers is experiencing technical issues today. After unexpected reboots at 08:38, 09:48 and 11:14 CEST, our server sponsor SpeedPartner (thanks!) noticed that the system reports a defective RAM module. After replacing all memory

Re: [TYPO3-english] Cannot create new page-element

2014-07-09 Thread Calum MacLeod
Please ignore my previous request for help on this. Have reinstalled, and it appears things are now going a little better. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english