Re: [TYPO3-english] Nested anotation in Fluid for

2013-07-02 Thread Sergio Catalá


Hi Kay,

thanks for your suggestion. But I don't know how including a partial 
could help. I have exactly the same problem despite I pass the argument 
to the partial.


Regards,
Sergio

El 28/06/13 16:51, Kay Strobach escribió:

Hi,

as far as i know you this is NOT possible.

Perhaps you can built the complete concat {helper}Description into a
variable with the f:var viewHelper.

Otherwise a partial may be a better approach for this special problem.

Regards
Kay

Am 28.06.13 17:46, schrieb Sergio Catalá:

Hi,

I've checked it is not possible to nest this way with Fluid:

1.f:for each={0: 'subtitles', 1: 'audio', 2: 'narration'}
as=helper
2.div class={helper}Help style=display: none;
3.  f:format.html{settings.{helper}Description}/f:format.html
4./div
5./f:for

Is it my syntax wrong in line 3, or is it simply not possible to do this?

What would you recommend me in this case?

Thanks in advance,
Sergio




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

Re: [TYPO3-english] CE Insert Records and colPos - T3 6.1.1

2013-07-02 Thread JoH asenau

If inside
column with colPos  0 i put content element Insert Records and pick
some records from other pages to show by reference this content element
is not rendered, but if i move Insert Records element to column with
colPos= 0 it is rendered.

To pass column content to FLUID template im using normal variable
assigment:
page.10= FLUIDTEMPLATE
page.10 {
variables {
  content  styles.content.get
  contentLeft  styles.content.get
  contentLeft.select.where= colPos=1
  contentRight  styles.content.get
  contentRight.select.where= colPos=2
  }
}

This way all is rendered as i want except this Insert Records content
element - works only for colPos=0.


Did you check if it works without FLUIDTEMPLATE i.e. with a simple COA 
or TEMPLATE?
If it does, the problem might be related to the way FLUIDTEMPLATE is 
rendering the content.


HTH

Joey

--
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
Xing: http://contact.cybercraft.de
Twitter: http://twitter.com/bunnyfield
TYPO3 cookbook (2nd edition): http://www.typo3experts.com
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Viewhelper for Alphabetical Index

2013-07-02 Thread Torsten Schrade

Hi Dirk and Robert,

hehe, amazing, we're really getting into something of a musicological 
TYPO3 focus group here... ;)


I know how long it can take to 'just sort a few customer specific 
things out before putting it into the TER'. ; )


If you'd publish your extension 'as-it-is' as a github repository 
others could help you doing the house-keeping stuff and probably 
identify some pitfalls too.


Yes, you're absolutely right! And that was what i was going to do. I'm 
currently on a conference trip abroad, otherwise it would have been 
there yesterday. Stay tuned, I'm currently preparing a sample dataset 
and a minimal readme and will then push it to GitHub in the course of 
the day.



I would gladly do a short review (since I'm curios anyway).


That would be awesome! Everybody who is interested in helping and 
coding a general solution is invited to join. My colleague Anna and I 
will also be at T3DD this week and and give it some work.


Cheers,
Torsten

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


Re: [TYPO3-english] CE Insert Records and colPos - T3 6.1.1

2013-07-02 Thread bernd wilke

Am 30.06.13 19:16, schrieb soee:

Hi,

i have different backend layouts defined for 1,2,3 columns. Each column
i such layout has different colPos assigned. Now if for some page i
choose backend layout with 2 columns the first column has colPas= 0 and
the second colPos=1 (third column would have colPos=2 etc.). If inside
column with colPos  0 i put content element Insert Records and pick
some records from other pages to show by reference this content element
is not rendered, but if i move Insert Records element to column with
colPos= 0 it is rendered.

To pass column content to FLUID template im using normal variable
assigment:
page.10= FLUIDTEMPLATE
page.10 {
variables {
  content  styles.content.get
  contentLeft  styles.content.get
  contentLeft.select.where= colPos=1
  contentRight  styles.content.get
  contentRight.select.where= colPos=2
  }
}

This way all is rendered as i want except this Insert Records content
element - works only for colPos=0.

My bug report was rejected: http://forge.typo3.org/issues/49524
Can someone explain how to get Insert Records CE work with colPos  0 ?


does your insertion depend on the colPos of the included records?
e.g. include in col 0 can only include records from col 0 on other page,
include in col 1 can only include records in col 1 on other page, ...

which TYPO3 version do you use?
which kind of include do you use? (as 6.0+ seems to have further include 
possibilities)


bernd
--
http://www.pi-phi.de/cheatsheet.html
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] TT_news different languages support

2013-07-02 Thread Tuğrul .
Hi,I am trying to display news in different languages. When I try to display 
news in different languages the news tag has been change in main window but 
when I try to reach the content of the news I got nothing but the blank 
page.I've created all the plugins translation.Same plugins works in english but 
can't work in russian language. Can anyone know why ? Thanks for your help
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Cache going wild?

2013-07-02 Thread Dmitry Dulepov

Hi!

amadeo Marketing  Design - Paul Garais wrote:

Now I added some cronjobs with own configurations for the crawler for
every extension because of better performance. Could that be related to
my problem?


Check that your crawler configuration includes cHash.

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


[TYPO3-english] TemplaVoila page module calling dummy.php

2013-07-02 Thread François Suter

Hi all,

I'm having a bug I never saw before: on one specific TYPO3 installation, 
on a specific server, running TYPO3 6.1-dev and TemplaVoila 1.8.0, when 
I click on the Page module I see a blank page. It is not entirely blank 
however. The frame's URL is:


typo3/dummy.php?id=1

while the expected URL would be:

typo3conf/ext/templavoila/mod1/index.php?id=1

