Re: [TYPO3-english] Banning List view from pages

2013-06-25 Thread Andreas Kiessling
Hi Simon Am 26.06.13 01:23, schrieb Simon Browning: > Does anyone know if it is possible to prevent "pages" from showing items > in List view? I need list view for folders, but struggle with clients > ending up trying to manipulate page content in List view and getting > confused or breaking thin

Re: [TYPO3-english] Recurring Content Published by Time

2013-06-25 Thread Scotty C
Hi Ralf-René, Let me start by saying I swear I tried that before emailing (haha)!  Jokes aside, the problem was I did try 1,2,3... but I had an [end] after every [hour...] block, as opposed to one single [end] at the end Bottom line: [hour = 1,2,3] works - thanks so much! -Scott. ___

Re: [TYPO3-english] Database Error:

2013-06-25 Thread tom liu
Hi Mark, Thanks. It is working now. Actually I did not do anything. Maybe it is cookie issue. I have no idea on this. Tom On Wed, Jun 26, 2013 at 11:56 AM, Mark Kuiphuis wrote: > On 26/06/13 1:08 PM, tom liu wrote: > >> Hi, >> >> This morning, I can not open my typo3 site, it is very slow, it s

Re: [TYPO3-english] Database Error:

2013-06-25 Thread tom liu
Hi Mark, Thanks. It is working now. Actually I did not do anything. Maybe it is cookie issue. I have no idea on this. Tom On Wed, Jun 26, 2013 at 11:56 AM, Mark Kuiphuis wrote: > On 26/06/13 1:08 PM, tom liu wrote: > >> Hi, >> >> This morning, I can not open my typo3 site, it is very slow, it s

Re: [TYPO3-english] Database Error:

2013-06-25 Thread Mark Kuiphuis
On 26/06/13 1:08 PM, tom liu wrote: Hi, This morning, I can not open my typo3 site, it is very slow, it shows 'Internal Server Error', but I can open my admin side(/typo3). Around 10 minutes later, both frontend and backend, shows: Database Error: The current username, password or host was not a

[TYPO3-english] Database Error:

2013-06-25 Thread tom liu
Hi, This morning, I can not open my typo3 site, it is very slow, it shows 'Internal Server Error', but I can open my admin side(/typo3). Around 10 minutes later, both frontend and backend, shows: Database Error: The current username, password or host was not accepted when the connection to the dat

Re: [TYPO3-english] Recurring Content Published by Time

2013-06-25 Thread Ralf-Rene Schröder
see in TS Ref Note: The first "=" sign directly after the word "hour" is always needed and is no operator. After that follow the operator and then the hour. Possible values are 0 to 23 (24-hours-format). The values in floating point are compared with the current hour of the server time. As you se

Re: [TYPO3-english] Show image if menu is empty

2013-06-25 Thread Ralf-Rene Schröder
Am 26.06.2013 00:03, schrieb Pero Peric: > I really don't know where to put ifEmpty. something like this should help you... 10 = HMENU 10 { stdWrap.ifEmpty.cObject = IMAGE stdWrap.ifEmpty.cObject { ... your image stuff } ... your menu staff } or another way: 10 = IMAGE 10 { overri

Re: [TYPO3-english] Banning List view from pages

2013-06-25 Thread Philipp Gampe
Hi Simon, Simon Browning wrote: > Does anyone know if it is possible to prevent "pages" from showing items > in List view? I need list view for folders, but struggle with clients > ending up trying to manipulate page content in List view and getting > confused or breaking things. You can use th

[TYPO3-english] Banning List view from pages

2013-06-25 Thread Simon Browning
Does anyone know if it is possible to prevent "pages" from showing items in List view? I need list view for folders, but struggle with clients ending up trying to manipulate page content in List view and getting confused or breaking things. Thanks. simon __

Re: [TYPO3-english] Recurring Content Published by Time

2013-06-25 Thread Scotty C
Hi again, Looks like I spoke too soon - it's not working. No matter what I do, it keeps showing the bottommost code (i.e. fileadmin/6...) only. Code as follows: page.19 = TEMPLATE page.19.template = FILE page.19.template.file = fileadmin/demo/demo.html   page.19.workOnSubpart = DOCUMENT

Re: [TYPO3-english] Show image if menu is empty

2013-06-25 Thread Pero Peric
On 25.6.2013. 22:43, Kay Strobach wrote: Hello Pero, in TYPOScript you do have conditions stdWrap http://wiki.typo3.org/De:stdWrap#ifEmpty This way you're able to check wether the menu created no code and then you can provide an alternative rendering stdWrap also contains a cObject, s

Re: [TYPO3-english] Recurring Content Published by Time

