| 07:53 |
rgrant |
Hi, I'm new to typo3 and i'm having a problem getting it going, I've tried googling this and havent had any luck, is there anyone here who may be able to help me? |
| 07:54 |
rgrant |
when I try to create a page i get the following error: 2: SQL error: 'Out of range value adjusted for column 'content_from_pid' at row 1' (pages:NEW4a07bd382801a) |
| 09:01 |
eigentor |
Mal ne Noob-Frage: Ich dachte, Typoscript sollte in der Version 5 abgeschafft werden. Fehlinformation? |
| 09:47 |
rgrant |
hello? |
| 09:54 |
maholtz|WORK |
morning |
| 10:00 |
_pedda_ |
hi all |
| 10:04 |
macode_ |
why should i switch from drupal to typo? |
| 10:05 |
jbaptiste_j |
if drupal meets all your needs, don't switch |
| 10:06 |
jbaptiste_j |
except for the fact that I see a lot more job offers requesting typo than drupal |
| 10:06 |
macode |
but drupal is so compliated... |
| 10:06 |
jbaptiste_j |
I heard Drupal is a lot more simple than typo |
| 10:07 |
macode |
no |
| 10:09 |
jbaptiste_j |
http://www.seesite.be/en/diensten-producten/drupal-cms/drupal-vs-typo3-cms.html |
| 10:51 |
eigentor |
hehe interesting discussion |
| 10:52 |
eigentor |
I thought: as a drupaler, go to the typo3 forum |
| 10:52 |
eigentor |
and what do they talk about... |
| 10:53 |
eigentor |
So in English: Will there be still typoscript in Version 5? |
| 10:56 |
maholtz|WORK |
@eigentor: yep, there will be typoscript ... but if it has so much power as in v4? do not know... |
| 10:57 |
eigentor |
maholtz|WORK : as a non-typo3 user I find typoscript not a good idea |
| 10:57 |
eigentor |
and a big blocker for the learning curve |
| 10:58 |
eigentor |
So I hoped it would go |
| 10:59 |
maholtz|WORK |
well, but... i see so many extensions which would not be needed if it would have been done with typoscript |
| 10:59 |
maholtz|WORK |
i am a big fan of typoscript |
| 10:59 |
maholtz|WORK |
you can change behavior of extension without edit php |
| 11:00 |
eigentor |
maholtz|WORK : yah, but I'd prefer to do the overwrites directly in PHP |
| 11:00 |
maholtz|WORK |
if you want a tt_news with ads after the second paragraph - do it with typoscript, you do not need to alter php |
| 11:00 |
maholtz|WORK |
well, altering directly the php would be an... eigentor on the long run |
| 11:00 |
eigentor |
it ends up being a philosophy question |
| 11:00 |
maholtz|WORK |
NO |
| 11:00 |
eigentor |
If you are used to it and know the advantages |
| 11:00 |
eigentor |
you will like it |
| 11:01 |
eigentor |
if you don't know it and have to learn it |
| 11:01 |
eigentor |
you will hate ist |
| 11:01 |
maholtz|WORK |
if not, try to learn... but do not change php-code |
| 11:01 |
maholtz|WORK |
what happens if you need to make an security update? |
| 11:01 |
maholtz|WORK |
everything will be broken |
| 11:01 |
eigentor |
maholtz|WORK : a clever solution would be to be able doing overwrites on the theme layer |
| 11:01 |
eigentor |
you expose the functions and overwrite them on the theme layer |
| 11:02 |
eigentor |
and certainly never touch core |
| 11:02 |
eigentor |
or the extensions themselves |
| 11:04 |
eigentor |
hey finfin82 |
| 11:04 |
maholtz|WORK |
sounds nice... would be nicer than typoscript - but i think more complex for extension authors... perhaps something like flow3 ...? |
| 11:04 |
finfin82 |
hi eigentor |
| 11:04 |
eigentor |
maholtz|WORK : well I actually outed myself |
| 11:04 |
eigentor |
so - thats the way Drupal does it |
| 11:05 |
eigentor |
but I am really interested and don't want to troll around here |
| 11:06 |
maholtz|WORK |
do you have an link, how it works? if you have f.e. news with author, date and text, is it easy to change author do show the image, a link and a short description too - without changing the news-extension? |
| 11:08 |
eigentor |
maholtz|WORK : as this is only theming |
| 11:08 |
eigentor |
that's easy |
| 11:08 |
eigentor |
depends of the html output of your extension |
| 11:08 |
eigentor |
formerly there were theming functions you could overwrite |
| 11:09 |
eigentor |
but now it is more and more template files |
| 11:09 |
maholtz|WORK |
theming sounds like changing css + images - but not get totally different data from database? |
| 11:09 |
eigentor |
you just copy into your theme directory and just directly change the html |
| 11:09 |
eigentor |
ok |
| 11:09 |
eigentor |
different data is another beast |
| 11:09 |
eigentor |
but this is typically Views module |
| 11:10 |
maholtz|WORK |
thats what is easy with typoscript |
| 11:10 |
eigentor |
maholtz|WORK : ah you can also change the query in typoscript? |
| 11:11 |
maholtz|WORK |
no, but i can add CONTENT |
| 11:11 |
maholtz|WORK |
which means: a different PLUGIN, some special RECORDS or output of an SQL-Query |
| 11:11 |
finfin82 |
you can change query with TS |
| 11:12 |
finfin82 |
but that's not the way to do |
| 11:13 |
finfin82 |
eigentor: I don't know if t3-people can imagine what views is |
| 11:13 |
maholtz|WORK |
lol |
| 11:13 |
eigentor |
Neither can Drupal people imagine what typoscript is :) |
| 11:14 |
finfin82 |
;-) |
| 11:14 |
finfin82 |
I have my feets in both worlds |
| 11:14 |
eigentor |
But i guess both systems are similar in enourmous flexibility |
| 11:14 |
finfin82 |
the views module is something like a query-builder with template-functionality btw |
| 11:15 |
finfin82 |
yes, just the way to fit some things are different |
| 11:15 |
finfin82 |
drupal has its hooks .... |
| 11:21 |
maholtz|WORK |
what are the pros for TYPO3 and which for drupal? |
| 11:23 |
eigentor |
maholtz|WORK : uh what a big question |
| 11:23 |
eigentor |
we got down to use cases |
| 11:23 |
eigentor |
the biggest difference for me is the menu-oriented structure of typo3 |
| 11:24 |
finfin82 |
I guess everything, which is directed to community - sites is a big pro for drupal |
| 11:24 |
finfin82 |
eigentor: which will also be in D7 |
| 11:24 |
finfin82 |
oh... sorry I missunderstood ... |
| 11:24 |
finfin82 |
I thought you mean OOP |
| 11:24 |
finfin82 |
;-) |
| 11:25 |
eigentor |
If you have a big company with many departments and everybody shall have the rights to edit the pages of his department and add pages to the menu there |
| 11:26 |
eigentor |
with typo3 i guess it is a breeze |
| 11:26 |
eigentor |
with drupal you curse the day you have been born |
| 11:26 |
finfin82 |
right ;-) |
| 11:27 |
maholtz|WORK |
ok, good to hear that from you - thats what was the conclusion in our company |
| 11:28 |
maholtz|WORK |
too |
| 11:29 |
finfin82 |
the complexity of building modules/extensions is in my opinion better solved in drupal |
| 11:30 |
finfin82 |
im pretty new to drupal and everything is totally clear... just by reading the code |
| 11:30 |
finfin82 |
the whole structure |
| 11:31 |
maholtz|WORK |
well thats the reason why they build up FLOW3 - TYPO3 is about 12 years old now... |
| 11:31 |
finfin82 |
but with ne new framework t3 will get one step more complex.... but I think it's the right step.... cause it will led in to better structure |
| 11:31 |
finfin82 |
;-) |
| 11:31 |
finfin82 |
yea |
| 11:53 |
oversize |
hi, i have removed a db from my extension. now when i want to overwrite with new changes, i get an error that a "*gif" checksum mismatched. " Error: File "/usr/local/www/vhosts/biregs.de/htdocs/typo3conf/ext/user_biregs_backoffice/icon_user_biregsbackoffice_bestellungen.gif" MD5 was different from the original files MD5 - so the file is corrupted!" |
| 11:53 |
oversize |
where could i delete that in the extension? so the file is not checled for overwrite (its not shown in the list when "View Results" is clicked (where the checkboxes would be to disable overwrite) |
| 11:54 |
maholtz|WORK |
how do you overwrite that file? |
| 11:54 |
maholtz|WORK |
ftp? |
| 11:55 |
oversize |
with the kickstarter itself |
| 12:00 |
maholtz|WORK |
awk |
| 12:43 |
pmk65 |
oversize: Just ignore that warning. It's because you have deleted the table for which the icon is used. |
| 13:05 |
ndee |
hi there, I'm using the RTE in the frontend to edit tt_news records. I'm using a pretty old extension (2006 IIRC) for doing that. Now the problem is: I add a record and save it. When I want to re-edit the record, the RTE-Textarea looks like <p>test</p> instead of just "test". Any help is appreciated. |
| 13:19 |
maholtz|WORK |
someone knows difference between Zend Optimizer and eAccelerator? Which is the better für php performance? |
| 13:23 |
pmk65 |
ndee: sounds like the translation is not set correctly. Check and see if lib.ParseFunc_RTE is added to the field setup. |
| 13:26 |
finfin82 |
maholtz|WORK: I think you should give both a try ;-) |
| 13:26 |
finfin82 |
its not hard to include .... configure... test which is better |
| 13:28 |
maholtz|WORK |
never did it before |
| 13:32 |
finfin82 |
just download/install/compile ... the phpext.... loadit and reload apache ;-) |
| 13:32 |
maholtz|WORK |
ok, i will try, thx |
| 13:33 |
finfin82 |
its pretty easy ;-) |
| 13:33 |
finfin82 |
no problem |
| 13:46 |
NMB |
hello guys |
| 13:46 |
NMB |
i am having a problem here |
| 13:46 |
NMB |
http://paste.phlogi.net/-de460c872c/ |
| 13:46 |
NMB |
please check out this code |
| 13:47 |
NMB |
i want to make a if condition that if page id is 99 then append some extra query params in that menu page |
| 13:47 |
NMB |
problem is that i have added a condition but that condition add the extra parameters only when i m on page 99 |
| 13:48 |
NMB |
if i go to another page and view the page 99 then it have no extra params in them |
| 13:48 |
NMB |
i hope i made my point clear |
| 13:49 |
NMB |
i want to get the running page id i.e. the id to which typoscript compares the page when it generates the menu |
| 13:49 |
NMB |
anybody got any solution? |
| 13:51 |
NMB |
i am stuck at this problem for quite some time now |
| 13:55 |
NMB |
maholtz|WORK: do u got any solution to this issue? |
| 13:59 |
pmk65 |
NMB: GP: Is for accessing GET and POST parameters, not the id of the page. |
| 14:00 |
NMB |
pmk65: i have tried with TSFE: id as well |
| 14:00 |
pmk65 |
[globalVar = TSFE:id=99] |
| 14:00 |
NMB |
but the problem is that by using it i am getting query params only if i am sitting on the page id 9 |
| 14:01 |
NMB |
*99 |
| 14:01 |
NMB |
if i go to another page and then view the link of page id 99 then the extra params are not present there :( |
| 14:01 |
pmk65 |
ok. now I get it.. |
| 14:02 |
pmk65 |
You can't use conditions for that, as conditions works on the current page.. |
| 14:02 |
pmk65 |
What you want, is a check in the HMENU/TMENU object, for id=99 and then add extra code. |
| 14:02 |
NMB |
yah i feel conditions work ony on the selected page |
| 14:03 |
pmk65 |
are you using mountpages in your setup? |
| 14:03 |
NMB |
actually i am not quite expert in typoscript |
| 14:03 |
NMB |
no |
| 14:03 |
pmk65 |
ok. then you can do it using typoscript. |
| 14:03 |
NMB |
can u tell me what typoscript do i need to write for fullfilling my purpose |
| 14:04 |
NMB |
i will be really be thankful to you |
| 14:07 |
pmk65 |
http://paste.phlogi.net/-40bce01101/ |
| 14:07 |
pmk65 |
untested.. |
| 14:08 |
NMB |
ok let me test it |
| 14:09 |
pmk65 |
The first 2 lines turns off normal menu linking. (Now that I think of it, you should not set the 2nd line - doNotShowLink, so remove that) |
| 14:09 |
NMB |
ok |
| 14:10 |
pmk65 |
line 3 just adds a new link to the menuitem. and line 4-5 adds the extra parameter if the page has id=99 |
| 14:12 |
pmk65 |
"doNotlinkIt" should be "doNotLinkIt" |
| 14:14 |
NMB |
pmk65: thank you so much |
| 14:14 |
NMB |
it just worked great |
| 14:14 |
NMB |
:) |
| 14:15 |
pmk65 |
great.. |
| 14:15 |
NMB |
i wonder why have u used doNotLinkIt |
| 14:16 |
NMB |
although it creates a link after all |
| 14:16 |
pmk65 |
doNotLinkIt is used to turn the normal TMENu linking off, as we need to control the linking if the extra parameter must be added. |
| 14:17 |
pmk65 |
So the typolink line just do the precise same thing as the default linking, but allows us to add extra parameters. |
| 14:17 |
pmk65 |
The normal menulinking is "hidden" so you can't add or change that. |
| 14:18 |
NMB |
hmmm got it |
| 14:19 |
NMB |
do i need to again enable the doNotLinkIt or not? |
| 14:19 |
NMB |
after creating the second level menu |
| 14:28 |
ndee_ |
transformations are suuuuuuch a mess, bleh |
| 14:44 |
TomTom |
hi there, i have a simple question: where to add users in typo3 3.8.0 when i am administrator? there is the user manager, but i dont see a (+) or "add" to add a new user |
| 14:44 |
maholtz |
go to list-modul |
| 14:45 |
maholtz |
select globe (root) |
| 14:45 |
maholtz |
then you should see all tables on root |
| 14:49 |
TomTom |
maholtz: there is no list module. i only have "web-list" which shows the "project layout/structure" |
| 14:50 |
maholtz |
if you are admin you should see a list-modul in "WEB" - there where you can edit content like "page" |
| 14:53 |
_pedda_ |
re |
| 14:53 |
TomTom |
maholtz: there i have the structure, with all subpages etc but nothing where i can create a new user ... i am admin because i can enter the "admin only pages" |
| 14:53 |
_pedda_ |
i need to prefill a textfield of a powermail-form with the title of a news seen one page before.. |
| 14:53 |
_pedda_ |
how can i achieve this |
| 14:54 |
_pedda_ |
in except of providing the newsid via url param |
| 14:54 |
_pedda_ |
? |
| 14:54 |
maholtz |
@TomTom: you can edit users like you can edit all other records. But the records are created on globe (pid = 0!) |
| 14:55 |
_pedda_ |
if the title is provided into the typo3 register.. is it cleared after detailspage of tt_news is left ? |
| 14:58 |
TomTom |
maholtz: i've checked the "help" system, and it shows me a context menu when i click the symbol. i dont see these context menu. |
| 14:58 |
maholtz |
in page tree - click on globe |
| 14:59 |
TomTom |
maholtz: nothing happens |
| 15:00 |
TomTom |
maholtz: typo3/alt_db_navframe.php??currentSubScript=db_list.php# |
| 15:00 |
TomTom |
this is the partial url which is being clicked by me |
| 15:03 |
maholtz |
what happens then? |
| 15:09 |
TomTom |
maholtz: nothing. i changed from firefox to konqueror now. here it works! |
| 15:11 |
TomTom |
maholtz: now i have a context menu. and i can create a new user! thanks a lot to be patient for these newbie questions :) |
| 15:21 |
pmk65 |
_pedda_: transfer the news id as a get param to the page with powermail. Then you can make a TS object that inserts the title in powermail. (I did that recently, with tt_news/mbl_newsevent and powermail) |
| 15:23 |
_pedda_ |
hmm my problem is that authors shouldn't be faced with adding a special param to the link , they're creating to the form's page |
| 15:24 |
_pedda_ |
there are som seminars |
| 15:24 |
_pedda_ |
+e |
| 15:24 |
_pedda_ |
and the authors want to decide if it's possible to acces the form or not |
| 15:25 |
_pedda_ |
and therefor they have to create the link manually |
| 15:25 |
maholtz |
@TomTom: your welcome:) |
| 15:25 |
_pedda_ |
and because of this, they shouldn't be faced with adding the news-id as a param to the link |
| 15:25 |
pmk65 |
I extended mbl_newsevent with a new linkmarker, that links to the powermail page. This link always has the newsid added as an extra parameter, which is then picked up in powermail. |
| 15:26 |
pmk65 |
In my setup. if the link to the powermail page is not set, then no signup link is shown. |
| 15:27 |
MasterYin |
Hey everyone |
| 15:27 |
MasterYin |
can someone tell me how to hide the header_type "hidden" with TS |
| 15:28 |
_pedda_ |
i will take a look at mbl_newsevent.. thank you pmk65 |
| 15:29 |
pmk65 |
_pedda_: If you want, I can send you a copy of my modified mbl_newsevent ? |
| 15:29 |
_pedda_ |
would you ? |
| 15:29 |
fred^ |
HMENU with language selection does not support tt_news GET variables? |
| 15:36 |
pmk65 |
_pedda_: http://www.sharemation.com/typo3test/T3X_mbl_newsevent-2_0_0-z-200905111537.t3x |
| 15:37 |
Slydder |
hey all |
| 15:38 |
FloLeBlanc |
hi all |
| 15:38 |
FloLeBlanc |
Can someone please tell me what the last stable typo3 release for php4 is? |
| 15:39 |
ndee_ |
FloLeBlanc: IIRC, 4.1.10 or 4.1.7 |
| 15:39 |
FloLeBlanc |
ndee: thank you.. IIRC? |
| 15:40 |
ndee_ |
if I remember correctly ;) |
| 15:40 |
FloLeBlanc |
ah thank you |
| 15:41 |
pmk65 |
_pedda_: TS setup for showing tt_news title, based on tt_news id. -> http://paste.phlogi.net/-3ea52817a0/ |
| 15:43 |
pmk65 |
fred^: Use the addQueryString parameter of HMENU. |
| 15:52 |
ndee_ |
anyone has experience with htmlarea and transformations? Somehow, when I save content in the FE thru the RTE, it saves stuff like %lt;test%gt; instead of just "test", any help is greatly appreciated. |
| 15:55 |
pmk65 |
ndee_: make sure htmlSpecialChars is not set (If it's a FlexForm field, check if <HSC>1</HSC> is set.) |
| 15:55 |
ndee_ |
pmk65: it's the bodytext of tt_news. How can I test if it's a htmlSpecialChars ? |
| 16:00 |
mapixu |
Hello anybody can anybody tell me where i could get realurl for php4 |
| 16:00 |
maholtz |
well, perhaps you should think about an update |
| 16:00 |
maholtz |
but you can install older versions of an extension too |
| 16:01 |
maholtz |
go to extension manager |
| 16:01 |
maholtz |
to to install |
| 16:01 |
maholtz |
type into search field realurl |
| 16:01 |
mapixu |
yeah |
| 16:01 |
pmk65 |
ndee_: Try inserting this in SETUP (Untested) -> plugin.tt_news.general_stdWrap.parseFunc < tt_content.text.20.parseFunc_RTE |
| 16:01 |
maholtz |
then click on title - not on install button |
| 16:02 |
mapixu |
i only got the one for php5 |
| 16:02 |
maholtz |
you can then select the version you want to install |
| 16:03 |
ndee_ |
pmk65: didn't work out. still the same gibberish |
| 16:03 |
pmk65 |
is it plain tt_news records? |
| 16:03 |
mapixu |
what! i didn't know that one . let me give it a try |
| 16:03 |
pmk65 |
do they look ok when you create the newsrecords in be? |
| 16:05 |
ndee_ |
pmk65: the problem is I'm using some weird extension. The guy before me made this front end editing for tt_news but since the client is using firefox 3, the rte broke and didn't work anymore. In the BE, everything works fine. |
| 16:07 |
pmk65 |
ndee_: then it's not tt_news you should debug, but the other ext. Most likely it's not passing the content through the lib.parseFunc_RTE. |
| 16:07 |
pmk65 |
It can also be the TSConfig setup for this FE RTE that is not defined. (there's a transformation both to and from the DB) |
| 16:11 |
mapixu |
i typed realurl into SEARCH, nothing doing and i'm not understanding this:Try inserting this in SETUP (Untested) -> plugin.tt_news.general_stdWrap.parseFunc < tt_content.text.20.parseFunc_RTE |
| 16:11 |
ndee_ |
pmk65: RTE.default.FE < RTE.default <-- I'm using this in the Page TSConfig so it should be the same. The records look ok in the BE but I found out that new records, that get created, have < and that jazz in it, where the old records had "<" in it, so. I also tried tslib_pibase::pi_RTEcssText($dataArr["bodytext"]); in that other extension but it uses fe_adminlib.inc and there, everything gets converted to those <, etc. |
| 16:12 |
ndee_ |
pmk65: when I do everything in the backend, it works. |
| 16:14 |
mapixu |
Is possible to have a link to an older version of REALURL |
| 16:14 |
mapixu |
eg realurl 1.4 |
| 16:21 |
mapixu |
Hello anybody home? |
| 16:22 |
maholtz |
nope, i am at work |
| 16:22 |
maholtz |
so it takes time sometimes to answer |
| 16:22 |
maholtz |
30 minutes should not be to much |
| 16:23 |
maholtz |
afaik you can change the version: http://typo3.org/extensions/repository/view/realurl/1.5.3/ |
| 16:23 |
mapixu |
Oooops!I was just wondering |
| 16:24 |
mapixu |
how can i change the version |
| 16:26 |
ndee_ |
pmk65: when I edit and save the record, it always gets bigger and bigger it creates out of < an &< etc. |
| 16:27 |
pmk65 |
ndee_: fe_adminlib.inc is described in TSRef (bottom of doc) but it's acient, so I really don't know if it can handle RTE fields. |
| 16:27 |
maholtz |
@ndee_ sounds like you have an htmlspecialchars at the wrong place? |
| 16:27 |
ndee_ |
maholtz: it looks like the transformation from the db to the rte |
| 16:28 |
ndee_ |
ok, so my best bet would be to write a new fe-editing module which doesn't rely on fe_adminlib.inc. I'm wondering who's gonna pay that :D |
| 16:28 |
pmk65 |
if you see the < in BE, then it's the RTE->DB transformation that is wrong. |
| 16:29 |
pmk65 |
ndee_: Use TinyMCE RTE :) |
| 16:29 |
pmk65 |
it has an API for FE usage. |
| 16:29 |
ndee_ |
that stupid extension is dependant on htmlarea :( |
| 16:29 |
mapixu |
Is it possible to get an older version of realurl or not ? coz i've been bursting my ass off . I'd just like to know if it's possible without installing php5 |
| 16:30 |
mapixu |
coz the new one is for php5 |
| 16:30 |
pmk65 |
mapixu: download an older version. |
| 16:31 |
mapixu |
where |
| 16:31 |
ndee_ |
pmk65: created a record in the FE, now I see the < also in the backend. So the saving part is wrong then? |
| 16:32 |
pmk65 |
mapixu: Extension Manager. Just do as maholtz described earlier. |
| 16:33 |
pmk65 |
ndee_: yes. try looking at the code for the ext. , using the TS Object Browser. You should be able to see if there's any htmlSpecialChars or old transformations |
| 16:33 |
pmk65 |
mapixu: You can select RealUrl versions from 0.1.0 to the present version. |
| 16:34 |
pmk65 |
ndee_: what's the extkey of the ext you are using? |
| 16:34 |
ndee_ |
mth_feedit |
| 16:34 |
ndee_ |
but the guy before me edited it, so when I update the ext out of the TER, it totally breaks. |
| 16:35 |
pmk65 |
meta_feedit <- looks like this is build on the mth_feedit, so maybe you can use that instead? |
| 16:35 |
pmk65 |
http://typo3.org/extensions/repository/view/meta_feedit/current/ |
| 16:36 |
ndee_ |
lib.parsefunc_RTE.nonTypoTagStdWrap.HTMLparser.htmlSpecialChars = 2 that could be a problem? |
| 16:37 |
FloLeBlanc |
Is "TemplaVoila" just a different approach on templating or is it a newer and better supported way for the future in comparison to "automaketemplate"? |
| 16:37 |
mapixu |
where can i select RealUrl versions from 0.1.0 to the present version. |
| 16:38 |
maholtz |
@mapixu: perhaps there are some deleted - which are available you can see in extension manager |
| 16:38 |
maholtz |
or have an look there: http://forge.typo3.org/projects/show/extension-realurl |
| 16:42 |
pmk65 |
mapixu: read maholtz previous reply to your question.. He described exactly what you should do. |
| 16:42 |
pmk65 |
FloLeBlanc: TV is totally different ffom the old autotemplate method. (But you can combine them if you want) |
| 16:44 |
FloLeBlanc |
pmk65: the point is I'm free to use either and have experience with automaketemplate. I would like to get some advice on what is the "better" way for the future :) (I thought it is templavoila) |
| 16:45 |
pmk65 |
FloLeBlanc: I personally prefer TV, as it's more flexible when it comes to special loayouts. |
| 16:45 |
pmk65 |
mapixu: maholtz explanation -> http://pastebin.com/m7bbd0f7c |
| 16:46 |
FloLeBlanc |
pmk65: thank you |
| 16:47 |
pmk65 |
FloLeBlanc: I only map the content areas in TV, the rest I fill with TS objects. (some people maps everything, and put TS inside the TV templates, but I don't like that approch, as the code is reset if you remap the TV template) |
| 16:49 |
ndee_ |
unbelieveable, bleh, what can of worms did I open there.... |
| 16:52 |
FloLeBlanc |
pmk65: ok thank you for the advice |
| 16:55 |
egbertpot |
Does anybody know how to setup chgallery? I would like to determine the maximum widh of a image displayed in the single mode |
| 16:56 |
FloLeBlanc |
egbertpot: http://typo3.org/documentation/document-library/extension-manuals/chgallery/2.5.0/view/1/4/ |
| 16:57 |
mapixu |
My bad! i stoped using the EM long time ago. I think i've lacked behind since i had problems using my EM to get extension etc .I got used to http://typo3.org/extensions/repository/view/realurl/1.5.3/. |
| 16:57 |
FloLeBlanc |
egbertpot: scroll down to "single view" , entry "image" |
| 16:57 |
egbertpot |
FloLeBlanc: thanks |
| 16:58 |
FloLeBlanc |
(plugin.tx_chgallery_pi1.single.image.file.maxW = yourwidth should do it from what I can see, you are welcome |
| 16:59 |
mapixu |
Thanks pm65 and maholtz you are now my deep typomates |
| 16:59 |
mapixu |
For a while i thought you were giving up on me |
| 17:01 |
maholtz |
@mapixu: np |
| 17:03 |
FloLeBlanc |
is "Futuristic Template Building" still the way to go to learn using Templavoila? |
| 17:04 |
_pedda_ |
yes |
| 17:04 |
_pedda_ |
you could look for tv tutorials on google as well |
| 17:05 |
_pedda_ |
cu all |
| 17:05 |
FloLeBlanc |
cya have a nice evening |
| 17:05 |
egbertpot |
FloLeBlanc: I would realy like to have a result similar to this: http://blog.aplusmedia.de/moo-gallery2/ |
| 17:10 |
ndee_ |
maholtz: everything works ok, when I replace the < with a < and the > with a >. So that "sounds" like a transformation problem, right? |
| 17:11 |
maholtz |
@ndee_: sounds like htmlspecialchars |
| 17:11 |
ndee_ |
maholtz: ok. Typoscript browser for htmlspecialchars showed me a lot of occasions and I'm sure some are needed :( |
| 17:13 |
maholtz |
you have to check that field f.e. "bodytext" which you edit with your rte |
| 17:13 |
ndee_ |
ok |
| 17:37 |
ndee_ |
maholtz: around the existing <p>, with every save, a new <p> is added to the existing <p>. Do you maybe know why? |
| 17:56 |
FloLeBlanc |
egbertpot: sorry never used the extension, I only checked the manual for the width setup you needed :) |
| 18:00 |
FloLeBlanc |
anyone ever experienced that background images set in CSS are not rendered when migrating the template to typo3? (the demo without typo3 works just fine, the migrated template works on IE8 and FF2.X, FF3.x) |
| 18:12 |
pmk65 |
FloLeBlanc: Most likely it's a path issue.. Check if the path for the BG images, points to the image location in TYPO3. |
| 18:17 |
FloLeBlanc |
pmk65: if the path is wrong shouldn't NO browser display it correct? |
| 18:17 |
pmk65 |
yes. wrong path = no image |
| 18:18 |
FloLeBlanc |
pmk65: but IE8 and FF show the background images just fine :) |
| 18:18 |
FloLeBlanc |
just IE6 doesn't show them (it does if I just view the template demo) |
| 18:18 |
pmk65 |
try validating the page /both HTML and CSS) |
| 18:18 |
pmk65 |
Is the image in PNG format? |
| 18:18 |
FloLeBlanc |
no, jpg |
| 18:19 |
pmk65 |
ok. as IE6 doesn't like PNG. |
| 18:19 |
pmk65 |
http://jigsaw.w3.org/css-validator/ |
| 18:19 |
FloLeBlanc |
both CSS and hmtl were validated. hmm.. .perhaps I'll try a "real" IE6 on a virtual machine to make sure |
| 18:20 |
pmk65 |
http://validator.w3.org/ |
| 18:20 |
FloLeBlanc |
I use the sandboxed xenocode browsers to check for IE6 |
| 18:20 |
FloLeBlanc |
pmk65: thank you - the validation was ok |
| 18:20 |
pmk65 |
what doctype do you use for the pages? |
| 18:21 |
FloLeBlanc |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 18:21 |
FloLeBlanc |
ah you are right.. I have to omit the xmlns tag if i remember correct to restrict IE6 from switching to quirks |
| 18:21 |
pmk65 |
try adding this to your SETUP |
| 18:21 |
pmk65 |
[browser = msie] && [version= <7] |
| 18:21 |
pmk65 |
# Fix for IE 5/6 |
| 18:21 |
pmk65 |
config.doctypeSwitch = 1 |
| 18:21 |
pmk65 |
[GLOBAL] |
| 18:22 |
pmk65 |
http://paste.phlogi.net/-6c7833c537/ |
| 18:23 |
pmk65 |
dunno if it helps on your image problem, but it switches the doctype and the <?xml version="1.0" encoding="utf-8"?> on IE5/6 so that it's in the correct format. |
| 18:25 |
pmk65 |
IE5/6 doesn't like it if the <?xml version="1.0" encoding="utf-8"?> is the 1st tag. (But according to w3c it has to be the first. It's just IE who doesn't follow the standards (no wonder) |
| 18:25 |
FloLeBlanc |
well at least they fixed it in the new versions :) |
| 18:25 |
FloLeBlanc |
thank you |
| 18:26 |
FloLeBlanc |
have to hit the road.. .have a nice evening and thank you again |
| 18:26 |
pmk65 |
you too. |
| 19:11 |
tomsdale |
I want to rate an extension in the TER but the link Ratings sais - Extension not found. is this TER problem or with the Extension |
| 19:18 |
pmk65 |
most likely a TER problem.. A lot of extensions "vanish" from time to time. |
| 19:28 |
Phlogi |
anyone knows where I can change the default sender adress for mails sent using the normal mail form in typo3? |
| 19:29 |
Phlogi |
I get a weird hoster adress now |
| 19:33 |
currentspoint |
Fantistico installed 4.2.1. How do I update to 4.2.6 |
| 19:37 |
tomsdale |
pmk65: I have the impression the TER has ongoing problems, also the download counter for newer extension doesn't seem right |
| 19:38 |
timdeluxe |
currentspoint: just upload/download the new source and change the symlink, after that you should go to install tool and do a compare |
| 19:38 |
Phlogi |
pmk65: I'm sure you know the option :) |
| 19:40 |
pmk65 |
Phlogi: did you put in any sender address in the mailform? |
| 19:41 |
Phlogi |
pmk65: you mean in the mailform config itself? How? As a hidden field? |
| 19:44 |
pmk65 |
sorry, in the config for the mailform you can only set the reciever , not the sender. Maybe in the install tool? I have had the same problem some time ago, but I can't remember what i did to fix it.. :/ |
| 19:46 |
Phlogi |
pmk65: I can't find any option atm... :( |
| 19:46 |
Phlogi |
maybe somewhere in TS but hmm |
| 19:49 |
pmk65 |
http://castironcoding.com/resources/typo3-admins-corner/typo3-admin-corner-article/article/getting-the-senders-name-and-e-mail-address-in-typo3s-formmail-element/index.html |
| 19:50 |
pmk65 |
have you tried this one? http://typo3.org/documentation/document-library/extension-manuals/mailform/0.9.26/view/1/1/ |
| 20:04 |
okapi |
hi |
| 20:06 |
okapi |
i just worked my way through some templavoila tutorial and i have a little problem. my page screen differs significantly from what is showcased in the tutorial |
| 20:06 |
okapi |
they say its supposed to look like that: http://dl.getdropbox.com/u/675429/01.jpg while it looks like this: http://dl.getdropbox.com/u/675429/02.jpg |
| 20:07 |
okapi |
is there a chance, i didnt install some flexible elements extension? |
| 20:07 |
okapi |
or why is that? |
| 20:16 |
tomsdale |
have you selected a template in the page properties of the root page okapi |
| 20:16 |
tomsdale |
also if that's going to be production you should:t be using 4.2.3 because its unsecure, update to 4.2.6 |
| 20:19 |
chefan |
funny :D when 4.2.2 came out, you had to use that because 4.2.1 was insecure. same happened with 4.2.3... *g* |
| 20:24 |
tomsdale |
chefan: yep, they discovered quite some security issues in 4.2.x. And now its secure but I always have to delete cookies on my development server !! |
| 21:05 |
ries |
any realurl guru here? |
| 21:25 |
timdeluxe |
ries: no, but whats your problem? :) |
| 21:28 |
ries |
timdeluxe: I have a top menu that has aspecial links that goes IN my site |
| 21:29 |
ries |
For example http://domain.com/top_menu/logout.html |
| 21:29 |
ries |
http://domain.com/top_menu/login.html |
| 21:29 |
ries |
But I need to get rid of top_menu within the URL |
| 21:43 |
timdeluxe |
ries: then you have to create your own configuration, a good starting point is the auto config |
| 21:43 |
timdeluxe |
or did you start with an individual one from the scratch? |
| 21:43 |
ries |
I 'think' this is teh autoconfigured on, but I can try tith the auto-config |
| 21:43 |
ries |
baiscly I need the top menu to show the links to teh real page... |
| 21:45 |
timdeluxe |
ries: i am a bit worried: it must mean that your top_menu is in your page tree |
| 21:45 |
timdeluxe |
cause that is what realurl does in auto mode |
| 21:46 |
timdeluxe |
building a path by looking at the pagetree-"path" |
| 21:46 |
ries |
timdeluxe: Correct |
| 21:46 |
ries |
and I need to tell realurl to take the 'real' page, where I short cut into |
| 21:48 |
timdeluxe |
phew, difficult since i dont understand it completely... (was a exhausting weekend *g*) |
| 21:53 |
ries |
timdeluxe: can I show it to you in a private PM? |
| 21:54 |
timdeluxe |
yep |
| 21:54 |
timdeluxe |
just open a query |
| 22:41 |
tomsdale |
has anyone tried yet changing the login proceedure in newlogin box from username + password to e-mail addresse + password. |
| 22:41 |
tomsdale |
since a sum of the two are hashed I guess the current passwords won't be valid anymore ... |