I was just wondering if anyone had observed this kind of behavior before 
and had a clue where it could be coming from. The same site on another 
server works fine. There's no PHP errors nor JS errors. Life is puzzling 
sometimes...


Cheers

--

Francois Suter

Work: Cobweb Development Sarl - http://www.cobweb.ch

TYPO3: Help the project! - http://typo3.org/contribute/

Appreciate my work? Support me -
http://www.monpetitcoin.com/en/francois/support-me/

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


Re: [TYPO3-english] Viewhelper for Alphabetical Index

2013-07-02 Thread Torsten Schrade

Hi folks,

If you'd publish your extension 'as-it-is' as a github repository 
others could help you doing the house-keeping stuff and probably 
identify some pitfalls too.


allright, done:

https://github.com/digicademy/catalogueraisonne

You'll also find little readme in the extension's root and a sample 
dataset in Resources/Private/T3D/ to get going quickly. Have lots of 
fun with testing. If anybody is interested in joining forces to make 
this a generic solution… just drop us a line and be our guests :)


Cheers,
Torsten

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

[TYPO3-english] EXT: YAG - get name of current album

2013-07-02 Thread sylvain hess

Hi everybody,

I'm trying to get the name of the current albumUid name in YAG Gallery, but 
doesn't work, any ideas ?

My TS :

# get title of current album
temp.albumTitle = RECORDS
temp.albumTitle {
if.isTrue.data = GP:tx_yag_pi1|albumUid
dontCheckPid = 1
   tables = tx_yag_domain_model_album
   source.data = GP:tx_yag_pi1|albumUid
   source.intval = 1
conf.tx_yag_domain_model_album = TEXT
conf.tx_yag_domain_model_album{
field = name
}
}

#if page is YAG album, change main Title
[globalVar = GP:tx_yag_pi1|albumUid  0]
lib.titleMain = COA
lib.titleMain  temp.albumTitle
lib.titleMain.wrap = |
[global]

Thx a lot, 
best regards,


Sylvain

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


[TYPO3-english] Re: Generate GMenu with Typo3 6.1

2013-07-02 Thread Indira
Hi guys! 
Thanks for your replies. This is the new adjusted code, but it still doesn't work:



   NO = 1
   NO {
 wrapItemAndSub = |*|li|/li|*|li class=last|/li
 ATagParams = class=
 XY = 100,100
 5 = IMAGE
 5.file {
   import = uploads/media/ 
   import.data = levelmedia:-1, slide 
   import.treatIdAsReference = 1
   import.listNum = 0
 }

   }

I get a white square as a graphic. Its like is generating the graphic with the 
specified dimensions (100x100), but it's just not finding the image (media 
property of the page)
Any idea of what's wrong there?
Thanks in advance,

Indira.
   


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


[TYPO3-english] A Poject Management model for creating Websites?

2013-07-02 Thread Allan Larsen

Hello there,

I am in the process of designing a Project Management model that can aid in the 
development of company websites through the use of of this awesome CMS. The 
model is the primary product of my thesis and I would be immensly grateful if 
some of you knowledgeable individuals would take 5 minutes out of your day to 
answer some simple questions.

Survey link: https://www.surveymonkey.com/s/CMSWebdesign2013

Sincerely, humbly and with kind regards
Allan

P.S. If you would like access to the findings, please do not hesitate to 
contact me :).
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Viewhelper for Alphabetical Index

2013-07-02 Thread Dirk Wenzel

Hi Torsten,
thank you for publishing your work.

I did a quick install (TYPO3 6.0.4) and browsed the sample data in the 
backend.


There are some issues. But I think this list is not the right place to 
discuss them.


Where would you prefer to get them reported: in github or on typo3 
forge. Did you already register an extension key and a project on 
forge.typo3.org?


Kind regards
Dirk

Am 02.07.13 19:31, schrieb Torsten Schrade:

Hi folks,


If you'd publish your extension 'as-it-is' as a github repository
others could help you doing the house-keeping stuff and probably
identify some pitfalls too.


allright, done:

https://github.com/digicademy/catalogueraisonne

You'll also find little readme in the extension's root and a sample
dataset in Resources/Private/T3D/ to get going quickly. Have lots of fun
with testing. If anybody is interested in joining forces to make this a
generic solution… just drop us a line and be our guests :)

Cheers,
Torsten


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

Re: [TYPO3-english] Viewhelper for Alphabetical Index

2013-07-02 Thread Torsten Schrade

Hi Dirk


Hi Torsten,
thank you for publishing your work.

I did a quick install (TYPO3 6.0.4) and browsed the sample data in the backend.

There are some issues. But I think this list is not the right place to 
discuss them.


Where would you prefer to get them reported: in github or on typo3 
forge. Did you already register an extension key and a project on 
forge.typo3.org?


I would have thought that there might be issues on a 6+. Our 
development basis was a 4.7. Thanks a lot for being so courageous and 
to test it on a higher version and for your feedback. I think the forge 
always is a good place for collaborative development, so here we go:


http://forge.typo3.org/projects/extension-catalogueraisonne

If you would like to join the team with your account just drop me a 
line. And yes, the extension key 'catalogueraisonne' is registered so 
that we can have a vessel for our common goal ;)


Best,
Torsten

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


[TYPO3-english] fatal error Cannot override final method Exception

2013-07-02 Thread anton

I had two typo3 sites working for development, had to reboot system and typo3 
throws me following error
Fatal error: Cannot override final method Exception::__clone() in 
/home/typo3/typo3_src-6.1.1/typo3/sysext/core/Classes/Cache/Exception.php on 
line 33
tried to google but could not find anything on it.
anyone any idea what would cause this

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