2013-06-25 Thread Scotty C
Hey Rudy, That's BRILLIANT! Thank you for tracking that down! Now, just as fast as you found that for me, the client has a new request ... certain days are different than others. Luckily, after you got me pointed in the right direction, I found this gem - hopefully it helps others: http://typ

Re: [TYPO3-english] Typoscript CE images and caption

2013-06-25 Thread Kay Strobach
Hi, try to use dataWrap: http://wiki.typo3.org/De:stdWrap#dataWrap Regards Kay Am 25.06.13 20:15, schrieb Denis Torgal: > Hi friends, > > I do have here a good peace of TS. It's reading images out of a Content > Element and showing it in the wrap part. > But what I really can't find out, how t

Re: [TYPO3-english] Show image if menu is empty

2013-06-25 Thread Kay Strobach
Hello Pero, in TYPOScript you do have conditions stdWrap http://wiki.typo3.org/De:stdWrap#ifEmpty This way you're able to check wether the menu created no code and then you can provide an alternative rendering stdWrap also contains a cObject, so that you can render whatever you want as

[TYPO3-english] Show image if menu is empty

2013-06-25 Thread Pero Peric
Hi, I asked similar question few days ago but nobody answered, so i'll try to make it simple: How to show an image instead of menu if menu is empty? Thx. Regards. ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/c

[TYPO3-english] Typoscript CE images and caption

2013-06-25 Thread Denis Torgal
Hi friends, I do have here a good peace of TS. It's reading images out of a Content Element and showing it in the wrap part. But what I really can't find out, how to fill the values of imagecaption fields in the placeholder {CAPTION}. It seems also that this has changed in TYPO3 v 6.1.1. temp

[TYPO3-english] Re: URL always displays links in default language with RealURL 1.12.6 and Typo3 6.1

2013-06-25 Thread Wolfgang Becker
I solved it. Had to add theres Typoscript: config.uniqueLinkVars = 1 config.linkVars = L(0-1) ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Page - Resource - add image in TYPO3 6.1.1 always saves value 1

2013-06-25 Thread Philipp Gampe
Hi Mark, Mark Kuiphuis wrote: > The migration from /uploads/pics to /fileadmin/_migrated seemed to have > gone fine, but when I would like to use the "Add media" functionality to > add a resource to a page (to show a different background image for > different pages) the value which is stored afte

[TYPO3-english] Page - Resource - add image in TYPO3 6.1.1 always saves value 1

2013-06-25 Thread Mark Kuiphuis
Hi all, I have recently upgraded a website from 4.7.12 via 6.0.4 to 6.1.1. The migration from /uploads/pics to /fileadmin/_migrated seemed to have gone fine, but when I would like to use the "Add media" functionality to add a resource to a page (to show a different background image for differ

Re: [TYPO3-english] YAG photogallery (galleria theme problem)

2013-06-25 Thread Philipp Gampe
Hi jimmy shema, jimmy shema wrote: > Please advise me to how to handle it. Set a proper HTML doctype. Best regards -- Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln Documentation – Active contributor TYPO3 CMS TYPO3 inspiring people to share! __

Re: [TYPO3-english] extbase/fluid extension as PLUGIN_TYPE_CONTENT_ELEMENT

2013-06-25 Thread Muriel le Pair
On 25-06-13 09:50, Muriel le Pair wrote: So how can I access (set and get) the values of the object that is created by rows? Well finally figured it out.. I first need to getRows() and then loop through them.. Still don't quite understand how all the relations are set, but hey it works ;-)

Re: [TYPO3-english] Recurring Content Published by Time

2013-06-25 Thread Rudy Gnodde
Hello Scott, Op 25-6-2013 10:33, Scotty C schreef: Hi everyone, I know that my subject line is a mouthful, but I've got a logic question for you. I need to set some content to be published at a certain time - for example, Content A gets published at 9:00AM, Content B at 12:00PM, etc. I have

[TYPO3-english] Recurring Content Published by Time

2013-06-25 Thread Scotty C
Hi everyone, I know that my subject line is a mouthful, but I've got a logic question for you. I need to set some content to be published at a certain time - for example, Content A gets published at 9:00AM, Content B at 12:00PM, etc. I have already installed nf_date2datetime but the problem now

Re: [TYPO3-english] extbase/fluid extension as PLUGIN_TYPE_CONTENT_ELEMENT

2013-06-25 Thread Muriel le Pair
On 25-06-13 00:02, Andreas Kiessling wrote: getRows() works fine. But how do you set or get for instance title within rows[]? I try getTitle(), but this will produce a nasty fatal error: Fatal error: Call to undefined method SF\SfCodehighlighter\Domain\Model\Plugins\ItemRows::getTitle() Where