| 00:02 |
tomyN |
in vers. 4.2.1, where can I find the ts field of the root page? |
| 07:59 |
kaktuspalme |
hello |
| 07:59 |
kaktuspalme |
XML or array for Language, which is preferred? |
| 08:17 |
micheee |
I am obviously missing something: I am having a simple extension to add db content through the backend, now I added a field to the DB, added the field descritpion to tca.php, ext_tables.sql (just in case) and ext_tables.php. but it does not show up in the backend... |
| 08:21 |
void |
micheee: maybe you missed 'types' section in ext_tables.php |
| 08:21 |
void |
kaktuspalme: XML |
| 08:22 |
micheee |
void: ty your just great! i searched every other file for references... :-) now it is there! |
| 08:24 |
void |
np) |
| 08:26 |
micheee |
yep, sometimes solutions are so simple... :-) |
| 08:33 |
kaktuspalme |
thx void |
| 08:48 |
LionRock |
is possbile to have in menu a uppercase items ? So I can set in typoscript that menu items are uppercase |
| 08:52 |
void |
LionRock: yes |
| 08:52 |
void |
LionRock: use .case = upper |
| 08:52 |
Stoffel |
NO.stdWrap.case = upper |
| 08:54 |
tomyN |
hi |
| 08:54 |
tomyN |
anyone here? |
| 08:55 |
LionRock |
ohhh thanks |
| 08:55 |
LionRock |
;) |
| 09:02 |
tomyN |
I installed the chgallery, and I get see the thumbnails. But when I click on it the pictures won't open. What could be the problem? THanks! |
| 09:06 |
tomyN |
I installed the chgallery, and I get see the thumbnails. But when I click on it the pictures won't open. What could be the problem? THanks! |
| 09:55 |
m4rtijn |
hi all |
| 10:04 |
NMB |
Hi all |
| 10:05 |
NMB |
i have made an extension through kickstarter |
| 10:05 |
NMB |
in that there is an image upload field |
| 10:05 |
NMB |
how can i make that field compulsory |
| 10:05 |
NMB |
? |
| 10:06 |
m4rtijn |
check if its filled with javascript and if it isnt - show error |
| 10:07 |
NMB |
i have modified the tca.php and in that added the required option |
| 10:07 |
NMB |
but it seems it has no effect on it |
| 10:08 |
NMB |
actually i have no detail level experience of tca.php file |
| 10:08 |
m4rtijn |
isnt the tca only backend? |
| 10:08 |
NMB |
yah i m talking about the backend form |
| 10:09 |
teppi|work |
i have a date field defined in TCA for an item .. if i translate the item, eg. from english to german the date time from the parent item will be shown .. but it is in the view on day less .. instead of 4th october the 3rd october is shown .. somebody an idea how this could happen? |
| 10:09 |
m4rtijn |
teppi- server time is correct? |
| 10:09 |
NMB |
m4rtijn: is there any way we could do that except tca.php? |
| 10:10 |
teppi|work |
hm m4rtijn .. not checked this .. |
| 10:10 |
teppi|work |
i will have a look |
| 10:13 |
m4rtijn |
NMB - cant u do something in the kickstarter to make a field mandatory/ |
| 10:13 |
m4rtijn |
? |
| 10:13 |
NMB |
nop |
| 10:13 |
NMB |
there is no option |
| 10:14 |
jaklar |
anyone who is familiar with "realurl" ext? worked great but since i imported page tree from .t3d it does not work anymore... =( |
| 10:15 |
m4rtijn |
jaklar - did u check all the TS settings? |
| 10:17 |
jaklar |
m4rtijn - you mean config.simulatestaticdocument = 0 config.baseurl = .. and config.tx_realurl_enable = 1 , then yes i checked it |
| 10:18 |
m4rtijn |
and your .htaccess is okay? |
| 10:18 |
jaklar |
i think so... everything worked fine before i imported .t3d file |
| 10:18 |
teppi|work |
m4rtijn, seems to be correct |
| 10:18 |
teppi|work |
:-/ |
| 10:20 |
m4rtijn |
teppi|work - can u show time also in your field? so you could see if its only different date or also different time |
| 10:20 |
m4rtijn |
teppi|work maybe theres some GMT-8 automatic |
| 10:20 |
m4rtijn |
or smth |
| 10:21 |
teppi|work |
in the timefield is shown 19 o clock |
| 10:21 |
m4rtijn |
and without translation |
| 10:21 |
teppi|work |
in the parent record the timefield is not set .. |
| 10:21 |
teppi|work |
its 0 |
| 10:22 |
m4rtijn |
jaklar - realurl only relies on the TS Setup and .htaccess - if its not working either you need to reinstall the extension or check those other 2 things |
| 10:22 |
teppi|work |
maybe its because of this php config entry : Default timezone America/New_York |
| 10:22 |
teppi|work |
should be CET |
| 10:22 |
m4rtijn |
hehe |
| 10:22 |
teppi|work |
i think |
| 10:23 |
teppi|work |
but i do not understand why its shown in the parent record correctly |
| 10:24 |
m4rtijn |
guess, if the system thinks its in america but the time is set to CET - you get stuff like that |
| 10:25 |
teppi|work |
hm .. on our development system the date time is set to Default timezone Europe/Berlin |
| 10:26 |
teppi|work |
thx for your input m4rtijn |
| 10:26 |
m4rtijn |
yw |
| 10:40 |
NMB |
m4rtijn: is there any way i can add validation for making this image field mandatory |
| 10:48 |
m4rtijn |
NMB - it should be really easy |
| 10:49 |
NMB |
how? |
| 10:52 |
m4rtijn |
NMB - i dont know - check another extension how its done there |
| 10:52 |
m4rtijn |
NMB - but it should be really basic stuff |
| 10:53 |
NMB |
can i found it in tt_news? |
| 10:53 |
m4rtijn |
i wouldnt look in tt_news |
| 10:54 |
m4rtijn |
try an small extension |
| 10:54 |
NMB |
so... |
| 10:54 |
NMB |
like. |
| 10:54 |
m4rtijn |
all sources can be checked online |
| 11:02 |
m4rtijn |
... |
| 11:26 |
crisb2010 |
hi |
| 11:26 |
crisb2010 |
is it possible to write some kind of entity in a menu link, ie: |
| 11:26 |
crisb2010 |
<li><a href="">> text</a></li> |
| 11:27 |
crisb2010 |
i thought about using beforeImg, but it would be great if it works with a normal html entity |
| 11:28 |
m4rtijn |
tmenu? |
| 11:28 |
crisb2010 |
yes |
| 11:28 |
m4rtijn |
allWrap = > | |
| 11:28 |
m4rtijn |
? |
| 11:29 |
crisb2010 |
than its outside of the <a> |
| 11:29 |
crisb2010 |
like <li>><a hre.... |
| 11:31 |
m4rtijn |
maybe edit the stdwrap.. |
| 11:34 |
nd_ |
Anyone here from the Extension Coordination Team (ECT)? |
| 11:35 |
nd_ |
void: You are, aren't you? |
| 11:36 |
void |
nd_: i did follow the ECT list, but i was not a member of ECT |
| 11:37 |
nd_ |
I see. So the wiki means probably that the second board place is of type void, not your nick ;) |
| 11:38 |
m4rtijn |
crisb2010 - check out linkWrap |
| 11:39 |
nd_ |
Anyone here using xcache and has a solution for the errors the extension `lib` triggers? I wonder if the php4-compatibility is really needed anymore... what a crap. |
| 11:39 |
void |
nd_: i thinks it's not needed |
| 11:41 |
nd_ |
yes... because it has some rather ugly eval and require |
| 11:42 |
nd_ |
and it seems xcache doesn't like this, so as soon as I install the extension, php stops working ... |
| 11:42 |
crisb2010 |
thanks <m4rtijn> |
| 11:45 |
crisb2010 |
tried it, unfortunately its also outside the link |
| 11:45 |
crisb2010 |
guess i go with the image |
| 11:49 |
m4rtijn |
hmm |
| 11:50 |
m4rtijn |
u should be able to get in there.. but I cant find anything either in the object browser... |
| 11:51 |
m4rtijn |
crisb2010 - u could maybe use doNotLinkIt - then build the link yourself :) |
| 11:51 |
m4rtijn |
doNotLink |
| 11:57 |
Denyerek |
m4rtijn you ever done much work with the RTE? |
| 11:57 |
Denyerek |
or void perhaps ? |
| 11:57 |
void |
yes |
| 11:58 |
void |
i and i think that RTE must eventually die |
| 11:58 |
m4rtijn |
hehe |
| 11:58 |
m4rtijn |
not much |
| 11:59 |
void |
wiki syntax/ markdown / ReST rulez -) |
| 12:00 |
Ruudi |
greetings |
| 12:00 |
Denyerek |
hahah void |
| 12:00 |
Denyerek |
markdown is king |
| 12:01 |
Denyerek |
I love that thing |
| 12:01 |
Denyerek |
Markdown extra is SO flexible |
| 12:01 |
Denyerek |
void, I might have some paid work / consulting on a short job with the RTE to do with allowing custom tags to be used without getting parsed. |
| 12:01 |
Denyerek |
That something you might be able to help with |
| 12:02 |
void |
hm... not sure that i can help |
| 12:02 |
Ruudi |
have anyone done "save as pdf" with typo3 4.2 and templavoila? have no much ideas how to get it working, it sure gives some output but no pdf viewer opens it |
| 12:03 |
Denyerec |
I'm sure you would be able to void :) |
| 12:05 |
m4rtijn |
Ruudi - afaik the html - pdf converter available for typo3 are very premature and not good |
| 12:05 |
nkuttler |
Ruudi: i simply add a js print link and a print stylesheet. |
| 12:06 |
Ruudi |
yeah I have print version done but need pdf convert as well, but seems like no much help on the side of extensions |
| 13:15 |
crisb2010 |
does someone know how to prevent the rte from changing all div into p? |
| 13:15 |
crisb2010 |
i googled for it and found the question several times |
| 13:15 |
crisb2010 |
but not the answer |
| 13:24 |
foool |
which is the best rss feed for content? |
| 13:29 |
NublaII |
hi there. I have a sysfolder that contains all my faqs and I'd like to offer my editors quick preview access for it |
| 13:30 |
NublaII |
but since they are inside a sysfolder it can't be... any way of pointing to a regular page for the preview? |
| 13:51 |
m4rtijn |
crisb2010 - I think u have to allow them |
| 13:55 |
m4rtijn |
crisb2010 - google : - typo3 rte allow tags - |
| 13:58 |
davidbrunnthaler |
hiho.. is there something like sql_fetch_row but only for fields (like mysql_fetch_fields)? i want to know how many fields are returned.. |
| 13:59 |
m4rtijn |
davidbrunnthaler - hm.. did u read the "select" definition? |
| 14:00 |
davidbrunnthaler |
sry my fault. please substitute the "fetch" with "num" |
| 14:01 |
m4rtijn |
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/5/5/ |
| 14:01 |
m4rtijn |
seems it has field stuff |
| 14:02 |
davidbrunnthaler |
m4rtijn: you mean selectFields |
| 14:02 |
davidbrunnthaler |
? |
| 14:08 |
m4rtijn |
yes |
| 14:16 |
davidbrunnthaler |
i think there is nothing like sql_num_rows for the number of fields.. so i used mysql_num_fields |
| 14:25 |
crisb2010 |
i am using the seminars ext and indexed search is not indexing the content |
| 14:26 |
crisb2010 |
what can i do to get him to index that stuff? |
| 14:51 |
m4rtijn |
ping |
| 15:06 |
isolysis |
pong |
| 15:06 |
m4rtijn |
finally.. i was getting worried :) |
| 15:08 |
crisb2010 |
does noone have a clue what keeps the search from indexing my seminars? |
| 15:21 |
m4rtijn |
indexing is a neverending story |
| 15:26 |
nd_ |
sadly it is... here too |
| 15:32 |
Recnelis |
Hey guys, when trying to update certain extensions ( Typically large ones) I get a error about permission denied |
| 15:32 |
Recnelis |
typo3conf/ext/templavoila/cm1/) [function.rmdir]: Permission denied in /Users/<removed>/public_html/typo3_src-4.2.1/typo3/mod/tools/em/class.em_index.php on line 3721 |
| 15:32 |
Recnelis |
Like that one.. |
| 15:32 |
Recnelis |
I'm using symlinks |
| 15:33 |
Recnelis |
This is when I try to update Templavoila and static info tables.. |
| 15:45 |
Recnelis |
Come on.. somebody's bound to have had a similar problem :) |
| 15:48 |
Recnelis |
and when Typo3 uploads files.. where does it put them ? I can change php.ini, but only for certain folders |
| 15:52 |
nkuttler |
Recnelis: why don't you chgrp + chmod accordingly? |
| 15:55 |
Recnelis |
nkuttler: it's the same user and group which owns both folders and files |
| 15:58 |
jangla |
anyone got any experience with the fold out menu extension? tbh - most people could probably help me with this problem though! Check this out: http://paste.phlogi.net/-d88e2fab4b/ |
| 15:58 |
jangla |
When used with the extension, this will produce a very nice expandable/collapsible menu. Fine. Only problem is, because of the expAll line, all the menu's are rendered expanded to start with. But if I change it to expAll = 0 then it appears that the menu is collapsed but in fact it hasn't rendered the sub items at all! |
| 15:58 |
jangla |
anyone able to help? |
| 16:02 |
m4rtijn |
heh, no patience |
| 16:02 |
m4rtijn |
i was just about to answer him |
| 16:02 |
nkuttler |
and doesn't know ts |
| 16:08 |
Recnelis |
I've got patience.. answer me :p |
| 16:10 |
nkuttler |
Recnelis: hm, persmission denied is permission denied. that's not really a problem in my world |
| 16:10 |
nkuttler |
Recnelis: check parents, server logs, su to httpd user etc |
| 16:14 |
animan |
hi, i have an permission issue, where i've added TCEMAIN.clearCacheCmd = 104 to a news container page so whenever someone adds a news it should clear it's cache |
| 16:14 |
animan |
it does with admins but don't with non-admin users |
| 16:15 |
animan |
anyone has an idea what permissions should i add for those non-admins so it would work with them as well? |
| 16:18 |
martijn |
hmrpf.. re |
| 16:19 |
m4rtijn |
stupid mirc |
| 16:27 |
nkuttler |
:P |
| 16:40 |
animan |
sry, my IRC client crashed -- did someone had an idea? |
| 16:46 |
m4rtijn |
animan - my irc crashed as well.. idea about what? |
| 16:46 |
m4rtijn |
:p |
| 16:48 |
animan |
well, i hav a sysfolder with "TCEMAIN.clearCacheCmd = 104" script, so it would clear its cache whenever a newsitem is inserted there |
| 16:48 |
animan |
it works fine for admins but doesn't for non-admin BE users |
| 16:49 |
animan |
i guess i should add some permissions for those users but i cannot seem to find what affects that cache clearing |
| 16:51 |
m4rtijn |
hmm, is that TSconfig of the sysfolder? |
| 16:51 |
animan |
yes |
| 16:51 |
m4rtijn |
I have that as well in most my projects and it works fine.. for all users.. |
| 16:52 |
m4rtijn |
I dont think you need permissions of some kind for that |
| 16:52 |
animan |
hmm, wierd.. |
| 16:53 |
animan |
because when i add a news with my admin user, everything works like a charm |
| 16:53 |
animan |
but restricted user's added news just doesn't show up until some admin user clears cache :S |
| 16:57 |
m4rtijn |
does anyone know what data in tables.php I have to edit for the "page - resources - files " limit? |
| 16:58 |
m4rtijn |
could that be: $TCA['pages']['columns']['media']['config']['maxitems'] = 5; |
| 17:01 |
m4rtijn |
I htink it is :) |
| 17:20 |
GeorgesAbitbol |
could anyone help me on ajax with typo3 and the fe_index.php stuff. |
| 17:20 |
GeorgesAbitbol |
I created all the files but my fe_index.php is not called. |
| 17:20 |
GeorgesAbitbol |
I am sure it is only a little thing |
| 17:20 |
GeorgesAbitbol |
but I can not find. |
| 17:21 |
m4rtijn |
what is that |
| 17:23 |
GeorgesAbitbol |
oh sorry. I took it from a typo3 podcast. It involve an xml http request to this kind of request : index.php?eID=tx_mediasmartrecommend&cmd=send |
| 17:23 |
GeorgesAbitbol |
do you know that m4rtijn |
| 17:25 |
void |
GeorgesAbitbol: did you register your eID script in localconf.php ? |
| 17:26 |
void |
*ext_localconf.php, i mean |
| 17:26 |
GeorgesAbitbol |
void: Yes I did this : $TYPO3_CONF_VARS['FE']['eID_include']['tx_mediasmartrecommend_pi1'] = 'EXT:mediasmart_recommend/pi1/fe_index.php'; |
| 17:27 |
GeorgesAbitbol |
if I call http://.../index.php?eID=tx_mediasmartrecommend&cmd=send , I have a blank page and I do not think it should cause I made some echo debug stuff |
| 17:27 |
GeorgesAbitbol |
ok, i am silly |
| 17:27 |
GeorgesAbitbol |
ndex.php?eID=tx_mediasmartrecommend_pi1 seems better&cmd=send |
| 17:28 |
void |
-) |
| 17:29 |
nd_ |
Why is my ext not cached even though I use crawler to generate the urls and they display the content just fine? |
| 17:29 |
GeorgesAbitbol |
void: the direct call in uri works but not the xhr call. But strangely it returns a 200 code |
| 17:30 |
void |
GeorgesAbitbol: 200 code means that it work -) |
| 17:30 |
GeorgesAbitbol |
void: it mean apache returns 200 and foudn sthg but no code is executed |
| 17:31 |
void |
GeorgesAbitbol: double check |
| 17:43 |
ct529 |
what is in the table cache_pages? |
| 18:06 |
Phlogi |
anyone has some TS for a simple text based language menu? |
| 18:07 |
jaklar |
i imported a t3d file with new pagetree and everything works great until i aktivate realurl then startpage is ok but all other pages from that lvl just show a blank white site... anyone an idea? |
| 18:09 |
nkuttler |
Phlogi: what do you mean? can't you just put a link with L=foo (iirc)? |
| 18:10 |
Phlogi |
nkuttler: not at all... that will break in a lot of cases |
| 18:11 |
teppi|work |
jaklar, have you configured the .htaccess |
| 18:20 |
jaklar |
teppi - yes everything worked fine before ive imported t3d |
| 18:43 |
Phlogi |
jaklar: did you set the root id in realurl conf? |
| 18:43 |
Phlogi |
maybe that one changed |
| 19:33 |
Phlogi |
jaklar: nope localconf.php |
| 19:40 |
Phlogi |
jaklar: nope typo3conf/ |
| 19:40 |
Phlogi |
do you use a tool to configure realurl? or how is it done? |
| 19:42 |
Phlogi |
nkuttler: found some nice TS for the menu |
| 20:11 |
mushr00m |
nabend |
| 20:12 |
mushr00m |
ich hab ein problem mit HMENU, CUR wird nicht angesprochen wenn ich special = directory benutze |
| 20:12 |
mushr00m |
special = list wiederum funktioniert ohne probleme |
| 20:12 |
mushr00m |
oh shit, english :) |
| 20:12 |
mushr00m |
i got a problem with HMENU, CUR doesnt work with special = directory |
| 20:12 |
mushr00m |
special = list works without any problems |
| 20:13 |
mushr00m |
any ideas? |
| 20:22 |
HardPhuck_ |
why u need CUR? |
| 20:23 |
mushr00m |
HardPhuck_: i have a GMENU and i want a darker grey for the current gfx |
| 20:26 |
HardPhuck_ |
tried using ACT? |
| 20:27 |
nkuttler |
Phlogi: have an url? might need it soon. |
| 20:27 |
Phlogi |
nkuttler: I now use the sr_lanuguage menu |
| 20:27 |
Phlogi |
but |
| 20:28 |
Phlogi |
http://typo3blogger.de/sprach-menu/ here you go |
| 20:28 |
nkuttler |
Phlogi: thanks, will have a look at them |
| 20:29 |
Phlogi |
nkuttler: I spent like an hour to find out why the ext for the menu does not work |
| 20:29 |
Phlogi |
in the end it was the fact that the iso lang key was not set for the lanuage, just as a hint for you |
| 20:29 |
mushr00m |
HardPhuck_: ACT doesnt work too |
| 20:30 |
HardPhuck_ |
i've never used GMENU before, do you have an example online? |
| 20:30 |
HardPhuck_ |
i mean a working one |
| 20:30 |
Phlogi |
mushr00m: and paste your TS |
| 20:31 |
mushr00m |
http://paste.phlogi.net/-0d03f3a0c2/ |
| 20:37 |
HardPhuck_ |
if ($cells[1] == empty) |
| 20:37 |
HardPhuck_ |
how would i rewrite this |
| 20:37 |
HardPhuck_ |
i get a value from database, but that value has nothing in it |
| 20:38 |
HardPhuck_ |
but ist's not null |
| 20:38 |
Phlogi |
its '' ? |
| 20:38 |
Phlogi |
HardPhuck_: maybe use empty() |
| 20:43 |
HardPhuck_ |
hm |
| 20:45 |
mushr00m |
what does var_dump say? |
| 20:49 |
mushr00m |
Phlogi: any ideas about my TS problem? |
| 20:51 |
Phlogi |
nope |
| 20:51 |
Phlogi |
I'm sure it works |
| 20:51 |
Phlogi |
somehow |
| 20:52 |
Phlogi |
I have done that once |
| 20:52 |
mushr00m |
i have a syfolder which acts as a navigation storage |
| 20:53 |
Phlogi |
thats fine IMHO |
| 20:53 |
mushr00m |
yep should be |
| 20:53 |
mushr00m |
its more simple for my customer instead modifying the special = list TS |
| 20:54 |
mushr00m |
im happy that list works at least ;) |
| 21:38 |
tomyN |
anyone here? |
| 21:39 |
JohPie |
yes |
| 21:39 |
JohPie |
oh... too late |