| 02:40 |
gerards |
hi guys, using CONTENT ts object, it seems possible to only select records from the database with their pid's SPECIFICALLY defined in CONTENT.select.pidInList. |
| 02:41 |
gerards |
is it possible to select records globally? ie. without specifying CONTENT.select.pidInList? or maybe CONTENT.select.pidInList = all? |
| 02:41 |
gerards |
thanks. |
| 02:48 |
Denyerec |
Hmm. |
| 02:48 |
Denyerec |
Can you give me an example why you would awnt to do this ? |
| 03:05 |
gerards |
Denyerec: I have tt_news all over the place in my page tree. I don't know where they could be, since pages are created all the time. |
| 03:06 |
gerards |
Denyerec: I want to use CONTENT to display some partial tt_news content (not all) on a specific page. |
| 03:07 |
Denyerec |
From ALL tt_news records |
| 03:08 |
Denyerec |
wherever they may be |
| 03:08 |
gerards |
Denyerec: but I can't since I need to know where all those tt_news are (I need to know their pids). The solution could be to force all tt_news to only standard location. But I would like to have them in their own branches / pages. This is so different people can "own" those tt_news |
| 03:08 |
gerards |
exactly. |
| 03:08 |
Denyerec |
Interesting conundrum |
| 03:08 |
gerards |
conundrum. there's a word which looks like it means. |
| 03:18 |
Denyerec |
Hehehe |
| 03:18 |
gerards |
i got it. |
| 03:19 |
gerards |
you need to fill up pidInList with all the possible pages in your page tree (comma separated). |
| 03:20 |
gerards |
to do that you use pidInList.cObject = HMENU and configure it to make that comma separated list. |
| 03:21 |
gerards |
if anyone needs that ts, let me know. too lazy to open up pastebin for such a silly thing. |
| 03:24 |
gerards |
wow Denyerec, you should be sleeping pal. |
| 03:24 |
Denyerec |
Yeah I know. |
| 03:24 |
Denyerec |
Haha |
| 03:24 |
Denyerec |
so you actually tell the pidinlist to be a HMENU |
| 03:24 |
Denyerec |
and get the HMENU to generate the list of page IDs ? |
| 03:26 |
gerards |
yes. i forgot all about cObject in stdWrap. its a nice piece of ts |
| 03:26 |
Denyerec |
can I see it ? |
| 03:26 |
gerards |
but it seems to me that CONTENT is lacking a "global" setting. |
| 03:26 |
gerards |
like pidInList = all |
| 03:26 |
gerards |
sorry that's CONTENT.select.pidInList = all |
| 03:29 |
gerards |
http://pastebin.com/d5f354817 |
| 03:55 |
Denyerec |
thanks gerards |
| 03:56 |
gerards |
yw |
| 03:56 |
Denyerec |
nice |
| 03:56 |
Denyerec |
didn't know you could do select/join queries in TS |
| 03:56 |
Denyerec |
! |
| 03:56 |
Denyerec |
Never needed to in the past I guess |
| 03:57 |
gerards |
i guess one really shouldn't be doing that in TS. the error reporting of sql queries is horrible in TS. |
| 03:58 |
gerards |
but in some case, creating an extension is such an overkill. TS is the best alternative in those situations. |
| 03:58 |
Denyerec |
when you just need to grab some data |
| 03:59 |
Denyerec |
I'd love to see the rest of the TS |
| 03:59 |
Denyerec |
what site is this for ? |
| 04:03 |
gerards |
its something for the intranet of General Motor's dealers. |
| 04:03 |
gerards |
http://pastebin.com/m668a04bc |
| 04:03 |
gerards |
its a little convoluted.... |
| 04:08 |
gerards |
Denyerec: the TS creates this http://imagebin.org/13073 |
| 04:26 |
Denyerec |
gnight gerards |
| 04:26 |
gerards |
see ya |
| 06:23 |
d|g |
hi all |
| 06:33 |
xsebi |
mornin |
| 07:44 |
myicq |
hello. Short q: anyone know where the option for auto-logout of backend is ? |
| 07:44 |
myicq |
I wish to stay logged in while I am developing my site. |
| 08:06 |
demess |
myicq: you can set the seconds on localconf.php -> $TYPO3_CONF_VARS['BE']['sessionTimeout'] = '7200'; |
| 09:12 |
myicq |
demess : thanks :) |
| 10:24 |
Haribo |
Hello, does anybody know how to set constants in the page TSConfig field with TSFE.constants? |
| 10:47 |
solshark |
Hi all |
| 10:59 |
Haribo |
Hi solshark |
| 10:59 |
Haribo |
solshark: do you know how to set constants in the page TSConfig field with TSFE.constants? |
| 11:02 |
solshark |
Haribo: Nope. But maybe http://www.nabble.com/TSFE.constants-in-Typo3-ver.-4.1.5-td14649845.html can help. |
| 11:22 |
Haribo |
solshark: Thnx, I have looked there before, but missed something I guess. I works fine now. :) |
| 11:22 |
solshark |
Haribo: Perfect :) |
| 11:24 |
m0oman |
<3 haribo. |
| 11:31 |
Haribo |
bye |
| 11:51 |
Denyerec |
gerards |
| 11:51 |
Denyerec |
? |
| 11:59 |
gerards |
hi Denyerec good morning. |
| 11:59 |
gerards |
wazzup? |
| 11:59 |
Denyerec |
hey |
| 12:00 |
Denyerec |
I was thining about the HMENU thing |
| 12:00 |
Denyerec |
and I have seen it used in another application, to generalte meta REL links in the header |
| 12:00 |
Denyerec |
for next page, parent, index, contents etc. |
| 12:00 |
gerards |
ah... sweet. |
| 12:00 |
gerards |
nice application. |
| 12:00 |
Denyerec |
Thought you might be interested in that application, that's all. |
| 12:00 |
Denyerec |
I used it on a couple of sites, was simple enought o implement. |
| 12:01 |
gerards |
these days i'm just too lazy to do all the SEO stuff. |
| 12:01 |
gerards |
I should I guess. |
| 12:02 |
Denyerec |
http://typo3.org/documentation/document-library/extension-manuals/cag_rel/0.3.2/view/ |
| 12:02 |
Denyerec |
well you don't need SEO on intranet |
| 12:02 |
gerards |
thanks anyway! |
| 12:02 |
reva2 |
Hi. Sory for my pour english. |
| 12:02 |
reva2 |
Anybody here use Dynaflex extesion? |
| 12:02 |
reva2 |
Please, tell me, it's possible to add completely new column in TCA ? |
| 12:04 |
Denyerec |
I've heard of dynaflex |
| 12:04 |
Denyerec |
never touched it tho |
| 12:04 |
reva2 |
I need new column, not new field in "flex" column |
| 12:11 |
Denyerec |
All this talk of columns makes me think someone's using autoparser... :) |
| 12:17 |
reva2 |
Why autoparser? I work on my own extension (something like "commerce") and it need for this |
| 12:20 |
Denyerec |
Just the column talk |
| 12:20 |
Denyerec |
it's usually autoparser related |
| 12:20 |
Denyerec |
gerards will probably be able to help you once he's eaten |
| 12:24 |
solshark |
how could i specify backPID for SINGLE view tt_products? |
| 12:36 |
m4rtijn |
hi |
| 12:38 |
m4rtijn |
i have a small problem... I made an graphical content Header with: lib.stdheader.10.1 < TEMP_CONTENTHEADER |
| 12:38 |
m4rtijn |
now I have a printlink.. with another typenum= 98.. and I would like the header to be normal text again.. any idea how I could solve that |
| 13:09 |
AlexTheGer1 |
How can I add a javascriptfile in a header of ONE site using TSconfig? |
| 13:23 |
micheee |
Can someone tell me how to style a FCE with the <beLayout>-Tag? or maybe point me to a good ressource |
| 13:23 |
Denyerec |
Uhm |
| 13:23 |
Denyerec |
Quick qeustion micheee |
| 13:23 |
Denyerec |
Why would you wanna do it there? |
| 13:24 |
Denyerec |
why not just slap a class on it, and do it in normal CSS ? |
| 13:24 |
micheee |
because i dont want the backend to look ugly with nested information |
| 13:24 |
Denyerec |
You can simply create a mapping to the class attribute of the FCE's wrapping element, and style everything from there. |
| 13:24 |
Denyerec |
It's simply be one field to fill in... |
| 13:24 |
Denyerec |
Will it always be the same class, or is it situation dependant ? |
| 13:25 |
Denyerec |
IE, should it change automatically, or should it be user selectable ? |
| 13:25 |
micheee |
say i have: image, image title, image link -> on mouse over there is a popupmenu (optional) that should be filled with an arbitrary number of links, it already works but it looks ugly as hell ;) |
| 13:26 |
Denyerec |
and you just want to sneak a class into it so you can style it ? |
| 13:26 |
micheee |
hmm no a little more complicated ;) can we pn so i show? |
| 13:26 |
micheee |
i'll send you teh links |
| 13:26 |
Denyerec |
sure |
| 13:27 |
micheee |
could you read my pn? perhaps i need to register first |
| 13:27 |
Denyerec |
You need to reg with nickserv |
| 13:29 |
micheee |
is hould be registered now :o |
| 13:31 |
micheee |
Denyerec: i go have quick coffee, i am back in 10 minutes or so. ty for your help in advance :) |
| 13:32 |
Denyerec |
k |
| 13:52 |
myicq |
hello there. I have installed modern downloads and "DAM". These required Static Info Tables |
| 13:53 |
myicq |
now my "list" module takes forever to load, and I have countries, currencies etc etc that I don't need 99% of the time. Can I disable the view of these static tables ? |
| 13:53 |
myicq |
both for admin and users |
| 14:08 |
fRuud |
can anyone help me with my merks that won't be substituted not even for regular text |
| 14:08 |
fRuud |
*marks |
| 14:10 |
fRuud |
I have the following lines in my templates tscript: |
| 14:10 |
fRuud |
page.10 { |
| 14:10 |
fRuud |
userFunc = tx_templavoila_pi1->main_page |
| 14:10 |
fRuud |
marks { |
| 14:10 |
fRuud |
SEARCHBOX = TEXT |
| 14:10 |
fRuud |
SEARCHBOX.value = This is replacing a simple marker in the HTML-code |
| 14:10 |
fRuud |
} |
| 14:11 |
fRuud |
And ###SEARCHBOX### inside the template, but that text remains unchanged!!! |
| 14:19 |
micheee |
any1 knows how to add css-classes to FCE parts in the Backend? |
| 14:22 |
typochur |
grmbl ... <input type="hidden" name="challenge" value="[some md5]"> << why do they not close this input? |
| 14:22 |
typochur |
:( |
| 14:23 |
typochur |
For such thing we have to go on a looong trip into typo3 ext manager and search, which extension makes mistakes :( |
| 14:23 |
typochur |
just because author didn't want to write one "/" more |
| 14:27 |
typochur |
it's kb_md5fepw in pi1/class.tx_kbmd5fepw_newloginbox.php ... writing markup in the php source is so bad ;( |
| 14:34 |
fRuud |
Still getting nowhere sustituting markjs for normal text or anything else |
| 14:35 |
fRuud |
I'm not getting why this doesn't work. I seem to de everything right, all that is written on websites hasn't helped yet |
| 14:35 |
fRuud |
Could this be a templavoila problem? |
| 16:14 |
jameelsandham1 |
how do i embed it in the mail? |
| 16:16 |
ries |
jameelsandham1: look in google..... it's fairly simple.... typo3 can do it with it's API |
| 16:18 |
jameelsandham1 |
hmm ive tried google, the instructions are tedious and lead to the wrong thing all the time |
| 16:18 |
jameelsandham1 |
but meh ill give it another go |
| 16:26 |
ries |
jameelsandham1: what about http://www.phpguru.org/static/mime.mail.html |
| 16:46 |
T3 |
djamel |
| 16:47 |
jameelsandham1 |
is this mime mail a whole email program? because all i want to do is make the template, so i can distribute it to a client |
| 16:50 |
ries |
jameelsandham1: I don't know.... I never used it... |
| 16:54 |
jameelsandham1 |
can anyone talk me through embeding an image into an email tag please? |
| 16:54 |
jameelsandham1 |
ok ries thanks |
| 16:54 |
jameelsandham1 |
i dont think its what im looking for though :( |
| 16:57 |
ries |
jameelsandham1: I think the question was how to embed an image in a mail? |
| 17:04 |
jananne |
Is it possible for my client when hes logging in to automaticly goto a page or ADD RECORD option? Instead of clicking on: PAGE > SOME PAGE > ADD NEW RECORD? |
| 17:04 |
jananne |
like a shortcut or something like that. |
| 17:04 |
jananne |
( BACK END LOGGING IN * ) |
| 17:27 |
tomyN |
For instance, I organize images with DAM, and I wonder if I could control this with Filemaker as well |
| 17:32 |
jameelsandham1 |
sory tomyN cant help :( |
| 17:32 |
tomyN |
thanks, n/p |
| 17:33 |
jameelsandham1 |
does anyone know how to embed an image into an email signiture, without having to link image src to a server? |
| 17:49 |
jameelsandham1 |
well i got DC, so if anyone answered my question please repeat yourself :D |
| 17:49 |
jameelsandham1 |
if not, can anyone help me embed an image into an email template, so i dont have to src it to a server |
| 17:50 |
tomyN |
I cannot, ..., what is DC? |
| 17:59 |
jameelsandham1 |
disconnected |
| 17:59 |
jameelsandham1 |
ugh why does no one know how to embed images in email tags...... should be simple for a good developer :( |
| 18:04 |
jameelsandham1 |
meh looks like i will have to put it on a dam server :( |
| 18:27 |
lighty |
Heya all |
| 18:27 |
Denyerec |
Hey |
| 18:27 |
Denyerec |
jam |
| 18:27 |
Denyerec |
if you wanna embedd images, it's gotta be attached |
| 18:28 |
Denyerec |
it's far, far easier (and preferable) to host them somewhere |
| 18:28 |
Denyerec |
that way you're not choking someone's email server with large attachments that are unecessary |
| 18:29 |
jameelsandham1 |
meh, ok looks like im putting it on a server then, thanks |
| 18:38 |
jameelsandham1 |
hmmm now it wont fetch the image from my server? have you any ideas why not? |
| 18:38 |
jameelsandham1 |
im still prety new to the server side of things :L |
| 18:59 |
jananne |
The RTE editor doesn't show my css codes ( example: h1 has a font size 20px and orange color ) like in the FRONT END will be in the end. how do i modify this? |
| 19:00 |
tokam_one |
hi |
| 19:01 |
tokam_one |
i have got a 300mb file which i want to list in the filelinks menü but it is not accepted |
| 19:01 |
tokam_one |
because of its size?!? |
| 19:01 |
tokam_one |
how to mange that please help me |
| 19:04 |
tokam_one |
Datei: ebooks.zip Datei-Grösse: 366 M |
| 19:07 |
Denyerec |
mmm |
| 19:07 |
Denyerec |
There should be a setting for max fuilesize in the INstall tool |
| 19:08 |
jameelsandham1 |
yeh look in install tool |
| 19:08 |
Denyerec |
not sure if it will influences the file list or not, though |
| 19:17 |
jameelsandham1 |
this is stupid question, but how do i add image to server, so it can be acessed by a html email template through <img src:........ > without it being on the actual website? |
| 19:18 |
jameelsandham1 |
or rather, where do i add the dam thing? |
| 19:18 |
tokam_one |
it is on the server |
| 19:18 |
tokam_one |
but i cant include it into the page |
| 19:19 |
tokam_one |
[maxFileSize] Integer. If set this is the max filesize in KB's for file operations in the backend. Can be overridden through $TCA per table field separately. |
| 19:19 |
tokam_one |
?? |
| 19:20 |
Denyerec |
jameelsandham1 - it will have to be in a web-accessible directory if you want it to show up in their browser. |
| 19:20 |
Denyerec |
Best advice would be to create a folder and then stop google from crawling it with a robots.txt file |
| 19:21 |
jameelsandham1 |
"crawling it"? |
| 19:21 |
Denyerec |
Yeah |
| 19:21 |
Denyerec |
indexing your image |
| 19:21 |
Denyerec |
but of course, any member of the public could browse to it if they guessed the URL |
| 19:22 |
tokam_one |
what kind of php have i to use if it should select files for me to a file link list? |
| 19:22 |
jameelsandham1 |
i dont mind if the public can see the image, as long as its nowhere on my site |
| 19:25 |
Denyerec |
Oh sure, it'll just be buried in a subdirectory |
| 19:25 |
Denyerec |
/var/www/yoursite/emailimages/header.jpg or such |
| 19:25 |
tokam_one |
i plan to add all files of a folder to the filelink list |
| 19:25 |
tokam_one |
how to do that? |
| 19:29 |
just2b |
click on the + icon |
| 19:29 |
just2b |
or update to latest trunk version alpha3 ;) |
| 19:32 |
tokam_one |
? |
| 19:32 |
tokam_one |
there are 100 files |
| 19:32 |
jameelsandham1 |
fuck i suck at this shit |
| 19:32 |
tokam_one |
i do not want to klick 100 times on the + icon |
| 19:32 |
tokam_one |
cant i do something with a script ther |
| 19:32 |
tokam_one |
e |
| 19:32 |
tokam_one |
self written? |
| 19:32 |
tokam_one |
in the box bellow? |
| 19:32 |
jameelsandham1 |
i should stick to copy edit and that retarded shit :( |
| 19:32 |
just2b |
sure you can |
| 19:33 |
just2b |
or you just apply the patcg |
| 19:33 |
just2b |
patch |
| 19:34 |
tokam_one |
why can i only list 10 files? |
| 19:37 |
tokam_one |
ahha |
| 19:47 |
jameelsandham1 |
denyerec check pm :D |
| 19:47 |
Denyerec |
kk |
| 20:08 |
micheee |
somebody has an idea how to get the contents of several templavoila fields and map them to one new field? |
| 20:09 |
jameelsandham1 |
some form of cut and paste? |
| 20:09 |
micheee |
no with typoscript or sth. ;-) |
| 20:11 |
jameelsandham1 |
well, me being a rook at this, cant help sory |
| 20:12 |
micheee |
so am i :-) but ty |
| 20:26 |
frogger |
hi, i want to insert a javascript into the header of my typo3-page. i allready googled and found out that i can do this in "page.headerData" but i don't know what this means? where to find this? |
| 20:30 |
Lars_dk |
someone there have an idea why i don't can change language in TYPO3 BE and on ext. (Safe_mode is on and can't be change, and something call function is diable) |
| 20:31 |
Lars_dk |
disable |
| 20:32 |
ShadowHunter |
fetched translation in the other languges? |
| 20:33 |
Lars_dk |
?? |
| 20:33 |
ShadowHunter |
look at the menus in the extension manager |
| 20:33 |
timdeluxe |
Lars_dk: perhaps your hoster has disabled allow_url_fopen |
| 20:34 |
Lars_dk |
Ok, timdeluxe it is possible to see that ? |
| 20:34 |
timdeluxe |
can you create a php file on your webspace where your typo3 is hosted? |
| 20:34 |
timdeluxe |
(or upload one?) |
| 20:34 |
ShadowHunter |
AFAIK the phpinfo()-call is also available in the typo3 installer |
| 20:35 |
timdeluxe |
sure? where? |
| 20:36 |
timdeluxe |
i think it was one time, but not anymore |
| 20:36 |
ShadowHunter |
"8: phpinfo()" |
| 20:36 |
ShadowHunter |
typo3 4.1.5 |
| 20:36 |
Lars_dk |
if i create an phpinfo file i only got an white site |
| 20:37 |
timdeluxe |
ShadowHunter: hm. ok, but where do you have to click to get it? |
| 20:37 |
timdeluxe |
in installer? |
| 20:37 |
ShadowHunter |
in the backend -> Tools -> Installation |
| 20:38 |
timdeluxe |
now i've got it |
| 20:38 |
timdeluxe |
Lars_dk: can you click that? |
| 20:38 |
timdeluxe |
then check/search string allow_url_fopen |
| 20:41 |
Lars_dk |
I can´t find allow_url_fopen in phpinfo in typo3 |
| 20:43 |
isolysis |
Lars_dk: it is in your php.ini file |
| 20:43 |
timdeluxe |
isolysis: i doubt he has access to php.ini |
| 20:43 |
timdeluxe |
Lars_dk: i cant believe that. do you at least see anything? |
| 20:43 |
Lars_dk |
I don´t have acces to that |
| 20:44 |
isolysis |
i wasnt following the conversation.. what seems to be the issue |
| 20:44 |
Lars_dk |
the site works but i can't change language |
| 20:45 |
isolysis |
are you creating php info with a short tag <? or the full <?php |
| 20:45 |
isolysis |
Lars_dk: change language, on what level? the typo3 backend, front end etc? |
| 20:46 |
Lars_dk |
Both in BE and on extension |
| 20:47 |
Lars_dk |
and i create the php info like this <?php |
| 20:49 |
timdeluxe |
Lars_dk: if your allow_url_fopen is off you can try to activate curl |
| 20:49 |
Lars_dk |
how ? |
| 20:49 |
timdeluxe |
but you have to have access to the install tool, do you? |
| 20:50 |
Lars_dk |
TYPO3 install tool ?? yes i have |
| 20:50 |
timdeluxe |
call it, go to "All Configuration" |
| 20:50 |
Lars_dk |
i´m there now |
| 20:50 |
timdeluxe |
search for "curlUse" |
| 20:51 |
timdeluxe |
activate it / set to 1 |
| 20:51 |
timdeluxe |
save |
| 20:51 |
timdeluxe |
and try again |
| 20:54 |
Lars_dk |
its the same |
| 20:55 |
timdeluxe |
then i dont have solution for BE |
| 20:55 |
timdeluxe |
for FE you can do this |
| 20:56 |
timdeluxe |
example german: |
| 20:56 |
timdeluxe |
config.sys_language_uid = 0 |
| 20:56 |
timdeluxe |
config.language = de |
| 20:56 |
timdeluxe |
config.locale_all = de_DE |
| 20:56 |
timdeluxe |
to you typoscript setup |
| 20:58 |
Lars_dk |
tt_news change the dayname |
| 20:58 |
Lars_dk |
in FE |
| 21:00 |
timdeluxe |
full sentences please :) |
| 21:00 |
Lars_dk |
?? |
| 21:02 |
Lars_dk |
But i begin to regret the place where the site is :s |
| 21:03 |
Lars_dk |
ahh, now my BE is en danish |
| 21:08 |
timdeluxe |
at least one thing :) |
| 21:08 |
s-andersen |
Hi, how do I configure a parseFunc to substitute <p class="bodytext">|</p> with |<br />? |
| 21:09 |
Lars_dk |
Yes, I try to copie all l10 files from my WAMP installation and voila the danish language was there |
| 21:27 |
timdeluxe |
Lars_dk: thats a solution, but you cant update them |
| 21:31 |
Lars_dk |
No its some right rules |
| 21:32 |
Lars_dk |
there block it, even ext. install i must unpack them in a typo3 wamp and copie them to the site |
| 21:41 |
Denyerec |
any ubuntu users here? |
| 21:43 |
timdeluxe |
Lars_dk: bad hoster |
| 21:43 |
timdeluxe |
you should change |
| 21:44 |
timdeluxe |
i get lost in TV, where to click to update the f*n mapping |
| 21:47 |
Lars_dk |
I begin to regret the host |
| 21:50 |
timdeluxe |
ah found it. i have to remap everything |
| 22:10 |
typochur |
gute nacht |
| 22:15 |
webdev |
hiho |
| 22:15 |
webdev |
collected some funny numbers about development of TYPO3 |
| 22:16 |
webdev |
ie. how many changelog numbers have been added every year since end of 2003 (the changelog started back then) |
| 22:16 |
webdev |
I mean changelog lines |
| 22:17 |
webdev |
for the core |
| 22:17 |
webdev |
and the download rate during the last year |
| 22:17 |
webdev |
I don't know if it's good or if it shows that typo3 4.x has reached the peak? |
| 22:17 |
webdev |
ok the start of 2008 was amazing |
| 22:18 |
webdev |
117 core changelog lines within 16 days, if you multiply that for the whole year you'll get 2669 lines by the end of year which is 1200 more than last year.... |
| 22:18 |
webdev |
ok that's because of the 4.2 aplha but still amazing |
| 22:19 |
webdev |
The download rate at the beginning of 2007 was 85'000 downloads, the highest level was 100'000 and the lowest level in december was 55'000. |
| 22:20 |
webdev |
download level is going down and the development in 2008 was less for the core than in 2007 |
| 22:20 |
webdev |
and what's about google trends? |
| 22:22 |
webdev |
trends.google.com shows that typo3 search word stays nearly the same for the whole year |
| 22:22 |
webdev |
with a slight downwards trend |
| 22:23 |
webdev |
ok, there is a hard dump at the end of the year |
| 22:23 |
webdev |
google says that austria was searching more often than germany or switzerland in 2007 |
| 22:26 |
webdev |
and by the way there are about 30 times more searches in german than in english for typo3 |
| 22:26 |
webdev |
and the third language which is searched is russian |
| 22:26 |
webdev |
funny stuff |
| 22:27 |
webdev |
even russian is 10 times more searched than english |
| 22:28 |
webdev |
nobody listening? |
| 22:28 |
webdev |
is there some statistic about extension updates? |
| 22:29 |
timdeluxe |
2669 lines in a year is nearly nothing |
| 22:30 |
ries |
webdev: funny indeed.... I know rusia and germany is using it a lot... USA has troubles catching up |
| 22:30 |
webdev |
timdeluxe: compared to what? |
| 22:30 |
webdev |
timdeluxe: core changelog list of the offical 4.x versions |
| 22:30 |
timdeluxe |
how can i configure a menu element which is configured as external url to open the url in a new window? |
| 22:31 |
timdeluxe |
webdev: not compared... i mean... ehm.. |
| 22:31 |
timdeluxe |
depends on language but sometimes simple changes mean many lines |
| 22:31 |
webdev |
timdeluxe: not code, changelog entries -> that means bug fixes, added (approved, core ready) features |
| 22:31 |
timdeluxe |
or something like that |
| 22:32 |
timdeluxe |
ah ok |
| 22:32 |
timdeluxe |
i misread |
| 22:32 |
webdev |
they just add one line per bug fix |
| 22:32 |
timdeluxe |
thats really much |
| 22:32 |
webdev |
:-) |
| 22:32 |
webdev |
typo3 core team realy rocks! |
| 22:32 |
webdev |
they do a great job |
| 22:32 |
webdev |
timdeluxe: and hey did you see how many extension updates realeases are published a day |
| 22:34 |
webdev |
It's about 5 to 10, that means there will be at least 2000 extension updates/publications in 2008 |
| 22:34 |
webdev |
I hope there will be more updates than new extensions, because there are 2800 extensions which means, that if there would only be updates, not even every extension would be updated within 2008 |
| 22:34 |
webdev |
TER is a little messy |
| 22:35 |
webdev |
yea what a typo3 live :-D |
| 22:35 |
timdeluxe |
webdev: what about creating a site which collects all that infos? :D |
| 22:35 |
timdeluxe |
then it would not end in a monologue here |
| 22:36 |
webdev |
webdev: will do so, I'll integrate a statistic function within www.cms-typo3.ch |
| 22:36 |
timdeluxe |
and i found the answer to my question |
| 22:36 |
webdev |
timdeluxe: you know that all chats are logged and can be found by google |
| 22:36 |
webdev |
:-) |
| 22:36 |
webdev |
internet is watching |
| 22:36 |
webdev |
google is watching all the time |
| 22:36 |
webdev |
and google remembers a lot |
| 22:37 |
timdeluxe |
waaah |
| 22:38 |
timdeluxe |
ries must have a lot of webspace ;D |
| 22:38 |
webdev |
timdeluxe: since when do you work with typo3? |
| 22:38 |
ries |
timdeluxe: why do you think so?? |
| 22:39 |
timdeluxe |
ries: ok, text is not big, but since when do you log the chat? |
| 22:39 |
timdeluxe |
webdev: i know typo3 for i think 2 years |
| 22:39 |
webdev |
timdeluxe: do you use it at work? |
| 22:39 |
ries |
timdeluxe: beginning of this year... but I have a other half year in last + found :( |
| 22:39 |
timdeluxe |
i did a test installation but didnt do much with it |
| 22:39 |
timdeluxe |
i only watch every podcast |
| 22:40 |
timdeluxe |
but since a few weeks i am really active |
| 22:40 |
timdeluxe |
webdev: no. i am linux admin at work |
| 22:40 |
timdeluxe |
unfortunately nobody uses typo3 in my company |
| 22:41 |
timdeluxe |
ries: ok that isnt really much |
| 22:41 |
ries |
I think it's a couple o meg |
| 22:42 |
ries |
the extension parses the log and directly put's it on the website |
| 22:42 |
webdev |
timdeluxe: so they use an other cms? |
| 22:42 |
timdeluxe |
i think somewhere on t3.org a bot is mentioned. did it ever run? |
| 22:42 |
timdeluxe |
webdev: for intranet and internet, yes |
| 22:42 |
timdeluxe |
for intranet sap ep portal, which really drives me crazy, cause i have to admin the servers for it |
| 22:43 |
timdeluxe |
and for internet some selfwritten solution in ASP/Windows |
| 22:43 |
timdeluxe |
but today i heard they want to change it |
| 22:46 |
webdev |
timdeluxe: sounds like a usual bigger company :-) |
| 22:47 |
webdev |
timdeluxe: did you know that you can writhe interfaces for TYPO3 and SAP |
| 22:49 |
timdeluxe |
webdev: yes, a very big |
| 22:49 |
timdeluxe |
one of the four big german energy suppliers |
| 22:50 |
timdeluxe |
yes, i read the whitepaper from punkt de |
| 22:50 |
webdev |
timdeluxe: typo3 is able to manage extreme huge web pages |
| 22:50 |
timdeluxe |
but you must know, i administrate the servers not the application |
| 22:51 |
timdeluxe |
webdev: you dont have to convince me :) |
| 22:51 |
webdev |
wo currently do one for a big industrial company with about 20 daughter companys and several thousand content pages in several languages |
| 22:52 |
timdeluxe |
i think they choosed it, because later they want to implement the frontends of some sap applications |
| 22:52 |
timdeluxe |
i dont know, and i dont want to |
| 22:59 |
webdev |
i understand that |
| 22:59 |
webdev |
a good linux admin don't wanna switch to any sap development :-D |
| 23:02 |
timdeluxe |
webdev: i am not against sap at all... the normal sap systems dont make much stress |
| 23:03 |
timdeluxe |
but they do when it gets to a portal solution with appl. servers and a ha-central instance |
| 23:03 |
webdev |
ok |
| 23:03 |
timdeluxe |
i found out that nfs clustering is nearly impossible |
| 23:07 |
frogger |
hi, i want to insert a javascript into the header of my typo3-page. i allready googled and found out that i can do this in "page.headerData" but i don't know what this means? where to find this? |
| 23:08 |
webdev |
timdeluxe: why is it nearly impossible? |
| 23:09 |
webdev |
frogger: typoscript you wanna put that in your typoscript template |
| 23:09 |
webdev |
frogger: |
| 23:09 |
webdev |
frogger: http://typo3.org/documentation/document-library/core-documentation/doc_core_ts/4.1.0/view/1/1/ |
| 23:09 |
frogger |
webdev, thx i'll have a look |
| 23:16 |
timdeluxe |
webdev: cause other servers mounting the export get a stale nfs handle |
| 23:17 |
timdeluxe |
the export can be there seconds later on the other cluster server but they are still stale |
| 23:17 |
timdeluxe |
trust me, i have nearly tried everything |
| 23:18 |
timdeluxe |
the solution will be ocfs2 i think, unfortunately |
| 23:27 |
frogger |
webdev, sure i have to include a JS over TS? not an other way? |
| 23:28 |
webdev |
timdeluxe: ok, what about coda ? |
| 23:29 |
timdeluxe |
webdev: what is coda? |
| 23:30 |
webdev |
http://coda.cs.cmu.edu/trac/wiki |
| 23:30 |
webdev |
timdeluxe: it's not that common, but has some futuristic features |
| 23:30 |
webdev |
timdeluxe: and what's about cifs? |
| 23:32 |
webdev |
timdeluxe: samba ? |
| 23:32 |
timdeluxe |
webdev: forget everything what is not in sles distribution. |
| 23:32 |
timdeluxe |
we tried samba |
| 23:32 |
timdeluxe |
no problem in vmware test setup |
| 23:32 |
timdeluxe |
but going live |
| 23:33 |
timdeluxe |
we made the cluster takeover |
| 23:33 |
timdeluxe |
the appl. server got the mount for 15 seconds again |
| 23:33 |
timdeluxe |
then: stale |
| 23:33 |
timdeluxe |
and the samba setup destroyed something more |
| 23:33 |
timdeluxe |
but our downtimes were short, so we couldn't do much tests |
| 23:34 |
webdev |
difficult |
| 23:34 |
webdev |
ocfs2 didn't know that |
| 23:36 |
timdeluxe |
ocfs2 comes with many disadvantages |
| 23:36 |
timdeluxe |
its difficult to change fs size (only possible with sles10sp1) |
| 23:37 |
Denyerec |
WHOA |
| 23:37 |
Denyerec |
YO |
| 23:37 |
Denyerec |
HEY |
| 23:37 |
timdeluxe |
normal linux lvm is not clusteraware in a clusterfs |
| 23:37 |
Denyerec |
Linux bods |
| 23:37 |
timdeluxe |
HO |
| 23:37 |
Denyerec |
Having an odd one with my hosts file, and sendmail. |
| 23:37 |
timdeluxe |
waaah sendmail *running away* |
| 23:38 |
Denyerec |
Indeed :/ |
| 23:38 |
Denyerec |
the service keeps restarting every 3 minutes |
| 23:41 |
timdeluxe |
Denyerec: fortunately most infrastructure are handled by windows there |
| 23:41 |
timdeluxe |
so i dont have problems with it :) |
| 23:42 |
timdeluxe |
but problem with hosts file? it isnt thaaat difficult |
| 23:47 |
Denyerec |
Just don't understand it... |
| 23:47 |
Denyerec |
repeat entry |
| 23:47 |
Denyerec |
127.0.0.1 localhost |
| 23:47 |
Denyerec |
127.0.0.1 sozutux |
| 23:47 |
Denyerec |
127.0.1.1 sozutux.lan sozutux |
| 23:49 |
timdeluxe |
you could all write in one line |
| 23:49 |
timdeluxe |
divided by tabs or spaces |
| 23:49 |
timdeluxe |
ok |
| 23:49 |
timdeluxe |
not the last line |
| 23:49 |
timdeluxe |
but you have one entry with two ips? |
| 23:51 |
webdev |
good night |
| 23:51 |
webdev |
I'm gone |