| 02:46 |
ries |
are cache control headers properly supported by all moderns browsers? |
| 08:01 |
Saco |
Hello! I have a little problem, when I add filelinks to typo3 and pick "read from path" the files are sorted in a random order, anyone know how i can make the descending or ascending? |
| 08:01 |
Saco |
Or well, any tricks that can make them sorted in the order i want to? |
| 09:23 |
_pedda_ |
hi all |
| 09:25 |
Saco |
hey |
| 10:42 |
lilalinux |
aloha |
| 11:00 |
mangan |
Hello everybody. Is it possible to use automaketemplate two times within the same root-template? one for normal view and one for print view? |
| 11:06 |
mangan |
the point is that I don't know if a plugin TLO like "plugin.tx_automaketemplate_pi1" can be used more than once for different configs |
| 11:11 |
beli |
hi |
| 11:12 |
beli |
what is the correct way to set doctype...i am always unsure about that |
| 11:21 |
mangan |
? xhtml_strict |
| 11:24 |
beli |
yes |
| 11:25 |
beli |
the problem is i have two doctype lines in the html ouput |
| 11:26 |
beli |
i set http://rafb.net/p/IPFnKb64.html |
| 11:27 |
beli |
iside my html template i dont do any doctype settings, right? |
| 11:27 |
beli |
s/iside/inside/ |
| 11:32 |
lilalinux |
I installed the sr_feuser_registration extension, but it's not listed when adding a new content element to a page |
| 11:46 |
iOops |
hi |
| 11:48 |
iOops |
I am starting to install typo3 on sid, I have a question I found 2 package like typo3 (Meta package) and typo3-src-4.2 (Core), should I have to install both ? |
| 11:51 |
Denyerek |
... |
| 11:51 |
Denyerek |
Could you now download the latest from the website instead? |
| 11:51 |
Denyerek |
Unsure why anyone would install it through a package manager. |
| 11:52 |
Denyerek |
I would assume also that the metapackage is just a wrapper for the "latest version" so if you went that route, then you'd only need the metapackage. |
| 11:52 |
Denyerek |
I *think* |
| 11:54 |
mangan |
@beli doctype should come from typoscript |
| 11:55 |
iOops |
Denyerec, so the meta package is not the software, isn t it ? |
| 11:56 |
Denyerec |
I think it's a redirect to whichever is the latest version |
| 11:56 |
Denyerec |
On Ubuntu, for example, you can install the PHP meta package, and it installs all the relevant bits and peices |
| 11:56 |
Denyerec |
So rather than having to apt-get the core, and a bunch of modules, you just grab the metapackage. |
| 12:07 |
lilalinux |
feuser_registration saves password in cleartext, although md5 is configured |
| 12:10 |
mangan |
@lilalinux: have you looked into DB? |
| 12:14 |
lilalinux |
yes |
| 12:14 |
lilalinux |
I didn't install the md5kb (or whatever it was called) as I'm using 4.2.x and I heard that it's in core now |
| 12:15 |
lilalinux |
the repository version is not installable |
| 12:15 |
lilalinux |
I checked the checkbox in sr_feuser_registration to use md5 |
| 12:15 |
lilalinux |
I'd call this a serious bug |
| 12:16 |
beli |
mangan: ok...so what tags do i have in my html-template tehn? |
| 12:16 |
beli |
no <html>? |
| 12:17 |
beli |
just whats inside of the <body> tag? |
| 12:17 |
lilalinux |
beli: page { config.doctype = xhtml_strict; config.xmlprologue = none } |
| 12:17 |
beli |
lilalinux: that was not my question... |
| 12:17 |
lilalinux |
not exactly what you're loking for |
| 12:17 |
beli |
lilalinux: typo3 doctype is set to strict... |
| 12:17 |
lilalinux |
I know, but you'll need it sooner or later |
| 12:17 |
lilalinux |
for IE |
| 12:17 |
beli |
but does the template have to look |
| 12:18 |
lilalinux |
I don't know about standard templates, because I use TtemplaVoila |
| 12:18 |
beli |
ic |
| 12:18 |
lilalinux |
And I'd recommend it anytime to anyone |
| 12:18 |
beli |
anyone else? |
| 12:19 |
beli |
i tried tv, but i dont really need it and its ok todo templates manually for me |
| 12:21 |
mangan |
@linalinux: felogin is included, I use it with Crypt Auth Service |
| 12:23 |
beli |
now i understand why to souce css file from typoscript |
| 12:27 |
beli |
w3c validation passed :) |
| 12:27 |
beli |
the html template just contains the pure html....without html, head, body tags |
| 12:31 |
lilalinux |
mangan: felogin is activated, but I wonder why the passwords are not hashed |
| 12:31 |
lilalinux |
what is "Crypt Auth Service"? |
| 12:32 |
lilalinux |
apart from that, I'm not able to login |
| 12:34 |
beli |
hmm i guess sth. like ssl enabled out |
| 12:34 |
beli |
so the user data entered is encrypted alrady |
| 12:37 |
lilalinux |
no, i guess, login expects hashes and user registrations provided cleartext |
| 12:38 |
beli |
hmmm |
| 12:38 |
beli |
maybe...maybe not |
| 12:39 |
lilalinux |
or the other way around |
| 12:39 |
lilalinux |
I've set sr_feuser_register to md5 |
| 12:39 |
lilalinux |
the password ends up unencrypted in the db |
| 12:39 |
lilalinux |
felogin has no option to use md5 |
| 12:40 |
beli |
argl |
| 12:40 |
beli |
thats ugly |
| 12:40 |
beli |
should be configurable |
| 12:40 |
beli |
but it cant be hard to adjust that |
| 12:41 |
beli |
the INSERT and SELECT sql just needs an md5() around the pass field |
| 12:42 |
beli |
or use the database md5() |
| 12:43 |
beli |
hmmm |
| 12:45 |
lilalinux |
cross your fingers |
| 12:45 |
beli |
ok :) |
| 12:46 |
lilalinux |
got it |
| 12:46 |
lilalinux |
It's not enough to chech the md5 checkbox in the extension |
| 12:47 |
lilalinux |
You have to specify plugin.tx_srfeuserregister_pi1.useMd5Password=1 too |
| 12:47 |
beli |
ah there is an option already |
| 12:47 |
beli |
never dealed with felogin really so far |
| 12:49 |
lilalinux |
But login still doesn't work |
| 12:50 |
iOops |
I have a question, I installed this packages : typo3 (meta package), typo3-dummy ettypo3-src-4.2 (core). After words I put some config in my apache2.conf (the same like in a apache.conf from the /etc/typo3-dummy directory). Then, I made a ln -s typo3_src-4.2/ /var/www/ |
| 12:51 |
lilalinux |
wrong |
| 12:51 |
lilalinux |
typo3_src-4.2/ /var/www/typo3_src |
| 12:51 |
lilalinux |
why don't you use the example website? |
| 12:51 |
iOops |
lilalinux, I am using this page : http://wiki.typo3.org/Debian |
| 13:04 |
lilalinux |
iOops: I meant for your first installation |
| 13:05 |
lilalinux |
that page is horribly old |
| 13:05 |
iOops |
lilalinux, I don t understand, s.th like here : http://typo3.org/download/packages/ ? |
| 13:07 |
lilalinux |
yeah, take 4.2.6 dummy and source |
| 13:07 |
lilalinux |
both of them |
| 13:09 |
lilalinux |
your /var/www should look something like that then: |
| 13:09 |
lilalinux |
http://rafb.net/p/PmuDwp30.html |
| 13:10 |
lilalinux |
without the ranking file :-) |
| 13:10 |
lilalinux |
typo3_src -> ../../../../../typo3_src-4.2.6/ can be different, depending on where you installed your src |
| 13:11 |
iOops |
lilalinux, what you means about dummy and source, because I allready install some debian packages... should i remove it ? |
| 13:11 |
lilalinux |
typo3_src -> ../typo3_src-4.2.6/ maybe, if you instelles the sources in /var/typo3_src-4.2.6 |
| 13:12 |
lilalinux |
I wouldn't take the debian packages |
| 13:12 |
iOops |
on my sid, when I installed the package it was install here : /usr/share/typo3/typo3_src-4.2 |
| 13:12 |
beli |
iOops: i am on debian too for some boxes...dont use the debian package |
| 13:12 |
iOops |
beil ok so I remove it now |
| 13:12 |
lilalinux |
it still has the exploited 4.2.5 |
| 13:13 |
lilalinux |
in lenny |
| 13:13 |
lilalinux |
although I have security.debian.org activated |
| 13:14 |
beli |
iOops: go and get latest stable typo3 package..install it OUTSIDE of your DocumentRoot and then put the dummy packages into the docroot folders...use virtual hosts to point to the dummy folders you renamed to sth. undestandable...remove the typo3_src link in your dummy dirs...and do a symlink to the typo3_install outside the docroot, done. |
| 13:14 |
lilalinux |
Especially for typo3 you want to immediately update the installation when the weekly exploits are coming ;-) |
| 13:15 |
beli |
iOops: for easy updating...do a symlink to the typo3_install dir named typo3_latest or sth. and point the symlink from the dummy dirs to that symlink |
| 13:16 |
lilalinux |
beli: not a good idea |
| 13:16 |
beli |
so if you need to update...just extract new tarball...and adjust your typo3_latest link...update db's via install tool, done |
| 13:16 |
lilalinux |
if you have multiple installations |
| 13:16 |
beli |
why not? |
| 13:16 |
iOops |
:) |
| 13:16 |
beli |
if you do not alter the typo3 core |
| 13:16 |
beli |
its fine |
| 13:16 |
lilalinux |
because you have to check BE after updating |
| 13:16 |
beli |
ALL of my installations relay on ONE typo3_install folder |
| 13:16 |
lilalinux |
of course they do |
| 13:17 |
beli |
and? |
| 13:17 |
lilalinux |
but with symlinks to the version |
| 13:17 |
lilalinux |
if you switch "latest" |
| 13:17 |
beli |
you have to do it also if you do it one by one |
| 13:17 |
lilalinux |
you have to check the backend for each and every installation at once |
| 13:17 |
beli |
ic...so you are going to tell me that if the install dir hast 4.x.y inside of its nameing....i dont need to update db? |
| 13:18 |
beli |
s/hast/has/ |
| 13:18 |
lilalinux |
no, i didn't say that |
| 13:18 |
lilalinux |
I say that you want to update each website one by one |
| 13:18 |
lilalinux |
e.g. alter it's link and check the backend |
| 13:18 |
beli |
why? |
| 13:18 |
beli |
i dont want to do that |
| 13:19 |
beli |
i change the global link |
| 13:19 |
beli |
done. |
| 13:19 |
lilalinux |
it's a free world :-) |
| 13:19 |
iOops |
:) |
| 13:19 |
beli |
if one does not work anymore i need to adjust or do an extra install for it |
| 13:19 |
lilalinux |
yeah, and what if none work ;-) |
| 13:19 |
lilalinux |
all at once |
| 13:20 |
beli |
then i take back the upgrade of the typo3_install |
| 13:20 |
beli |
dir |
| 13:20 |
beli |
ah ok, i understand what you mean....in the case of adjustment...all the pages have errors |
| 13:21 |
iOops |
:) |
| 13:21 |
beli |
ok, thats an argument |
| 13:21 |
iOops |
^^ |
| 13:21 |
beli |
but that never happend so far, and if it happens i would stick with the old version as long as i understand whats going wron |
| 13:21 |
beli |
g |
| 13:23 |
beli |
i thought of making one install dir for each website.... |
| 13:23 |
beli |
need to write a shellscript then |
| 13:23 |
beli |
that walks dirs and adjusts symlinks on upgrade for me |
| 13:24 |
jbaptiste_j |
Greetings, I have a question, |
| 13:24 |
jbaptiste_j |
If I develop my Typo3 site on a DEV machine but the online site is on a PROD machine, |
| 13:24 |
jbaptiste_j |
Typically users add content on the PROD machine directly but if I change the config of TYPO3 or add new modules, I do my developpement and testing on the DEV machine then I want to transfer that to the PROD machine. |
| 13:24 |
jbaptiste_j |
Typically the TS is more up to date on the DEV machine but the content is up to date on the prod machine. |
| 13:24 |
jbaptiste_j |
how do I send the data so I can update the TS on the PROD machine without erasing the content ? |
| 13:24 |
jbaptiste_j |
Do I have to lock the PROD machine during updates to prevent my users from writing the content when I do that ? |
| 13:25 |
beli |
hmm, there's offline editing |
| 13:25 |
beli |
never dealed with that.... |
| 13:26 |
beli |
but maybe you can do updates offline on the prod system so far....and after synching with your DEV system....you could make the offline changes online |
| 13:26 |
beli |
just a guess |
| 13:26 |
beli |
its called LIVE workspace and DRAFT worksapce |
| 13:26 |
beli |
maybe its worth to read about it... |
| 13:26 |
iOops |
lilalinux, so now I download this : TYPO3 Source and dummy, TYPO3 Quickstart and TYPO3 Testsite |
| 13:27 |
jbaptiste_j |
I read about it, I'm using the DRAFT for the people to submit CONTENT that requires approval |
| 13:27 |
iOops |
Now I will start this install |
| 13:27 |
beli |
jbaptiste_j: ah ok, so you misused it already :) hmmm....so why just not approve as long as your systems arent sync? |
| 13:28 |
jbaptiste_j |
But i f I try a new module for example, can I tell it to affect only one workspace ? |
| 13:28 |
beli |
dunno, sorry |
| 13:28 |
beli |
that would be the solution for you |
| 13:29 |
jbaptiste_j |
Also I would need to transfer editorial content from PROD (live) to DEV (draft) but configuration from DEV (draft) to PROD (live) |
| 13:30 |
beli |
hmm, how do you sync your dev/prod system stuff? manually? |
| 13:30 |
beli |
not the content...the installation... |
| 13:31 |
beli |
are your prod and dev differnt servers? or just two installs? |
| 13:32 |
jbaptiste_j |
we haven't decided yet but they are all virtual lennys |
| 13:32 |
beli |
so each is on a differnet vserver? |
| 13:32 |
jbaptiste_j |
both servers will be virtual but I haven't decided yet if they will be on the same physical host |
| 13:32 |
beli |
another approch would be to have the prod and dev in ONE site |
| 13:33 |
beli |
just with two page_trees |
| 13:33 |
jbaptiste_j |
I would rather have them on the same server because the alternative is to have one on my desktop and I don't have ram to waste |
| 13:34 |
beli |
typo3 isnt that resource hungry on nowadays hardware...try magento :) thats really hardware eating :) |
| 13:34 |
jbaptiste_j |
But I would like to be able to do things like |
| 13:34 |
jbaptiste_j |
update my version of TT_whatever on DEV server |
| 13:34 |
jbaptiste_j |
Check that it is all right and doesn't screw up the presentation |
| 13:34 |
jbaptiste_j |
Now update the PROD server |
| 13:35 |
beli |
hmmm what about doing diffs of the databases? |
| 13:35 |
jbaptiste_j |
diffs ? |
| 13:35 |
beli |
yes... |
| 13:36 |
beli |
lock the prod system...make a database dump |
| 13:36 |
beli |
unlock it |
| 13:36 |
beli |
do your adjusmenst on the dev system |
| 13:36 |
beli |
lock the prod system again |
| 13:36 |
jbaptiste_j |
would'nt that erase the editorial content on the PROD site ? |
| 13:36 |
beli |
do a database dump |
| 13:37 |
beli |
hmmm or why not just dump and import the database to the dev system? |
| 13:37 |
jbaptiste_j |
because while I adjust configuration on the DEV site, the users keep adding content on the PROD site |
| 13:37 |
beli |
thats ok |
| 13:37 |
beli |
but when you are ready |
| 13:37 |
beli |
you lock the prod system for some minutes |
| 13:37 |
beli |
make a db dump |
| 13:37 |
beli |
move dev to prod |
| 13:38 |
jbaptiste_j |
If i dump PROD --> DEV then I lose all my work ion configuration on the DEV |
| 13:38 |
beli |
just the content tables! |
| 13:38 |
jbaptiste_j |
If I do the reverse I lose all editorial content |
| 13:38 |
beli |
have you found a eav of the typo3 database? |
| 13:38 |
jbaptiste_j |
That would be just nice, I need to know which tables are the content tables |
| 13:39 |
beli |
tt_content i guess ;) |
| 13:39 |
beli |
but i think theres an eav diagram somewhere |
| 13:41 |
jbaptiste_j |
Your solution seems right but I need to be sure, what do I do with tables such as tt_news, and such ? |
| 13:41 |
beli |
yes...its not an easy problem |
| 13:41 |
beli |
you have to make sure that the extensions didnt alter their structure |
| 13:42 |
jbaptiste_j |
yet it should be a very commonplace question |
| 13:42 |
beli |
hmm there is no world solution possible |
| 13:42 |
lilalinux |
Where can I see the reason for a failed login attempt? |
| 13:43 |
jbaptiste_j |
I haven't done a LOT of googling yet, but I'll do some now, your suggestions helped me if only to better formulate the problem. |
| 13:43 |
beli |
lilalinux: edit the extensions and echo the vars....php is stupid to debug...and if the extension does not log the errors or have debug output settings....you are lost |
| 13:43 |
lilalinux |
jbaptiste_j: you know that draft won't let you change images and uploads in general? |
| 13:44 |
beli |
jbaptiste_j: good luck....let the community know if you found a solution |
| 13:44 |
beli |
lilalinux: add magento :) |
| 13:44 |
jbaptiste_j |
Is it wrong to use draft as a way for people to propose editorial content for validation ? |
| 13:44 |
iOops |
lilalinux, I am fowloing the INSTALL file from the file : testsite |
| 13:45 |
iOops |
lilalinux, I put all my file in the /var/www/ |
| 13:45 |
beli |
iOops: your apache config needs to fit..../var/www is just the common place....take that in your mind |
| 13:57 |
SimonSimCity |
tt_news: I think you know the TS-Param "plugin.tt_news.catImageMode" - is there another TS-Param to do the same with the NewsImage ? |
| 14:00 |
SimonSimCity |
Because now the A-Tag is also displayed when I haven't insert a NewsImage ... |
| 14:02 |
iOops |
lilalinux, I just finish the install |
| 14:02 |
iOops |
it s seem works good |
| 14:04 |
beli |
iOops: *thumbsup! |
| 14:04 |
iOops |
testsite is a web site example ? |
| 14:07 |
mangan |
Please give me short input on issue: What is the best way to emplement a print view? |
| 14:08 |
jbaptiste_j |
css @print ? |
| 14:09 |
mangan |
jbaptiste:I'm talking about a real printview with different template, content, css |
| 14:09 |
jbaptiste_j |
I'm sorry I have to admit I don't know what a printview is (all those things I ignore...) |
| 14:14 |
lilalinux |
got it |
| 14:14 |
lilalinux |
enableEmailConfirmation |
| 14:14 |
lilalinux |
=0 |
| 14:18 |
mangan |
Please, someone must have programmed a print view with typenum = 98 and many GET parameters to pass. |
| 14:18 |
lilalinux |
mangan: GET is limites in size |
| 14:19 |
lilalinux |
depending on the browser |
| 14:19 |
mangan |
@lilalinux: that's not my point |
| 14:19 |
lilalinux |
4kb should be the absolute maximum |
| 14:20 |
mangan |
I'm talking about if it is still common practice to use typenum = 98 fpr print views and I'd like to know if anyone here has found an easy way to pass GET-paramters |
| 14:21 |
mangan |
that come from different extensions BTW |
| 14:21 |
mangan |
for example something like the 2005 dated make_print_link |
| 14:36 |
sv802 |
hello everyone |
| 14:37 |
EcHo2K |
is anyboy ou there? |
| 14:40 |
EcHo2K |
can i ask you for help on TCE main? |
| 14:42 |
SimonSimCity |
tt_news: Do somebody know how to wrap the A-Tag arount the Image only if there is an Image? (LIST-View) |
| 14:42 |
jbaptiste_j |
Hello, I am merely a noob but yes there are people out there |
| 14:45 |
EcHo2K |
hi i need help with tce main, after you call the process_Datamap method inserting a new record, is possibile to retrieve in some way the uid of the inserted record? |
| 14:46 |
EcHo2K |
i've inspected the sourcecode but have no found any way to retrieve that, i would not like to make a hook just to get the uid |
| 15:18 |
Meee |
can anybody help on rgmoodalbox? |
| 15:18 |
Meee |
I'm trying to loed a content element in a light box... |
| 15:19 |
Meee |
i can load an entire site in a lightbox but not a content element only |
| 15:20 |
Meee |
i tryed with the rel="moodalbox" but it doesn't work |
| 15:20 |
Meee |
any help? |
| 15:21 |
Meee |
anbody here? |
| 15:22 |
Meee |
this irc chat is bullshit! |
| 15:23 |
Meee |
why is there a chat with no help? |
| 15:23 |
mangan |
@Meee its open source and we live in a free world |
| 15:23 |
Meee |
ohhh somebody is reading afterall |
| 15:23 |
Meee |
i just wrote that to get a respone... |
| 15:24 |
Meee |
can you help mangan? |
| 15:24 |
mangan |
@Meee No, I am deep into something complete different |
| 15:24 |
Meee |
ok, sorry... |
| 15:25 |
Meee |
can you at least tell me how to get help on typo3? any good forums? |
| 15:26 |
Meee |
any other CMS i worked with have a very good community, but I'm kinda desprate when it comes to typo3 community |
| 15:27 |
Meee |
the forums are not that good so i'm trying this chat, but... |
| 15:27 |
Meee |
hi dinsdale can you help on the ext rgmoodalbox? |
| 15:28 |
Meee |
ries can you help? |
| 15:28 |
jbaptiste_j |
I've had a LOT of help here, but sometimes you need to ba a little patient ;) some people are at work and check the chat only every now and then |
| 15:28 |
ries |
Meee: I don't know that extension-... |
| 15:28 |
ries |
usually it helps sending mails to typo3-english aswell |
| 15:29 |
Meee |
@ jbaptite_j ok thanks for the info... |
| 15:29 |
ries |
Meee: The community of TYPO3 is quite strong but sometimes if you somethign really special it might be that somebody don't know the answer.. |
| 15:30 |
Meee |
ries - do they respond on typo3 core only or extentions too? |
| 15:30 |
ries |
I for myself never did hear anybody loading a complkete site in a lightbox.... |
| 15:30 |
ries |
Meee: typo3-core is not for sending install/admin/setup related questions.... |
| 15:30 |
ries |
typo3-core is for teh developers working on the core of typo3... |
| 15:30 |
ries |
typo3-english might be your best bet.... |
| 15:30 |
Meee |
yes i don't want to load a complete site in a lghtbox, only a content elemnet |
| 15:31 |
ries |
if you are non english speaker.. you could also try any of the language related lists |
| 15:31 |
ries |
Meee: I must have mis-understood you.... Still don't know the answer though.. |
| 15:32 |
Meee |
ries: thanks for the response anyway... |
| 15:33 |
Meee |
it's not that hard, but i really don't know what I'm doing wrong... |
| 15:33 |
dinsdale07 |
Meee, I did load single tt_news elements in a moodalbox once. |
| 15:33 |
Meee |
i did everything in the extention documentaion of rgmoodalbox |
| 15:34 |
dinsdale07 |
what is not working? |
| 15:35 |
Meee |
the extention rgmoodalbox can load typo3 internal sites in a lightbox.... you can load only content elemnts too |
| 15:35 |
Meee |
like tt_news... |
| 15:36 |
dinsdale07 |
Yes, I remember how it works, you create a new typeNum inwhich you strip the page of all header/menu code. |
| 15:36 |
Meee |
but that isn't working... |
| 15:36 |
dinsdale07 |
I'm actually doing the same just now for my pdf export :-) |
| 15:36 |
dinsdale07 |
you have a link? what exactly is not working? |
| 15:36 |
Meee |
dinsdale07: yes that's exactly what i meen |
| 15:38 |
Meee |
i can send you the link of my dev/test site... |
| 15:38 |
Meee |
please don't laugh, it's all messed up :-) |
| 15:38 |
Meee |
here is the link= http://www.iccx.de/index.php?id=100 |
| 15:39 |
Meee |
dinsdale07: does the link wor? |
| 15:39 |
Meee |
...work? |
| 15:39 |
dinsdale07 |
yes, so it seems your page loads completely instead only the part you specify. |
| 15:40 |
dinsdale07 |
which element do you want to load in your moodalbox. tt_content, tt_news? |
| 15:40 |
Meee |
i need only the thumbnail gallery to be loaded in the lightbox... |
| 15:41 |
Meee |
it's a content element of the plugin: bddb_flvvideogallery |
| 15:41 |
Meee |
a video thumbnail gallery... |
| 15:41 |
dinsdale07 |
did you already specify a typeNum yet for your moodalbox, because it's not in the link |
| 15:42 |
Meee |
typeNum? |
| 15:43 |
Meee |
did you click on the image next to hello world? |
| 15:43 |
Meee |
on the left side... |
| 15:44 |
dinsdale07 |
yes, you pass along some CE to the next page but you need to redefine your PAGE object. |
| 15:44 |
Meee |
here is the link i specified in the backend: <a rel="moodalbox" href="index.php?id=94&ce=282&no_cache=1"><img src="fileadmin/CPI-TV/thumbs/Nordimpianti.flv_thumb.png" style="border-width:0px;"></a> |
| 15:45 |
Meee |
redefine the page object - sorry but i don't really know what you mean, or how to do this... |
| 15:46 |
Meee |
I'm a bit new to typo3 :-) |
| 15:46 |
dinsdale07 |
I just send you a link and I'm just about to cp you some ts so you can follow me. |
| 15:47 |
Meee |
ok thanks a lo, man |
| 15:48 |
Meee |
i have this TS code in the page config: # TS CODE # get tt_content elements temp.record = COA temp.record { 10 = RECORDS 10 { tables = tt_content source.data = GPvar:ce if.isTrue.data = GPvar:ce dontCheckPid = 1 } } # get news reocrds temp.record2 = COA temp.record2 { 10 = RECORDS 10 { tables = tt_news source.data = GPvar:news if.isTrue.data = GPvar:news dontCheckPid = 1 } } # load it into the page-Object page.10 > page.10 < temp.record page.20 < temp.record |
| 15:50 |
dinsdale07 |
did you see my pm @ Meee? |
| 15:53 |
dinsdale07 |
http://paste.phlogi.net/create_new_page_type/ |
| 15:53 |
Meee |
dinsdale07- wow that's very cool man... |
| 15:53 |
Meee |
that's exactly what i'm trying to do... |
| 15:54 |
Meee |
did you use the rgmoodalbox for that, too? |
| 15:54 |
Meee |
or something else? |
| 15:54 |
dinsdale07 |
you ts is too complicated to read. No I used a lightbox from phatfusion. It's pretty cool |
| 15:54 |
Meee |
i never worked with tt_news... |
| 15:55 |
dinsdale07 |
http://www.phatfusion.net/ |
| 15:55 |
Meee |
should i do that with tt_news? |
| 15:55 |
dinsdale07 |
it's easier but should work the same with tt_content or whatever. The important thing is that you define your typenum. |
| 15:56 |
dinsdale07 |
actually replace it for now with: moodalbox.10 = TEXT moddalbox.10.value = New Rendering Definition for Page Object. |
| 15:56 |
Meee |
i thought tt_news was only for rss feeds and such... but your site looks cool.. |
| 15:57 |
Meee |
can tt_news do videos too? |
| 15:57 |
dinsdale07 |
you can do a lot with tt_news. I did once a guitar portfolio with it. |
| 15:57 |
Meee |
like a flash video in a tt_news CE? |
| 15:57 |
dinsdale07 |
with rgmedialinks yes. And |
| 15:57 |
dinsdale07 |
with rgnewsce you are pretty flexible. |
| 15:58 |
EcHo2K |
hi there |
| 15:58 |
EcHo2K |
is any tce guru in here? |
| 15:58 |
EcHo2K |
:) |
| 15:59 |
Meee |
ok dindale07 I'm trying the TS code you sent me, let's see if i can get this to work... |
| 16:00 |
Meee |
hmmmm, i have one stupid question though.... where exactly do i put that ts code in? |
| 16:01 |
Meee |
on the page wher the link is or on the destination page or on the root template setup? |
| 16:01 |
dinsdale07 |
setup field of the rootpage. |
| 16:01 |
Meee |
ok, thanks.. |
| 16:04 |
dinsdale07 |
if you' ve done that you should be able to add an &type=44 to each page and get the text message. |
| 16:08 |
Meee |
ok, i get no news id defined... but i forgot to change that in the ts.. :-) |
| 16:08 |
Meee |
just a second please... |
| 16:10 |
Meee |
ok, i changed that to tt_content, but i get a blank page now.. |
| 16:10 |
dinsdale07 |
did the text message work though? |
| 16:14 |
Meee |
no it didn't... |
| 16:14 |
Meee |
i tried with tt_content and with tx_bddbflvvideogallery |
| 16:15 |
Meee |
i just get a white page with nothing on it |
| 16:18 |
Meee |
if i leave it with tt_news i get: no news_id given |
| 16:18 |
dinsdale07 |
well, that's a good sign it already recognizes your new page type. |
| 16:18 |
dinsdale07 |
but no header and menu? |
| 16:20 |
dinsdale07 |
I think all that's left to do now is to write the moodalbox.10 = part to fetch only the data you want to be displayed. |
| 16:21 |
Meee |
yeah i just deactivated that to see what happens... |
| 16:21 |
Meee |
still a blank page.. |
| 16:22 |
Meee |
now i'm trying to write something in moodalbox.10 |
| 16:23 |
Meee |
ok I'm lost... |
| 16:23 |
dinsdale07 |
you should be able to use what's in the manual for this part. 10 = RECORDS etc ... |
| 16:23 |
Meee |
my typoscript is not that good... |
| 16:25 |
Meee |
i just looked at your website again... |
| 16:25 |
Meee |
you speak german? |
| 16:26 |
dinsdale07 |
I'm german. |
| 16:26 |
Meee |
oh me too... :-) |
| 16:26 |
Meee |
tag |
| 16:26 |
dave_ |
I'm Ukrainian |
| 16:26 |
Meee |
hi dave_ |
| 16:26 |
dave_ |
hi! |
| 16:26 |
dave_ |
anyone here familiar with the wec starter package? |
| 16:27 |
Meee |
do you mean the general typo3 manual for the part.10=records? |
| 16:27 |
ckoehler |
dave_: ya, still familiar with it |
| 16:27 |
Meee |
or am i missing something? |
| 16:27 |
dave_ |
I'm trying to change templates and I'm following the website docs but |
| 16:28 |
dave_ |
they must be for a previous typo3 version |
| 16:28 |
ckoehler |
dave_: use WEC Config |
| 16:29 |
dave_ |
ooh, that sounds good, I'm on it ... |
| 16:29 |
dinsdale07 |
Yes, like in the manual. I'm trying it now as well with my pdf export. It also works with a typeNum = 123 :-) |
| 16:30 |
Meee |
yes i have a pdf export working fine on my production site.. |
| 16:30 |
dave_ |
I got it, didn't notive that pull down before |
| 16:30 |
dave_ |
notice |
| 16:30 |
Meee |
with type=123 |
| 16:30 |
Meee |
but not in a lightbox :-) |
| 16:31 |
dinsdale07 |
Generally it should be the same story - but I'm a little stuck there as well atm. |
| 16:32 |
Meee |
do you still have my link to the test site? |
| 16:32 |
Meee |
can you please go to this url: http://www.iccx.de/index.php?id=94&type=123 |
| 16:33 |
Meee |
you see the pdf works for the text part but not the video gallery... |
| 16:33 |
Meee |
so do you think that the video gallery is the üroblem? |
| 16:33 |
Meee |
hmm, i mean problem? |
| 16:34 |
dave_ |
ckoehler: excellent, I went with Nature of Hope - 3 Column, Blue |
| 16:34 |
dinsdale07 |
Actually I'm not too surprised it doesn't embed the videos in the pdf :-) But it's weired it has those markers. |
| 16:35 |
dinsdale07 |
your &type=44 still returns a blank page though. |
| 16:35 |
Meee |
yes, but shoucln't it embed the thumbnails just as pictures? |
| 16:36 |
Meee |
even if the videos aren't there? |
| 16:37 |
dinsdale07 |
true - are you using pdf_generator2 or pdf_generator |
| 16:38 |
Meee |
pdf_generator2 |
| 16:38 |
dinsdale07 |
me too. yes - actually I have no the same problem as you. I suppose you are using Templavoila? |
| 16:39 |
dinsdale07 |
s/no/now |
| 16:39 |
Meee |
oh my god... cn you do me a favour and click on that image next to hello world again? |
| 16:39 |
Meee |
i'm getting a very stragnge output in the lightbox now... |
| 16:40 |
dinsdale07 |
haha - you are somehow displaying the pdf source code in the moodalbox. Very arty :-) |
| 16:40 |
Meee |
hahahaha |
| 16:41 |
dinsdale07 |
remove the &type=123 in the link and you should be fine. |
| 16:41 |
Meee |
i know i was just fooling around, just to see what happens :-) |
| 16:44 |
Meee |
does tt_news have something like a thumbnail view or only a list view? |
| 16:44 |
dinsdale07 |
Well, here is a question for the broader audience. How can I retrieve the CEs on a page via TS in a Templavoila installation. |
| 16:45 |
Meee |
I was wondering if this whole thing works with tt_news, like on your site... maybe I'll just make a video site with thumbnail in tt_news? |
| 16:45 |
dinsdale07 |
Meee, you can modify the template of tt_news to display only images. but it's no gallery replacement. |
| 16:46 |
Meee |
are the images link-enabled? |
| 16:46 |
dinsdale07 |
yes, you can set link markers around them. Check the tt_news manual and the example templates. |
| 16:46 |
Meee |
maybe i just can modify the temlate to make it look like a gallery... |
| 16:47 |
dinsdale07 |
that should be possible. just crop them and do the line breaks via css. |
| 16:47 |
Meee |
but actually they are just tt_news records with a video embedded in them... |
| 16:47 |
Meee |
is that correct? |
| 16:48 |
Meee |
like if i make a new tt_news record with a little text description and a thumbnail with video... |
| 16:48 |
dinsdale07 |
should be no problem. but you probably will have to fill in a preview image for the list view and the actual video in the tt_news single record. |
| 16:49 |
Meee |
yes that's what i meant... |
| 16:50 |
dinsdale07 |
Should be no problem. tt_news is great if you can live with a relatively simple data structure and you can extend it by new fields if needed. |
| 16:50 |
Meee |
the gallery page would be the list view with thumbnails and modified css and the video page would be a single view with the flash video |
| 16:51 |
Meee |
is that correct? |
| 16:52 |
Meee |
i don't mind the simple structure, i do want to keep it simple... |
| 16:52 |
Meee |
but can tt_news handle categories or different sections for diffrent records? |
| 16:52 |
s-andersen |
Any ideas on how to improve the performance of rgsmoothgallery in IE7? Loading in firefox is almost instant, but not in IE7 |
| 16:53 |
Meee |
i'm not trying to do a site like youtube, just a simple video site for our users... |
| 16:53 |
Meee |
you can take a look at www.cpi-tv.com |
| 16:53 |
Meee |
but it's still in dev |
| 16:55 |
Meee |
i made that with the advanced video gallery plugin and modified a lot of css... |
| 16:56 |
dinsdale07 |
nice - I found it a problem with the vid gallery that I was not able to load a vid in a lightbox |
| 16:56 |
Meee |
can you click on the fairs/events section on the Bauma China thumbnal? there are the most videos |
| 16:58 |
Meee |
i just want the user to click on the start page on a thumbnail and the gallery of the videos should come in a lightbox and then after clicking on a thumbnail in the lightbox the actual video site schuld load... |
| 16:58 |
Meee |
get it? |
| 16:59 |
Meee |
it would be nice if the user could see all the videos in a section through the lightbox and not in a actual page... |
| 17:00 |
Meee |
just not having to navigate back and forth everytime you want to watch a video in an other section... |
| 17:01 |
Meee |
what do you think? |
| 17:03 |
Meee |
why is your site in French? Do you speak french too? |
| 17:03 |
Meee |
it's a very nice website - i like it very much... |
| 17:04 |
dinsdale07 |
I tried that with vid gallery too once but the lightbox didn't work. |
| 17:05 |
Meee |
can you translate stuff from German to French as well? |
| 17:06 |
dinsdale07 |
If I have to ... |
| 17:07 |
dinsdale07 |
thanks, the design is actually not from me. I only do T3. |
| 17:07 |
dinsdale07 |
I have to speak french because i live in Quebc, it's a law here :-) |
| 17:08 |
Meee |
oh ok i thout you live in Germany |
| 17:09 |
dave_ |
Quebec is a nice place, the Gaspe' is my favorite |
| 17:09 |
Meee |
is that Canada? |
| 17:10 |
Meee |
The thing is that I'm working on a new site project... |
| 17:11 |
dinsdale07 |
dave_, it's my favourite too. Not much going during the winter but summer is nice. |
| 17:11 |
Meee |
it should be available in all European and western languages... |
| 17:11 |
Meee |
I can do English, German and Spanisch, but not French... |
| 17:12 |
Meee |
Are you interested in a joint venture? |
| 17:12 |
dave_ |
we hike the mountains in the Parc Gaspesie, it's the best! |
| 17:12 |
Meee |
I'll pay you for your work of course... :-) |
| 17:13 |
dinsdale07 |
I'm also speaking Quebec french :-) it's a little different sometimes. |
| 17:15 |
dave_ |
tabernac colis estee |
| 17:15 |
dinsdale07 |
dave_, I haven't visited the parc yet. But we have friends in Perce which we visit every couple of month. |
| 17:15 |
dinsdale07 |
hehe - you know that very well dave_ :-) |
| 17:15 |
dave_ |
the drive around the top of the peninsula is fantastic |
| 17:15 |
dinsdale07 |
where you're from dave_ ? |
| 17:16 |
dave_ |
toronto, but my gf and I like to vacation out east |
| 17:17 |
dinsdale07 |
Nice, You're thinking of going to the T3CON in Dallas? |
| 17:17 |
dinsdale07 |
I like it here but I think my favourite spot in CA would be Vancouver and Vancouver Island. |
| 17:18 |
dave_ |
nope, not at that point yet |
| 17:18 |
dave_ |
yeah BC is gorgeous |
| 17:20 |
dinsdale07 |
It's been 12 years since I last visited but it left a lasting impression. This year summer I want to go the the Montreal Jazz festival. |
| 17:21 |
dave_ |
watch out! some of those people will be very liberal! |
| 17:23 |
dinsdale07 |
you mean liberal in the sense of political? |
| 17:24 |
dave_ |
no, liberal outlook on life, as is "libertine" |
| 17:24 |
dinsdale07 |
libérez-nous des libéraux :-) - but I understand nothing of Canadian politics. It's so different from Germany. |
| 17:25 |
dinsdale07 |
Well, I don't let my girlfriend find out about that !! |
| 17:25 |
dave_ |
it's easy, the conservatives want a sociopath-ocracy and the liberals just want to steal money |
| 17:26 |
dinsdale07 |
my gf thinks you are right on the spot. |
| 17:27 |
dinsdale07 |
but in quebec they are always cooking their own soup anyway. |
| 17:27 |
dave_ |
they are so fun loving there, I wish uptight anglos could be like them |
| 17:31 |
dinsdale07 |
It's all in the eye of the beholder. When I was 18 I travelled Greyhound from Montreal to Vancouver and back and spend most of the time in the anglo part. I had a great time and people were very accomodating. Inviting me for lunch. It was a great experience and I though Germans would be so uptight in comparison. |
| 17:36 |
dave_ |
it's true canadians are very friendly, but I think quebecers are the champions |
| 17:36 |
dave_ |
well, them and east coasters |
| 17:37 |
dinsdale07 |
no offense - what was that joke. How do you get a Canadian to say sorry? |
| 17:37 |
dinsdale07 |
you step him on the foot. |
| 17:37 |
dave_ |
good one! gotta go walk the dog, be back in a while |
| 17:38 |
dinsdale07 |
cu :-) |
| 19:30 |
Guschtel |
hi, can so tell me why i get this message: "No user logged in! Sorry, I can't proceed then!" when trying to login on a newly created vhost in typo3? |
| 19:31 |
Guschtel |
is this somewhat related to the cookies or so? |
| 19:42 |
nkuttler |
Guschtel: vhost? hm? |
| 19:43 |
w00t0r |
guschtel, i had the same problem after upgrading |
| 19:43 |
Guschtel |
i created a new apache vhost using the same typo3 instance i'm using for another vhost |
| 19:43 |
Guschtel |
then i created a domain record webpages etc. all works fine |
| 19:43 |
w00t0r |
but i get this message only with firefox on win xp |
| 19:43 |
w00t0r |
firefox on os x works fine |
| 19:43 |
Guschtel |
but i cannot login from this new vhost to the typo3 backend |
| 19:45 |
nkuttler |
Guschtel: http://www.typo3forum.net/forum/typo3-3-x-fragen-probleme/2663-backend-login-t-cken.html ? |
| 19:46 |
Guschtel |
i can't login at all, but it works fine to login from another vhost |
| 19:46 |
Guschtel |
IP Lock and DoNotCheckReferer didn't help |
| 19:49 |
Guschtel |
and the logfile shows, that the user is logged in |
| 19:49 |
Guschtel |
so i think that typo3 has a problem with the cookies, vhost or so |
| 19:52 |
Guschtel |
ok, found it |
| 19:54 |
Guschtel |
yup - cookiedomain was the problem |
| 20:24 |
MattBowen |
hi all. i am pretty new to typo3. Am I risking breaking my site by deleting files in typo3conf named temp_CACHED_* ? |
| 20:34 |
HardPhuck|away |
no |
| 20:35 |
HardPhuck|away |
anyone using chgallery |
| 20:35 |
MattBowen |
HardPhuck|away: thank you |
| 20:35 |
HardPhuck|away |
i'm trying to display a random image on the front page |
| 20:35 |
HardPhuck|away |
MattBowen: np |
| 22:02 |
m4rtijn |
hey |
| 22:05 |
m4rtijn |
does anybody know why my "plain html" content element converts a href="#" to a href="index.php?id=40#" and how I could stop typo3 from doing that? |