| 04:38 |
porkpie |
I am mapping a template using templaviola and trying to map the submenu. I select the ul tag inside the div but get the warning triangle saying no content found ... I am using typo 4.3 |
| 04:55 |
porkpie |
I just checked if the template is valid and it passes fine |
| 10:02 |
porkpie |
1,0Got my template .... read up on TV started mapping ... mapped the root to the body tag, mapped the first div to for the main menu but I get a triangle with no content found when I try to map the submenu? I have checked the template and it's wc3 compliant.. any ideas |
| 13:12 |
SargoDarya |
LOL guys, look how much IE sucks: http://www.findmebyip.com/litmus#target-selector |
| 13:16 |
SargoDarya |
Almost every single field for IE fails while chrome and opera are the best browsers |
| 13:21 |
lolli__ |
i'm really starting to love chrome, it's much faster than ff, especially if debugging tools like firebug are loaded |
| 14:39 |
kraftb |
hey ! |
| 14:39 |
kraftb |
someone here having a little knowledge about extbase coding ? |
| 14:39 |
kraftb |
or at least about the paradigms used. |
| 14:46 |
timdeluxe |
kraftb: very little, but i recommend you to watch the podcasts about it, they will give you many hints! |
| 14:46 |
timdeluxe |
there are also a few presentations on slideshare about it |
| 14:46 |
kraftb |
hmm ... ok. |
| 14:46 |
kraftb |
I mean I got the extension running at its basics |
| 14:46 |
timdeluxe |
but? |
| 14:47 |
kraftb |
I have a rather specific question. I have to make a SOAP request and would like to know if I should implement a repository which will perform the SOAP request |
| 14:47 |
kraftb |
or if there is another approach. |
| 14:51 |
timdeluxe |
uuhh, there ends my "very little" |
| 14:51 |
timdeluxe |
but i would not solve it by the repository |
| 14:51 |
timdeluxe |
i would do that in the controller |
| 14:52 |
timdeluxe |
i think the repository is for 'persistent' data |
| 14:52 |
timdeluxe |
and if you need to get your data by a soap request, they are not persistent... |
| 14:54 |
kraftb |
ah. ok. |
| 14:54 |
kraftb |
I tought I could say: "hey, the SOAP server is simply my repository and I make an interface to it by implementing a SOAP-repository class" ... |
| 14:55 |
kraftb |
i just had a look at the interface I have to implement, and I guess I could just make all methods a stub and simply use the findByUid method to retrieve the requested information |
| 14:55 |
timdeluxe |
take a look at this, i found it by a google search: http://lists.typo3.org/pipermail/typo3-project-typo3v4mvc/2009-December/002090.html |
| 14:55 |
kraftb |
i have to retrieve the account balance of prepaid cards ... |
| 14:56 |
kraftb |
for a shoe company :) |
| 14:56 |
timdeluxe |
yeahhh, shooes |
| 14:56 |
timdeluxe |
:D |
| 14:56 |
timdeluxe |
i need new ones |
| 14:57 |
timdeluxe |
i got to go... |
| 14:57 |
timdeluxe |
bye! |
| 15:00 |
kraftb |
wow ... just helps me out by answering my question: there is no SOAP repository class currently ... and heads of for buying new shoes :) |
| 15:09 |
Gilles |
hello every one |
| 15:09 |
Gilles |
I am looking for someone who has ever used rgmediaimages |
| 15:09 |
Gilles |
it's an extention for video and mp3 palyer |
| 15:09 |
Gilles |
'player' |
| 15:09 |
Gilles |
can someone help me ? |
| 16:16 |
kraftb |
hey ... |
| 16:17 |
kraftb |
how do I access GET/POST (piVars) from within extbase plugins ? |
| 16:19 |
kraftb |
$this->request->getArgument(); |
| 16:27 |
kraftb |
From now on when my mum asks: "Bernhard, where is the remote control" I will simply answer "On the domain model" *gg* |
| 16:28 |
kraftb |
Altough she will require a Repository to access it ... I guess she should be able to do this. |
| 17:22 |
kraftb |
another question regarding fluid |
| 17:22 |
kraftb |
is it possible to include sub-templates ? |
| 17:22 |
kraftb |
like when using the smarty {include file="bla.tpl"} statement |
| 18:14 |
aze |
hi freent |
| 18:14 |
aze |
i am in right place? |
| 18:27 |
lolli__ |
uh, heise reported 'bout our issue. everybody get some popcorn for the forum ^^ |
| 18:30 |
phil1 |
lolli__: just read it ... I must read it later again... no real TYPO3 bashing :D just the usual PHP sucks, Java is the best ... |
| 18:41 |
lolli__ |
yep, bashing as usual |
| 19:06 |
jask2010 |
hi everyone |
| 19:07 |
jask2010 |
i inserted some code via the "plain html" content but TYPO3 seems to parse this code ( i have \' in there which need to stay like that but they are converted to ") ... is there a way to stop this? |
| 19:07 |
jask2010 |
i searched the tsref but couldnt find a solution |
| 19:38 |
lolli__ |
plain html should output to fe as is |
| 19:38 |
lolli__ |
oh, too late .. |
| 22:00 |
Provito |
kraftb, how's your extbase extension coming along? |
| 22:08 |
kraftb |
well ... It works mostly. |
| 22:08 |
kraftb |
But I chose to not implement a full fledges SOAP/WSDL interface right now, as my customer doesn't give me the time |
| 22:09 |
kraftb |
so I'll implement the SOAP stuff right within the controller (altough in a separate class). |
| 22:09 |
Provito |
makes sense |
| 22:09 |
kraftb |
But if I find the time I'll probably implement such a thing later on |
| 22:11 |
Provito |
thanks for your fix_softrefcopy extension this has solved a problem I was looking into with copying page trees and links |
| 22:12 |
Provito |
my fce's links aren't modified but I'll build on what you've done to handle that |
| 22:27 |
kraftb |
yes. typo3 only adjusts database relations when doing a recursive copy - not links from type => input fields |
| 22:28 |
Provito |
got an issue with workspaces with it though, I'll need to do some debugging |
| 22:28 |
Provito |
works for changing rte links for the live workspace though which is cool |
| 22:28 |
kraftb |
a large austrian company had this problem on their international website when they made a copy of the austrian branch to create branches for the other languages |
| 22:28 |
kraftb |
in a multi tree setup |
| 22:28 |
Provito |
but not multi workspace presumably? |
| 22:28 |
kraftb |
no |
| 22:28 |
kraftb |
i guess they did not use workspaces. |
| 22:29 |
kraftb |
i for myself do not really use workspaces and never had a customer needing this. |
| 22:29 |
Provito |
nope the updating record aspect doesn't correctly update the workspace record |
| 22:29 |
Provito |
I'm making good use of it using a custom draft and live workspace |
| 22:29 |
kraftb |
the only thing I use in this direction is versioning when I want to have two versions of a record for trying things out |
| 22:30 |
Provito |
it's also handing that TV now supports workspace's so you can have a production test tv before publishing it to live |
| 22:32 |
Provito |
I've had to tweak workspaces though such as adding in file mounts to the draft workspace according to user permissions (submitted to bugs.typo3.org) |
| 23:01 |
Chupa |
hi |
| 23:44 |
kraftb |
hi ! |