| 10:08 |
fuchur |
good mornin |
| 13:35 |
untouch_ |
hi |
| 13:35 |
untouch_ |
i need a galerie ext type like the galerie on this site http://www.leoniegene.de/facepainting.html (not a typo3 page) |
| 13:36 |
untouch_ |
anyone can help meß |
| 13:42 |
sorenmalling |
Can i change the class of a <ul>|</ul> wrap, when a specific page is active? |
| 14:01 |
dokma |
sorenmalling: you can use conditions to isolate a page and then modify the wrap from inside the condition |
| 14:02 |
sorenmalling |
dokma: But it's not possible as a part of the CUR configuration of a TMENU item? |
| 14:02 |
dokma |
sorenmalling: [globalVar = TSFE:id = 10] isolates page with uid 10 |
| 14:02 |
dokma |
sorenmalling: it is |
| 14:02 |
dokma |
first you create the TMENU for all pages |
| 14:03 |
dokma |
then you use the condition to override it |
| 14:03 |
sorenmalling |
dokma: My curret TS for my mainmenu: http://www.phlogi.net/f/t3/tsp/sp/-99160244df/ |
| 14:04 |
sorenmalling |
It's the "wrap = <ul>|</ul>" i'd like to change based on what page is clicked in the menu |
| 16:06 |
MarkusH |
hello there |
| 16:06 |
fuchur |
hello you |
| 16:07 |
MarkusH |
is there a possibiliti like < in TS to add things to an existing marker |
| 16:07 |
MarkusH |
so e.g. |
| 16:07 |
MarkusH |
temp.content < styles.content.get and in another template temp.content < lib.newsLatest |
| 16:08 |
MarkusH |
so that temp.content includes both |
| 16:09 |
fuchur |
don't think so |
| 16:09 |
Phlogi |
MarkusH: not really, you need to use COA for this |
| 16:09 |
Phlogi |
and then with numbers |
| 16:09 |
MarkusH |
k |
| 16:09 |
Phlogi |
.10 <foo |
| 16:09 |
Phlogi |
.15 < bar |
| 16:09 |
MarkusH |
thank you |
| 16:09 |
Phlogi |
MarkusH: read the docs for COA |
| 16:09 |
Phlogi |
:) |
| 16:09 |
Phlogi |
its pretty easy |
| 16:09 |
Phlogi |
and used everywhere |
| 16:09 |
fuchur |
the < in TS is more like a = |
| 16:09 |
fuchur |
^^ |
| 16:09 |
MarkusH |
ok, thank you |
| 16:09 |
MarkusH |
ok |
| 16:11 |
MarkusH |
i just startet with typo3 and am really embarrassed |
| 16:11 |
Phlogi |
MarkusH: thats the usual case :D because the doc sucks and its not that easy... but if you really want to make progress buy some books |
| 16:11 |
Phlogi |
its worth it... TYPO3 is worth it |
| 16:12 |
MarkusH |
thanks |
| 16:13 |
fuchur |
Phlogi you think so? :p |
| 16:13 |
Phlogi |
fuchur: ehm yes, why not? |
| 16:14 |
fuchur |
sometimes i hate TYPO3 :-D |
| 16:14 |
Phlogi |
fuchur: everyone does :) |
| 16:14 |
fuchur |
but I keep tellin my customers it's great ... why do i do that? ^^ |
| 16:14 |
Phlogi |
but it has the fines backend I've ever seen :) |
| 16:15 |
Phlogi |
fuchur: no better alternatives? |
| 16:15 |
fuchur |
i think there are no "alternatives" ... there is a perfect cms for every customer ... and for some it's TYPO3 i think |
| 16:16 |
MarkusH |
when using COA is it allowed to start with 0 (zero) to indicate, that this entry has to be the first |
| 16:16 |
fuchur |
of course I have a wired view of TYPO3, as an extension developer I only see the things TYPO3 CAN'T do out of the box :p |
| 16:16 |
MarkusH |
fuchur: ;-) |
| 16:18 |
fuchur |
and talking to my customers on the phone I just experience the things NOT working :D |
| 16:23 |
sorenmalling |
How can I remove the CSS from typo3temp in a direct_mail newsletter? |
| 16:30 |
Phlogi |
sorenmalling: which css is that? the standard css? |
| 16:31 |
Phlogi |
sorenmalling: maybe you'll find it here: http://wiki.typo3.org/index.php/Ext/Direct_mail |
| 16:32 |
Phlogi |
sorenmalling: just create a new page object maybe? |
| 16:32 |
sorenmalling |
Yes, the one with a path like this: typo3temp/stylesheet_8192c2092f.css |
| 17:02 |
Phlogi |
sorenmalling: thats autogenerated from extensions and such |
| 17:02 |
sorenmalling |
It's from css_styled_content i think? |
| 17:02 |
Phlogi |
sorenmalling: maybe page.headerData > |
| 17:02 |
Phlogi |
sorenmalling: yes could be |
| 17:42 |
Denyerec |
MarkusH - Typo3 is a complete sod at times |
| 17:42 |
Denyerec |
but it's the only CMS I've found that gets the job done on a commercial level |
| 17:42 |
Denyerec |
(in the PHP realm) |
| 17:42 |
Denyerec |
There's a good Python system voidus likes |
| 17:42 |
Denyerec |
and something else for Net, communityForum or something |
| 21:26 |
kinea|afk |
i work on an extension with two plugins. can i copy the ts templateFile value of pi1 to the templateFile value of pi2? |
| 21:27 |
kinea|afk |
plugin.tx_mybookmarks_pi2<plugin.tx_mybookmarks_pi1 doesnt work |
| 21:41 |
voidus |
kinea: it should be possible, one way or another |