| 00:00 |
gerards |
http://phpfi.com/222702 |
| 00:04 |
MrZone |
i'm going to have to try that when i get home, it closing time here and they are kicking me out. thanks for the help, i sign back in when I get home |
| 00:05 |
MrZone |
and i will let you know my success. |
| 00:18 |
Suncho |
has anyone here done the basic extension tutorial? |
| 00:18 |
Suncho |
or used the extension kickstarter =) |
| 00:20 |
Suncho |
anyway, I created the extension, but and I can insert the plugin ok, but on the Pagecontent editing form, I don't see the fields that I specified in the extension kickstarter |
| 00:20 |
Suncho |
anyone know what I did wrong? |
| 00:57 |
Ries |
Hey Denyerec |
| 01:01 |
ipseos |
Ries: are you here? |
| 01:04 |
ipseos |
Question for anyone: how safe is it to install imagemagick into a public directory, i.e. /httpdocs/ImageMagick/ ? for example, if you goto a web browser it is possible for public to type in domain.com/ImageMagick/convert.exe and it will popup a download box to save the file. Can this exposure allow anyone to exploit the files in other ways? |
| 01:13 |
gerards |
Ries: Denyerec has gone to sleep. |
| 01:19 |
Ries |
hey gerards |
| 01:19 |
gerards |
hi. |
| 01:19 |
Ries |
gerards: I had to make 11 templates just for user registration! and one more to go... |
| 01:20 |
gerards |
wow... my record was 5 for user registration... |
| 01:20 |
Ries |
ipseos: Put in your .htaccess a deny for that |
| 01:21 |
ipseos |
Ries: hi, i unchecked the option for "allow anonymous access" in IIS6, so when I try to access it now it prompts for a password. is this sufficient as a security measure, or would it be better to deny in the .htaccess? if so, what can I place in the .htacess file |
| 01:21 |
gerards |
IIS... :) |
| 01:22 |
ipseos |
i know, blows :D |
| 01:24 |
Ries |
should be sufficient, but I don't know shit about IIS |
| 01:24 |
Ries |
under Linux most things are simple |
| 01:24 |
ipseos |
IIS stands in its own right, but its been giving me such a hard time with typo3 that I cant help but feel some contempt for it. the past few sleepless nights held enough influence |
| 01:24 |
Ries |
which I need, since I am not smarty |
| 01:26 |
ipseos |
i first installed t3 on a unix machine, and for someone who didn't even know anything about shell access, i managed to get it up and running in about 3 days. I thought that was bad.. imagine my feeling when I tried again with windows 2003 and outdated installation docs |
| 01:27 |
ipseos |
i had about 2-3 hours of sleep, and when i woke up i remember dreaming about typo3 errors |
| 01:27 |
ipseos |
things seems to be working now though, i managed to get im6 running |
| 01:27 |
ipseos |
sweet :) |
| 01:28 |
ipseos |
Ries: if I wouldn't to block access through the .htaccess file, what code would I need to write? |
| 01:34 |
gerards |
ipseos just a deny from all would be sufficient. |
| 01:37 |
ipseos |
gerards: sorry i am computer illiterate when it comes to .htaccess stuff. can you tell me what to write and i will copy paste it? |
| 01:38 |
gerards |
sorry ipseos. ok #1 create a file called .htaccess |
| 01:38 |
gerards |
#2 make sure the file can be read by your webserver. |
| 01:38 |
gerards |
(in linux that's a chown. In IIS i don't know.) |
| 01:38 |
ipseos |
alrite |
| 01:39 |
gerards |
#3. just put one line in the file. the line follows: |
| 01:39 |
gerards |
deny from all |
| 01:39 |
gerards |
that's it. |
| 01:39 |
ipseos |
going to try it now |
| 01:39 |
ipseos |
brb |
| 01:39 |
gerards |
that works for apache in Linux. I don't know if IIS supports .htaccess (I really doubt it does.) |
| 01:39 |
ipseos |
the .htaccess files goes in the /httpdocs/ImageMagick/ folder right!? |
| 01:40 |
gerards |
the folder that you want to prevent web access. |
| 01:40 |
gerards |
ipseos: i'm sorry i wasn't following the conversation between you and ries. |
| 01:41 |
gerards |
yes put it in httpdocs/imagemagick. |
| 01:47 |
Ries |
gerards: does IIS understand a .htaccess ? |
| 01:47 |
ipseos |
Ries: it seems not |
| 01:48 |
ipseos |
"deny from all" - saved as ".htaccess" |
| 01:48 |
gerards |
Ries: afaik, only apache understands .htaccess. |
| 01:48 |
gerards |
oh ipseos. you also need to enable IIS to use the .htaccess. |
| 01:49 |
gerards |
in apache, we need to put in a line in the virtualhost section |
| 01:49 |
gerards |
AllowOverride All |
| 01:49 |
gerards |
but i don't know about IIS. |
| 01:50 |
ipseos |
alright. |
| 01:50 |
gerards |
ipseos: like i said, .htaccess is quite specific to apache. IIS might have a different way to do this. |
| 01:50 |
ipseos |
i have a IT guy that I can ask later.. i will see what i can find out |
| 01:51 |
ipseos |
i've disabled 'anonymous access' - it prompts for username and pass with the basic setting in IIS. it seems to do the job for now |
| 01:51 |
ipseos |
thanks for your help! |
| 01:53 |
Suncho |
Anyone know about the extension kickstarter? |
| 01:53 |
ipseos |
Ries, gerards, what time is it at your location |
| 01:59 |
ipseos |
in the install tool, it is showing [GFX][im_version_5]= im5 (current value is im6) [basic config] if i try to update any other values, it will write the im5 value and replace the im6. seems odd |
| 02:01 |
gerards |
Suncho: what is your question? |
| 02:01 |
Suncho |
well I'm a total newbie |
| 02:01 |
Suncho |
and I'm going through the basic extension tutorial |
| 02:02 |
Suncho |
I managed to create the extension and have it show up on the list of front end plugins to choose from in the page content properties |
| 02:02 |
gerards |
ipseos: go to you IM directory and type convert -version. that is the verision of your imagemagick. |
| 02:02 |
Suncho |
but for some reason, the custom fields I selected in the extension kickstarter aren't showing up |
| 02:02 |
gerards |
IIRC, |
| 02:03 |
gerards |
IIRC, the custom fields are table fields. |
| 02:03 |
Suncho |
it looks like the table fields were created ok |
| 02:03 |
Suncho |
databasewise |
| 02:03 |
gerards |
Suncho: yes #1 fields in the DB will be created, |
| 02:04 |
gerards |
and #2, in the BE, there will be the fields when you insert a "plugin" content element and choose your plugin. |
| 02:05 |
gerards |
BE = backend. |
| 02:05 |
Suncho |
yep |
| 02:05 |
Suncho |
and I was able to choose my plugin |
| 02:05 |
ipseos |
gerards: in my php.ini it has memory_limit = 8M setting. what is recommended ? |
| 02:05 |
gerards |
put 48M |
| 02:06 |
gerards |
Suncho: after you choose your plugin a javasript alert will say the fields will be changed, you should click yes. |
| 02:06 |
gerards |
Suncho: then the form will reload. |
| 02:06 |
Suncho |
that didn't happen |
| 02:06 |
Suncho |
and I tried reloading the form manually |
| 02:06 |
Suncho |
nothing |
| 02:08 |
gerards |
oh? |
| 02:08 |
Suncho |
yep |
| 02:08 |
Suncho |
I also tried going through the earlier steps of the tutorial again |
| 02:08 |
Suncho |
same results |
| 02:09 |
Suncho |
I'm sure I'm doing something stupid. I just can't figure out what it is |
| 02:09 |
gerards |
let's to do silly stuff first. can you clear the temp files in typo3conf? |
| 02:09 |
gerards |
Suncho: there is a link in the BE to do that. |
| 02:09 |
Suncho |
yep |
| 02:09 |
Suncho |
already did that |
| 02:10 |
gerards |
next, can you go to the directory of your extension, |
| 02:10 |
gerards |
usually in typo3conf/ext/my_ext_name |
| 02:10 |
gerards |
there should be a ext_tables.php and a tca.php files there. |
| 02:10 |
gerards |
do you see them? |
| 02:10 |
Suncho |
lemme check |
| 02:11 |
gerards |
Suncho: please use my irc nick when you reply. I'm working now. and i don't want to keep checking the irc window ;) |
| 02:11 |
Suncho |
gerards: I see the file |
| 02:11 |
Suncho |
*files |
| 02:12 |
gerards |
can you open tca.php |
| 02:12 |
Suncho |
gerards: done |
| 02:13 |
gerards |
there should be a php array... $TCA['aumotically_generated_table_name']['field_name'] |
| 02:13 |
gerards |
do you see the array? does it look familiar? |
| 02:13 |
Suncho |
yes |
| 02:13 |
gerards |
hmmm..... i'm puzzled. |
| 02:13 |
Suncho |
although it has 2 underscores next to each other instead of 1 |
| 02:13 |
ipseos |
"Extra tables in the database |
| 02:14 |
ipseos |
There are some tables in the database which are not configured in the $TCA array. You should probably not worry about this, but please make sure that you know what these tables are about and why they are not configured in $TCA." |
| 02:14 |
gerards |
can you paste tca.php in phpfi.com? |
| 02:14 |
Suncho |
phpfi.com? |
| 02:14 |
gerards |
Suncho: :) just go there. you'll understand. |
| 02:14 |
Suncho |
k |
| 02:14 |
gerards |
paste the contents of tca.php in that textarea and click save, |
| 02:15 |
gerards |
Suncho: then show us the url. |
| 02:15 |
ipseos |
gerards, the text above is from a fresh install.. is it normal? |
| 02:15 |
gerards |
yes. ignore it. unless you're obsessive complulsive like me. |
| 02:15 |
gerards |
;) |
| 02:15 |
Suncho |
gerards: http://phpfi.com/222732 |
| 02:16 |
ipseos |
:) |
| 02:16 |
gerards |
Suncho: while we're reading that, can you do the same with ext_tables.php? |
| 02:16 |
Suncho |
ok |
| 02:16 |
gerards |
Suncho: thanks. |
| 02:17 |
Suncho |
http://phpfi.com/222733 |
| 02:19 |
gerards |
Suncho: looks like it should work. any errors? |
| 02:20 |
Suncho |
I'm not getting any errors |
| 02:20 |
Suncho |
but the fields just aren't showing up |
| 02:20 |
Suncho |
in the backend page content properties |
| 02:20 |
Suncho |
when I select that plugin |
| 02:20 |
Suncho |
gerards =P |
| 02:20 |
gerards |
:) |
| 02:21 |
gerards |
maybe the table isn't created. |
| 02:21 |
gerards |
no wait. it is created. |
| 02:22 |
gerards |
when you select plugin, you select your plugin, and nothing happens right? |
| 02:22 |
gerards |
what happens when you save after selecting your plugin from the dropdown? |
| 02:22 |
gerards |
Suncho: |
| 02:22 |
gerards |
? |
| 02:23 |
Suncho |
I still have the default fields |
| 02:23 |
Suncho |
gerards: for example, the start time and end time fields are there even though I didn't select them in the kickstarter |
| 02:23 |
Suncho |
It shows my plugin as selected though |
| 02:24 |
gerards |
no. those are there normally. |
| 02:24 |
Suncho |
gerards: I am a liar. The popup does say the fields will change. But I don't get my fields. |
| 02:25 |
gerards |
ok... i htink the TCA is not correctly loaded..... |
| 02:25 |
gerards |
Suncho: time to hack! :D |
| 02:26 |
Suncho |
sounds fun =) |
| 02:27 |
gerards |
Suncho: http://phpfi.com/222736 |
| 02:27 |
gerards |
try adding the last 4 lines there. you DO have shell access right? in case you screw up something.... |
| 02:27 |
gerards |
;) |
| 02:27 |
Suncho |
nope I don't |
| 02:28 |
Suncho |
but it's not that big of a deal if the site explodes |
| 02:30 |
gerards |
done? |
| 02:30 |
Suncho |
yes |
| 02:30 |
gerards |
after that. Clear cache in typo3conf/ |
| 02:30 |
Suncho |
k |
| 02:31 |
gerards |
you will see a whole bunch of var_dump output. |
| 02:31 |
Suncho |
gerards: where will I see it? |
| 02:31 |
gerards |
in the BE |
| 02:32 |
Suncho |
gerards: I don't see it |
| 02:32 |
gerards |
hmmm..... |
| 02:32 |
Suncho |
wait |
| 02:33 |
Suncho |
error in uploading the file |
| 02:33 |
Suncho |
"Critical transfer error" |
| 02:33 |
gerards |
oh? |
| 02:33 |
gerards |
hmmm..... |
| 02:34 |
gerards |
well forget it then. |
| 02:35 |
gerards |
Suncho: i think the BE is not reading the TCA properly, you see in http://phpfi.com/222732 on line 60, |
| 02:36 |
gerards |
that tells the BE that you want some fields fields, one hidden (a checkbox i think), one image field and one first_name. |
| 02:36 |
gerards |
I wanted to see by adding those lines if that part of the TCA really is read by BE. |
| 02:36 |
Suncho |
ok |
| 02:36 |
gerards |
i guess i can't help... |
| 02:37 |
Suncho |
i don't have write permissions in that folder |
| 02:37 |
Suncho |
can I edit the php files through the backend? |
| 02:37 |
Suncho |
well thanks anyway gerards. You pointed me in the right direction |
| 02:38 |
gerards |
yes. |
| 02:38 |
gerards |
install the extension, |
| 02:38 |
gerards |
er.... |
| 02:38 |
gerards |
quixplorer! |
| 02:38 |
gerards |
i think. |
| 02:38 |
Suncho |
ok |
| 02:42 |
Suncho |
I've installed Quixplorer, but when I click on it nothing happens |
| 02:43 |
Suncho |
nevermind |
| 02:43 |
Suncho |
reloaded the backend |
| 02:45 |
Suncho |
gerards: got your output |
| 02:45 |
gerards |
can you show us? |
| 02:46 |
Suncho |
gerards: http://phpfi.com/222741 |
| 02:48 |
gerards |
seems good can you create your plugin again? |
| 02:49 |
Suncho |
sure |
| 02:49 |
gerards |
you MIGHT have to remove those lines and remove the cache in /typo3conf again. |
| 02:49 |
gerards |
you SHOULD be able to do it now. |
| 02:49 |
gerards |
if not, i'm totally stumped. |
| 03:03 |
Suncho |
well gerards, you're gonna hate me, but I figured it out. |
| 03:04 |
gerards |
please tell us. |
| 03:04 |
Suncho |
I thought the fields were supposed to be in the page content editor |
| 03:04 |
Suncho |
but I was really supposed to create a new record |
| 03:04 |
Suncho |
which I would have known if I had followed the tutorial instructions |
| 03:04 |
Suncho |
sorry |
| 03:05 |
gerards |
no problem Suncho. |
| 03:06 |
Suncho |
thanks for being patient |
| 03:06 |
gerards |
everyone one learns, and it gets embarrasing often :D |
| 03:06 |
Suncho |
and this quixplorer extension rocks, so thanks =) |
| 03:06 |
gerards |
you're welcome. |
| 04:06 |
d|g |
hi all |
| 04:07 |
gerards |
Hi d|g |
| 04:08 |
d|g |
gerards hi |
| 04:46 |
FloLeBlanc |
hi all |
| 05:30 |
FloLeBlanc |
re dax77 :) |
| 05:33 |
dax77 |
good morning @all |
| 05:33 |
dax77 |
hi FloLeBlanc |
| 05:34 |
FloLeBlanc |
anyone who can help me with the cron of phpmailer? |
| 05:34 |
FloLeBlanc |
äh direct_mail I mean :) |
| 06:05 |
zatmania |
hi all |
| 06:05 |
zatmania |
hi tobi, reber, Fanty,Jigal,FloLeBlanc, dax77 & all i forget :) |
| 06:05 |
Fanty |
mornin |
| 06:06 |
FloLeBlanc |
hi zat, hi fanty |
| 06:08 |
reber |
hi all, zat, FloLeBlanc Fanty ! |
| 06:08 |
FloLeBlanc |
hi reber |
| 06:09 |
reber |
wassup in a typo world ? |
| 06:09 |
FloLeBlanc |
wondering which rights I have to give to the direct_mail cron :) |
| 06:09 |
reber |
FloLeBlanc, that's typically the friendly channel game :) |
| 06:23 |
Jigal |
hi @ll |
| 06:25 |
FloLeBlanc |
wow... autoMAGICally :) |
| 06:25 |
FloLeBlanc |
<-- wants to be an irc sorcerer too |
| 06:47 |
bauschan |
hi @all ! |
| 06:47 |
dax77 |
hi bauschan |
| 06:47 |
zatmania |
hi bauschan |
| 06:51 |
bauschan |
brrr, debug my way through kb_shop is on todays agenda |
| 06:57 |
zatmania |
:) |
| 06:59 |
Fanty |
why cant I use <sheets><sDEF>EXT:myext/anotherflexformthatcontainsasheet.xml<sDEF></sheets> in flexforms? :( I've seen it used with other T3DataStructures used for templavoila before.. |
| 07:03 |
FloLeBlanc |
What is the best approach to get an infobox on my page that can be edited like a normal content element and is shown on all pages? |
| 07:05 |
Fanty |
FloLeBlanc: build it into the template |
| 07:05 |
FloLeBlanc |
fanty but how will it be editable by BE users then? |
| 07:06 |
FloLeBlanc |
if I build that he should take content.right I would have to define content.right on EVERY page :) |
| 07:06 |
Fanty |
FloLeBlanc: ah, not using TV? |
| 07:06 |
FloLeBlanc |
fanty: automaketemplate :) |
| 07:07 |
FloLeBlanc |
I got started with the modern template building tutorial and didn't want to change after half the site |
| 07:07 |
Fanty |
FloLeBlanc: hehe, its worth it tough ;P I use a combination of templates |
| 07:08 |
bauschan |
FloLeBlanc: use TS *CONTENT* and *renderObj* |
| 07:17 |
maaboo |
halou |
| 07:23 |
maaboo |
knock-knock :-) |
| 07:24 |
FloLeBlanc |
who's there? |
| 07:30 |
maaboo |
:-) can anybody help me? |
| 07:30 |
FloLeBlanc |
maaboo: that depends on your question (or did I miss it?) |
| 07:30 |
Fanty |
any suggestions to how to let my extension have the same flexform configuration as another extension its extending + a bit more settings |
| 07:30 |
maaboo |
i just installed typo3 quickstart but can't see any uploded images |
| 07:31 |
FloLeBlanc |
Fanty: you could check out the sr_feuser_register manual, that explains how to add additional fields with an own extension, perhaps that would be of help? |
| 07:31 |
Fanty |
will do, thanks |
| 07:32 |
FloLeBlanc |
fanty: np, maaboo: the page itself is visible and content changes are visible too? |
| 07:32 |
maaboo |
content is visible... images are on the server.. but they aren't shown |
| 07:33 |
FloLeBlanc |
did you check the imageMagick tests in the install tool? |
| 07:33 |
maaboo |
imageMagick path? |
| 07:33 |
FloLeBlanc |
Install tool - Image Processing |
| 07:33 |
maaboo |
i thought that's about only thumbs.. not ordinary images |
| 07:34 |
FloLeBlanc |
maaboo: depends if you rerender images, I think the only images that get used 1:1 are the ones inserted in the RTE with "new plain image" but I could be wrong on that |
| 07:35 |
maaboo |
the path is wrong but i didn't worry about it.. because i didn't need thumbs |
| 07:35 |
FloLeBlanc |
that could be a reason imho |
| 07:37 |
Fanty |
FloLeBlanc: you sure its extension configuration fields? I only seem to be able to find something about adding fields to the content it makes..? |
| 07:38 |
FloLeBlanc |
Fanty: omg sorry. mixed that up |
| 07:39 |
FloLeBlanc |
fanty: I guess you tried the kickstarter wizard already? |
| 07:41 |
Fanty |
FloLeBlanc: been a while since I used it last.. but I'm pritty sure it dosen't give any support on extending other extensions flexforms :) |
| 07:41 |
FloLeBlanc |
I'll check if I have it installed and have a look |
| 07:43 |
FloLeBlanc |
fanty: from a quick look I fear you are right :) sorry for the misleading |
| 07:47 |
bauschan |
FloLeBlanc, fanty |
| 07:47 |
bauschan |
you can use kickstarter to create flexforms |
| 07:47 |
bauschan |
I did patch afew weeks ago |
| 07:47 |
Fanty |
bauschan: I dont need to create a flexform |
| 07:48 |
bauschan |
it's commited to trunk |
| 07:48 |
bauschan |
fanty : ? |
| 07:48 |
Fanty |
bauschan: I need to configure my extension with same values as another extensions flexform + a bit more |
| 07:49 |
Fanty |
bauschan: as in "extending another extensions flexform" |
| 07:49 |
bauschan |
so you need a basic setup |
| 07:49 |
FloLeBlanc |
bauschan: if I understand this right I have to set slide in the CONTENT TS, but I don't know where to slide.. my root is an "intro" page where I don't want to slide to :) |
| 07:50 |
Fanty |
I'd hoped I could link to another flexform from inside the flexform - like mininews does with a templavoila T3DataStructure.. that dosen't work with flexforms tough :( |
| 07:52 |
bauschan |
FloLeBlanc: phone |
| 07:58 |
bauschan |
re |
| 07:58 |
bauschan |
FloLeBlanc: I'll give you an example |
| 07:58 |
FloLeBlanc |
bauschan: thx |
| 07:59 |
max_muetze |
good morning, do you know how i can clear the index of the search engine indexed_search? |
| 08:00 |
bauschan |
FloLeBlanc: http://phpfi.com/222785 |
| 08:02 |
FloLeBlanc |
thank you bauschan |
| 08:03 |
bauschan |
np |
| 08:07 |
FloLeBlanc |
Fanty: well we just did dirty hacks instead of fixing it |
| 08:07 |
FloLeBlanc |
fanty: do you need "normal" BE users to config this thing? otherwise you could just do it with ts |
| 08:07 |
Fanty |
BE users need to configure it |
| 08:08 |
Fanty |
and cant change the extension as I need it too |
| 08:10 |
bauschan |
Fanty:. why don't clone that ext, replace the ext key with your preferred one and do whatever you like ? |
| 08:11 |
Fanty |
I need to base at least 3 extensions on that base.. and I know the base will change before its in prod.. cloning = bad |
| 08:18 |
maaboo |
sorry for dub question - how i can change $TYPO3_CONF_VARS['GFX']['im_path']? |
| 08:25 |
FloLeBlanc |
bauschan: sorry but do I understand this right? pidInList points to the content element itself, not to the page? |
| 08:27 |
bauschan |
FloLeBlanc: sorry, of course the page, but |
| 08:28 |
bauschan |
it has also stdWrap props |
| 08:28 |
bauschan |
so you can do something like |
| 08:28 |
bauschan |
pidInList.field = uid |
| 08:29 |
FloLeBlanc |
hmm ok thx |
| 08:29 |
FloLeBlanc |
can I specify a sysfolder there too? |
| 08:30 |
bauschan |
why not? |
| 08:30 |
FloLeBlanc |
don't know just wanted to make sure thx :) |
| 08:30 |
bauschan |
as long as it holds the record you like |
| 08:30 |
bauschan |
:) |
| 08:30 |
FloLeBlanc |
yep that's what I want to achieve :) |
| 08:31 |
Fanty |
how do I create a .patch file? |
| 08:35 |
bauschan |
Fanty: wait, there was some article on typo3.org |
| 08:35 |
bauschan |
Fanty: http://typo3.org/teams/bug-fixing/diff-and-patch/ |
| 08:36 |
Fanty |
thanks |
| 08:36 |
maaboo |
sorry for dumb question - how i can change $TYPO3_CONF_VARS['GFX']['im_path']? |
| 08:37 |
FloLeBlanc |
maaboo: don't know sorry |
| 08:37 |
bauschan |
maaboo: Install Tool |
| 08:37 |
bauschan |
All Configuration |
| 08:37 |
bauschan |
[im_path_lzw] |
| 08:38 |
bauschan |
or edit it in localconf.php |
| 08:38 |
fred^ |
Error! |
| 08:38 |
fred^ |
Reason: Segment "variert-utfluktsprogram" was not a keyword for a postVarSet as expected! |
| 08:38 |
fred^ |
woops |
| 08:38 |
bauschan |
sorry, not [im_path_lzw] has to be |
| 08:38 |
maaboo |
where is localconf.php? |
| 08:38 |
bauschan |
[im_path] |
| 08:39 |
bauschan |
maaboo: you can access the Install Tool ? |
| 08:39 |
maaboo |
i deleted install tool :-) |
| 08:39 |
maaboo |
restore? :-) |
| 08:39 |
FloLeBlanc |
why? |
| 08:39 |
maaboo |
security :-) |
| 08:39 |
bauschan |
typo3conf/localconf.php |
| 08:40 |
FloLeBlanc |
wouldn't the "die" have been sufficient? :) |
| 08:41 |
maaboo |
i think that delete is more reliable :-))) |
| 08:42 |
maaboo |
so i need to restore it? |
| 08:43 |
FloLeBlanc |
maaboo: the variable is also in typo3conf/localconf.php as bauschan said I guess :) |
| 08:44 |
FloLeBlanc |
bauschan: works great thank you a lot |
| 08:44 |
bauschan |
glad to serve you Flo :) |
| 08:45 |
maaboo |
hmm |
| 08:45 |
fred^ |
doh. Reason: Segment "variert-utfluktsprogram" was not a keyword for a postVarSet as expected! what is it with realurl spitting out these errors. the site does exist |
| 08:45 |
fred^ |
and the wierd thing, it views fine on this pc, in firefox and ie, but not on customers laptop, or a server in the office |
| 08:48 |
maaboo |
i see only few variables in conf.. but a lot in webpanel... |
| 08:49 |
max_muetze |
firefox sux... |
| 08:50 |
fred^ |
firefox is very good, except for its darn memory usage |
| 08:50 |
max_muetze |
i updated this rtehtmlarea and it is still not working... |
| 08:51 |
max_muetze |
why does this extension is not fully useable under ie? |
| 08:51 |
fred^ |
yeah, i know |
| 08:51 |
fred^ |
they changed their agent thingy |
| 08:52 |
max_muetze |
i don't know why firefox should be better than ie7 |
| 08:53 |
max_muetze |
i don't linke the numerous advertisements of firefox on nearly every page in the web in this times... |
| 08:55 |
maaboo |
am i right that variables on localconf.php override t3lib/config_default.php? |
| 08:56 |
tobi |
yes maaboo |
| 08:56 |
maaboo |
wow... this isn't in the man... al least not so clean |
| 08:58 |
fred^ |
max_muetze: why? its for the good that more and more exchange IE for a better browser, be it Firefox or Opera |
| 08:58 |
maaboo |
i use FF! it's cool |
| 08:58 |
fred^ |
ie7 should have been much much more than it is |
| 08:59 |
fred^ |
its a great relief that my whole family use firefox now. i never have to bother with virus or spyware, which is a big hassle |
| 09:00 |
max_muetze |
i can't see only one thing thats better with ff... now i exchanged my rtehtmlarea-ext against the newest one and even cannot use it neither in ie nor in ff... |
| 09:01 |
fred^ |
max_muetze: as a start, http://www.google.no/search?hl=no&q=firefox%20bette%20than%20internet%20explorer&meta= |
| 09:01 |
fred^ |
there |
| 09:01 |
fred^ |
educate yourself |
| 09:01 |
beev0r |
hey i've got a lil problem |
| 09:01 |
beev0r |
that's my page structure http://manuelbieh.com/upload/navistruk.gif |
| 09:01 |
fred^ |
forbes dissing IE alone should ring a bell :) |
| 09:02 |
max_muetze |
;) i think it's nearly the same discussion like "why is linux better than windows"... so... |
| 09:02 |
beev0r |
now i want a main menu with all subpages from "bereiche" (page id 3) on any page |
| 09:02 |
fred^ |
no, max_muetze |
| 09:02 |
beev0r |
that's my typoscript http://nopaste.tshw.de/11755910067c78f/ |
| 09:02 |
fred^ |
its not |
| 09:02 |
fred^ |
far from it |
| 09:02 |
marc |
max_muetze: it isnt |
| 09:02 |
beev0r |
and it works. but of course the "bereiche" page is in the menu as well. how do i exclude that? |
| 09:02 |
marc |
and hi @ all |
| 09:02 |
fred^ |
hello |
| 09:02 |
max_muetze |
it's not that i never used ff... i used it in times of ie6 because of the tabbed browsing... |
| 09:03 |
beev0r |
when i use excludePid = 3 i dont see anything of course ... |
| 09:03 |
beev0r |
:( |
| 09:03 |
marc |
ff is still closer to webstandards than ie7 |
| 09:03 |
marc |
for example |
| 09:04 |
fred^ |
still, max_muetze. read. educate yourself. you should, obiviously, if you do believe that IE is better than firefox or opera or any other good browser |
| 09:04 |
maaboo |
i need to clear smth about Image Magick using in typo3... now i fixed the path ti IM.. and pics are shown... but how it depends on IM existence? |
| 09:04 |
fred^ |
one thing comes to mind. if your a web developer max_muetze, you should know this very well |
| 09:04 |
andreasbalzer |
IE is better! |
| 09:04 |
fred^ |
:o |
| 09:04 |
andreasbalzer |
There's no doubt.. Script kiddies love it! :D |
| 09:05 |
fred^ |
OH HELLS YEAH |
| 09:05 |
marc |
hrhr |
| 09:05 |
fred^ |
and it displays all sites right. what the hell is up with dat firefox showing my animated gifs with the wrong shade of red???!?! |
| 09:05 |
max_muetze |
fred^ i use both for checking but i usually surf with ie7... under vista thats not that dangarous thing... |
| 09:05 |
fred^ |
darn |
| 09:06 |
andreasbalzer |
max_muetze: they have hacked IE7 under Vista before the official release.. |
| 09:06 |
marc |
you say: under yista its not _that_ dangerous, think about it ;) |
| 09:06 |
tobi |
beev0r: use special=directory or excludeUidList |
| 09:06 |
max_muetze |
yeah i know... but have you read what they can do with this hack? |
| 09:06 |
andreasbalzer |
i use vista too and my virus scanner goes $%& as soon as I start IE7 |
| 09:06 |
fred^ |
max_muetze: and i use browsercam.com for checking. but really. if you develope sites for the web, you should know the browser differences and limitations. like IEs css support vs. others, etc. |
| 09:06 |
fred^ |
its hell |
| 09:07 |
max_muetze |
;) |
| 09:07 |
marc |
more than hell :D |
| 09:07 |
fred^ |
and max_muetze: ie7 have security problems, as its predecessors |
| 09:07 |
andreasbalzer |
can somebody help me with an extension? |
| 09:07 |
andreasbalzer |
(coding) |
| 09:07 |
fred^ |
(¤) (¤) |
| 09:08 |
fred^ |
(:) |
| 09:08 |
andreasbalzer |
I need help with this one [TYPO3-dev] How to access $data['sys_template'][..][..] ? |
| 09:08 |
fred^ |
hmm, back to my realurl problem |
| 09:09 |
beev0r |
tobi thanks a lot! special = directory works fine :) |
| 09:09 |
max_muetze |
where can i get an older version of rtehtmlarea? |
| 09:12 |
tobi |
andreasbalzer: does $GLOBALS['TSFE']->tmpl->setup['tx_abcsstidy_parsewithcsstidy'] work for you ? |
| 09:12 |
andreasbalzer |
what does that mean? |
| 09:12 |
max_muetze |
k got it |
| 09:12 |
andreasbalzer |
(i'm absolutly new with ext coding) |
| 09:12 |
tobi |
it reads tx_abcsstidy_parsewithcsstidy from template setup |
| 09:13 |
andreasbalzer |
no, it's not in template setup... |
| 09:13 |
andreasbalzer |
it's a set of radioboxes on that template page (below the setup field) |
| 09:14 |
andreasbalzer |
the thing is I don't know, if those radioboxes can only be accessed through BE.. |
| 09:19 |
andreasbalzer |
tobi: see http://ess-erfurt.de/typo3_org/template_module.gif |
| 09:20 |
maaboo |
i'm sorry but i need to clear smth about Image Magick using in typo3... now i fixed the path ti IM.. and pics are shown... but how it depends on IM existence? |
| 09:20 |
andreasbalzer |
maaboo: all pics are sent through IM by default to render their quality |
| 09:21 |
andreasbalzer |
tobi: any idea? |
| 09:21 |
maaboo |
where i can see it? |
| 09:21 |
andreasbalzer |
maaboo: what? |
| 09:21 |
maaboo |
defaults... install tool? |
| 09:21 |
andreasbalzer |
yes |
| 09:22 |
tobi |
i think it has to be somewhere in $GLOBALS['TSFE'], debugging at the moment.. |
| 09:22 |
andreasbalzer |
maaboo: but I recommend you to let this activated |
| 09:22 |
andreasbalzer |
thanks |
| 09:22 |
maaboo |
what if i change it? what is the best? |
| 09:22 |
andreasbalzer |
if you deactivate it, T3 will loose all of it's image capabilities |
| 09:22 |
andreasbalzer |
you can change it to GM or GD that works too |
| 09:23 |
andreasbalzer |
and you can change some effects and default behaviours when it comes to the used file types |
| 09:24 |
maaboo |
why i need to use any program like IM? |
| 09:24 |
andreasbalzer |
it offers you to show images reduced in qualitiy for a better transfer speed and a better usage of your storage harddrives |
| 09:25 |
andreasbalzer |
it also gives you the capability to upload an image regardless of its type or size. T3 will automatically detect it through IM, GD or GM and resize it to the best size |
| 09:25 |
maaboo |
can i disable it at all? |
| 09:25 |
andreasbalzer |
yes |
| 09:25 |
andreasbalzer |
Install tool |
| 09:26 |
andreasbalzer |
Image Processing: |
| 09:26 |
maaboo |
oh.. is there a reason not to use it? |
| 09:26 |
marc |
nope |
| 09:26 |
maaboo |
i mean IM |
| 09:26 |
andreasbalzer |
ah.. not image pro... but : All Configuration ;) |
| 09:26 |
andreasbalzer |
set [GFX][image_processing] to 0 |
| 09:27 |
maaboo |
i'm newbie... i installed vbulletin before but it;s doesn't need IM by defalut... why? |
| 09:27 |
andreasbalzer |
because T3 is not a board |
| 09:27 |
andreasbalzer |
it's a CMS |
| 09:28 |
maaboo |
and how pic proccessing depends on system type? |
| 09:28 |
andreasbalzer |
it offers far more possibilities to manage a website or even a whole company, but it doesn't offer as much board features |
| 09:28 |
andreasbalzer |
well, not every system has IM installed, but GD |
| 09:28 |
Denyerec |
lo |
| 09:28 |
andreasbalzer |
so T3 has to know which programs you want to use |
| 09:30 |
marc |
maaboo: if you go to install tool -> image processing, theres a nice text explaining image processing |
| 09:30 |
marc |
even IM and GD |
| 09:31 |
RickardAtWork |
We just had a "security expert" do a vulnerability scan on our company website. In the report he sent us back, he claims there is a possible sql injection in typo3. |
| 09:31 |
RickardAtWork |
"Blind SQL/XPath injection for numeric inputs" |
| 09:31 |
RickardAtWork |
Severity High |
| 09:31 |
RickardAtWork |
Affects /index.php |
| 09:32 |
RickardAtWork |
Details: The POST variable selectInput is vulnerable. |
| 09:32 |
RickardAtWork |
Is this bogus or what? |
| 09:32 |
maaboo |
i need to read more about image processing..... |
| 09:33 |
maaboo |
thanx you, guys! |
| 09:33 |
Denyerec |
andreasbalzer, I got your PM yesterday but I must have got back after you had left |
| 09:33 |
andreasbalzer |
aha |
| 09:34 |
andreasbalzer |
RichardAtWork: Please contact security team immediatly! |
| 09:34 |
andreasbalzer |
http://typo3.org/teams/security/incident-handling/ |
| 09:34 |
RickardAtWork |
Ok, I will. |
| 09:34 |
andreasbalzer |
Do not write anything about it in chats, boards or mailinglists. Thanks |
| 09:34 |
andreasbalzer |
They usualy respond within minutes |
| 09:35 |
andreasbalzer |
Denyerec: If you have a few minutes.. [TYPO3-dev] How to access $data['sys_template'][..][..] ? And http://ess-erfurt.de/typo3_org/template_module.gif |
| 09:37 |
Denyerec |
:( |
| 09:37 |
Denyerec |
I'm afraid I know nothing about the backend at all |
| 09:37 |
andreasbalzer |
:-/ |
| 09:39 |
RickardAtWork |
andreasbalzer: Regarding the potential vulnerability. Forget it. It's something specific to our site and it's not even a vulnerability. |
| 09:40 |
andreasbalzer |
if you think that a T3 installation could be hacked because of a specific set of installed extensions or because of a specific server architecture, contact them please. They'll patch it |
| 09:41 |
RickardAtWork |
That's not the case. The vulnerability scanner the "expert" used is moronic. |
| 09:42 |
RickardAtWork |
Trust me, it's not a vulnerability. |
| 09:42 |
bauschan |
RickardAtWork: and there is no var *selectInput* in t3 at all ;) |
| 09:42 |
RickardAtWork |
Exactly :) |
| 09:42 |
RickardAtWork |
It's a form element we add in our template and it's not even posted back to the server. We only use it for a javascript redirect. |
| 09:43 |
RickardAtWork |
And just because the server responded with a 200 when the scanner tried to post it, it thinks it might be vulnerable. |
| 09:45 |
RickardAtWork |
Hmm, now the only question is why our IIS6 server responds with 200 regardless of which URL I try. www.ourserver.com/alskdjalkdjald results in a blank page and a 200 response. |
| 09:45 |
specialunderwear |
if i make a base plugin with the kickstarter, what file do I edit to add configuration menu options to the plugin? |
| 09:50 |
Denyerec |
andreasbalzer what are you trying to do in the BE? |
| 09:50 |
bauschan |
specialunderwear: *ext_conf_template.txt* and/or *ext_typoscript_setup.txt* and/or *ext_typoscript_constants.txt* |
| 09:50 |
Denyerec |
And do you find the orange-grey skin too buggy to use? |
| 09:50 |
andreasbalzer |
provide a checkbox |
| 09:50 |
andreasbalzer |
and check the value of it in FE |
| 09:50 |
andreasbalzer |
skin_grey is buggy but Tapio fix it quite often |
| 09:51 |
Denyerec |
For page types andreas? |
| 09:51 |
Denyerec |
As in, add a new field to every page type ? |
| 09:51 |
specialunderwear |
bauschan: thnx |
| 09:52 |
andreasbalzer |
no, i want to add a field with 3 values and depending on them do something before page is cached or deliviered.. |
| 09:52 |
andreasbalzer |
well, i have to go to lunch for a few seconds.. |
| 09:52 |
andreasbalzer |
the best is, if you read the readme. it's hort and explains everything.. |
| 09:54 |
Denyerec |
which readme ? |
| 09:55 |
Denyerec |
Ohhh damn |
| 09:56 |
eeos |
hi everybody! |
| 09:56 |
Denyerec |
You know I had a site once that was just responding with buggered headers. |
| 09:56 |
Denyerec |
It was preventing google from finding it. |
| 09:56 |
eeos |
Denyerec what a welcome! :D |
| 09:56 |
Denyerec |
haha :) lo dude |
| 09:56 |
Denyerec |
I can't remember what was causing the problem, though, and I can't remember how I fixed it :S |
| 09:56 |
Denyerec |
It was something to do with tt_news |
| 09:57 |
Denyerec |
and if it was inserted on a page it sent out the wrong reponse header. |
| 10:02 |
andreasbalzer |
bb |
| 10:26 |
FloLeBlanc |
Denyerec: Are you pondering what I'm pondering? |
| 10:27 |
Denyerec |
POssiblr. |
| 10:27 |
Denyerec |
POssibly. |
| 10:34 |
Denyerec |
Got lots of things to do and don't really want to do any of them, but then guilt is preventing me from doing anything ELSE. |
| 10:34 |
Denyerec |
Annoyance++ |
| 10:51 |
pulponair_bkup |
re |
| 10:51 |
pulponair |
anyone using workspace? |
| 10:51 |
pulponair |
s |
| 10:52 |
koomi |
i'm in a bit of a dilemma: i am supposed to get a nice hover'ing navigation (background-color changes on mouse over) but want an accessible list (ul, li, you know) - with nested lists it won't work (nested ul all get :hover), with divs it won't be accessible |
| 10:52 |
koomi |
any ideas? |
| 10:52 |
koomi |
pulponair: nope. |
| 10:55 |
m4rtijn |
hello |
| 10:55 |
Fanty |
any TCEform field that suits entering in a version number? |
| 10:57 |
m4rtijn |
Im using new login box, now I found a tutorial which uses typoscript like: oLabel_header_success .. how can I find out the names of these labels? |
| 10:58 |
m4rtijn |
the manual of new login box does not refer to these |
| 10:58 |
Fanty |
its not the values set in a flexform? |
| 10:58 |
Fanty |
m4rtijn: |
| 10:59 |
m4rtijn |
? |
| 11:00 |
uschi |
morning folks |
| 11:00 |
m4rtijn |
hi uschi |
| 11:00 |
uschi |
hi m4rtijn :) |
| 11:01 |
Fanty |
m4rtijn: aren't those labels set with a flexform in newloginbox now? |
| 11:02 |
m4rtijn |
could be, but im using typoscript to get the login on every page |
| 11:02 |
uschi |
I am struggling with those allowed excludefields and am stuck with Pagecontent: Recursive |
| 11:02 |
uschi |
Does anyone know what it is good for and when it might be needed? |
| 11:03 |
uschi |
pulponair, can you perhaps come to my rescue? |
| 11:04 |
pulponair |
uschi: what's wrong with your exclude fields? |
| 11:05 |
uschi |
read directly above, pulponair |
| 11:05 |
uschi |
it is about Pagecontent: Recursive |
| 11:05 |
uschi |
i do not know for what it is needed |
| 11:06 |
uschi |
then there is another one, CODE |
| 11:06 |
m4rtijn |
which extension? |
| 11:06 |
uschi |
basic, just tt_content |
| 11:07 |
m4rtijn |
recursive means normally that it searches subfolders |
| 11:07 |
m4rtijn |
or subpages |
| 11:07 |
uschi |
yes, but with CEs? i know what it does when pages are concerned |
| 11:07 |
uschi |
yes, i know, i do not understand why it is under Pagecontent |
| 11:08 |
uschi |
and i do not see it in a form |
| 11:08 |
m4rtijn |
hmm, I dont have the field if I create a page content |
| 11:08 |
uschi |
that, my dear, is exactly the problem :)) |
| 11:09 |
m4rtijn |
errr, so.. whats the problem? :p |
| 11:09 |
m4rtijn |
maybe pulp understands.. i better be silent |
| 11:09 |
uschi |
i do not know whether i have to activate it for authors |
| 11:10 |
m4rtijn |
I guess it means how many sub-levels they can edit |
| 11:10 |
m4rtijn |
from staring point onwards |
| 11:10 |
m4rtijn |
starting* |
| 11:11 |
uschi |
what? |
| 11:11 |
tobi |
you only have to activate it if you want your editors to be able to select recursive ... afaik it is only used for plugins, eg tt_news ( storage folder--> recursive search for records) |
| 11:11 |
uschi |
you mean nested fce's or what? |
| 11:11 |
uschi |
tobi, you are my hero :)) |
| 11:11 |
m4rtijn |
or that yes.. |
| 11:12 |
m4rtijn |
hmm, france has a new world record.. 575 KmH with TGV train.. :p |
| 11:14 |
m4rtijn |
does anyone know how I find out the names of labels from an extension.. I found a tutorial which uses for example: oLabel_header_welcome = hello .. but theres no mention of these labels in the manual |
| 11:15 |
m4rtijn |
I found some in the template html.. but not all |
| 11:19 |
m4rtijn |
ah, locallang.php |
| 11:20 |
Denyerec |
kolter |
| 11:20 |
Denyerec |
damnit |
| 11:20 |
Denyerec |
koomi |
| 11:20 |
Denyerec |
You still struggling ? |
| 11:24 |
koomi |
Denyerec: jep |
| 11:24 |
Denyerec |
OK |
| 11:24 |
Denyerec |
You want rollovers on an LI menu ? |
| 11:24 |
koomi |
Denyerec: jup. but it's nested (<li>alsdkj <ul><li>sublevel ...) |
| 11:24 |
Denyerec |
The easiest way is with: <li><a href...><span> LNK TEXT </span></a></li> |
| 11:25 |
Denyerec |
That way you can use the :hover of the A attribute (supported by hellbrowser) but constrain the size of the rollover element with the span. |
| 11:25 |
koomi |
but span is only as wide as the text, not like div (or any other block level) that uses 100% width |
| 11:25 |
koomi |
:) |
| 11:25 |
eeos |
Denyerec hellbrowser ? |
| 11:25 |
koomi |
http://www.wiso.uni-hamburg.de/index.php?id=1676 is my test page |
| 11:27 |
Denyerec |
IE |
| 11:27 |
Denyerec |
can you not set the a to display: block ? |
| 11:28 |
koomi |
Denyerec: that would fix my problem? |
| 11:29 |
Denyerec |
Aye |
| 11:29 |
Denyerec |
Well |
| 11:29 |
Denyerec |
I'm not 100% sure what your problem IS and your CSS is in 3829083 different files |
| 11:29 |
Denyerec |
BUT |
| 11:29 |
Denyerec |
yes |
| 11:29 |
Denyerec |
making the a block level will fill 100% width |
| 11:31 |
koomi |
Denyerec: well. 2 files - the rest is just a leftover from tv and some additional styles for the dropdown menu :) |
| 11:32 |
Denyerec |
ah :) |
| 11:32 |
specialunderwear |
how do i turn off typo3's caching while developing? |
| 11:33 |
dax77 |
specialunderwear: no_cache=1 in the url or disable caching in the page properties |
| 11:34 |
zatmania |
or with $GLOBALS['TSFE']->no_cache |
| 11:35 |
tobi |
$GLOBALS['TSFE']->no_cache is bad .. |
| 11:35 |
zatmania |
oh ? |
| 11:35 |
zatmania |
why tobi ? |
| 11:35 |
specialunderwear |
thnx |
| 11:35 |
tobi |
when you have one extension installed that sets $GLOBALS['TSFE']->no_cache the caching for the whole typo3 instalation is disabled |
| 11:38 |
mikhas |
hi, have anyone had the trouble with alternative page-keywords (that they don't work when doing a search for headers and keywords? |
| 11:38 |
mikhas |
has* even. :) |
| 11:40 |
zatmania |
tobi yes ok but i think it's that specialunderwear want ;) |
| 11:43 |
tobi |
zatmania: the point is that you always can set no_cache for one page or use a USER_INT .. there is never need for $GLOBALS['TSFE']->no_cache |
| 11:45 |
zatmania |
ok |
| 11:48 |
lighty |
hello |
| 11:49 |
lighty |
any tmenu wrap guru please ? I want to make something like <a href="#"><span id="...">My item</span></a>, but I can't find how, all what I've found wraps only outside |
| 11:51 |
tobi |
lighty: use linkWrap and set ATagBeforeWrap=1 |
| 11:51 |
lighty |
tobi ok thanks, I'll try |
| 11:56 |
lighty |
works perfect ! thanks a lot tobi ! |
| 11:56 |
koomi |
Denyerec: <li><span>$navitem</span></li> and setting span to block seems to do the trick |
| 11:58 |
koomi |
Denyerec: oh nevermind. damn browser cache |
| 12:10 |
lighty |
is it normal that I can't find indexed_search in the extension repository ? |
| 12:11 |
pulponair |
this workspace/versioning crap drives me crazy |
| 12:12 |
lighty |
built in.. ok.. sorry :p |
| 12:25 |
freddy__ |
is it possible to change the submit button in a normal csc-mailform-field to at clickable picture with some typoscript or the like ? |
| 12:34 |
Fanty |
anyone know how to make fancy TCEforms? I got a height and width field. Right now they're split into two input fields on seperate lines in the TCEform - how do I make one entry called dimensions and have two inputfields in this one row? :) |
| 12:35 |
Denyerec |
Ouch, |
| 12:36 |
Denyerec |
That's something very low level. |
| 12:36 |
eeos |
is there a glossary for all the TYPO3 terms? |
| 12:36 |
eeos |
I was trying to understand exactly what the acronyms TCA, TCAMAIN, and son meant |
| 12:36 |
eeos |
and *so on* meant |
| 12:36 |
Denyerec |
I'm sure the Wiki should have one. |
| 12:37 |
Denyerec |
If it doesn't, it should. |
| 12:37 |
eeos |
Denyerec wait |
| 12:37 |
Denyerec |
... |
| 12:38 |
eeos |
Denyerec yes, there is one |
| 12:39 |
eeos |
Denyerec well hidden thoug :P :D |
| 12:39 |
Denyerec |
as usual :/ |
| 12:39 |
eeos |
Denyerec thanks for your suggestion, I expected it to be on the front page, very prominent |
| 12:39 |
freddy__ |
eeos, TCE = table configuration array |
| 12:40 |
Denyerec |
.... |
| 12:40 |
Denyerec |
TCA surely ? |
| 12:40 |
eeos |
Denyerec not very well hidden actually, two clicks away |
| 12:40 |
eeos |
Denyerec my 4 brain cells did not co-ordinate well |
| 12:45 |
bauschan |
setting the max width on a file, was it *file.maxWidth* ? |
| 12:45 |
bauschan |
ahh, file.maxW |
| 12:45 |
bauschan |
always forget that :( |
| 12:49 |
eeos |
food |
| 12:52 |
zatmania |
hi ee |
| 12:52 |
elbart |
hi |
| 13:06 |
Fanty |
hmm.. no way to use type="none" in TCEforms to pass a non-editable value trough? |
| 13:06 |
Fanty |
it displays like intended in the form - no value makes it to the extension tough |
| 13:15 |
mosez |
hello |
| 13:16 |
mosez |
i have instlaled a fresh typo3 paket, but i still get a blank page. can somebody tell me what i'm doing wrong? |
| 13:22 |
mosez |
the symlonks are correct, i've got a dummy and a source pakage... but its still blank. and there is nothing to see on apache logfile |
| 13:25 |
koomi |
|
| 13:25 |
koomi |
. |
| 13:38 |
ralze |
hi. i'm learning typo3... i did tutorials .. i bought a book .. but now i just can't figure out, what i'm doing wrong! I set up this very simple site www.architektenschaft.de with this http://phpfi.com/222862 ts. everything works fine - except colors |
| 13:38 |
ralze |
i'd be happy for hints! |
| 13:40 |
mth`MAW |
hi |
| 13:40 |
ralze |
it is "fontColor" not "textColor" as I posted it on phpfi.com |
| 13:40 |
mth`MAW |
http://phpfi.com/222865 |
| 13:41 |
mth`MAW |
This is my ts for menue_foldout but it does not work. The first row is shown, but nothing happesn with an muse over. |
| 13:41 |
mth`MAW |
Anybody any ideas? |
| 13:44 |
mth`MAW |
but if I am disabling the styles in ff... I can see the other picture |
| 13:44 |
mth`MAW |
... |
| 13:53 |
m4rtijn |
hey again |
| 13:54 |
Remowylliams |
Hello, there is a link in the documentation on page: http://typo3.org/documentation/document-library/core-documentation/doc_core_inside/4.0.0/view/3/3/#id2799098. This link is titled '"TSconfig", describing in detail how it works' however it goes to this url 'http://typo3.org/cgi-bin/olink?sysid=' which seems to be invalid. Does anyone have an updated link please? |
| 13:54 |
m4rtijn |
does anyone know how I can change the sorting of products in tt_products in frontend? atm. its sorted by ID but I'd like to sort alphabetically by product name.. |
| 13:55 |
Denyerec |
m4rtijn is tt_products actually any good? |
| 13:55 |
m4rtijn |
hmm, Im not sure |
| 13:56 |
m4rtijn |
but I'd like everything to be in typo3.. else I'dve used some 3th party shop |
| 13:57 |
m4rtijn |
but if I dont get this product sorting working.. I guess I have to use smth else |
| 14:00 |
smda |
m4rtijn : my german is way out, but maybe this is something.. http://oss.linet-services.de/index.php?id=37 |
| 14:01 |
m4rtijn |
thx a lot smda |
| 14:02 |
Denyerec |
Hmm. |
| 14:06 |
smda |
...Hmm hmm hmm |
| 14:08 |
gerards |
morning all |
| 14:08 |
eeos |
back |
| 14:08 |
eeos |
good morning gerards |
| 14:11 |
m4rtijn |
hmm, shame.. it must be an old workaround smda.. the code it mentions which should be changed is not in the file it names |
| 14:12 |
smda |
:( |
| 14:13 |
m4rtijn |
also the file it names.. ext/pi/class.tx_ttproducts.php .. but its not there.. its in ext/tt_products/pi1/ |
| 14:14 |
m4rtijn |
or maybe am i editing the wrong file? :p |
| 14:14 |
webdev |
does anybody know if it's possible to hide the page tree for a module which is listet in the web area ? |
| 14:16 |
smda |
m4rtijn: I'm sure it's set in the tca and that you can change it there manually.. not a nice, but functional solution.. I'll see if I got a tt_products somewhere to look at.. |
| 14:16 |
Denyerec |
Choral?! |
| 14:16 |
Denyerec |
This is Plainsong smda! |
| 14:16 |
smda |
:( |
| 14:17 |
webdev |
I could do it with a javascript which opens the module in the main window |
| 14:17 |
Denyerec |
hmmmmmmmmm |
| 14:17 |
m4rtijn |
what does 'sortby' => 'sorting' mean in ext_tables.php ? |
| 14:17 |
j0hndeere |
Good morning, earthlings. |
| 14:18 |
m4rtijn |
hi j0hn |
| 14:18 |
Ries |
Hey j0hndeere dude |
| 14:19 |
eeos |
j0hndeere HI THERE |
| 14:19 |
zatmania |
hi eeos |
| 14:20 |
eeos |
aaaaargh, they have just published 4.1.1. we have just finsihed doing 4.1 updates :( |
| 14:20 |
eeos |
can we please, please, please, please have diff patces instea don etire packages to upload? |
| 14:21 |
eeos |
zatmania hi there |
| 14:21 |
toms |
Hi there |
| 14:22 |
Fab1an- |
m4rtijn it means the column sorting will be used to sort items |
| 14:24 |
toms |
I would like to show news in two languages; so far no problem. How is it possible to create/edit these entries in frontend? |
| 14:26 |
devil_ |
hi |
| 14:26 |
[666] |
ive a problem with firefox |
| 14:26 |
[666] |
version 2.x , rte editor wont load |
| 14:27 |
[666] |
The editor is being loaded. Please wait... |
| 14:27 |
eeos |
[666] version 4.1.1 and 4.0.6 have been published to fix the bug |
| 14:27 |
[666] |
thats the message i get |
| 14:27 |
[666] |
ah k thanks ! |
| 14:28 |
eeos |
[666] or the rtehtmlarea last vesion (a week ago) fixes the bug |
| 14:28 |
[666] |
hmmm k maybe i'll try rtehtmlarea first |
| 14:28 |
m4rtijn |
ah, thx Fabian |
| 14:28 |
a7p_ |
hi everyone ... |
| 14:31 |
eeos |
I am trying to understand exactly the design of TYPO3. what is the class generating the back end editing window? is it t3lib_TCEforms? |
| 14:32 |
toms |
a7p_: hi |
| 14:34 |
koomi |
gnarfucktypo3stupidrandomerrros |
| 14:35 |
eeos |
koomi is that the admin passwod to your last website ? :D |
| 14:40 |
eeos |
what is the class generating the back end forms? is it t3lib_TCEforms? |
| 14:40 |
Fab1an- |
dunno try tracing it back from alt_main.php |
| 14:41 |
toms |
What can I read to understand how to use multilingual news (e.g.tt_news) in cobination with FE-Editing? |
| 14:41 |
Ries |
Official TYPO3 Channel | English Only | www.typo3.org | Stable: 4.1.1 / 4.0.6 | Don't ask to ask, just ask! | Paste your TS at: http://phpfi.com | This channel is being logged |
| 14:42 |
eeos |
Fab1an- would be useful to have documentation. it is very difficult to surf through the documentation. |
| 14:52 |
andreasbalzer |
is it possible to get the absolute path on the system to the typo3temp folder? |
| 14:53 |
m4rtijn |
do you want to know the path or set it? |
| 14:53 |
andreasbalzer |
know it |
| 14:53 |
m4rtijn |
the install tool, i think in "all config" at the bottom it names the absolute path |
| 14:53 |
andreasbalzer |
i request a filename with t3lib_div::tempnam('abcsstidydoc_') |
| 14:54 |
andreasbalzer |
and want to know the path via php ;) |
| 14:54 |
m4rtijn |
yeah, "all configuration" at the bottom |
| 14:55 |
bauschan |
cu all ! |
| 14:55 |
m4rtijn |
cu bausch |
| 14:56 |
m4rtijn |
in case anyone is interested.. tt_products list view sorting can be set with typoscript: http://jambage.com/index.php?id=201&tt_board_uid=393&cHash=d51873d518 |
| 14:57 |
andreasbalzer |
hm.. I just found out, that t3lib_div::tempnam('abcsstidydoc_') already gives back the absolute path... :-/ |
| 14:57 |
andreasbalzer |
well.. but it returns e.g. C:/Program Files (x86)/typo3/htdocs/typo3wamp/typo3temp/\abcD974.tmp |
| 14:57 |
andreasbalzer |
how to solve that /\ ? |
| 14:57 |
andreasbalzer |
and why does it use /'s on a windows system? |
| 14:57 |
j0hndeere |
Hmm... I guess orwell melted |
| 14:58 |
m4rtijn |
good question andreas :p |
| 15:01 |
ndee |
hooooow does typo3 work with php5? I know I asked already but I'm wondering if someone experienced some problems. |
| 15:01 |
Denyerec |
Yep it's fine |
| 15:01 |
andreasbalzer |
there's only a problem with one specific version of php 5.. |
| 15:01 |
ndee |
okay |
| 15:02 |
andreasbalzer |
but chances are good, that you wont install that one ;) |
| 15:02 |
ndee |
so I can use mysql5.x, apache 2.2 and php5? |
| 15:02 |
ndee |
hehe, I hope so too :D |
| 15:02 |
falcifer |
hi |
| 15:03 |
j0hndeere |
Greetings, falcifer. |
| 15:03 |
falcifer |
i ve a question with hooks |
| 15:03 |
falcifer |
can anyone help me??? |
| 15:03 |
ndee |
and mysql 5.x is also no problem? |
| 15:04 |
falcifer |
I ve a funciont processDatamap_afterDatabaseOperations that fires when i push save but no when savandclosed |
| 15:05 |
falcifer |
why???? |
| 15:12 |
andreasbalzer |
does someone has an idea about that filename problem? |
| 15:14 |
koomi |
:) This Page Is Valid XHTML 1.0 Transitional! |
| 15:14 |
max_muetze |
is there an extension for typo3 that takes snapshots from websites like alexa.com does? in the best case directly for ab_linklist? |
| 15:14 |
andreasbalzer |
koomi: what about section 508? ;) |
| 15:19 |
mth`MAW |
Hi there, I am playing around with gmenu_foldout, but do not get any dynamics... |
| 15:19 |
mth`MAW |
Does anybody has any idea? |
| 15:19 |
mth`MAW |
http://phpfi.com/222865 |
| 15:20 |
mth`MAW |
This is my TS |
| 15:27 |
max_muetze |
does noone knows sth like this?? |
| 15:27 |
ndee |
anyone seen the 7 minutes of fame: TYPO3 Performance Tuning podcast? are these slides somewhere available? |
| 15:27 |
andreasbalzer |
ndee: not as I know |
| 15:28 |
ndee |
ok |
| 15:28 |
max_muetze |
hm, another question: is it possible have to link |
| 15:28 |
max_muetze |
argh |
| 15:29 |
max_muetze |
hm, another question: is it possible to link an element instead of copying? |
| 15:29 |
ndee |
I think I will write a tutorial for that mod_proxy stuff once I have it running. |
| 15:29 |
max_muetze |
i copied an element to some (~15) pages and have to change sth... |
| 15:37 |
Denyerec |
Who wrote the tab extension, was it pulponair |
| 15:37 |
Denyerec |
? |
| 15:37 |
tobi |
no it was just2b if i remember correctly |
| 15:37 |
Denyerec |
I'm wondering if it's worth doing one that's not AJAX based |
| 15:38 |
Denyerec |
and just uses JS to hide/show content that's already in the source |
| 15:38 |
pulponair |
Denyerec: nope |
| 15:38 |
Denyerec |
well, I don't lkike ajax without a decent fallback |
| 15:45 |
andreasbalzer |
how to do this? $newFileName = ereg_replace("/\\","/",$newFileName); |
| 15:48 |
eeos |
pulponair I have tried what you suggested lib.whatever < plugin.tt_products |
| 15:48 |
eeos |
pulponair but does not work |
| 15:48 |
pulponair |
eeos: sorry busy |
| 15:49 |
m4rtijn |
eeos, what do you need? |
| 15:50 |
eeos |
m4rtijn send he ouput of tt_products plugin, in a certain mode (for example: search mode) inside one tsop (a templavoila marker) |
| 15:51 |
eeos |
m4rtijn tht is it |
| 15:51 |
m4rtijn |
:P |
| 15:51 |
eeos |
m4rtijn pulponari suggested to lib.whatever < plugin.tt_products |
| 15:52 |
eeos |
m4rtijn where lib.whatever is the marker i templavoila |
| 15:52 |
eeos |
m4rtijn ok? |
| 15:53 |
m4rtijn |
it should work like that but not that simple.. I think you need more then just that line |
| 15:54 |
eeos |
m4rtijn :D |
| 15:54 |
mth`MAW |
Hi there, I am playing around with gmenu_foldout, but do not get any dynamics... |
| 15:54 |
mth`MAW |
This is my TS |
| 15:54 |
eeos |
m4rtijn of course there are 40 lines of configuration before |
| 15:54 |
mth`MAW |
http://phpfi.com/222865 |
| 15:54 |
mth`MAW |
Help would be welcome ;) |
| 15:54 |
m4rtijn |
ah :).. |
| 15:55 |
eeos |
m4rtijn but how do you then tell the plugin toe send the apprpriate output into the lib.whatever? |
| 15:55 |
eeos |
m4rtijn in particular for the SEARCH case (or the display case) |
| 15:56 |
m4rtijn |
hmm, if I understand you correctly.. with CODE = "bla" right? |
| 15:56 |
m4rtijn |
mth`MAW what is HORIZONTALMENU ? |
| 15:56 |
m4rtijn |
do you mean marks.HORIZONTALMENU maybe? |
| 15:56 |
mth`MAW |
A marker |
| 15:57 |
m4rtijn |
yeah.. u should use marks. |
| 15:57 |
mth`MAW |
in my template ###HORIZONTALMENU### |
| 15:57 |
mth`MAW |
Pardon? |
| 15:57 |
m4rtijn |
prefix it with marks. |
| 15:58 |
mth`MAW |
sorry, I do not get the point |
| 15:58 |
mth`MAW |
###HORIZONTALMENU### is a mark in my html-template |
| 15:58 |
eeos |
m4rtijn do you have a clue? |
| 15:58 |
mth`MAW |
the typoscript is using it vi page.10.marks.HORIZONTALMENU |
| 15:59 |
m4rtijn |
if you want to replace your marker ###MENU###.. you have to use the typoscript marks.MENU = GMENU |
| 15:59 |
m4rtijn |
ok |
| 15:59 |
mth`MAW |
I do not have a marke named menu |
| 15:59 |
m4rtijn |
thats not in your code. thats why I ask |
| 15:59 |
mth`MAW |
:) |
| 15:59 |
m4rtijn |
it was an example |
| 15:59 |
mth`MAW |
sorry... |
| 15:59 |
mth`MAW |
yes, it is not the hole code |
| 15:59 |
mth`MAW |
But I do get a menu |
| 15:59 |
mth`MAW |
but no dynamics |
| 16:00 |
mth`MAW |
I always get the first level, the second level is there (sourcecode check ;) ) but it will not do anything by moving the mouse over it or klicking |
| 16:01 |
mth`MAW |
the JS' are available |
| 16:02 |
neonide |
you need to link us your entire typoscript i think |
| 16:02 |
m4rtijn |
eeos, I dont rly know if I understand you correctly, I'm quite sure you know how to set the CODE of the plugin |
| 16:02 |
m4rtijn |
like the thing you normally choose with flexform |
| 16:03 |
mth`MAW |
okay... neonide one moment please ;) |
| 16:04 |
eeos |
m4rtijn yes, through felxform is uite clear, but as I was saying we need to set it through typoscript |
| 16:04 |
mth`MAW |
m4rtijn neonide here we go http://phpfi.com/222938 |
| 16:04 |
eeos |
m4rtijn in order to send it into lib.whatever |
| 16:04 |
m4rtijn |
yes.. ok.. I assumed u know |
| 16:04 |
m4rtijn |
yes. |
| 16:05 |
eeos |
m4rtijn and how to set it through typoscript is not really clear |
| 16:05 |
m4rtijn |
searching* :p |
| 16:05 |
eeos |
m4rtijn I have tried lib.whatever < plugin.tt_products.SEARCH but it does not work |
| 16:05 |
m4rtijn |
no |
| 16:06 |
a7p_ |
my extension-lookup does not work properly - how do I check what precisely t3 does and what fails (a very verbose log would be fine, or some kind of php-strace). |
| 16:06 |
m4rtijn |
you have to use "code = search" or smth |
| 16:06 |
m4rtijn |
second.. I'll check |
| 16:06 |
m4rtijn |
http://typo3.org/documentation/document-library/extension-manuals/tt_products/2.5.2/view/1/6/#id3560080 |
| 16:07 |
m4rtijn |
eeos: |
| 16:07 |
eeos |
m4rtijn yes, I know this is the reason for trying to pass the code using plugin.tt_products.SEARCH |
| 16:08 |
eeos |
are you thinking of plugin.tt_products.code = search |
| 16:08 |
eeos |
m4rtijn: |
| 16:08 |
m4rtijn |
yes |
| 16:08 |
mth`MAW |
neonide: Any IDea? |
| 16:09 |
m4rtijn |
though im not sure.. I always use capital letters.. :p |
| 16:10 |
m4rtijn |
a7p_ I think theres a setting in your web browser to change "simple error msg's" to smth like "detailed error" |
| 16:10 |
eeos |
m4rtijn YES |
| 16:10 |
neonide |
mth'MAW: what kind of menu are you trying for? |
| 16:10 |
m4rtijn |
at least IE does |
| 16:11 |
m4rtijn |
did it work eeos ? |
| 16:13 |
mth`MAW |
gmeu_foldout |
| 16:13 |
mth`MAW |
gemu_foldout |
| 16:13 |
mth`MAW |
i ment |
| 16:14 |
neonide |
hmm |
| 16:14 |
neonide |
it looks like you have a few missing components of such a menu |
| 16:14 |
m4rtijn |
mth`MAW in the typo3 TSREF theres an example code under gmenu_foldout .. did u compare that? |
| 16:15 |
mth`MAW |
Even that example did not work! |
| 16:15 |
m4rtijn |
:p |
| 16:15 |
eeos |
m4rtijn can you please get a look at this snippet of TS http://phpfi.com/222940 |
| 16:15 |
mth`MAW |
I am now making a empty ttemplate with just that cod |
| 16:15 |
mth`MAW |
e |
| 16:15 |
mth`MAW |
to try, without all the other stuff. |
| 16:16 |
m4rtijn |
hmm eeos |
| 16:17 |
m4rtijn |
I dont think thats correct |
| 16:17 |
eeos |
m4rtijn what do you think? |
| 16:17 |
eeos |
m4rtijn: why? |
| 16:17 |
neostar |
hi there |
| 16:17 |
eeos |
m4rtijn: how would you write it? |
| 16:18 |
m4rtijn |
lib.products < plugin.tt_products |
| 16:18 |
m4rtijn |
lib.products { code = SEARCH } |
| 16:19 |
m4rtijn |
and all other settings inbetween {} |
| 16:19 |
eeos |
m4rtijn: oh, that is interesting |
| 16:19 |
eeos |
m4rtijn: I have all the other settings before |
| 16:19 |
eeos |
m4rtijn: also I then need to send code = SEARCH into lib.search |
| 16:19 |
eeos |
m4rtijn: using the same settings |
| 16:19 |
m4rtijn |
yeah |
| 16:22 |
mth`MAW |
Now I do not have any more ideas. |
| 16:22 |
mth`MAW |
http://phpfi.com/222943 |
| 16:22 |
eeos |
m4rtijn: I did |
| 16:22 |
eeos |
lib.products < plugin.tt_products |
| 16:22 |
eeos |
lib.products { code = LIST } |
| 16:22 |
mth`MAW |
This is the example from typo3.org |
| 16:23 |
mth`MAW |
and it doesn't work |
| 16:23 |
eeos |
m4rtijn: but what I got was the same page in defautCode view (that is code = HELP) |
| 16:23 |
eeos |
m4rtijn: ???? |
| 16:24 |
m4rtijn |
hmm.. sec |
| 16:24 |
mth`MAW |
I do get an menu... but no dynamics or submenu |
| 16:24 |
mth`MAW |
grrr |
| 16:24 |
mth`MAW |
:) |
| 16:25 |
eeos |
m4rtijn: :D got it :P |
| 16:26 |
eeos |
m4rtijn: cannot believe http://phpfi.com/222946 |
| 16:27 |
m4rtijn |
:p whats the difference to your previous one? |
| 16:28 |
m4rtijn |
mth MAW.. I have some vague idea why its not working.. wait a sec |
| 16:29 |
mth`MAW |
m4rtijn: That sounds good... |
| 16:30 |
m4rtijn |
hmm, I assumed it was because of this: page.includeLibs.gmenu_foldout = typo3/sysext/cms/tslib/media/scripts/gmenu_foldout.php |
| 16:31 |
m4rtijn |
but U included that as well.. |
| 16:31 |
mth`MAW |
i did |
| 16:31 |
mth`MAW |
;) |
| 16:31 |
mth`MAW |
And if you do not include that... you will get nothing |
| 16:32 |
eeos |
m4rtijn: I have not idea, I just introdced a CR at the end of the line |
| 16:32 |
mth`MAW |
But I do get anything... |
| 16:32 |
eeos |
m4rtijn thanks for your help |
| 16:32 |
m4rtijn |
yw eeos |
| 16:32 |
Stasik |
hello |
| 16:33 |
Stasik |
i have a question |
| 16:33 |
mth`MAW |
So I realy have NO idea |
| 16:33 |
Stasik |
i wanna show "Login" link or "logged in as: bla [logout]" on a frontpage |
| 16:33 |
m4rtijn |
hmm, that code works fine here mth`MAW |
| 16:34 |
m4rtijn |
statsik? |
| 16:35 |
Stasik |
yoa |
| 16:35 |
m4rtijn |
whats the question? |
| 16:36 |
eeos |
m4rtijn: just another question. do you now by any chnce how to set tt_products to only show product from a certain category in a page using typoscritp? |
| 16:36 |
eeos |
Stasik: install newloginbox |
| 16:37 |
eeos |
Stasik: first of all |
| 16:37 |
m4rtijn |
lol eeos |
| 16:37 |
koomi |
Stasik: you can get user info. i just can't remember how. check the tsref on stdWrap |
| 16:37 |
eeos |
Stasik: then you can do that through the flexform |
| 16:38 |
eeos |
m4rtijn: keep in mind that tt_products ismnot set for using pages as categories :( |
| 16:38 |
koomi |
as always, t3wizard does the trick |
| 16:38 |
koomi |
http://www.typo3wizard.com/en/snippets/cool-stuff-typoscript/userinfo-for-currently-logged-in-user.html |
| 16:38 |
koomi |
Stasik: |
| 16:38 |
Stasik |
and if not, the login link? |
| 16:38 |
neonide |
mth`MAW: im rather new at this, but it looks like you have some core logical problem with your foldout gment, you are defiing the foldout menu at level 0. i dont think that can work |
| 16:39 |
Stasik |
and what happends if user is not logge in? |
| 16:39 |
m4rtijn |
hmm eeos cant u instead use the categorie and let the user choose it? :p |
| 16:39 |
Stasik |
how can i do seomthing like 'if' in tscript |
| 16:39 |
mth`MAW |
neonide: I will try that, but the last postet code is DIRECTLY from the typo3 page |
| 16:40 |
eeos |
m4rtijn: sorry I do not understand |
| 16:40 |
eeos |
m4rtijn: I do not understand the question |
| 16:40 |
Stasik |
if(username=='')show login else show logout |
| 16:40 |
eeos |
Stasik: no you do not need to do that you can configure all the behaviour through the flexform in the back end |
| 16:41 |
m4rtijn |
you want to have a page which shows products of a certain category |
| 16:41 |
m4rtijn |
eeos? |
| 16:41 |
Stasik |
but i thought its possible just with some typoscript lines, felxforms are for backend.. i wanna that stuff in frontetnd |
| 16:42 |
eeos |
m4rtijn: yes |
| 16:42 |
eeos |
Stasik: yes, with flexform you configure the FRONT END from the BACK END |
| 16:43 |
Stasik |
show me the way, master |
| 16:44 |
m4rtijn |
are you using new login box stasik? |
| 16:44 |
m4rtijn |
or better login box.. whatevers the name :p |
| 16:44 |
Stasik |
no |
| 16:44 |
Stasik |
u want to link the page with the login box |
| 16:45 |
Stasik |
and write to the link.. wether login or logout |
| 16:45 |
m4rtijn |
if you want the login only to appear on one page.. u dont have to use typoscript |
| 16:45 |
Stasik |
it hast to be login or logout |
| 16:45 |
m4rtijn |
just install the new login extension and create a page |
| 16:45 |
Stasik |
new login extensions? |
| 16:45 |
m4rtijn |
yeah |
| 16:46 |
Stasik |
url? |
| 16:46 |
m4rtijn |
http://typo3.org/extensions/repository/view/newloginbox/3.0.1/ |
| 16:46 |
eeos |
Stasik: newloginbox, wait, |
| 16:46 |
eeos |
m4rtijn :D |
| 16:46 |
eeos |
m4rtijn: you are faaaaaster |
| 16:47 |
eeos |
m4rtijn: anyway, yes this is what I want to do with categories intt_products: set in typoscript the category that should be show on a page |
| 16:48 |
m4rtijn |
and then? you want to link that page directly in your navigation or so? |
| 16:49 |
neostar |
are there any other blog extensions than timtab, because it seems there isn't much development for timtab at the moment |
| 16:50 |
eeos |
m4rtijn: yes. let's say I have a page with title |
| 16:50 |
eeos |
m4rtijn: category A |
| 16:50 |
eeos |
m4rtijn: than I want object only from category A on thta page |
| 16:50 |
m4rtijn |
yeah |
| 16:51 |
m4rtijn |
hmm.. I guess you have to hard code that |
| 16:53 |
m4rtijn |
so my previous question was.. wouldnt you rather just use the categorie listing on a page. and let the web-page user choose the category there |
| 16:53 |
Stasik |
have a tscript question |
| 16:53 |
Stasik |
[TSFE:fe_user|user|username = ''] |
| 16:53 |
Stasik |
lib.subMenu.wrap = <a href="index.php">Startseite</a> > | |
| 16:53 |
Stasik |
[end] |
| 16:53 |
Stasik |
[TSFE:fe_user|user|username <> '' |
| 16:53 |
Stasik |
lib.subMenu.wrap = Startseite |
| 16:53 |
Stasik |
[end] |
| 16:53 |
Stasik |
will it work? |
| 16:53 |
eeos |
m4rtijn: I cannot |
| 16:53 |
eeos |
Stasik: pleaaaaaaaaaaaaaaase, use pastebin or phpfi.com |
| 16:54 |
Stasik |
oki |
| 16:55 |
Stasik |
http://phpfi.com/222954 |
| 16:55 |
Stasik |
womething like that |
| 16:55 |
Stasik |
a simple if-else construction |
| 16:55 |
m4rtijn |
stasik.. different question... do you want the login on every page or only on one page? |
| 16:57 |
Stasik |
on every |
| 16:57 |
Stasik |
wanna to parse this constructino via templativoila |
| 16:58 |
m4rtijn |
ok, and then you want a welcome message or smth if theyre logged in |
| 16:58 |
Denyerec |
Hmmm. |
| 16:58 |
Stasik |
http://phpfi.com/222956 |
| 16:58 |
Stasik |
yes |
| 16:58 |
Stasik |
thats what i want ;) |
| 16:58 |
m4rtijn |
because I have the same construction at the moment on my current page |
| 16:59 |
Stasik |
yea |
| 16:59 |
Stasik |
how? |
| 16:59 |
m4rtijn |
the only problem is.. I cant greet the user with their first and last name.. only the username |
| 16:59 |
Stasik |
it does not matter |
| 16:59 |
m4rtijn |
k, then.. just download the new login box thingie I just postet the link to |
| 17:00 |
m4rtijn |
I'll paste my typoscript for you |
| 17:01 |
Stasik |
ok |
| 17:01 |
Stasik |
and what bout my construction? |
| 17:01 |
m4rtijn |
you dont need it |
| 17:01 |
Stasik |
yes |
| 17:02 |
m4rtijn |
the extension does all this logout/login things by default |
| 17:02 |
Stasik |
but its interesting for me to do it withoyt extensions |
| 17:02 |
Stasik |
ok |
| 17:02 |
Stasik |
i`m convinced |
| 17:02 |
Stasik |
post it ) |
| 17:02 |
Ries |
ceed: ? |
| 17:03 |
eeos |
m4rtijn: did you post it? or is it the typo3wizard link? |
| 17:03 |
m4rtijn |
post what? eeos |
| 17:03 |
Stasik |
i have to go in 10 mins |
| 17:04 |
eeos |
m4rtijn: the logi box thing |
| 17:04 |
Stasik |
m4rtij, would be cool if u post it ) |
| 17:04 |
m4rtijn |
Im writing it at phpfi |
| 17:05 |
m4rtijn |
sec |
| 17:05 |
m4rtijn |
http://phpfi.com/222958 |
| 17:06 |
m4rtijn |
just copy the templatefile from the new login box anywhere you want so you can change the layout |
| 17:07 |
m4rtijn |
if you want to change any of the status messages, I can show you how to do that too Stasik |
| 17:07 |
eeos |
m4rtijn: is that the code for showing the username where you greet the user? |
| 17:07 |
Stasik |
its all? |
| 17:07 |
Stasik |
lol |
| 17:07 |
m4rtijn |
actually, new login box does that automatically stasik |
| 17:07 |
Stasik |
yes |
| 17:08 |
Stasik |
and i cahange template as i want, right? |
| 17:08 |
m4rtijn |
you just have to change the message if you want it to be more personal or smth |
| 17:08 |
m4rtijn |
yep |
| 17:08 |
Stasik |
would like to do it without new extension ;) |
| 17:08 |
m4rtijn |
hehe |
| 17:09 |
Stasik |
just with a if question ;) |
| 17:09 |
Stasik |
;) |
| 17:09 |
m4rtijn |
I think thats the beauty of typo.. all those extensions |
| 17:09 |
m4rtijn |
saves a lot of nasty progging work |
| 17:10 |
mth`MAW |
but what when they do not work ?! :P |
| 17:10 |
m4rtijn |
new login box works fine :) |
| 17:11 |
mth`MAW |
Yes bu gmenu_foldout not. |
| 17:11 |
Stasik |
yea yea |
| 17:11 |
Stasik |
i`ll have a look |
| 17:11 |
Stasik |
thank you |
| 17:11 |
m4rtijn |
yw |
| 17:19 |
m4rtijn |
mth`MAW you could try gmenu_layers instead.. |
| 17:20 |
mth`MAW |
I tryed, not that great... |
| 17:20 |
mth`MAW |
I will see... |
| 17:20 |
mth`MAW |
I found a working example |
| 17:20 |
mth`MAW |
Now I am looking for differences in the html source. |
| 17:20 |
mth`MAW |
needle an hackystack ;) |
| 17:28 |
mth`MAW |
the onclick is missing ?! |
| 17:28 |
mth`MAW |
weird |
| 17:38 |
eeos |
Denyerec: do you know how to center a div in a page so that the older version of IE center it? |
| 17:40 |
Denyerec |
yeah |
| 17:40 |
Denyerec |
text alighn center on the parent |
| 17:40 |
eeos |
Denyerec yes this is what I use, but I do not like it too much |
| 17:41 |
eeos |
Denyerec because if the parent is <body> then it becomes default |
| 17:41 |
eeos |
:( |
| 17:41 |
Denyerec |
well then add text-align: left; on the first child! |
| 17:41 |
eeos |
Denyerec yes |
| 17:41 |
eeos |
Denyerec but at the same time it is a real bore |
| 17:41 |
eeos |
:P |
| 17:44 |
eeos |
anyway, time to go finally! |
| 17:44 |
eeos |
enjoy your evening everybody! |
| 17:45 |
eeos |
bye m4rtijn Denyerec |
| 17:49 |
uschi |
hello folks |
| 17:50 |
uschi |
someone here, who can help me with a problem concerning page type restriction via allowed excludeFields? |
| 17:51 |
uschi |
I want to restrict a group to page types Advanced, Shortcut, and External URL |
| 17:51 |
uschi |
the problem is caused by page type standard |
| 17:52 |
Denyerec |
I can probably not help. |
| 17:52 |
Denyerec |
Though I have once written an .if involving doktype |
| 17:52 |
uschi |
<option value="1" selected="selected">[ INVALID VALUE ("1") ]</option> |
| 17:53 |
uschi |
Denyerec, that if has to do with ts setup in template, not with allowed excludeFields |
| 17:54 |
uschi |
but perhaps you helped me already, because solution might be found by some user or page tsconfig |
| 17:54 |
uschi |
i do not want my users to use the page type standard |
| 17:54 |
uschi |
i want them to use advanced |
| 17:54 |
Denyerec |
Ah I see |
| 17:55 |
Denyerec |
so they are more inclined to fill out the abstract & keywords etc? |
| 17:55 |
uschi |
i will make them inclined to do so :) |
| 17:58 |
bedlamhotel |
Uschi: hello. You can restrict page types to 'Advanced' directly in the BE group record. You can also remove the field from the page form altogether with Page TSconfig. |
| 17:59 |
uschi |
the first thing i did, the second i did not, so that will be my friend |
| 18:49 |
uschi |
bedlamhotel : your tip worked fine. only problem: for those pages already created and set to doktype standard i still have the invalid value |
| 18:50 |
uschi |
so i suppose i have to do an update on table pages and pages_language_overlay to set them all to advanced? |
| 18:50 |
uschi |
and i have to configure the wizard? |
| 18:51 |
bedlamhotel |
uschi: You can change them all in the db directly, or you can do multiple items at a time in the list module--it's a bit annoying to do this way because of the javascript nag popup, but if you don't want to run queries directly against the db it's not too slow. |
| 18:51 |
bedlamhotel |
What's 'the wizard'? |
| 18:52 |
uschi |
if you go to Web=>Functions |
| 18:53 |
uschi |
and then use the wizard : Create multiple pages |
| 18:55 |
bedlamhotel |
Uschi: set the default page type using TSconfig, and that wizard will behave as you want :) |
| 18:55 |
uschi |
great :) |
| 18:56 |
uschi |
but nevertheless i will have to update the existing standard doktype pages to advanced via phpmyadmin and native update sql statement, right? |
| 18:57 |
bedlamhotel |
Correct. |
| 18:58 |
uschi |
ok, then ... of we go |
| 18:58 |
uschi |
off |
| 18:58 |
uschi |
bedlamhotel at some point in my life i read about additional fields to see when using that wizard |
| 18:59 |
uschi |
but i have forgotten, where i read it |
| 18:59 |
bedlamhotel |
additional fields? |
| 19:00 |
uschi |
yes, so that you can fill in not only the title but also the navtitle, e.g. |
| 19:01 |
bedlamhotel |
Really? I hadn't heard that... |
| 19:01 |
uschi |
ok, then you are not the one to ask in this case |
| 19:02 |
uschi |
shall i inform you, when i find out how that works? |
| 19:03 |
bedlamhotel |
Nope. I had read in the lists somewhere that somebody was interested in doing that, but I hadn't heard that they had actually done it. |
| 19:03 |
bedlamhotel |
You know you can edit multiple records one field at a time in the list module, right? |
| 19:04 |
bedlamhotel |
If you find out that it works, please do tell me how :) |
| 19:04 |
uschi |
yes |
| 19:04 |
uschi |
but this is about creating multiple pages |
| 19:04 |
uschi |
have you ever tried to change the doktype using the list module? |
| 19:05 |
bedlamhotel |
I know, but if you can't add the subtitles that way, you can at least go select all the newly-created pages and edit ALL their subtitles etc at once. |
| 19:05 |
uschi |
it drives you nuts, because the page is reloaded every time |
| 19:05 |
uschi |
true, but i am sure, that i read about a solution |
| 19:05 |
bedlamhotel |
Yes I have. See my description of the process about 14 minutes ago... |
| 19:16 |
bedlamhotel |
uschi: I don't think wizard_crpages has that capability. There was a thread about it in the dev list 2 years ago in 2005: |
| 19:16 |
bedlamhotel |
http://lists.netfielders.de/pipermail/typo3-dev/2005-March/008968.html |
| 19:16 |
bedlamhotel |
...and the ext_emconf.php file in the extension includes the line "Auto generated 22-10-2003 23:19"... |
| 19:24 |
Ries |
it was itching... |
| 19:24 |
uschi |
aaah |
| 19:40 |
avagraphique |
does anyone have any horror stories updating typo3? i have acouple of sites, and have not yet updated from 4.0.1 and 4.0.4 .... |
| 19:41 |
avagraphique |
i dont have access to the servers to make new symlinks, so will have to rename old folders and upload new... |
| 19:41 |
avagraphique |
(my understanding is cant make symlinks using only ftp access, that correct?) |
| 19:42 |
a7p_ |
avagraphique, incredibly correct. |
| 19:43 |
Ries |
avagraphique: No horror stories, |
| 19:43 |
avagraphique |
:-) good to hear |
| 19:43 |
Ries |
but if you correct server uses symlinks, then ask the admin to create symlinks to 4.0.4 for you |
| 19:44 |
avagraphique |
i will contact them. i dont think they will grant me ssh access to shared server.... and i dont think i want it anyway (i am too dangerous lol) |
| 19:45 |
Ries |
avagraphique: if they have a chroot environment it is usually not a problem |
| 19:46 |
avagraphique |
Ries: i will inquire, thanks. |
| 19:46 |
bedlamhotel |
avagraphique: somebody around here suggested writing a little php script to delete and create the symlink (there should only be ONE that needs changing). Not a bad idea if you don't like waiting for responses to helpdesk requests... |
| 19:48 |
avagraphique |
bedlamhotel: sounds like a security issue... a script that will take my entire instal ofline... lol |
| 19:48 |
avagraphique |
but would be convenient |
| 19:49 |
bedlamhotel |
Well you would want to test it first...but by using shell_exec, you would be doing /exactly/ the same thing as from shell. |
| 19:50 |
Ries |
write a scipt that pipes directly to shell ;) |
| 19:51 |
Ries |
bedlamhotel: avagraphique: http://www.psychogenic.com/en/products/PHPsh.php |
| 19:52 |
a7p_ |
avagraphique, you could also install a "regular" php shell ... |
| 19:52 |
a7p_ |
that's even less complicated. |
| 19:53 |
bedlamhotel |
actually ries, we can do one better: http://typo3.org/extensions/repository/view/mw_shell/1.0.5/ |
| 19:53 |
a7p_ |
but you will be working with the webservers rights ... |
| 19:53 |
a7p_ |
that's fine, if t3 is already running |
| 19:54 |
a7p_ |
ah, ries showed a suitable php-shell ... |
| 19:55 |
avagraphique |
bedlamhotel: thats interesting... so would log in using the, run the command.... which would make a new symlink, then would they typo3 you were running instantly be broken or just work? logout login? |
| 19:56 |
Ries |
avagraphique: yup... it least you will have BE login |
| 19:56 |
avagraphique |
thats cool. im going to try it on my testsite..... them make my admin password much harder |
| 19:58 |
bedlamhotel |
avagraphique: it will break /unless/ you run both commands together. I wouldn't really recommend it as an approach :) |
| 19:59 |
bedlamhotel |
You'd need to do "rm typo3_src; ln -s ../typo3_src-4.1.1 typo3_src;"... |
| 20:00 |
a7p_ |
my extension lookup does not work - any ideas where to look for the error (no reaction upon pushing the lookup button). |
| 20:02 |
max_muetze |
Denyerec: you look through tt_news? i'd like to display the autor in single view - do you know how? |
| 20:02 |
Denyerec |
surely just drop the author marker in the single output template? |
| 20:05 |
avagraphique |
bedlamhotel: aww, dont tease me! hmmm i may try it regardless.... i have fantastico and can easy install a dummy site to test |
| 20:06 |
max_muetze |
Denyerec: okay, i hoped it would be easier.. |
| 20:14 |
andreasbalzer |
hi! What TYPO3 Extension programming books can you recommend? |
| 20:17 |
ndee |
there's the bible |
| 20:17 |
ndee |
I mean typo3 bible |
| 20:17 |
ndee |
http://www.typo3.net/literatur_zu_typo3/typo3_enterprise_content_management/ |
| 20:17 |
avagraphique |
there are 3 english typo3 books available now... |
| 20:17 |
ndee |
ah, extension programming |
| 20:17 |
j0hndeere |
"And Kaspar saith unto him, First, thou shalt download the holy extension starter kit. Then shalt thou install thine extension starter kit." |
| 20:17 |
andreasbalzer |
I'm capable of reading German ;) |
| 20:18 |
ndee |
:D |
| 20:18 |
andreasbalzer |
yeah.. can we skip that part? ;) |
| 20:18 |
avagraphique |
andreasbalzer:you're in good shape then |
| 20:18 |
andreasbalzer |
I currently have some books about administrating T3 and editing with T3 and creating templates, etc.. |
| 20:18 |
ndee |
anyone installed mod_proxy with typo3 yet? |
| 20:18 |
andreasbalzer |
but my books don't tell much about extension programming |
| 20:18 |
andreasbalzer |
ndee: yes.. me |
| 20:19 |
uschi |
j0hndeere your recitation maketh my soul roar with laughter |
| 20:19 |
andreasbalzer |
ndee: the book you just recommended is laying at the right side of my keyboard hehe |
| 20:21 |
andreasbalzer |
j0hndeere: so you mean something else then kickstarter, don't you? |
| 20:21 |
ndee |
andreasbalzer: that book is awesome :D |
| 20:21 |
avagraphique |
is that book available as pdf? |
| 20:21 |
ndee |
andreasbalzer: can I ask you afterwards some question about that mod_proxy stuff? |
| 20:21 |
uschi |
which one is awesome, ndee? |
| 20:21 |
andreasbalzer |
ndee: this book isn't good.. it doesn't tell anything about extension coding, except how to create a counter.. |
| 20:21 |
andreasbalzer |
ndee: sure |
| 20:22 |
ndee |
andreasbalzer: you're sure? I skimmed over it and it helped me a little bit :) |
| 20:22 |
andreasbalzer |
but i won't be available all the time, as I'm going to do some C&C training ;) My last game took me about 12 minutes until the enemy was defeated.. |
| 20:22 |
avagraphique |
andreasbalzer: i got more out of online docs for when i hacked together my 1st extension. my php is weak tho |
| 20:23 |
andreasbalzer |
ndee: in this book I wasn't able to find anything useful about how to use a checkbox value of the template modul form |
| 20:23 |
uschi |
andreasbalzer, i am waiting for this one to come out |
| 20:23 |
andreasbalzer |
well I would like to see those docs as nice and graphical pdf pages, but it's only possible to see them online... |
| 20:23 |
uschi |
http://www.amazon.de/Das-TYPO3-Profihandbuch-Leitfaden-Front-Backendprogrammierung/dp/3827323223/ref=pd_bbs_sr_6/303-6040845-9227426?ie=UTF8&s=books&qid=1175631916&sr=8-6 |
| 20:24 |
andreasbalzer |
oh :) |
| 20:24 |
ndee |
andreasbalzer: ok, I don't even know what a checkbox is in the template modul form :D |
| 20:24 |
uschi |
andreasbalzer, i have a whole collection of books by now, perhaps you want to have a look at them? |
| 20:24 |
andreasbalzer |
uschi: *mouth is wide opened* 8-) |
| 20:25 |
uschi |
so perhaps you should come round :) |
| 20:25 |
andreasbalzer |
right ;) |
| 20:25 |
andreasbalzer |
tell me any date and we can meet ;) |
| 20:25 |
uschi |
thursday or friday |
| 20:25 |
a7p_ |
books are useless *g* |
| 20:25 |
uschi |
or we |
| 20:25 |
a7p_ |
at least technical documentation ... |
| 20:26 |
uschi |
they are not a7p_, depends on the book |
| 20:26 |
andreasbalzer |
friday would be good |
| 20:26 |
bedlamhotel |
I didn't know when I started out with TYPO3 that I'd need to learn a) more php, b) Typoscript, AND c) German... |
| 20:26 |
a7p_ |
read the source ... |
| 20:26 |
andreasbalzer |
thursday might work too but I have someone of my graphics team here to go through our image gallery... |
| 20:26 |
a7p_ |
bedlamhotel, hhihi ... php should be enough I think. |
| 20:26 |
uschi |
as we all know the source code is the ultimate documentation, and at times the only one |
| 20:26 |
andreasbalzer |
i don't know when he's out again... |
| 20:26 |
andreasbalzer |
:= |
| 20:26 |
avagraphique |
andreasbalzer: this is available, maybe too basic for you http://typo3.org/documentation/document-library/tutorials/player_profile_basic/0.0.8/view/ |
| 20:27 |
andreasbalzer |
i'll read it. thanks :) It can't be wrong... |
| 20:28 |
a7p_ |
mv a7p /dev/bed |
| 20:28 |
a7p_ |
gn8 |
| 20:28 |
bedlamhotel |
a7p_: php alone is a tough way to work with TYPO3...Typoscript is annoying, but also *fantastic* |
| 20:31 |
avagraphique |
also some vids on the subject, listed under Frontend Plugin Development here http://typo3.org/documentation/videos/xvid-format/ |
| 20:41 |
neostar |
*grr* timtab nearly drove me nuts just because of absolute URLs |
| 20:44 |
uschi |
bedlamhotel, concerning your remark, i could quot goethe again |
| 21:09 |
ndee |
is ImageMagick a must for typo3 and all those convert things? |
| 21:09 |
ndee |
or is it possible with another library? |
| 21:12 |
bedlamhotel |
uschi: please quote Goethe :) |
| 21:13 |
uschi |
cannot find it anymore |
| 21:13 |
uschi |
english version, i mean, bedlamhotel |
| 21:14 |
uschi |
bedlamhotel, found it: |
| 21:14 |
uschi |
Blissful |
| 21:14 |
uschi |
And tearful, |
| 21:14 |
uschi |
With thought-teeming brain; |
| 21:14 |
uschi |
Hoping |
| 21:14 |
uschi |
And fearing |
| 21:14 |
uschi |
In passionate pain; |
| 21:14 |
uschi |
Now shouting in triumph, |
| 21:14 |
uschi |
Now sunk in despair;-- |
| 21:14 |
uschi |
With love's thrilling rapture |
| 21:14 |
uschi |
What joy can compare! |
| 21:24 |
bedlamhotel |
uschi: Seems a little august just for Typoscript... |
| 21:25 |
uschi |
not if you are a passionate person, bedlamhotel :) |
| 21:26 |
uschi |
leave out the last two lines |
| 21:26 |
bedlamhotel |
With TS, I often think more along the lines of: |
| 21:27 |
bedlamhotel |
[TS is...] A knave; a rascal; an eater of broken meats; a base, proud, shallow, beggarly |
| 21:27 |
bedlamhotel |
three-suited, hundred-pound, filthy, worsted-stocking knave; a lily-livered, action-taking, |
| 21:27 |
bedlamhotel |
whoreson, glass-gazing, superserviceable, finical rogue; one-trunk-inheriting slave; one that |
| 21:27 |
bedlamhotel |
wouldst be a bawd, in way of good service, and art nothing but the composition of a knave, |
| 21:27 |
bedlamhotel |
beggar, coward, pandar, and the son and heir of a mongrel bitch... |
| 21:27 |
bedlamhotel |
...until I get it to work, of course... |
| 21:27 |
uschi |
yes, and then, what is your song? |
| 21:28 |
bedlamhotel |
"but look, the morn in russet mantle clad walks o'er the dew of you high eastern hill.." |
| 21:29 |
Denyerec |
I tell you what's worse than Typoscript. |
| 21:29 |
Denyerec |
Javascript. |
| 21:29 |
uschi |
but that is regular |
| 21:29 |
Denyerec |
No it isn't |
| 21:29 |
Denyerec |
:/ |
| 21:29 |
Denyerec |
Each browser does things differently. |
| 21:29 |
Denyerec |
So you're back in muddy water. |
| 21:29 |
uschi |
true |
| 21:30 |
Denyerec |
Just trying to do something trivial with mooTools and moo.fx |
| 21:30 |
bedlamhotel |
Denyerec: check quirksmode.org: good compatibility charts for common DOM functions. |
| 21:30 |
Denyerec |
so hopefully Moo will take care of the browser quagmire |
| 21:35 |
uschi |
so now, my dear friends |
| 21:35 |
uschi |
if i want to clean my database, any suggestions for a decent tool? |
| 21:37 |
bedlamhotel |
Uschi: the install tool? |
| 21:37 |
uschi |
i mean to get rid of all those deleted pages and CEs |
| 21:37 |
bedlamhotel |
uschi: so do I :) |
| 21:40 |
uschi |
Database analyser, i suppose, bedlamhotel ? |
| 21:40 |
bedlamhotel |
I think so...checking. |
| 21:40 |
uschi |
clean up database |
| 21:41 |
uschi |
but there i can only clean cached image sizes |
| 21:41 |
bedlamhotel |
compare. |
| 21:42 |
bedlamhotel |
Gives options for removing tables and renaming fields. First renames them to zzz_tx_fieldname and then gives option to delete them. |
| 21:42 |
Denyerec |
there's an extension I think |
| 21:42 |
Denyerec |
to clean out un-referenced and deleted content |
| 21:42 |
Denyerec |
I seem to remember coming across it when browsing the repository for "things" |
| 21:46 |
uschi |
hm, bedlamhotel, if choose: Compare with $TCA I get a list of tables that are there but not defined in $TCA |
| 21:46 |
neonide |
anyone else have a problem with the rte not working in 4.1? |
| 21:46 |
uschi |
a lot of people had, neonide |
| 21:46 |
neonide |
ok, good to hear, yeah, it's just saying it's loading forever |
| 21:46 |
uschi |
first: if you have a local install of rtehtmlarea, uninstall it |
| 21:47 |
uschi |
second, if using ff 2.0.0.3 or whatever it was it will not load |
| 21:47 |
uschi |
there is an upgrade for that |
| 21:47 |
uschi |
our good stanislas has fixed the bug |
| 21:48 |
uschi |
but i am unsure wether you should install the new version locally |
| 21:48 |
neonide |
thx much |
| 21:48 |
bedlamhotel |
uschi: you seem to be right. I thought I'd deleted records from pages table there. *shrug* Dnyrc is right about the extension. |
| 21:49 |
uschi |
it is also said, that for 4.1 there is a lowlevel tool i cannot find |
| 22:24 |
uschi |
bedlamhotel, tried CleanDB (nf_cleandb), seems to work, no documentation, but the author seems to be a responsible person to me |
| 22:45 |
ndee |
anyone got some experience with mod_proxy? |
| 22:58 |
Ries |
ndee: :) |
| 22:59 |
Ries |
ndee: no luck so far yet? |
| 23:02 |
ndee |
Ries: hm, not sure |
| 23:03 |
ndee |
I think it's possible just with mod_proxy, don't need to install another http server actually |
| 23:03 |
ndee |
but I have a hard time finding good documentation about it, or let's say, simple documentation, so that I understand it ;) |
| 23:06 |
Ries |
hehehe |
| 23:07 |
Ries |
I need to do it somewhere this year myself... |
| 23:13 |
ipseos |
does anyone have any good experience with imagemagick / graphicsmagick programs? I managed to get the typo3 to recognize and detect them on the server, but for some reason they are not rendering images properly under the image processing section of installation. Sometimes the filesizes are too big or the text "hello world" wont show due to dark backgrounds. I have tried IM 4.2.9, the... |
| 23:13 |
ipseos |
...latest IM 6.3.3 and also Graphicsmagick latest version, with all having one problem or another |
| 23:21 |
bedlamhotel |
ipseos: the version 6 series of IM works correctly with TYPO3--the series with many problems was the 5.x series. You just need to wade through all the settings in the "All Configuration" part of the install tool. Also, make sure you delete files in typo3temp between tests in the image processing tool. |
| 23:25 |
ipseos |
bedlamhotel: i have been doing that with the latest IM 6 version.. deleting the temp pics in typo3temp/pics/ and playing with the settings under all configuration. the site is hosted ona windows 2003 server.. could this have something to do with the rendering problems? |
| 23:25 |
ipseos |
i am going to start again with the IM6 and see what problems i can eliminate through the all config |
| 23:27 |
ipseos |
GDLib enabled: 1 |
| 23:27 |
ipseos |
GDLib using PNG: 0 |
| 23:27 |
ipseos |
GDLib 2 enabled: 1 |
| 23:27 |
ipseos |
IM5 effects enabled: 0 (Blurring/Sharpening with IM 5+) |
| 23:27 |
ipseos |
Freetype DPI: 96 (Should be 96 for Freetype 2) |
| 23:27 |
ipseos |
Mask invert: 1 (Should be set for some IM versions approx. 5.4+) |
| 23:28 |
ipseos |
here is the first potential error/glitch: |
| 23:28 |
ipseos |
Your server: Reference: |
| 23:28 |
ipseos |
21 K, 170x136 pixels 14.4 K, 170x136 pixels |
| 23:29 |
ipseos |
File size is very different from reference |
| 23:29 |
ipseos |
21799 14794 |
| 23:29 |
ipseos |
Note on gif_compress() function: |
| 23:29 |
ipseos |
The 'gif_compress' method used was 'IM'. |
| 23:29 |
ipseos |
Previous filesize: 21 K. Current filesize:21 K |
| 23:31 |
ipseos |
just going through it now.. it seems that there is only sometimes an issue with the image sizes, for gif and png, but i can live with that. the real issue starts with the "Render text with TrueType font using 'niceText' option" |
| 23:32 |
ipseos |
for this, it shows a dark blue background and i cant see the text |
| 23:32 |
ipseos |
maybe this has something to do with an additional extension, such as a font module in php maybe? this part of the image test is under the GD library functions |
| 23:33 |
just2b |
hi |
| 23:36 |
Denyerec |
hey just2b |
| 23:36 |
just2b |
can't sleep |
| 23:37 |
Denyerec |
Was about to say that it seemed late for you |
| 23:37 |
Denyerec |
? |
| 23:37 |
just2b |
just wrote a poem and can't stop thinking |
| 23:39 |
just2b |
pachelbell & beethoven for 10 times each... |
| 23:43 |
just2b |
i guess now is the time... to say good bye |