| 00:03 |
ries |
HardPhuck: I always found debugging with PHP sometime quite buggy or slow... |
| 00:04 |
HardPhuck |
yea but i need to use it because a client has zend encoded source files |
| 00:04 |
HardPhuck |
so i MUST use zend studio and zend debugger |
| 00:04 |
HardPhuck |
i usualy code in Komodo IDE with XDEBUG |
| 00:05 |
HardPhuck |
and it works fine |
| 00:07 |
HardPhuck |
but this... this is too much :) |
| 02:26 |
zimmski |
hi! I must install typo3 with oracle as DB ... can somebody recommend a typo3 version? |
| 03:58 |
ries |
zimmski: only typo3 from SVN will work... |
| 03:59 |
ries |
zimmski: contact the guy I send you in the PM |
| 03:59 |
ries |
he has recently done some patches for DBAL |
| 04:00 |
ries |
so it works better with oracle/PG and some others |
| 10:04 |
zimmski |
ries: thank you, i will contact him |
| 10:36 |
nd_ |
Good morning |
| 13:40 |
m4rtijn |
hi all |
| 13:53 |
Jahithber |
hi i got problem with tt_news |
| 13:53 |
Jahithber |
http://antwerpia.be/index.php?id=13 |
| 13:53 |
Jahithber |
when i click on more under news happends nothing |
| 13:53 |
Jahithber |
it must open extended news but happends nothing :/ |
| 13:54 |
Jahithber |
what i need to do to fix it |
| 14:00 |
Provito |
ok I'm nearly finished making some modifications to templavoila to control which content elements are allowed on certain pages, certain columns and adding in permissions on pasting and copying |
| 14:00 |
Provito |
adapted originally from fce_column however instead of a deny list there is an allowed list |
| 14:00 |
Provito |
FCE elements are fantastic but you need control where they are allowed to go |
| 14:02 |
Provito |
I've set it up so that you control via the page tsconfig options such as: |
| 14:02 |
Provito |
TCEFORM.tt_content.tx_fcecolumn.field_coltwo.onlyItems = text,textpic,html,18,16 |
| 14:02 |
Provito |
where the field_coltwo in a templavoila mapping will only allow the following content types, numbers represent the TO id's |
| 14:03 |
Provito |
trying to decide if I should popup a message is a user is pasting a FCE in a non permission area or to display a warning message |
| 14:10 |
Golgata |
hi :) in a text-object, how can i do something like TEXT.value ( |
| 14:10 |
Golgata |
<a href="bla{pid=12? "" : "_inactive"}.jpg"> |
| 14:13 |
Provito |
[globalVar = TSFE:id = 12] ..... [global] |
| 14:14 |
Provito |
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.0.0/view/4/1/#id2798635 |
| 14:14 |
Golgata |
but i cant do this in TEXT.value ( ...*here*... ) |
| 14:14 |
Provito |
but you can do before the TEXT value is called |
| 14:15 |
Provito |
Jahithber, in channel please, no PM |
| 14:15 |
Provito |
"provito maybe you know howto solve my problem? in tt_news when i click on MORE it didnt displays full news what i need to do to fix it?" |
| 14:15 |
Jahithber |
im reading manuals but there is nothing about that |
| 14:15 |
Jahithber |
dont know how to solve it |
| 14:15 |
Provito |
ensure that the tt_news plugin more link goes to a page which displays all the news |
| 14:16 |
Provito |
when you insert the tt_news plugin you determine if you want latest, all etc when the page is rendered, create a new page for all and select the appropriate option |
| 14:16 |
Jahithber |
this one ? PageId for single news display: |
| 14:17 |
Jahithber |
i gonna try thanks |
| 14:18 |
Provito |
Golgata, you could also try to use if.IsTrue.field |
| 14:19 |
Golgata |
Provito, i thought about this... now i split my htmlsource into 15 little pieces ^^ |
| 14:20 |
Golgata |
hope this works :) |
| 14:21 |
Jahithber |
thanks Provito it works! :) |
| 14:46 |
Golgata |
how can i find out if a pid is a parent of the current id, even more than one level up? |
| 15:11 |
Golgata2 |
hi |
| 15:13 |
Golgata |
how can i find out if a page is subpage of a pid, with even more than one level distance? |
| 16:01 |
Provito |
Golgata, PIDupinRootline |
| 16:47 |
timdeluxe |
quick question: when there is something like this "title // nav_title" after a equals-sign in typoscript... what does the "//" mean? |
| 16:48 |
timdeluxe |
'if title empty take nav_title'? |
| 16:54 |
nd_ |
I know I had it once, but how do I get the target pagename in a menu to use it as class name? |
| 18:26 |
ries |
timdeluxe: in TS // means something like OR |
| 18:26 |
ries |
so yes, if you say : 'if title empty take nav_title'? then it takes title or nav_title |
| 18:47 |
nd_ |
Well, I got the name of the page, but i'd need to convert the names with .case.lower and something like ß to ss etc. |
| 18:47 |
nd_ |
Ideas? |
| 18:50 |
Provito |
getting there, setting FCE permissions per template when pasting was a bit trickier then I first thought |
| 18:55 |
Provito |
excellent got it working |
| 18:56 |
Provito |
so now all FCE's can be controlled via page config to set where they are allowed to go, new elements, copying pasting etc are all respectful of the permissions. The default TV permissions are also respected |
| 18:56 |
Provito |
the benefit of this is you can have a promotion column with FCE buttons which are only allowed to go in that area, if the users try to copy them around the system will stop them |
| 18:56 |
Provito |
I'll test this out and release it once I've got it working in production |
| 18:57 |
Provito |
if anyone wants an alpha version let me know |
| 18:59 |
timdeluxe |
ries: thx, found it out already. works well |
| 18:59 |
Provito |
hmm next step will be to hide the paste icons.. |
| 18:59 |
timdeluxe |
but now i want to translate shortcuts |
| 18:59 |
Provito |
oh well, another day |
| 19:00 |
ries |
timdeluxe: for FE editing? |
| 20:04 |
hellobeka |
anyone know if the rvt_eggdrop extension is publicly available anywhere? |
| 20:08 |
hellobeka |
(the extension that logs this chat) |
| 20:24 |
hellobeka |
haha... ok, its called, rvt_eggdroplog |
| 20:29 |
timdeluxe |
ries: no, not exactly. i meant the pagetype shortcut. but i found the way over the list module and alternative page language. works good either :) but now i am finished for today |
| 20:29 |
timdeluxe |
enough done |
| 23:33 |
nd_ |
Any other ideas on how to add an image to the content area where the menu sits, IF there are no menuitems? |