| 00:24 |
dokma |
void you here? |
| 00:24 |
void |
yes |
| 00:24 |
dokma |
I need a sample value of tx_templavoila_ds from tt_content to see what actually goes there when the flexible content form works |
| 00:24 |
dokma |
can you pull one out of your databases |
| 00:24 |
void |
ah.. |
| 00:25 |
void |
one second.. |
| 00:29 |
void |
that is not for chicks.. |
| 00:30 |
dokma |
but it does take time away? |
| 00:30 |
void |
yes.. |
| 00:31 |
dokma |
just depends on where you want to invest your time |
| 00:31 |
dokma |
did you manage to find any tx_templavoila_ds values |
| 00:32 |
void |
one more second.. my phpmyadmin doesn't work eventually( |
| 00:33 |
dokma |
yeah mine either |
| 00:34 |
dokma |
I found out I need an older version to get it working |
| 00:35 |
dokma |
version 4.2.0 works for me |
| 00:35 |
dokma |
4.3.0 just does not |
| 00:36 |
dokma |
void do you know what does this stand for : If your FCE is showed under "Flexible Content" |
| 00:36 |
dokma |
is there somewhere where I can list my FCEs |
| 00:37 |
void |
hm.. probably tx_templavoila_datastructure table |
| 00:38 |
dokma |
void: I found that in "TemplaVoilà Control Center" there is a "Flexible CE" and it is disabled for me |
| 00:38 |
dokma |
"Flexible CE" tab in flexform |
| 00:38 |
void |
can i look at it? |
| 00:39 |
dokma |
sure |
| 00:39 |
dokma |
let me unset the pass |
| 00:39 |
void |
i think you are still trying to manage your problem? |
| 00:54 |
dokma |
void: now all works great and I am trying to figure out how to enable rte for FCE fields |
| 00:55 |
dokma |
ahhh... found it :D |
| 00:56 |
void |
how? |
| 00:56 |
void |
i forgot |
| 02:08 |
dokma |
void: it's in the template mapping when you choose the types |
| 02:09 |
dokma |
in the editing type |
| 09:09 |
maholtz|WORK |
morning |
| 09:12 |
lilalinux |
morsche |
| 09:22 |
beli |
moin |
| 09:38 |
_pedda_ |
hi there :) |
| 11:40 |
randomresult |
hi folks |
| 11:40 |
randomresult |
is it possible to make something transparent in an image using a "mask" |
| 11:41 |
randomresult |
replacing a color of an image (for ex. black) with transparent? |
| 11:42 |
randomresult |
layer 1 image layer 2 mask with black parts => result image with transparent parts (where black in the mask is) |
| 11:59 |
sorenmalling |
Anybody here expirenced "Permission denied" problems when using direct_mail? |
| 11:59 |
sorenmalling |
I can see from my logs that i get a "sh: /usr/sbin/sendmail: Permission denied" from my server when the cronjob is being executed |
| 11:59 |
sorenmalling |
The cronjob is running as root and with the dmailerd.phpcron owned as apache with the following rights: -rwxr-xr-x |
| 12:12 |
iamjay |
anybody here using mailformplus to its extends? |
| 12:35 |
beli |
randomresult: gif and png can do...png trans is not supported by older ie |
| 12:35 |
_pedda_ |
randomresult: http://www.rvantwisk.nl/typo3-snippets/gifbuilder-typo3-tranparency-test.html |
| 12:36 |
_pedda_ |
ries did some tests via disabling a color for gifbuilder actually |
| 12:36 |
randomresult |
damn... thats a lot to read :) |
| 12:36 |
randomresult |
but thx |
| 12:37 |
_pedda_ |
ries research focuses on setting a color to transparent.. |
| 12:37 |
randomresult |
it is not setting a color to transparent... it is... |
| 12:37 |
_pedda_ |
using a mask is the other options to make areas of an image to become transparent |
| 12:37 |
randomresult |
wait |
| 12:37 |
_pedda_ |
*option |
| 12:42 |
sorenmalling |
Anybody here expirenced "Permission denied" problems when using direct_mail crontab? |
| 12:50 |
beli |
sorenmalling: using linux as host? |
| 12:50 |
sorenmalling |
beli: Yes, running on a Fedora |
| 12:50 |
beli |
sorenmalling: make sure the dmailerd.phpcron is using *nix linefeeds |
| 12:51 |
sorenmalling |
beli: Explain? :) |
| 12:51 |
beli |
sorenmalling: the dmailed.phpcron is a script executing stuff.....and the linefeeds from windows differ to them in linux...maybe the scripts is b0rken because of wrong line feeds |
| 12:52 |
beli |
sorenmalling: try if you've got dos2unix on your shell |
| 12:53 |
sorenmalling |
beli: Arh okay. The script isn't broken, the problem shows in my log message: sh: /usr/sbin/sendmail: Permission denied |
| 12:54 |
beli |
sorenmalling: this could be because of wrong line feeds...pls do dos2unix dmailerd.phpcron |
| 12:55 |
sorenmalling |
beli: output: "dos2unix: converting file dmailerd.phpcron to UNIX format ..." The file is owner by apache but the cron is running as root, does that have anything to do with the problem? |
| 12:55 |
beli |
nope |
| 12:56 |
beli |
i dont know what crontab fedora is using, but cron should always execute stuff with permissions of the file itself...but that may depend |
| 12:56 |
beli |
sorenmalling: ls -al dmailerd.phpcron; ls -al /usr/sbin/sendmail |
| 12:58 |
sorenmalling |
beli: -rwxr-xr-x 1 root root 4952 8 jun 13:01 dmailerd.phpcron |
| 12:58 |
sorenmalling |
lrwxrwxrwx 1 root root 21 12 dec 13:38 /usr/sbin/sendmail -> /etc/alternatives/mta |
| 12:58 |
sorenmalling |
notice: I've just changed the permission on the dmailerd.phpcron file, to test if the ownership of the file has anything to say. was apache:apache |
| 12:59 |
beli |
sorenmalling: ls -al /etc/alternatives/mta |
| 12:59 |
sorenmalling |
beli: Lol, this is weird..: lrwxrwxrwx 1 root root 27 12 dec 13:38 /etc/alternatives/mta -> /usr/sbin/sendmail.sendmail |
| 12:59 |
beli |
sorenmalling: fedora is weired |
| 13:00 |
beli |
sorenmalling: ls -al /usr/sbin/sendmail.sendmail |
| 13:00 |
sorenmalling |
Agree! Im using ubuntu my self but this client doesn't :) -rwxr-sr-x 1 root smmsp 796136 17 sep 2007 /usr/sbin/sendmail.sendmail |
| 13:01 |
beli |
ok so its world executable |
| 13:03 |
sorenmalling |
beli: I think i found the issue: http://www.engardelinux.org/modules/index/list_archives.cgi?list=fedora-selinux&page=0012.html&month=2007-12 |
| 13:03 |
sorenmalling |
beli: it might be related to SELINUX |
| 13:03 |
beli |
sorenmalling: ah ok, thats a possibility, yes |
| 13:03 |
beli |
sorenmalling: so verify your ACLs |
| 13:05 |
sorenmalling |
Im on to it :) BRB :) |
| 13:36 |
HardPhuck |
which search box for indexed search would you recommend? |
| 14:04 |
gee_ |
hi folks |
| 14:04 |
gee_ |
i got a question concerning tt_news |
| 14:05 |
gee_ |
i'm looking for the setup option which is responsible for resizing category images |
| 14:05 |
gee_ |
i found an entry in typo3conf/ext/tt_news/static/ts_new/setup.txt |
| 14:06 |
gee_ |
it says catImageMaxHeight and -Width |
| 14:06 |
gee_ |
and is set to 25 |
| 14:06 |
gee_ |
but neither commenting out this entry nor editing the value does have any effect on the size of those images |
| 14:06 |
gee_ |
so i suppose i'm looking in the wrong file? |
| 14:15 |
gee_ |
hi folks |
| 14:49 |
untouch_ |
hello |
| 14:49 |
untouch_ |
i just did an t3d import of my page to another server |
| 14:50 |
untouch_ |
first of all : the news records were not imported |
| 14:50 |
energie |
hey |
| 14:50 |
untouch_ |
and the big problem is |
| 14:50 |
untouch_ |
when i try to create a news record i get http://pastebin.com/m1be78e6e |
| 14:50 |
untouch_ |
in my backend |
| 14:50 |
untouch_ |
does anyone have a hint what could solve this problem |
| 14:53 |
energie |
any1 know of a way to change the appearance of the typo3 backend login page? |
| 14:59 |
ManDay |
Can someone tell me how to localize a tt_news entry? |
| 15:00 |
ManDay |
I thought I'd simply choose the correct origin in the "l18n_parent" field, but it offers me no options. |
| 15:12 |
maholtz|WORK |
@ManDay: still here? |
| 15:13 |
ManDay |
yes |
| 15:13 |
ManDay |
I'd appreciate some help |
| 15:14 |
ManDay |
To be clear: There is no button nor link to localize my tt_news entries in the "localize"-column in list-view |
| 15:14 |
ManDay |
When I set l18n_parent manually in the DB, I get a corresponding entry in the according field. |
| 15:15 |
ManDay |
Yet, I haven't managed to achieve this throught the BE yet |
| 15:16 |
ManDay |
I'n fact I've barely a clue how all this works. There are some entries where I find an option to localize them, however there are many which I suppose can be localized but I wouldn't know how. |
| 15:16 |
randomresult |
Manday: do u have a translation of the page where the news is stored? |
| 15:17 |
ManDay |
The actual news are stored in a Sys-Folder |
| 15:17 |
ManDay |
Maybe I dont understand your question |
| 15:17 |
randomresult |
go to list and add a translation |
| 15:17 |
randomresult |
websidelanguage |
| 15:17 |
ManDay |
Oh my website has two languages |
| 15:17 |
ManDay |
already |
| 15:17 |
randomresult |
i mean a translation of the sysfolder |
| 15:17 |
ManDay |
Ah! |
| 15:18 |
ManDay |
Ok, will do so, but before I'd like to amend that I can already choose from "English" and "German" in the "Language"-field of each news. |
| 15:18 |
ManDay |
Is that normal? |
| 15:18 |
randomresult |
yes it is |
| 15:19 |
randomresult |
well i think so ... |
| 15:19 |
ManDay |
Shouldnt it be enough to have the languages added to the main-page already? |
| 15:19 |
randomresult |
no i dont think so |
| 15:20 |
ManDay |
Ok, I see |
| 15:20 |
randomresult |
as far as i know, u need to translate the sysfolder |
| 15:20 |
ManDay |
the localization feature just came up correctly |
| 15:20 |
randomresult |
so ur problem is solved? |
| 15:21 |
ManDay |
Apart from my understanding being incomplete, yes. |
| 15:21 |
ManDay |
So I do need to add BOTH my languages, is that correct? |
| 15:21 |
ManDay |
My website features two languages in total, I've to add them BOTH to the Sys-Folder, yes? |
| 15:21 |
randomresult |
to the storagefolder yes |
| 15:22 |
ManDay |
thank you |
| 15:22 |
randomresult |
ur welcom |
| 15:22 |
randomresult |
e |
| 15:22 |
ManDay |
then my problem is completely solved |
| 15:22 |
randomresult |
only if the page is localized, the localisation for records apear |
| 15:22 |
randomresult |
appear |
| 15:22 |
randomresult |
page = sysfolder too |
| 16:56 |
Charles |
Hello |
| 16:58 |
Charles |
I am working with a German client, and we are trying to add photos to the contact area. Is there a simple way? |
| 17:16 |
energie |
i was looking at the air france coporate website, it also uses typo3 |
| 17:16 |
energie |
i like the menu they have on there, it has like a gradient and blue when the mouse goes over |
| 17:16 |
energie |
any1 have any idea how to make such a menu in typo3 |
| 17:17 |
maholtz|WORK |
can you do it with html and css? |
| 17:18 |
energie |
well |
| 17:18 |
energie |
yes |
| 17:18 |
energie |
but its a dynamic menu i guess |
| 17:18 |
energie |
it updates when they add pages im sure |
| 17:19 |
maholtz|WORK |
sure - but if you are able to to do it in html - it should be possible to make it dynamic with typoscript |
| 17:19 |
energie |
ok |
| 17:19 |
energie |
well that part is beyond me |
| 17:21 |
maholtz|WORK |
what is the url of that site? |
| 17:22 |
energie |
http://corporate.airfrance.com/ |
| 17:22 |
energie |
i really like the design of their front page especially the top menu |
| 17:23 |
maholtz|WORK |
looks like an css menu? you could expand the second level with expAll = 1 and hide it via css |
| 17:23 |
energie |
http://corporate.airfrance.com/fileadmin/templates/base/css/cadre.css |
| 17:25 |
maholtz|WORK |
@energie: read TSref for that, i dont think the needed TypoScript it is very complex (but perhaps i am overlooking something) |
| 17:28 |
energie |
well |
| 17:28 |
energie |
i saved the front page, made new folder and added all the css files they use to it and opened the index |
| 17:29 |
energie |
the menu still doesnt look correct |
| 17:31 |
HardPhuck |
anyone using rgnewsimg |
| 17:33 |
maholtz|WORK |
if have to go now, cu all |
| 17:44 |
chefkoch2oo9 |
hi! how can i change the form layout of powermail? it would be great, to have the fields aligned. |
| 17:45 |
chefkoch2oo9 |
Example: http://www.holidays-in-travemuende.de/index.php?id=118 |
| 19:16 |
energie |
heyyy |
| 19:16 |
energie |
can anyone explain in simplest way |
| 19:17 |
energie |
if i make a simple index.html page in dreamweaver |
| 19:17 |
energie |
how to make certain areas of it dynamic in typo |
| 19:18 |
Tsoots |
modern/futuristic template building docs are probably the most simple way |
| 19:21 |
energie |
i read and didnt understand the modern template building doc |
| 19:21 |
energie |
say i made a really simple page in dreamweaver, how would i add that to typo so that content can be added using the backend to that page |
| 19:24 |
chefkoch2oo9 |
you have to insert placholder in the template like ###CONTENT### and replace them via typoscript template. |
| 19:25 |
energie |
ok |
| 19:25 |
energie |
replace via typoscript template? |
| 19:26 |
energie |
so i look at the source of my html page in dreamweaver, add some placeholders |
| 19:26 |
energie |
i get that |
| 19:26 |
energie |
imagine im using the dummysite in typo3, totally offline on my local machine |
| 19:26 |
energie |
how would i get my html page with its placeholders to be utilised by typo3 |
| 19:27 |
chefkoch2oo9 |
puh... these are the basics, but hard to implement. do you hava a site already running on the net? |
| 19:28 |
energie |
no |
| 19:28 |
energie |
im just learning with the dummysite |
| 19:28 |
energie |
on my local computer |
| 19:28 |
chefkoch2oo9 |
ok. one moment. |
| 19:29 |
energie |
thanks |
| 19:33 |
chefkoch2oo9 |
that is too much to do, but a good way to start is: http://typo3.org/documentation/videos/xvid-format/#c2399 |
| 19:34 |
chefkoch2oo9 |
there are a lot of videos. try the template video. |
| 19:34 |
chefkoch2oo9 |
i can try to write it in a short way: |
| 19:34 |
chefkoch2oo9 |
1. create a html file in dreamweaver |
| 19:35 |
chefkoch2oo9 |
2. create a new directory under the fileadmin directory and put your template in there |
| 19:35 |
energie |
by put template there you mean the html file right |
| 19:35 |
chefkoch2oo9 |
3. make one placeholder for the main content ###CONTENT### |
| 19:35 |
chefkoch2oo9 |
right |
| 19:36 |
m4rtijn |
hi all |
| 19:36 |
m4rtijn |
does anyone know a good DAM compatible image galery without javascript? |
| 19:36 |
energie |
what do you mean by number 3 |
| 19:36 |
energie |
you mean put the marker in the source code of the html file in dreamweaver? |
| 19:36 |
energie |
wouldnt have be before step 2? |
| 19:37 |
energie |
that be* |
| 19:37 |
chefkoch2oo9 |
i will try to post mine for energy |
| 19:39 |
chefkoch2oo9 |
http://paste.phlogi.net/-ce1e827360/ |
| 19:39 |
energie |
ok |
| 19:40 |
chefkoch2oo9 |
you have to save it locally. it is not shown correct in the browser. |
| 19:40 |
chefkoch2oo9 |
this is my html template file. |
| 19:41 |
chefkoch2oo9 |
the markers will be replaced in typoscript. found under "site->template->click here to edit whole template" |
| 19:41 |
energie |
ok i saved it locally i can see it all |
| 19:41 |
energie |
so say i use this as my html page, the code you just sent |
| 19:41 |
energie |
im confused how i get typo3 to use it |
| 19:42 |
energie |
i upload it to say a folder called template in fileadmin right |
| 19:42 |
energie |
but then what |
| 19:42 |
chefkoch2oo9 |
you have to use typoscript for the rest. its like a programming language in the backend. |
| 19:42 |
chefkoch2oo9 |
you have to replace the ###content### with typoscript. |
| 19:42 |
energie |
ok |
| 19:42 |
m4rtijn |
energie: german? |
| 19:42 |
energie |
english |
| 19:42 |
chefkoch2oo9 |
:) |
| 19:43 |
chefkoch2oo9 |
german... |
| 19:43 |
energie |
but im not sure how to get typo3 to know that page exists |
| 19:43 |
energie |
imagine i have a clean install of typo3 |
| 19:43 |
energie |
the dummysite is empty |
| 19:43 |
energie |
i have logged into the backend of the dummysite |
| 19:43 |
m4rtijn |
http://wiki.typo3.org/Ts45min - check this for info on typoscript |
| 19:43 |
chefkoch2oo9 |
i could create a site for you, but i need access to a backend. |
| 19:43 |
m4rtijn |
which is actually a configuration language.. not a programming language ;) |
| 19:44 |
chefkoch2oo9 |
first steps are very difficult. |
| 19:44 |
m4rtijn |
chefkoch2oo9: tsk tsk |
| 19:44 |
energie |
yes they seem to be impossible |
| 19:44 |
m4rtijn |
first steps are the easiest.. |
| 19:44 |
m4rtijn |
:p |
| 19:44 |
energie |
i have a new html file |
| 19:44 |
energie |
a empty dummsite |
| 19:44 |
energie |
and no clue how to connect them |
| 19:44 |
chefkoch2oo9 |
i know. i am a developer... but a beginner doesnt know the difference :) |
| 19:45 |
m4rtijn |
energie: read the doc I've posted.. maybe its a bit of an overkill.. but if you read the first few topics you should be fine.. |
| 19:45 |
energie |
ive tried reading |
| 19:45 |
energie |
i get lost quickly |
| 19:45 |
m4rtijn |
hehe |
| 19:46 |
energie |
why is it so hard to take a simple html page and get it to work in typo3 |
| 19:46 |
energie |
one page, one area of dynamic content |
| 19:46 |
energie |
i understand about the placeholders, and i read about subholders |
| 19:46 |
m4rtijn |
marker |
| 19:46 |
energie |
i have a nice simple html doc with some submarkers for content |
| 19:46 |
m4rtijn |
.. yes |
| 19:46 |
chefkoch2oo9 |
energy: typo3 is a cms. these are killer applications helping managing a lot of content. thats not a simple html page :) |
| 19:46 |
energie |
how to take that index.html and make typo3 backend use it |
| 19:47 |
chefkoch2oo9 |
i have seen a lot, but typo3 has the best support and its free :) |
| 19:47 |
m4rtijn |
energie: just make sure you INCLUDE "css-styled-content" - and use .... marks.YOURCONTENTMARKER < styles.content.get |
| 19:47 |
m4rtijn |
thats it |
| 19:47 |
energie |
use that where |
| 19:47 |
m4rtijn |
in your main template - root template so to say |
| 19:47 |
chefkoch2oo9 |
first you have to install css styled conten via ext manager in the backend. |
| 19:47 |
m4rtijn |
nah chefkoch2oo9 |
| 19:47 |
energie |
ok |
| 19:48 |
energie |
i create a new page |
| 19:48 |
m4rtijn |
thats installed by default |
| 19:48 |
energie |
create a new template on it |
| 19:48 |
energie |
and put that code in |
| 19:48 |
energie |
then how do i get it to know my html file exists? |
| 19:48 |
m4rtijn |
check the html typo3 spits out |
| 19:49 |
m4rtijn |
wait.. I paste the standard typoscript setup |
| 19:49 |
energie |
maybe i could take a screenshot |
| 19:50 |
energie |
whats the pastebin site for images? |
| 19:50 |
energie |
forgot the web address |
| 19:53 |
m4rtijn |
http://paste.phlogi.net/some_setup-2/ |
| 19:53 |
m4rtijn |
there you go energie |
| 19:53 |
energie |
this is what i see right now |
| 19:53 |
energie |
http://imagebin.org/51862 |
| 19:53 |
m4rtijn |
energie: create a page |
| 19:53 |
energie |
ok |
| 19:54 |
energie |
i create a page, and post that code you sent into the setup of the template? |
| 19:54 |
m4rtijn |
then go to TEMPLATE module.. and create a "new template" NOT the extension |
| 19:54 |
energie |
ok i made a new template for a new page |
| 19:54 |
m4rtijn |
every subpage you make of the "root" page will use that template.... UNLESS you create an extension template |
| 19:55 |
energie |
ok |
| 19:55 |
m4rtijn |
so.. now.. go into the template module.. choose info/modify |
| 19:55 |
m4rtijn |
then pick the include tab |
| 19:55 |
energie |
this is what i see now |
| 19:55 |
energie |
http://imagebin.org/51863 |
| 19:56 |
m4rtijn |
energie: I always use the option: |
| 19:56 |
m4rtijn |
Click here to edit whole template record |
| 19:56 |
m4rtijn |
then you have all in one view |
| 19:56 |
energie |
ok |
| 19:56 |
energie |
done |
| 19:56 |
m4rtijn |
k.. goto includes |
| 19:56 |
m4rtijn |
and in "include static" include "css-styled-content" |
| 19:56 |
energie |
am there |
| 19:56 |
m4rtijn |
double click it |
| 19:57 |
energie |
http://imagebin.org/51864 |
| 19:58 |
energie |
is what i see now |
| 19:58 |
m4rtijn |
in "include static" include "css-styled-content" |
| 19:58 |
energie |
done |
| 19:58 |
m4rtijn |
k.. almost done now |
| 19:59 |
m4rtijn |
the code I've send .. you need to alter it so it fits your files.. and your html template |
| 20:00 |
energie |
ok |
| 20:00 |
m4rtijn |
first of all.. does your HTML template include ###DOKUMENT### markers.. |
| 20:00 |
energie |
what i did is open your code in dreamweaver |
| 20:00 |
energie |
and save it as a html file called index.html on my desktop |
| 20:01 |
m4rtijn |
nah... that code is typoscript |
| 20:01 |
energie |
http://imagebin.org/51865 |
| 20:01 |
energie |
not that code |
| 20:01 |
energie |
i mean a basic html page with some markers on it |
| 20:01 |
m4rtijn |
yes.. thats it |
| 20:01 |
m4rtijn |
and you also have the german markers.. DOKUMENT |
| 20:02 |
m4rtijn |
in my typoscript code.. line 13 you see: workOnSubpart.. |
| 20:02 |
chefkoch2oo9 |
cache? |
| 20:02 |
energie |
now im lost |
| 20:03 |
m4rtijn |
.. yeah.. wait |
| 20:03 |
m4rtijn |
im just trying to explain.. |
| 20:03 |
energie |
ok |
| 20:03 |
m4rtijn |
here: http://paste.phlogi.net/some_setup-2/ - line 13 |
| 20:03 |
energie |
well i just saved that dreamweaver html into a index.html on my desktop |
| 20:03 |
m4rtijn |
yes.. thats good |
| 20:03 |
energie |
im still in the includes part in the backend |
| 20:03 |
m4rtijn |
yes.. you can save that |
| 20:04 |
energie |
ok where do you want me to place that typoscript |
| 20:04 |
m4rtijn |
you first need to alter the typoscript.. and I'd like yuo to understand how |
| 20:04 |
energie |
ok |
| 20:04 |
m4rtijn |
.. so.. check the typoscript.. line 13 |
| 20:04 |
energie |
i need to specify a link to the index.html right |
| 20:04 |
energie |
ok im looking at line 13 |
| 20:05 |
m4rtijn |
okay.. this means.. that the typoscript youre writing from there on.. will only work for the HTML code which is encapsulated by the ###DOKUMENT### markers |
| 20:05 |
m4rtijn |
okay? |
| 20:05 |
energie |
ok |
| 20:05 |
m4rtijn |
nice.. then.. you need to check the marker which you use for the main content |
| 20:05 |
energie |
i see that marker in the html source too |
| 20:06 |
m4rtijn |
excactly |
| 20:06 |
energie |
so only that area is able to be dynamic |
| 20:06 |
m4rtijn |
yes.. everything which has a marker.. is dynamic.. your template is static |
| 20:06 |
energie |
ok |
| 20:07 |
m4rtijn |
so.. in the typoscript.. you need to alter.. line 3.. so you include your CSS file.. |
| 20:07 |
m4rtijn |
page.stylesheet = fileadmin/templates/css/style.css |
| 20:07 |
m4rtijn |
and line 11.. so you include your HTML file |
| 20:07 |
m4rtijn |
template.file = fileadmin/templates/main.html |
| 20:07 |
energie |
ok |
| 20:07 |
energie |
i use the file list section to upload right |
| 20:07 |
m4rtijn |
yep |
| 20:07 |
m4rtijn |
or ftp |
| 20:07 |
energie |
i can create a folder there called tepmlates |
| 20:07 |
energie |
ok |
| 20:07 |
energie |
got it |
| 20:07 |
llacroix |
hi |
| 20:08 |
llacroix |
any idea why <br /> in the rich text editor get converted to <br> |
| 20:08 |
energie |
do i need to add more to the line 13 |
| 20:08 |
energie |
the html has alot of markers... ###header### or example |
| 20:08 |
m4rtijn |
energie: nope line 13 is fine |
| 20:08 |
energie |
ok |
| 20:08 |
energie |
there is no CSS file with this html |
| 20:08 |
m4rtijn |
yes.. you can deal with the erst of your markers later.. first let get some content going |
| 20:08 |
energie |
its just a html, i know how to make CSS but im keeping it simple |
| 20:09 |
energie |
ok |
| 20:09 |
m4rtijn |
:) |
| 20:09 |
m4rtijn |
now.. I just saw a little mistake.. but I explain.. |
| 20:09 |
energie |
can i ignore line 3 if i have a page without css |
| 20:09 |
energie |
ok |
| 20:09 |
m4rtijn |
line 15: marks.content< styles.content.getLeft |
| 20:09 |
m4rtijn |
if you create content.. on a page.. you see 4 columns.. |
| 20:10 |
m4rtijn |
LEFT ; NORMAL ; RIGHT ; BORDER |
| 20:10 |
energie |
yes |
| 20:10 |
m4rtijn |
line15 would mean.. take the content which is in the colum LEFT.. and replace the content marker with that |
| 20:11 |
m4rtijn |
.. normally.. you would use the NORMAL column for that.. so.. line 15 changes to:::: marks.content < styles.content.get |
| 20:11 |
llacroix |
how do I set typo3 to not edit my html? |
| 20:11 |
llacroix |
like filter or something |
| 20:11 |
m4rtijn |
right column would be: styles.content.getRight |
| 20:12 |
m4rtijn |
llacroix: some tsconfig setting.. try googling.. RTE tsconfig ... |
| 20:12 |
energie |
this is what it looks like now |
| 20:12 |
energie |
http://pastie.org/504795 |
| 20:12 |
energie |
i uploaded the index.html to a new folder called test |
| 20:12 |
energie |
are you saying i need to change line 15? |
| 20:12 |
m4rtijn |
okay.. |
| 20:12 |
m4rtijn |
yes.. |
| 20:12 |
m4rtijn |
remove Left |
| 20:13 |
energie |
ok |
| 20:13 |
energie |
and replace with normal? |
| 20:13 |
llacroix |
http://wiki.typo3.org/Ja:My_first_TYPO3_site ??? |
| 20:13 |
m4rtijn |
nope.. content.get = normal column |
| 20:13 |
m4rtijn |
nice llacroix |
| 20:13 |
m4rtijn |
:p |
| 20:13 |
llacroix |
oh it's in japenese |
| 20:13 |
m4rtijn |
yeah |
| 20:14 |
m4rtijn |
now.. energie you should be able to get some content.. |
| 20:14 |
energie |
like this? |
| 20:14 |
energie |
http://pastie.org/504798 |
| 20:14 |
m4rtijn |
hehe no |
| 20:14 |
m4rtijn |
just: marks.content < styles.content.get |
| 20:14 |
energie |
ok |
| 20:15 |
m4rtijn |
BUT.. your content marker should look like this.. in index.html ###CONTENT### |
| 20:15 |
energie |
it could be a submarker right? |
| 20:15 |
energie |
so i put two of those anywhere |
| 20:15 |
m4rtijn |
no.. |
| 20:15 |
m4rtijn |
just one |
| 20:15 |
energie |
http://pastie.org/504799 |
| 20:15 |
energie |
ok |
| 20:15 |
energie |
where do i paste this typoscript now... |
| 20:16 |
energie |
do i do it in the setup of the template? |
| 20:16 |
energie |
right now it has a few lines that display 'hello world' |
| 20:16 |
m4rtijn |
yes.. |
| 20:16 |
m4rtijn |
remove hello world.. and put the code there |
| 20:16 |
energie |
ok |
| 20:17 |
energie |
ok i did |
| 20:17 |
energie |
that |
| 20:17 |
llacroix |
config.xhtml_cleaning how am i supposed to know the possible values for this |
| 20:17 |
energie |
now if i look at the front end i see this: |
| 20:17 |
energie |
http://imagebin.org/51867 |
| 20:17 |
m4rtijn |
energie: yes |
| 20:18 |
m4rtijn |
the content marker in your case is: ###INHALT### not ###CONTENT### |
| 20:18 |
energie |
oh ok |
| 20:18 |
m4rtijn |
so either change the html or the typoescript |
| 20:18 |
energie |
ok |
| 20:18 |
energie |
how do i tell typoscript to use inhalt |
| 20:18 |
energie |
if i wanted to |
| 20:18 |
m4rtijn |
marks.inhalt < styles.content.get |
| 20:18 |
energie |
ok |
| 20:19 |
energie |
ok i changed the typoscript to inhalt |
| 20:19 |
energie |
now the frontend still looks the same |
| 20:19 |
energie |
but now i can add content? |
| 20:19 |
energie |
where it says inhalt |
| 20:19 |
m4rtijn |
yes.. add it |
| 20:19 |
energie |
ok will try |
| 20:19 |
m4rtijn |
go to the root page |
| 20:20 |
m4rtijn |
with the PAGE module |
| 20:20 |
m4rtijn |
and add some text |
| 20:20 |
m4rtijn |
element |
| 20:20 |
energie |
ok i tried that |
| 20:20 |
energie |
it didnt change the frontend |
| 20:21 |
m4rtijn |
show me what you did.. |
| 20:21 |
energie |
http://imagebin.org/51868 |
| 20:21 |
energie |
this is what i did |
| 20:21 |
m4rtijn |
okay.. hmm.. try marks.INHALT < styles.content.get |
| 20:21 |
m4rtijn |
im not sure if its case sensitive |
| 20:22 |
energie |
ok will try |
| 20:23 |
energie |
this is my template |
| 20:23 |
m4rtijn |
if its still not working.. delete all cache.. local and on typo3 |
| 20:23 |
energie |
http://imagebin.org/51869 |
| 20:23 |
energie |
still isnt showing any text, i just went to web>page>new content |
| 20:23 |
energie |
text element |
| 20:23 |
energie |
ok |
| 20:24 |
energie |
cleared browser cache and typo3 cache still not showing the text element |
| 20:25 |
m4rtijn |
show me what you see |
| 20:27 |
m4rtijn |
in the frontend |
| 20:27 |
chefkoch2oo9 |
how can i create a form, which postdata urlencoded to an external site? any ideas? |
| 20:27 |
m4rtijn |
.. extend seom mail extension.. I dont think theres an extension for that.. |
| 20:28 |
m4rtijn |
chefkoch2oo9: you could check in mailformplus.. |
| 20:28 |
energie |
ok |
| 20:28 |
m4rtijn |
but I dont think it supports that |
| 20:28 |
chefkoch2oo9 |
i have powermail installed. its much better than mailformpus :) |
| 20:28 |
energie |
http://imagebin.org/51872 |
| 20:28 |
chefkoch2oo9 |
i will take a google ride... |
| 20:29 |
m4rtijn |
energie: the fact that you still see the marker INHALT means it doesnt get replaced.. |
| 20:29 |
llacroix |
oh well...it would sound weird but my xhtml is ok |
| 20:29 |
m4rtijn |
sorry I think I had another small mistake in there..... try marks.INHALT < styles.content.get |
| 20:29 |
m4rtijn |
with space before < |
| 20:30 |
energie |
K |
| 20:30 |
m4rtijn |
powermail.. yucki |
| 20:31 |
energie |
one sec |
| 20:32 |
m4rtijn |
I have to go for a smoke.. back in 5 secs |
| 20:32 |
energie |
still not working |
| 20:32 |
energie |
k |
| 20:32 |
m4rtijn |
5 mins.. |
| 20:32 |
energie |
cool |
| 20:32 |
m4rtijn |
energie: .. do you still see the INHALT marker in frontend? |
| 20:33 |
chefkoch2oo9 |
m4rtijn: do you have mailformplus installed? i couldnt get it validatingmy forms... |
| 20:35 |
energie |
yes |
| 20:35 |
energie |
still see inhalt marker |
| 20:36 |
chefkoch2oo9 |
do you have workonsubparts set in typoscript? |
| 20:37 |
chefkoch2oo9 |
post your typoscript, pls. |
| 20:38 |
energie |
hey |
| 20:38 |
energie |
now it works |
| 20:38 |
chefkoch2oo9 |
gz |
| 20:38 |
energie |
i made a mistake in following your instructions |
| 20:38 |
energie |
in the includes tab i didnt save after including css styled elements |
| 20:38 |
energie |
i went back and changed the includes then saved |
| 20:38 |
energie |
now i see the text element i made |
| 20:38 |
energie |
:) |
| 20:39 |
energie |
http://imagebin.org/51873 |
| 20:39 |
chefkoch2oo9 |
great! |
| 20:40 |
energie |
yep |
| 20:40 |
energie |
thanks |
| 20:40 |
energie |
what about the other markers |
| 20:40 |
energie |
like header etc |
| 20:40 |
energie |
do i need to add more typoscript to make those work? |
| 20:40 |
chefkoch2oo9 |
yes |
| 20:41 |
chefkoch2oo9 |
this tamplate is used on http://www.holidays-in-travemuende.de |
| 20:41 |
chefkoch2oo9 |
its my site and at the moment i am trying to add the booking request formular. |
| 20:41 |
m4rtijn |
chefkoch2oo9: yes I use mailformplus.. no problems with validation till now |
| 20:42 |
chefkoch2oo9 |
pfff... all these form engines. |
| 20:42 |
energie |
even adding an image works |
| 20:42 |
energie |
http://imagebin.org/51874 |
| 20:42 |
energie |
so its good |
| 20:42 |
chefkoch2oo9 |
can you post one template for me? where to add the validation? |
| 20:42 |
m4rtijn |
energie: nice.. |
| 20:43 |
m4rtijn |
now you could try adding a menu |
| 20:43 |
energie |
that might be copyright though |
| 20:43 |
energie |
ok |
| 20:43 |
chefkoch2oo9 |
copyright? where? |
| 20:43 |
energie |
the marker in the html source is menu_oben |
| 20:43 |
energie |
###menu_oben### |
| 20:43 |
energie |
what typoscript would i add to the templtae |
| 20:43 |
energie |
template |
| 20:43 |
m4rtijn |
energie: yep |
| 20:44 |
chefkoch2oo9 |
mom... i ll post mine. |
| 20:44 |
m4rtijn |
energie: google typo3 tmenu example |
| 20:44 |
m4rtijn |
or gmenu |
| 20:44 |
m4rtijn |
whatever you like.. but tmenu is simpler |
| 20:44 |
energie |
marks.MENU_OBEN < styles.content.get |
| 20:44 |
energie |
im wondering if this would work |
| 20:44 |
energie |
like for inhalt |
| 20:44 |
m4rtijn |
energie: no it wouldnt |
| 20:44 |
m4rtijn |
it would work.. sure |
| 20:44 |
m4rtijn |
but you wouldnt get a menu |
| 20:45 |
energie |
so that typoscript is just for things like content?" |
| 20:45 |
chefkoch2oo9 |
http://paste.phlogi.net/-72485219c2/ |
| 20:45 |
energie |
ok |
| 20:46 |
energie |
i will try to post that |
| 20:46 |
chefkoch2oo9 |
addthis next to INHALT and replace special.value = 50 with the id of your first site. |
| 20:46 |
energie |
ok |
| 20:46 |
energie |
how do i find the id of my site |
| 20:46 |
chefkoch2oo9 |
and upload a font file to fileadmin/fonts/ |
| 20:46 |
energie |
its just one html page |
| 20:46 |
m4rtijn |
hehe chefkoch2oo9 sorry.. I got confused.... I also use powermail normally.. I only use mailformplus on one site.. |
| 20:47 |
chefkoch2oo9 |
hover over the created site icon in the backens |
| 20:47 |
m4rtijn |
just checked a page where I have it installed and was quite astonished ;) |
| 20:47 |
m4rtijn |
so.. I take everything back.. powermail rocks |
| 20:47 |
chefkoch2oo9 |
m4rtijn: ok... i need to post external to a site from a formular on my site. |
| 20:48 |
chefkoch2oo9 |
yeah... i have tried mailformplus, but the backend integration is not verygood. |
| 20:48 |
m4rtijn |
no.. was quite a .. spaghetti html code |
| 20:48 |
m4rtijn |
also |
| 20:49 |
energie |
i noticed that i cant add content to the left or right, only in normal position does it show up on front end |
| 20:49 |
energie |
when using inhalt |
| 20:50 |
chefkoch2oo9 |
nope. you need to implement the left and right columns in the template. |
| 20:50 |
energie |
you mean in typoscript or in the html template |
| 20:50 |
m4rtijn |
energie: thats what I tried to explain... |
| 20:50 |
chefkoch2oo9 |
both |
| 20:50 |
m4rtijn |
energie: marks.SOMEMARKER < styles.content.getLeft ==> left column |
| 20:50 |
m4rtijn |
energie: marks.SOMEMARKER < styles.content.getRight ==> right column |
| 20:50 |
energie |
ok |
| 20:51 |
energie |
can it be the same marker 'inhalt' ? |
| 20:51 |
m4rtijn |
nope |
| 20:51 |
energie |
or do i need to give it new name |
| 20:51 |
energie |
ok |
| 20:51 |
energie |
so i make a new marker in the html source |
| 20:51 |
chefkoch2oo9 |
btw: where are you both from? |
| 20:51 |
energie |
scotland but live in holland |
| 20:52 |
m4rtijn |
kassel.. :).. but Im actually from holland :) |
| 20:52 |
energie |
im in Schiedam |
| 20:52 |
m4rtijn |
u chefkoch2oo9? |
| 20:52 |
chefkoch2oo9 |
nice. next to germany. |
| 20:52 |
m4rtijn |
hehe |
| 20:52 |
chefkoch2oo9 |
germany. travemuende. |
| 20:53 |
energie |
i see alot of germans use typo3 |
| 20:53 |
m4rtijn |
true |
| 20:53 |
m4rtijn |
because they know quality when they see it.. |
| 20:53 |
m4rtijn |
;) |
| 20:53 |
energie |
yes |
| 20:54 |
energie |
like BMW |
| 20:54 |
chefkoch2oo9 |
hmm... really? i like open source. i am a fan of it, using ubuntu. |
| 20:54 |
m4rtijn |
hehe |
| 20:54 |
energie |
if i use submarkers, is the typoscript code the same? |
| 20:54 |
chefkoch2oo9 |
yes |
| 20:54 |
m4rtijn |
submarkers mark a subpart of your html |
| 20:54 |
m4rtijn |
you dont need them often |
| 20:54 |
m4rtijn |
for menu, content, stuff u need a normal marker |
| 20:54 |
energie |
ok |
| 20:55 |
chefkoch2oo9 |
just only write ###MENU### or ###RIGHT_COLUMN### for example. |
| 20:55 |
energie |
and to make a div an area of dynamic content |
| 20:55 |
energie |
i just put the marker inside the div tags? |
| 20:55 |
m4rtijn |
yep |
| 20:56 |
energie |
cool |
| 20:58 |
energie |
ok i added a new marker in the html source code called ###TEST### |
| 20:58 |
energie |
and added this to template: |
| 20:58 |
energie |
marks.TEST < styles.content.getRight ==> right column |
| 20:58 |
m4rtijn |
hehe |
| 20:59 |
m4rtijn |
==> right column was only explanatory |
| 20:59 |
energie |
so now when i add content and choose right side, it will use test? |
| 20:59 |
m4rtijn |
not typoscript |
| 20:59 |
energie |
oh ok |
| 21:00 |
chefkoch2oo9 |
m4artijn: do you use typo3 for more pages? |
| 21:00 |
energie |
hmm it didnt work |
| 21:00 |
energie |
see, im wondering how it knows which marker to put new content into |
| 21:00 |
energie |
what if i had 10 different content areas |
| 21:01 |
chefkoch2oo9 |
hopefully you have 10 different ###MARKERS### as well :) |
| 21:01 |
energie |
http://imagebin.org/51875 |
| 21:01 |
m4rtijn |
chefkoch2oo9: about 15 pages now |
| 21:02 |
chefkoch2oo9 |
the markers are only for the columns. add second content element in the main conten area. it will be shown under your first content element. |
| 21:02 |
m4rtijn |
maybe more.. i stopped counting :p |
| 21:02 |
chefkoch2oo9 |
try to clear the chache |
| 21:03 |
chefkoch2oo9 |
always you change the template, for sure - clear the cache. |
| 21:03 |
chefkoch2oo9 |
i had a lot of problems, with that. |
| 21:03 |
energie |
ok |
| 21:03 |
energie |
i just added ###TEST### next to the inhalt marker in the source |
| 21:03 |
chefkoch2oo9 |
m4rtijn: dou you have an example page? |
| 21:03 |
energie |
then edited the template as that screenshot shows, then i clicked new content, and selected 'right' position |
| 21:04 |
chefkoch2oo9 |
energie: and it doesnt work? |
| 21:04 |
m4rtijn |
hmm.. I quite like.. www.marco-geiersbach.de |
| 21:04 |
energie |
doesnt work |
| 21:04 |
m4rtijn |
thats one of the more complex pages ive made |
| 21:05 |
energie |
http://imagebin.org/51876 |
| 21:05 |
energie |
as you can see i added some random text to the right position |
| 21:06 |
energie |
i know whats wrong |
| 21:07 |
chefkoch2oo9 |
i see |
| 21:07 |
energie |
each time i save the html file and upload it the index changes |
| 21:07 |
energie |
to index01.html... 02 |
| 21:07 |
m4rtijn |
hehe |
| 21:07 |
energie |
etc |
| 21:07 |
energie |
so i should go back and change the typoscript path for the html file |
| 21:07 |
m4rtijn |
energie: tick - [ ] overwrite file with same nae '- whilest uploading |
| 21:07 |
m4rtijn |
name* |
| 21:07 |
m4rtijn |
its an checkbox in the upload menu |
| 21:08 |
energie |
now it appears |
| 21:08 |
energie |
but its not to the right, seems to be directly above the inhalt text element |
| 21:08 |
m4rtijn |
energie: CSS |
| 21:09 |
m4rtijn |
right column doesnt mean its in the right position in your html.. |
| 21:09 |
energie |
http://imagebin.org/51878 |
| 21:09 |
energie |
oh |
| 21:09 |
energie |
then what is the left, normal, right about in the web > page > new content |
| 21:10 |
energie |
i thought each position has to be a new marker |
| 21:10 |
m4rtijn |
yes |
| 21:10 |
m4rtijn |
but you decide where its place in the frontend.. |
| 21:10 |
m4rtijn |
via html and css |
| 21:10 |
energie |
so i make ###TEST### aligned to the right in the html source |
| 21:10 |
m4rtijn |
energie: I wouldnt do that with html.. just make a css file |
| 21:11 |
energie |
but if its alligned to the right in the html source, then why bother selecting right in the new content backend area... it would be to the right if i just selected normal |
| 21:11 |
energie |
ok |
| 21:11 |
m4rtijn |
... you do nothing else in html.. normally |
| 21:11 |
m4rtijn |
chefkoch2oo9: do you like the page? |
| 21:12 |
energie |
so each column in the backend is a distinct marker right |
| 21:12 |
energie |
if i click normal, it will always put content in the inhalt marker |
| 21:13 |
chefkoch2oo9 |
yeah! really... i am not a designer, so my page look much more static. you have nice graphics on there. |
| 21:13 |
energie |
if i click right, it will put content in the test marker |
| 21:13 |
energie |
so selecting which colum to use is like choosing which marker to use right |
| 21:13 |
m4rtijn |
energie: no |
| 21:13 |
energie |
column* |
| 21:13 |
m4rtijn |
energie: each column CAN be used in different markers |
| 21:14 |
energie |
ok |
| 21:14 |
chefkoch2oo9 |
energie: everything is flexible in typo3. left, middle, right. you have to implement it with markers or disable the field in the backend. |
| 21:14 |
m4rtijn |
sooo... marks.MARKER1 < styles.content.getLeft .. will take the content from the LEFT column.. and replace ###MARKER1### with that |
| 21:15 |
energie |
hmm |
| 21:15 |
m4rtijn |
where you place this marker is up to you |
| 21:15 |
chefkoch2oo9 |
you have the choice. |
| 21:15 |
energie |
when i click new content and left allign, nothing appears |
| 21:15 |
energie |
if i click normal, it appears inside inhalt marker |
| 21:17 |
chefkoch2oo9 |
another question from my side: how can i use php as an conten element? |
| 21:17 |
energie |
i feel like im begging to 'get it' ha |
| 21:17 |
energie |
beginning* |
| 21:17 |
energie |
it is very complicated |
| 21:17 |
m4rtijn |
hehe |
| 21:17 |
m4rtijn |
Im off to get some fooood |
| 21:18 |
m4rtijn |
cu later |
| 21:18 |
chefkoch2oo9 |
cu |
| 21:18 |
energie |
thanks for the help |
| 21:27 |
energie |
hmmm |
| 21:27 |
energie |
made a new dreamweaver css template |
| 21:27 |
energie |
works fine with inhalt tab inside the main content div, except the content i add is place far down the page |
| 21:27 |
energie |
not at the top of the div |
| 21:28 |
energie |
http://imagebin.org/51879 |
| 21:30 |
chefkoch2oo9 |
that must be css problems. |
| 21:30 |
chefkoch2oo9 |
view the page source ofyour site. |
| 21:30 |
chefkoch2oo9 |
typo3 is creating css as well. |
| 21:31 |
energie |
ok |
| 21:31 |
chefkoch2oo9 |
no the challange will begin :) |
| 21:31 |
chefkoch2oo9 |
now |
| 21:31 |
energie |
in the sidebar div, as an experiement i added ###WHATEVER### |
| 21:32 |
energie |
then added this to typoscript: marks.WHATEVER < styles.content.get |
| 21:32 |
energie |
and now the content that should be in inhalt is now in the left sidebar div |
| 21:32 |
energie |
but i still have inhalt as: marks.INHALT < styles.content.get |
| 21:32 |
energie |
so i guess it is confused as to where to put the content |
| 21:33 |
energie |
http://imagebin.org/51880 |
| 21:34 |
energie |
actually it has the same content element twice |
| 21:34 |
energie |
once in the main div and once in the sidebar div |
| 21:34 |
energie |
strange |
| 21:35 |
energie |
i guess this is down to my lack of knowledge about typoscript |
| 21:36 |
chefkoch2oo9 |
i am in ubuntu chan atm. will answer in few minutes. |
| 21:36 |
energie |
ok |
| 21:42 |
chefkoch2oo9 |
back |
| 21:43 |
chefkoch2oo9 |
you have referenced it twice. it is shown twice. thats ok from typo3 point of view. |
| 21:44 |
chefkoch2oo9 |
i think, you want: |
| 21:44 |
chefkoch2oo9 |
###LEFT### |
| 21:45 |
energie |
what i have is the main content div |
| 21:45 |
chefkoch2oo9 |
marks.LEFT < styles.content.getLeft |
| 21:45 |
chefkoch2oo9 |
marks.CONTENT < styles.content.get |
| 21:45 |
chefkoch2oo9 |
marks.RIGHT < styles.content.getRight |
| 21:45 |
energie |
and im wondering if one marker inside that div, ###INHALT### can place content to the left, right or middle |
| 21:45 |
energie |
i know when i add new content element it lets you select the column |
| 21:46 |
energie |
but that doesnt seem to make it go right or left |
| 21:46 |
energie |
you mean i need a seperate marker for each alignment within the same div? |
| 21:47 |
chefkoch2oo9 |
if i anderstand correcly, yes. |
| 21:47 |
chefkoch2oo9 |
you need three markers and three ts marks. |
| 21:47 |
chefkoch2oo9 |
###LEFT### |
| 21:47 |
energie |
ok, say i put ###RIGHT### in my html and use CSS to make it allign to the right |
| 21:47 |
chefkoch2oo9 |
###CONTENT### |
| 21:47 |
chefkoch2oo9 |
###RIGHT### |
| 21:47 |
energie |
ok |
| 21:47 |
energie |
but if the marker itself is each in different position, what is the purpose of selecting which column, when adding new content |
| 21:48 |
energie |
does it mean, i select right colum it uses ###RIGHT###? |
| 21:48 |
energie |
select new content in left column, it uses ###LEFT###? |
| 21:48 |
chefkoch2oo9 |
it only uses ###RIGHT### if you habe a replacement like marks.RIGHT < styles.content.getRight in ts |
| 21:48 |
energie |
ok |
| 21:49 |
energie |
what if i had marks.INHALT < styles.content.get, marks.INHALT < styles.content.RIGHT |
| 21:49 |
chefkoch2oo9 |
the marks.RIGHT says the ###RIGHT### marker, what field to use. |
| 21:49 |
energie |
ok |
| 21:49 |
energie |
just confused about why i have a choice of colums in the new content area |
| 21:49 |
chefkoch2oo9 |
the last one would override the previos one. |
| 21:49 |
energie |
ok |
| 21:50 |
energie |
so i click new content, select the right colum, it puts content inside ###RIGHT### |
| 21:50 |
energie |
same for left side |
| 21:50 |
energie |
and normal would be INHALT |
| 21:50 |
energie |
and its up to me to use CSS to make each marker allign to the correct side... |
| 21:51 |
chefkoch2oo9 |
if you have the ts markers as well - yes. |
| 21:51 |
energie |
ok |
| 21:51 |
energie |
yes i would have the ts markers |
| 21:51 |
chefkoch2oo9 |
yes, than it is up to you. |
| 21:52 |
chefkoch2oo9 |
you have to do the position with css. |
| 21:52 |
energie |
ok |
| 21:52 |
energie |
so choosing a colum, really that is just choosing which marker to use |
| 21:52 |
energie |
i think i get it now |
| 21:53 |
chefkoch2oo9 |
well. there is arelationship between ###LEFT### in the html template and marks.LEFT |
| 21:53 |
energie |
i understand that |
| 21:54 |
energie |
my confusion was about the 3 columns that one can choose when making new content in the backend |
| 21:54 |
chefkoch2oo9 |
ok |
| 21:55 |
energie |
steep learning curve |
| 21:55 |
chefkoch2oo9 |
you are at the beginning.... it will never come to an end. i use typo3 for 3 years now and still have questions. |
| 22:00 |
xdanx77 |
Hello.Has someone in here experience with flow3 and php5.3.0rc2 as cgi version |
| 22:10 |
energie |
used CSS to change allignment, works fine now :) |
| 22:11 |
energie |
3 markers, 3 ts, now can put content in any column |
| 22:11 |
energie |
position within the column dependent on the CSS of the marker |
| 22:12 |
chefkoch2oo9 |
Gratulation. i have to go for today. |
| 22:12 |
chefkoch2oo9 |
cu. |
| 22:12 |
llacroix |
is it possible to get the name of the page I'm looking at In typoscript? |
| 22:13 |
llacroix |
like the title of the page |
| 22:13 |
chefkoch2oo9 |
again? |
| 22:14 |
energie |
thanks for the help |
| 22:15 |
energie |
appreciate it |
| 22:16 |
llacroix |
:( |
| 22:17 |
chefkoch2oo9 |
llacroix: pls, explain it again. i doesnt get your problem... |
| 22:18 |
llacroix |
I would like to print the Title of the page |
| 22:18 |
chefkoch2oo9 |
where do you whant to print the title? in the html template? |
| 22:18 |
llacroix |
yup |
| 22:18 |
chefkoch2oo9 |
aaahhh.... |
| 22:18 |
chefkoch2oo9 |
mom. |
| 22:19 |
llacroix |
It would solve my last problem |
| 22:19 |
chefkoch2oo9 |
first at all, you have to disable the title tag in the config section of your template: |
| 22:20 |
chefkoch2oo9 |
config.noPageTitle = 2 |
| 22:20 |
chefkoch2oo9 |
then use in your page section: |
| 22:20 |
energie |
hmm looking at the page source for my html.index i see typo has made its own CSS file and its own javascript file all inside a directory called typo3temp... interesting |
| 22:21 |
chefkoch2oo9 |
hmpf... what is the url of the online clipvboard? |
| 22:22 |
llacroix |
chefkoch2oo9: I don't understand your last sentence |
| 22:22 |
llacroix |
how am I supposed to use it |
| 22:23 |
chefkoch2oo9 |
http://pastie.org/504985 |
| 22:23 |
chefkoch2oo9 |
use it in yourpage section. |
| 22:23 |
chefkoch2oo9 |
thats a snippetof mine. customize it to your requirements. |
| 22:24 |
llacroix |
Hmm not thats not exactly what I want. I mean inside a div |
| 22:24 |
llacroix |
and use the title of the page so I don't have to customize it... |
| 22:24 |
chefkoch2oo9 |
you want the title inside the div in the conten? |
| 22:25 |
llacroix |
like adding a typoscript Object that link to the PageTitle... but I don't know what the path of this "data" |
| 22:25 |
chefkoch2oo9 |
hm... the field name is just title |
| 22:26 |
llacroix |
page.title? |
| 22:26 |
chefkoch2oo9 |
just title, i think. |
| 22:26 |
chefkoch2oo9 |
well.. field = title |
| 22:27 |
chefkoch2oo9 |
can you post a snippet of your template? |
| 22:27 |
chefkoch2oo9 |
http://pastie.org/ |
| 22:28 |
llacroix |
html template or typo3 template |
| 22:29 |
chefkoch2oo9 |
t3 template with your try. |
| 22:30 |
chefkoch2oo9 |
i know, that there are two titles. "title" of the page and "nav_title" enterend as full title to the page in the page properties. |
| 22:30 |
chefkoch2oo9 |
both fields can be read directly. |
| 22:30 |
llacroix |
http://paste2.org/p/252693 |
| 22:31 |
chefkoch2oo9 |
where do you want the title? in what line? |
| 22:31 |
llacroix |
http://paste2.org/p/252704 |
| 22:31 |
chefkoch2oo9 |
k |
| 22:31 |
llacroix |
after 36 |
| 22:33 |
chefkoch2oo9 |
you have to create a marker in the html template and in the ts. |
| 22:33 |
chefkoch2oo9 |
i will try to find an example. |
| 22:35 |
chefkoch2oo9 |
something like this should work: |
| 22:35 |
chefkoch2oo9 |
http://pastie.org/505003 |
| 22:35 |
chefkoch2oo9 |
add a new marker to your page section. |
| 22:36 |
chefkoch2oo9 |
if not, google for title and nav_title. i have to leave now. |
| 22:39 |
NiFkE |
hello |
| 22:39 |
chefkoch2oo9 |
hi |
| 22:40 |
NiFkE |
It may sound a bit weird, but does anybody have an image of the structure of an TYPO3 plug-in (extension) ? |
| 22:41 |
energie |
ok this question is to the room, since i know you need to leave chefknock, thanks for ur help... any1 know how to change the appearance of the log-in module? the two fields are too long for me, they stretch my div |
| 22:42 |
chefkoch2oo9 |
use css to cusomize them. look in the source code of the page to get the class name. gn8. |
| 22:46 |
llacroix |
it doesnt draw anythind :( |
| 22:59 |
llacroix |
http://paste2.org/p/252757 |
| 22:59 |
llacroix |
works!!! |
| 23:03 |
energie |
what would the ts be to put a replace a marker in the footer with dynamic content |
| 23:03 |
energie |
marks.FOOTER < styles.content.get ??? |
| 23:16 |
skurfuerst |
hey everybody |
| 23:16 |
skurfuerst |
I have an RTE question |
| 23:16 |
skurfuerst |
would you use tinyRTE or tinymce_rte as extension? |
| 23:17 |
mquintus |
we just switched to tinymce |
| 23:18 |
mquintus |
it's loads easier to configure |
| 23:18 |
skurfuerst |
so, you use the tinymce_rte extension? |
| 23:18 |
mquintus |
jepp |
| 23:18 |
skurfuerst |
great :) |
| 23:18 |
mquintus |
why do you ask? |
| 23:19 |
skurfuerst |
well because I'm trying to figure out what to use ;) |
| 23:19 |
energie |
hey mquintus |
| 23:19 |
energie |
im trying to change the login button of the login-module to an image |
| 23:19 |
energie |
i.e |
| 23:20 |
energie |
this |
| 23:20 |
mquintus |
ahoy |
| 23:20 |
energie |
<input type="submit" name="submit" value="Login" /></td></tr></table> |
| 23:20 |
energie |
to input type = image |
| 23:20 |
energie |
would you happen to have any idea how |
| 23:20 |
mquintus |
just type it |
| 23:20 |
mquintus |
s/type="submit/type="image"/ |
| 23:21 |
mquintus |
image is equal to submit, but you can set an src attribute |
| 23:22 |
energie |
hmm where would i type that |
| 23:22 |
energie |
in the template? |
| 23:23 |
energie |
under setup... |
| 23:23 |
skurfuerst |
mquintus: do you have some good hints how to configure tinymce_rte? |
| 23:25 |
energie |
am confused.. |
| 23:28 |
energie |
i've never edited a module created by typo3 before |
| 23:36 |
mquintus |
energie: just change to the directory of the extension and type: grep -r '<input type="submit"' * |
| 23:37 |
energie |
ok |
| 23:37 |
energie |
how do i... change to the directory of the extension, ha |
| 23:37 |
mquintus |
`cd typo3conf/ext/extname` |
| 23:38 |
energie |
i enter that into my browser? |
| 23:38 |
energie |
or is that somewhere in the backend |
| 23:39 |
mquintus |
o_O |
| 23:39 |
mquintus |
no, into the console |
| 23:39 |
mquintus |
bash |
| 23:39 |
mquintus |
shell |
| 23:39 |
mquintus |
terminal |
| 23:39 |
energie |
huh |
| 23:40 |
energie |
what console |
| 23:41 |
energie |
im a real noob |
| 23:42 |
mquintus |
jepp |
| 23:42 |
mquintus |
don't you have a linux server? |
| 23:42 |
energie |
no |
| 23:42 |
energie |
i have windows xp |
| 23:42 |
energie |
and im using the dummysite on my local machine |
| 23:42 |
energie |
not on an internet server |
| 23:42 |
mquintus |
aha |
| 23:43 |
energie |
so im wondering if i can make that login button an image, using the backend or something |
| 23:43 |
mquintus |
so use a search function through all the files in typo3conf/ext/extname and search for the term '<input type="submit"' |
| 23:44 |
energie |
oh |
| 23:44 |
energie |
so i dont use the backend |
| 23:44 |
energie |
i find the file on my computer right |
| 23:44 |
mquintus |
and then change the html code that its an image |
| 23:45 |
mquintus |
type="image" |
| 23:45 |
mquintus |
i suppose you don't need to configure it in the backend, but just change the html template |
| 23:45 |
energie |
ok |
| 23:46 |
energie |
i guess its not possible to do it via the backend |
| 23:47 |
energie |
hmm |
| 23:48 |
energie |
what would the name of that extension be |
| 23:48 |
energie |
im in the ext folder |
| 23:48 |
energie |
i see a folder called static info tables |
| 23:48 |
mquintus |
energie: you should know, which extension you want to edit !!!!111 |
| 23:49 |
energie |
well its the standard login module |
| 23:49 |
energie |
that comes with typo |
| 23:49 |
energie |
new content > log in |
| 23:49 |
energie |
but i dont know the name of it |
| 23:51 |
energie |
<!-- CONTENT ELEMENT, uid:207/login [end] --> |
| 23:51 |
energie |
it just says login |
| 23:54 |
mquintus |
newloginbox, but that's a sysext and therefore in typo3/sysext |
| 23:54 |
energie |
maybe the log-in isnt an extension? |
| 23:54 |
energie |
oh |
| 23:54 |
mquintus |
perhaps you use google next time before asking each step |
| 23:54 |
energie |
i tried google |
| 23:55 |
energie |
hmm i see alot of things in sysext |
| 23:55 |
energie |
lots of folders |
| 23:55 |
energie |
none say login |
| 23:58 |
energie |
not sure which one to look in |