| 03:42 |
gerards |
hi everyone |
| 03:42 |
xsebi |
hi |
| 07:38 |
bin |
good morning everybody |
| 09:03 |
smeringe |
good morning #typo3 |
| 09:04 |
guillom |
good morning |
| 09:11 |
SWEMark |
morning :) |
| 09:11 |
chefan |
lo |
| 09:49 |
FloLeBlanc |
hi all |
| 09:49 |
xsebi |
hi |
| 09:50 |
FloLeBlanc |
anyone using mm_forum? :) |
| 09:52 |
menak |
hi |
| 09:54 |
SWEMark |
hi menak |
| 10:07 |
maholtz |
hi |
| 10:08 |
maholtz |
the pagebrowser in indexed-search is managed by javascript in default - someone has an hint how to change that? |
| 10:12 |
ralf_ |
How can I deactivate the filter of typo3 that removes my html css classes? |
| 10:14 |
FloLeBlanc |
ralf_: insert page.includeCSS.maincss = yourdirectory/yourcss.css in your main TS template |
| 10:15 |
FloLeBlanc |
(instead of putting it in the head of the template) - that should do it |
| 10:15 |
Horttcore|DE |
na I mean, I write html code <p class="message">hello world</p> |
| 10:15 |
Horttcore|DE |
and in the front end its only <p>hello world</p> |
| 10:16 |
FloLeBlanc |
in the RTE?in the template? |
| 10:16 |
Horttcore|DE |
it also replaces div by p |
| 10:16 |
teppi|work |
maholtz, the extension "accessible_is_browse_results" is substituting the js with normal params .. |
| 10:17 |
FloLeBlanc |
hortcore: I guess you are talking about the RTE? |
| 10:17 |
FloLeBlanc |
(when creating new content - the textfield is the place where you input these tags)? |
| 10:18 |
bin |
hi FloLeBlanc |
| 10:18 |
FloLeBlanc |
hi bin |
| 10:18 |
bin |
do u know seminar extension |
| 10:18 |
FloLeBlanc |
nope sorry |
| 10:18 |
bin |
ok |
| 10:18 |
bin |
np |
| 10:18 |
bin |
are u busy |
| 10:18 |
bin |
FloLeBlanc |
| 10:18 |
FloLeBlanc |
rather, trying to get mm_forum to work |
| 10:19 |
bin |
is it popssible to add some login box in all the pages |
| 10:20 |
bin |
? |
| 10:20 |
FloLeBlanc |
well you could insert the loginbox element on a temporary page and insert the content afterwards via ts |
| 10:21 |
bin |
iam new in typo3 |
| 10:21 |
bin |
i dont know how to do that |
| 10:21 |
bin |
if u are free , please tell me how to do that |
| 10:22 |
FloLeBlanc |
did you check out the modern template building tutorial (if using automaketemplate) , or the futuristic template building manual (if using templavoila) ? |
| 10:22 |
bin |
iam useing TV |
| 10:22 |
FloLeBlanc |
you may want to check out http://typo3.org/documentation/document-library/tutorials/doc_tut_ftb1/current/ then |
| 10:24 |
Horttcore|DE |
yes FloLeBlanc, I wrote it in the RTE |
| 10:24 |
bin |
ok thanks FloLeBlanc |
| 10:24 |
FloLeBlanc |
horttcore: in the RTE there is a setup for allowed classes, uschi wrote a very good article about that on her datenwolken page (I guess you are german speaking) |
| 10:24 |
Horttcore|DE |
ye |
| 10:25 |
FloLeBlanc |
www.datenwolken.de => but I see it is offline atm |
| 10:25 |
Horttcore|DE |
thx |
| 10:26 |
alexwx_ |
Hello there |
| 10:26 |
FloLeBlanc |
horttcore: I posted you an example: http://phpfi.com/305066 , you should check out datenwolken if it is up again though to get the whole concept behind this (uschi did explain this very good) |
| 10:27 |
alexwx_ |
Hello ries, nice monday ;) |
| 10:27 |
Horttcore|DE |
wow thx m8 |
| 10:27 |
Horttcore|DE |
gonna try that |
| 10:27 |
alexwx_ |
hey void nice monday :) |
| 10:27 |
FloLeBlanc |
horttcore: np - you have to replace the classes with your own of course :) |
| 10:27 |
void |
alexwx_: tuesday |
| 10:27 |
teppi|work |
hehe |
| 10:27 |
smeringe |
:) |
| 10:27 |
alexwx_ |
ou sorry, the eastern ;) |
| 10:29 |
Horttcore|DE |
FloLeBlanc where do I have to put that ts, you say its not for the template. |
| 10:30 |
FloLeBlanc |
go to your rootpage - click page - edit page properties - scroll down to TSconfig |
| 10:31 |
FloLeBlanc |
(this is due to the fact that setup/constants edits the frontend rendering, what you want to access is the way from editor to the database however) |
| 10:33 |
maholtz |
@teppi: thanks |
| 10:33 |
Horttcore|DE |
mmh.. doesnt work :-/ |
| 10:33 |
Horttcore|DE |
typo3 still removes the css class |
| 10:34 |
FloLeBlanc |
and you did enter your own classes in : RTE.default.proc.allowedClasses like I stated above? |
| 10:34 |
Randomresult |
good morning |
| 10:36 |
Horttcore|DE |
RTE.classes { |
| 10:36 |
Horttcore|DE |
message.name = default message style |
| 10:36 |
Horttcore|DE |
} |
| 10:39 |
FloLeBlanc |
horttcore: that is for listing the classes in the RTE as selection, to be able to survive the way to the database you have to insert your class in RTE.default.proc.allowedClasses{ myclassname } |
| 10:39 |
FloLeBlanc |
(like stated in the comment above this line) |
| 10:40 |
Horttcore|DE |
I try :) |
| 10:40 |
Horttcore|DE |
<- typo3 newbie |
| 10:40 |
FloLeBlanc |
I hope uschis datenwolken gets back online soon, she can explain the RTE way better than me :) |
| 10:41 |
Horttcore|DE |
http://dev.datenwolken.de |
| 10:43 |
FloLeBlanc |
http://dev.datenwolken.de/index.php?id=154 ah.. nice |
| 10:43 |
FloLeBlanc |
check this page out hehe |
| 10:43 |
Horttcore|DE |
already there ;) |
| 10:43 |
Horttcore|DE |
still don't get much of that stuff :-( |
| 10:43 |
Horttcore|DE |
I'm a WordPress Developer |
| 10:44 |
Horttcore|DE |
but client want to have typo3 even when I already know he won't use it :-/ |
| 10:44 |
FloLeBlanc |
horttcore: well it won't get any better or more detailed than on uschis page, this is a very good explaination :) |
| 10:45 |
bin |
gm harry |
| 10:45 |
Randomresult |
hi bin |
| 10:45 |
bin |
i read ur wiki docmentation |
| 10:45 |
FloLeBlanc |
lol I can't seem to find the friggin template for editing a topic in mm_forum. any suggestions? |
| 10:46 |
Randomresult |
well i have a new one... made yesterday evening... or better i made some changes |
| 10:46 |
Randomresult |
on my wiki... will upload tonight |
| 10:46 |
bin |
ok |
| 10:46 |
Randomresult |
too busy right now |
| 10:46 |
bin |
are u busy harry |
| 10:46 |
Randomresult |
yes, iam |
| 10:46 |
bin |
ohhh |
| 10:46 |
bin |
ok |
| 10:47 |
bin |
when will be free |
| 10:47 |
bin |
when u will become free |
| 10:50 |
smurfslayer |
hi there... did anyone experienced such a message on the backend login? |
| 10:50 |
smurfslayer |
Warning: Unexpected character in input: '' (ASCII=8) state=1 in /var/www/typo3/src_4.1.3/t3lib/class.t3lib_tsparser_ext.php on line 1294 |
| 10:52 |
Horttcore|DE |
FloLeBlanc it works |
| 10:52 |
Horttcore|DE |
thx for your help |
| 10:53 |
Horttcore|DE |
hell this Typo3 templating is a nightmare |
| 10:55 |
FloLeBlanc |
horttcore: you're welcome |
| 11:16 |
Horttcore|DE |
mmh got another problem |
| 11:16 |
Horttcore|DE |
Typo3 can't render <small></small> |
| 11:16 |
Horttcore|DE |
it works in the RTE |
| 11:16 |
Horttcore|DE |
but fails in the Frontend |
| 11:24 |
tommyd |
Hi all! Where do I find the docs for sysext/cms? |
| 11:25 |
tommyd |
http://typo3.org/documentation/document-library/extension-manuals/cms/current/ does not exist |
| 11:25 |
menak |
After copying an element t3 automatically writes a "Copy 1" into the header of the element. how can i supress that? |
| 11:25 |
tommyd |
menak: search for prependAtCopy |
| 11:26 |
tommyd |
it basically depends on which ext you use since it can be configured individually for each record type afaik |
| 11:28 |
menak |
hmm, ok, i found the ts for the standard page module |
| 11:28 |
menak |
thany |
| 11:28 |
menak |
thanx |
| 11:28 |
menak |
:) |
| 11:41 |
Phlogi_ |
Horttcore|DE: look at the documentation of RTE |
| 11:41 |
Horttcore|DE |
t3s docu sux balls imo :-/ |
| 11:42 |
Horttcore|DE |
small is rendered in the RTE |
| 11:42 |
Horttcore|DE |
but in the frontent it isnt a html tag anymore |
| 11:56 |
menak |
Horttcore|DE: small is a physical tag, actually should not be used, why not use CSS? |
| 11:57 |
menak |
you can define your own classes for the rte |
| 11:57 |
Horttcore|DE |
yea saw that |
| 11:57 |
menak |
which is better than small |
| 12:09 |
FloLeBlanc |
horttcore: RTE.default.proc.allowTags => if it has to be the <small> tag |
| 12:19 |
Denyerec |
anyone in here tried KraftB's shop extension yet? |
| 12:19 |
bin |
hi harry |
| 12:24 |
Horttcore|DE |
RTE knows small, the frontend is wrong :-F |
| 12:42 |
ries |
morning folks |
| 12:42 |
sxsdee |
morning (: |
| 12:47 |
mosez |
hum... i transfered a typo3 page to another server... now i can not read german umlauts on fe |
| 12:47 |
Denyerec |
hey ries |
| 12:47 |
Denyerec |
uh oh mosez |
| 12:47 |
Denyerec |
CHARSET FAIL |
| 12:48 |
mosez |
if i look at the tables thrue phpmyadmin everything is ok, it is utf-8 |
| 12:48 |
mosez |
i have set on be everything to utf-8 |
| 12:49 |
mosez |
on the first server everything is ok... |
| 12:50 |
mosez |
i dont want to rewrite every page :( |
| 12:50 |
ries |
hey Denyerec |
| 12:50 |
Horttcore|DE |
<br clear="all" /> also forbidden :? |
| 12:51 |
mosez |
clear="all"? oO |
| 12:51 |
Horttcore|DE |
breaking the floats |
| 12:51 |
mosez |
style="clear: both;" |
| 12:51 |
Horttcore|DE |
don't work either |
| 12:51 |
Horttcore|DE |
style is removed from br |
| 12:51 |
mosez |
but that's the right way |
| 12:52 |
Horttcore|DE |
I know |
| 12:52 |
mosez |
so dont use br for such a thing |
| 12:52 |
Horttcore|DE |
But I need to clear the floats |
| 12:52 |
mosez |
br is only for line break, not for layouting... |
| 12:52 |
Horttcore|DE |
hell t3 is such a wanker system :-/ |
| 12:52 |
mosez |
then take a div or anything else |
| 12:52 |
Horttcore|DE |
take makes much more sense |
| 12:54 |
Horttcore|DE |
makes no difference if I use br or div for breaking the floats |
| 12:54 |
Horttcore|DE |
I don't like t3 tbh |
| 12:54 |
mosez |
i hate utf8 problems :( |
| 12:54 |
mosez |
horttcore|de: there is a difference. |
| 12:55 |
mosez |
br is not for clearing floats |
| 12:55 |
SWEMark |
trust.tm.se |
| 12:55 |
mosez |
it is for line breaks _only_ |
| 12:56 |
Horttcore|DE |
creating an empty tag isnt better imo |
| 12:57 |
mosez |
so you've got a bad html layout ;) |
| 12:58 |
Horttcore|DE |
lol |
| 12:58 |
Horttcore|DE |
na not really |
| 12:58 |
Horttcore|DE |
ul floatet to left |
| 12:58 |
Horttcore|DE |
a small text |
| 12:58 |
mosez |
i'm floating ul's too... and i dont need clearing br's |
| 12:58 |
pmk65 |
Horttcore|DE: Set overflow and width on the wrapping element, then floats are cleared by default. |
| 12:59 |
Horttcore|DE |
mmh.. clearing with the following h2 |
| 13:00 |
Horttcore|DE |
much better |
| 13:00 |
Horttcore|DE |
should rewrite my default css file |
| 13:00 |
mosez |
sounds better ;) |
| 13:00 |
Horttcore|DE |
idd ;) |
| 13:02 |
mosez |
grrr... this utf8 problem makes me really angry... |
| 13:02 |
Horttcore|DE |
is the db collation utf-8 |
| 13:03 |
mosez |
database is utf8_unicode_ci, exporting as utf8, importing as utf8, browing with phpmyadmin looks fine, browsing with typo3 breaks it |
| 13:04 |
mosez |
have i got to define on locale_all the locale available on the system? |
| 13:05 |
mosez |
strange, now it works... |
| 13:06 |
pmk65 |
Horttcore|DE: You don't need to clear floating elements, if you provide the correct CSS on the parant container. |
| 13:06 |
mosez |
oh no, it doesnt... have looked at the old page :( |
| 13:06 |
Horttcore|DE |
:-( |
| 13:07 |
mosez |
grrr |
| 13:08 |
mosez |
got to smoke... |
| 13:08 |
pmk65 |
Example on setting correct markup on parent container, so that float doesn't need clearing.. http://phpfi.com/305087 |
| 13:09 |
Horttcore|DE |
I know how to write html :) |
| 13:09 |
Horttcore|DE |
u gut p then ul |
| 13:09 |
Horttcore|DE |
I got ul then p |
| 13:09 |
Horttcore|DE |
ul is floated left |
| 13:10 |
Horttcore|DE |
and longer then the p |
| 13:10 |
Horttcore|DE |
the next line caused the problem |
| 13:10 |
Horttcore|DE |
dunno why h2 wasnt set to clear both |
| 13:11 |
pmk65 |
Look at my example. It contains 2 UL/LI sets. the one called "test1" has the correct markup, the one named "test2" doesn't. |
| 13:11 |
Horttcore|DE |
I got the solution already :) |
| 13:13 |
pmk65 |
empty tags with only clearfloat functionality, fucks up the readability of the HTML source., and is waste of space/bytes.. |
| 13:15 |
Horttcore|DE |
I solved it with css |
| 13:15 |
Horttcore|DE |
there was a missing definition |
| 13:15 |
mosez |
hum... my problem is the import... if i edit the content i get umaluts :( |
| 13:19 |
Horttcore|DE |
how do u import |
| 13:19 |
Horttcore|DE |
sql command or sql file |
| 13:19 |
tsrepadmin |
is there a reason why lib/div smartyview depends on exactly rtp_smarty ? |
| 13:23 |
Horttcore|DE |
for what are these alias at the page settings? |
| 13:23 |
mosez |
i've got a sql file and try to import it with mysql command line client |
| 13:23 |
SWEMark |
Horttcore|DE: It substitutes id=23 etc |
| 13:23 |
SWEMark |
insted youäll get id=alias |
| 13:23 |
SWEMark |
you'll* |
| 13:23 |
Horttcore|DE |
mmh.. is the file saved as utf8? |
| 13:23 |
Horttcore|DE |
ah |
| 13:23 |
Randomresult |
hey.. short question: how to add a class to a link in the menu... |
| 13:24 |
Horttcore|DE |
so with mod_rewrite i can remove the id= or? |
| 13:24 |
Randomresult |
i know it is simple but i dont find it right now |
| 13:24 |
Randomresult |
*meisinhurry* |
| 13:24 |
SWEMark |
Randomresult: google atagparams |
| 13:24 |
Randomresult |
good... thx |
| 13:24 |
mosez |
if open the sql file with vim everything is ok. vim has got utf8 charset... |
| 13:24 |
SWEMark |
np |
| 13:25 |
Denyerec |
Wish I could go on the snowboad tour :( |
| 13:25 |
Horttcore|DE |
there is a difference between how the file is displayed and how it is saved |
| 13:25 |
mosez |
i have written SET NAMES utf8; and SET CHARACTER SET utf8; to the sql file... same result... |
| 13:26 |
SWEMark |
mosez your problem probably lies with the template |
| 13:26 |
mosez |
horttcore|de: i've exported the file as utf8 from phpmyadmin |
| 13:26 |
mosez |
swemark: with the template? |
| 13:26 |
Horttcore|DE |
html charset is utf8 or |
| 13:26 |
Horttcore|DE |
u might forgot it :) |
| 13:27 |
SWEMark |
yes, just a sec ill find some tags for you |
| 13:27 |
Denyerec |
Hey Pmk |
| 13:27 |
SWEMark |
config { |
| 13:27 |
SWEMark |
metaCharset = utf-8 |
| 13:27 |
SWEMark |
renderCharset = utf-8 |
| 13:27 |
SWEMark |
} |
| 13:27 |
SWEMark |
mosez: try that |
| 13:27 |
mosez |
trying renderCharset |
| 13:33 |
mosez |
same result |
| 13:34 |
mosez |
have locale_all to be the same locale as available on the system? |
| 13:34 |
snooops |
Hi |
| 13:34 |
snooops |
Is it possible to load more than one stylesheet file with extension templates? |
| 13:34 |
Denyerec |
Yeah snoops |
| 13:34 |
Denyerec |
just throw them in page.headerData.X |
| 13:34 |
SWEMark |
mosez: got a url that i can check? |
| 13:34 |
Denyerec |
or page.loadCSS file1, file2, file3 etc |
| 13:35 |
snooops |
ok cool thanks |
| 13:37 |
mosez |
url is atm not public... my locale settings -> http://nopaste.info/02bfc9d3af.html |
| 13:38 |
mosez |
tried locale_all with de_DE.utf8 and de_DE |
| 13:38 |
snooops |
loadCSS didnt work |
| 13:38 |
SWEMark |
are you running the server on a windows or a linux machine? |
| 13:39 |
mosez |
swemark: linux |
| 13:39 |
SWEMark |
debian perhaps? |
| 13:40 |
SWEMark |
if debian: dpkg-reconfigure locales |
| 13:40 |
SWEMark |
make sure you have all locales that you could need |
| 13:40 |
mosez |
doing it already :) |
| 13:40 |
SWEMark |
de_DE.utf8 |
| 13:40 |
SWEMark |
:) |
| 13:42 |
teppi|work |
snooops, try page.includeCSS.file1 .. and so on |
| 13:44 |
SWEMark |
mosez: still generating? |
| 13:45 |
mosez |
tried to import it again, but same result |
| 13:46 |
mosez |
locale is set to de_DE.utf8, and restarted the terminal too |
| 13:57 |
SWEMark |
mosez: its hard when i dont have a page to view |
| 13:59 |
FloLeBlanc |
re |
| 13:59 |
mosez |
:( |
| 14:00 |
SWEMark |
mosez: last call would be: |
| 14:00 |
SWEMark |
page.config.metaCharset = utf-8 |
| 14:00 |
SWEMark |
page.config.renderCharset = iso-8859-1 |
| 14:00 |
SWEMark |
Where the database is in iso and the site generates in utf8 |
| 14:02 |
mosez |
hum, that works... |
| 14:04 |
snooops |
uhm hey guys i got a small offtopic question is that ok? |
| 14:05 |
schaefe9 |
hello there |
| 14:06 |
snooops |
Did anybody know how to create a service on Windows 2003 SB? |
| 14:06 |
schaefe9 |
I have a question concerning the sr_feuser_registration,... |
| 14:07 |
SWEMark |
mosez: then the import does not "become" utf8 |
| 14:07 |
SWEMark |
is the databas big? |
| 14:07 |
SWEMark |
database' |
| 14:11 |
mosez |
swemark: yes, over 200 pages with full content |
| 14:12 |
SWEMark |
right so trying to convert it would be a little dangerous |
| 14:12 |
SWEMark |
well, i use that solution for one of our sites |
| 14:12 |
SWEMark |
were the database is in iso and the site renders as utf8 |
| 14:13 |
mosez |
but i set database to utf8 :( |
| 14:13 |
SWEMark |
apparently its still in iso |
| 14:15 |
mosez |
i dont like debian... it's not doing what i want :P |
| 14:16 |
SWEMark |
haha |
| 14:16 |
mosez |
never got such a problem on my gentoo systems |
| 14:16 |
SWEMark |
its probably mysql in this case |
| 14:16 |
guillom |
when using tt_news, it seems all links displayed in my news single page open in a news window, even internal links. Any idea why please ? |
| 14:16 |
FloLeBlanc |
anyone using mm_forum |
| 14:16 |
guillom |
new window* |
| 14:17 |
FloLeBlanc |
guillom: did you specify a target for the single view? |
| 14:18 |
guillom |
not on purpose, at least :) |
| 14:19 |
FloLeBlanc |
guillom: I meant a target page :) |
| 14:19 |
guillom |
where do I see that ? |
| 14:20 |
SWEMark |
guillom: are they external links or internal? |
| 14:20 |
guillom |
SWEMark, both of them open in new windows |
| 14:20 |
FloLeBlanc |
guillom: in the category config you can define a page for the single view |
| 14:20 |
SWEMark |
have you setup rte anchor classes? |
| 14:21 |
umc |
hello. anyone knows if the width of the page tree column and the content column can be increased in the backend ? |
| 14:21 |
FloLeBlanc |
ah... ok I misunderstood the problem nvm, swemark is right :) |
| 14:21 |
SWEMark |
umc yes |
| 14:21 |
SWEMark |
one sec |
| 14:21 |
umc |
it's pretty annoying if you have a nice resolution to use only half of the screen :) |
| 14:21 |
guillom |
SWEMark, well, probably not |
| 14:23 |
SWEMark |
umc: http://phpfi.com/305105 |
| 14:23 |
SWEMark |
there you ahve it |
| 14:23 |
SWEMark |
put somthing like that in you templavoila datastructure |
| 14:23 |
umc |
SWEMark: I meant for the backend... not the normal template |
| 14:24 |
umc |
or does TV influence the way the admin part is displayed also ? |
| 14:24 |
SWEMark |
umc: that is for backend :) |
| 14:24 |
SWEMark |
guillom: http://phpfi.com/305107 |
| 14:24 |
umc |
and from what file is that ? |
| 14:24 |
SWEMark |
put that in the rootpage tsconfig |
| 14:25 |
guillom |
SWEMark, thanks a lot! |
| 14:25 |
SWEMark |
umc: its in the datastructure of the page template |
| 14:25 |
SWEMark |
np :) |
| 14:25 |
umc |
that looks very weird... |
| 14:25 |
guillom |
SWEMark, isn't there a way to completely disallow the target parameter ? I usually prefer that visitors choose themselves where they open links |
| 14:25 |
umc |
doesn't look at all like the TS I'm used to seeing in the tsconfig |
| 14:26 |
SWEMark |
well it should be that by default |
| 14:26 |
SWEMark |
and webbrowsers override that option anyways |
| 14:26 |
guillom |
right |
| 14:26 |
SWEMark |
if its set |
| 14:26 |
SWEMark |
not sure whats causing your problem |
| 14:27 |
SWEMark |
might be a typolink setting |
| 14:28 |
guillom |
my page is there: http://todo.wikimedia.fr/index.php?id=65&tx_ttnews[tt_news]=3&tx_ttnews[backPid]=59&cHash=396f7b54d2 |
| 14:28 |
Phlogi |
anyone knows a good book about graphics, design and colors, maybe website related? |
| 14:29 |
guillom |
SWEMark, actually, even if the type is "external-link", it opens in a new window (which is my issue) |
| 14:30 |
SWEMark |
does it have a target attribute? |
| 14:30 |
SWEMark |
the a-tag? |
| 14:31 |
SWEMark |
it does |
| 14:31 |
SWEMark |
it get a target=_blank |
| 14:32 |
SWEMark |
maybe its your tt_news template? |
| 14:32 |
Phlogi |
guillom: |
| 14:32 |
Phlogi |
config.intTarget = |
| 14:32 |
Phlogi |
config.extTarget = |
| 14:32 |
Phlogi |
lib.parseFunc_RTE.tags.link.typolink.target > |
| 14:32 |
Phlogi |
lib.parseFunc_RTE.tags.link.typolink.extTarget > |
| 14:32 |
Phlogi |
lib.parseFunc_RTE.tags.link.typolink.target = |
| 14:32 |
Phlogi |
lib.parseFunc_RTE.tags.link.typolink.extTarget = |
| 14:32 |
Phlogi |
Constants: |
| 14:32 |
pmk65 |
umc: check http://typo3.org/documentation/document-library/references/doc_core_tsconfig/4.1.0/view/1/2/#id3515957 You can set navFrameWidth and navFrameResizable |
| 14:32 |
Phlogi |
PAGE_TARGET = |
| 14:32 |
Phlogi |
content.pageFrameObj = |
| 14:32 |
Phlogi |
styles.content.links.extTarget = |
| 14:32 |
Phlogi |
styles.content.mailform.target = |
| 14:32 |
Phlogi |
styles.content.searchresult.resultTarget = |
| 14:32 |
Phlogi |
styles.content.links.target = |
| 14:32 |
mosez |
lol, tried to force mysql utf8 but getting same result |
| 14:32 |
umc |
thanks pmk65 |
| 14:32 |
Phlogi |
styles.content.searchresult.target = |
| 14:33 |
Phlogi |
tt_content.text.20.parseFunc.tags.link.typolink.target = (setup) |
| 14:33 |
Phlogi |
last for setup: lib.parseFunc_RTE.tags.link.typolink.target > |
| 14:33 |
mosez |
i must bring it to utf8... if i dont do it i get bad output if i write umlauts to new content |
| 14:33 |
Phlogi |
guillom: hopefully this will solve it :D |
| 14:33 |
guillom |
Phlogi, thanks :) where to I put this ? |
| 14:33 |
Phlogi |
TS setup or contants |
| 14:34 |
guillom |
ok |
| 14:34 |
guillom |
i'm trying |
| 14:35 |
pmk65 |
mosez: This article is written for wordpress, but the import description (and pitfalls) are the same for TYPO3 http://climbtothestars.org/archives/2004/07/18/converting-mysql-database-contents-to-utf-8/ |
| 14:36 |
delmonico |
hey any of you guys knows a css trick to show <br /> tags on a website visually? |
| 14:36 |
delmonico |
tried br { border:...} but its not used |
| 14:37 |
SWEMark |
<br /> is a selfclose tag which means its not visible |
| 14:37 |
pmk65 |
delmonico: how about adding a BG image to it? (You might need to specify a width/height) |
| 14:38 |
delmonico |
yeah tried that too, doesnt work :( |
| 14:38 |
delmonico |
margin is recognized, but thats not that helpful |
| 14:38 |
SWEMark |
not sure its even possible |
| 14:38 |
SWEMark |
try removing the / |
| 14:39 |
SWEMark |
use display:block; and border:1px solid red; |
| 14:39 |
SWEMark |
visibility:visible might help aswell |
| 14:39 |
ndee |
hi there, I made an own extension and now, how can I read out all the values that belong to a selectorbox? |
| 14:40 |
ndee |
in the extension, I made an own db-table with a selectorbox and would like to read them out. |
| 14:40 |
umc |
pmk65: I saw those values in that table... and I looked in the BE, but I can't figure out where to change them from... do you know by any change where do I need to go to change their values ? |
| 14:40 |
mosez |
pmk65: but the dump file is already utf8 |
| 14:40 |
mosez |
boerger@thor ~ $ file customer_ipexchange.sql |
| 14:40 |
mosez |
customer_ipexchange.sql: UTF-8 Unicode English text, with very long lines |
| 14:41 |
mosez |
everything looks fine... but if i import it it seems to be iso |
| 14:41 |
umc |
mosez: also check this page... http://www.typo3-media.com/blog/article/utf8-and-typo3-updated.html |
| 14:41 |
umc |
I used that to convert my sites... worked fine |
| 14:41 |
pmk65 |
mosez: you have selected UTF-8 in the Install tool? |
| 14:41 |
umc |
maybe it helps you too |
| 14:41 |
delmonico |
SWEMark: what browser do you use? doesnt work in FF for me :/ |
| 14:42 |
mosez |
pmk65: the database is already installed from the admins |
| 14:43 |
mosez |
show variables; < that shows there is everything on utf8 |
| 14:44 |
pmk65 |
umc: It's USER TSCONFIG, so edit one of your BE users/groups, and find the TSConfig field. then insert this: |
| 14:45 |
pmk65 |
setup.override { |
| 14:45 |
pmk65 |
navFrameResizable=1 |
| 14:45 |
pmk65 |
navFrameWidth= 300 |
| 14:45 |
pmk65 |
} |
| 14:45 |
umc |
cool. thanks |
| 14:45 |
mosez |
and collation of every table is utf8_unicode_ci |
| 14:46 |
SWEMark |
delmonico: i use ff, and i havent tried |
| 14:46 |
pmk65 |
mosez: do you have access to the install tool? If yes, check if [SYS][UTF8filesystem] = 1 and [BE][forceCharset] = utf-8 (The last one is the important one) |
| 14:47 |
mosez |
$TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8'; $TYPO3_CONF_VARS['SYS']['UTF8filesystem'] = '1'; |
| 14:48 |
mosez |
pmk65: it worked fine on another server. i try to move it to another debian server and get these problems |
| 14:49 |
pmk65 |
delmonico: br {display: block;height: 10px;background: green;} (It only displays the BR in IE) |
| 14:50 |
Denyerec |
*ROAR* |
| 14:50 |
Denyerec |
I gashed my knuckle open on something and only just noticed :( |
| 14:50 |
Denyerec |
FFS |
| 14:51 |
FloLeBlanc |
denyerec: sorry but... lol |
| 14:51 |
dokma |
hi guys |
| 14:51 |
guillom |
Phlogi, btw, it all worked, thanks a lot :) |
| 14:52 |
SWEMark |
hey dokma |
| 14:52 |
Phlogi |
guillom: no problem :) Maybe you just need some of them |
| 14:52 |
Phlogi |
dokma: ping |
| 14:52 |
dokma |
got a prob. htmlarea not loading for tt_news body for non admin be users |
| 14:52 |
dokma |
hey allya guys |
| 14:52 |
Phlogi |
pmk65: try #css or #html |
| 14:53 |
mosez |
LOL, now it works... |
| 14:53 |
mosez |
got to set SET CHARACTER SET utf8; on setDBInit |
| 14:54 |
pmk65 |
Phlogi: It wasn't me who wanted to display a BR, I was just replying to delmonico's question :D |
| 14:54 |
void |
mosez: SET NAMES utf8; is enough |
| 14:55 |
mosez |
void: i've got it from http://www.typo3-media.com/blog/article/utf8-and-typo3-updated.html |
| 14:55 |
SWEMark |
dokma: updated style recently? |
| 14:56 |
dokma |
SWEMark: ? |
| 14:56 |
tommyd |
Hi! Could somebody please shed light on my poor existence wrt where stdWrap.listNum can be applied and where not? |
| 14:56 |
SWEMark |
style as in backend style |
| 14:56 |
SWEMark |
theme |
| 14:56 |
dokma |
no |
| 14:56 |
dokma |
I never do that |
| 14:56 |
SWEMark |
ok |
| 14:56 |
tommyd |
i.e. I have seen examples where it is applied on .field, in other examples it is applied on .value |
| 14:56 |
mosez |
swemark: so the database was utf8... only the connection of typo3 wasnt utf8 =) |
| 14:56 |
tommyd |
in others again it is directly applied on the stdWrap |
| 14:56 |
dokma |
now I noticed rte isnt working anywhere |
| 14:57 |
SWEMark |
mosez: ah, ok |
| 14:57 |
dokma |
for nonadmin be users |
| 14:57 |
tommyd |
now, it doesn't work for me taking all three into account |
| 14:59 |
pmk65 |
tommyd: listNum can be used on all objects that have stdWrap. See TSRef. http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/5/1/ |
| 15:00 |
umc |
pmk65: the resize worked. very usefull. thanks |
| 15:03 |
pmk65 |
tommyd: what listNum does, is select a single item from a comma seperated list. It doesn't matter if you get that list by using the value, field or data properties. Here's a simple example using a preset text, using the "value" property.. -> http://phpfi.com/305117 |
| 15:03 |
Denyerec |
this might sound like a silly idea, but would a short tutorial on HTF to use the TSRef be useful? |
| 15:03 |
tommyd |
pmk65: thanks! I guess I figured out why it did not work as expected |
| 15:04 |
tommyd |
I'm using a crappy extension (css_filelinks) which apparently doesn't replace the markers before it applies the stdWrap properties on it |
| 15:04 |
Randomresult |
someone here who knows tv/languages? |
| 15:05 |
tommyd |
i.e. instead of splitting "my.value" on ".", t3 obviously failed to split "###MY_MARKER###" |
| 15:05 |
tommyd |
a few var_dump's in class.tslib_content.php sometimes shed light into those mysteries |
| 15:05 |
Denyerec |
Randomresult - you really need some translation work don't you? |
| 15:06 |
Denyerec |
uschi_ is very good with localisation |
| 15:06 |
Denyerec |
afaik |
| 15:07 |
pmk65 |
tommyd: if you need to split it up at the "period" character, you should take a look at the "spit" property. See http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/5/6/ |
| 15:09 |
uschi_ |
Denyerec, i am not |
| 15:12 |
ndee |
how can I read out the labels from the locallang_db.xml file in my own extension? |
| 15:15 |
Randomresult |
uschi! |
| 15:15 |
Randomresult |
:) |
| 15:15 |
uschi_ |
hi |
| 15:15 |
uschi_ |
Randomresult |
| 15:15 |
Randomresult |
help! |
| 15:15 |
Randomresult |
:) |
| 15:16 |
Randomresult |
well u know how to make translations in tv? |
| 15:16 |
uschi |
sure |
| 15:16 |
Randomresult |
good... do u have time to help? |
| 15:17 |
uschi |
not a lot, but tell me about the problem |
| 15:17 |
Denyerec |
Oh you so are uschi |
| 15:17 |
Denyerec |
you have a better idea than me at least! :) |
| 15:17 |
Randomresult |
talk in private? |
| 15:17 |
uschi |
ok |
| 15:17 |
Horttcore|DE |
asl cs ;) |
| 15:18 |
Denyerec |
hehe |
| 15:38 |
kreegee |
hm, how can i create a list of images that each links to a different file= |
| 15:39 |
kreegee |
if i add multiple images to one content element, i can only use one link, if i create various entries they don't wrap nice |
| 15:40 |
kreegee |
something like a pdf gallery |
| 15:49 |
dokma |
kreegee: can you add them manually to an ordinary text ce? |
| 15:50 |
dokma |
then make a link out of each of them |
| 15:50 |
dokma |
you must be able to link to different files from those images |
| 15:51 |
bin |
hi Randomresult |
| 15:57 |
kreegee |
hm, show them in the rte? |
| 15:57 |
kreegee |
doesn't sound very proper ;) |
| 15:59 |
kreegee |
argl, pdf processing is broken |
| 16:05 |
jananne |
when a client is editing content in the frontend of his website, i want the rte automatic to go to 'full screen' mode ( reason: i don't want them to see all the icons and stuff they don't need! ). |
| 16:41 |
kreegee |
argl, stupid imagemagick |
| 16:49 |
kreegee |
something with my exec is broken |
| 16:49 |
kreegee |
it execs the converts, but it doesn't return anything to the identify |
| 16:56 |
Phlogi |
anyone knows a good book about graphics, design and colors, maybe website related? |
| 17:02 |
NublaII |
the cache-cleaning mechanism also cleans up the temp files generated? or does it only affect the db? |
| 17:14 |
jananne |
Phlogi: in what language ? |
| 17:14 |
Phlogi |
german or english |
| 17:16 |
jananne |
don't know, if you were dutch i would know :o. |
| 17:17 |
jananne |
www.bol.com (A) |
| 17:19 |
dokma |
peeps! is there a way to make a single item in a menu not linked |
| 17:29 |
FloLeBlanc |
dokma: if you know the position of the item (f.e. - the first item) use option split |
| 17:42 |
dokma |
FloLeBlanc: on what? |
| 17:43 |
smurfslayer |
is there a way to customize the default target of the save & preview button to "_blank" `? |
| 17:48 |
dokma |
FloLeBlanc: optionSplit on what property? |
| 17:48 |
FloLeBlanc |
typolink? |
| 17:48 |
FloLeBlanc |
is just a guess, never tried that |
| 18:07 |
jananne |
with what USER TSCONFIG commands can i remove 'Show secondary options (palettes)'checkbox, 'Show field descriptions'checkbox and 'Disable Rich Text Editor (RTE)'checkbox when editing content? |
| 18:07 |
just2b |
you cant |
| 18:08 |
jananne |
well... i removed the DocSelector and Cacheselector also. so this should be possible also right? |
| 18:08 |
jananne |
and i can remove icons |
| 18:08 |
jananne |
like trashcan etc. |
| 18:09 |
jananne |
i removed the whole Templavoila bar with Language Advanced options etc. |
| 18:09 |
jananne |
it should be possible to remove those options :o. |
| 18:09 |
jananne |
just2b: are you REALY sure? |
| 18:10 |
just2b |
yes |
| 18:38 |
jananne |
just2b: when i click on the 'fullscreen' button the 'Show secondary options (palettes)'checkbox, 'Show field descriptions'checkbox and 'Disable Rich Text Editor (RTE)'checkbox are hidden. how can i set this 'fullscreen' automaticly? |
| 18:38 |
just2b |
IMO you cant |
| 18:38 |
just2b |
the 3 checkboxes are hardcoded |
| 18:39 |
just2b |
there are patches in the bugtracjer |
| 18:39 |
jananne |
how can i set the fullscreen automaticly? |
| 18:39 |
just2b |
04[18:38] just2b: 01IMO you cant |
| 18:39 |
jananne |
i don't want to remove the checkboxes, i just want to hide them. * |
| 18:40 |
void |
Denyerec: i read you have an login and password on forge?) |
| 18:40 |
just2b |
same thing > it is hardcoded |
| 18:40 |
jananne |
just2b, i'll make a screenie, in FULLSCREEN they ARE hidden. |
| 18:40 |
uriahheep |
is it possible to put language conditions in a page tsconfig? |
| 18:41 |
just2b |
jananne the last time > this is hardcoded |
| 18:41 |
just2b |
uriahheep imo there is an ext for conditions in tsconfig |
| 18:41 |
uriahheep |
hmm |
| 19:08 |
del |
how can I make indexed_search only search in the content of the current language? |
| 19:18 |
d|g |
hi all |
| 19:21 |
d|g |
hi all |
| 19:31 |
Denyerec |
hey void |
| 19:31 |
Denyerec |
yeh I have a login |
| 19:48 |
jananne |
how do i change the popup size ( like when i want to edit some content in front end ). |
| 19:56 |
del |
hmmm now indexed_search does not index english (alternate page language, L=1) content at all |
| 19:56 |
Denyerec |
oh man |
| 19:56 |
del |
(no english words in index_words or index_fulltext) |
| 19:56 |
Denyerec |
someone ban alexwx |
| 19:57 |
del |
Denyerec: try the /ignore command of your client |
| 19:57 |
del |
still, he should be banned :) |
| 19:57 |
Denyerec |
void - it is nothing interesting, I just offered to help with the CSS of the manual. |
| 19:58 |
Denyerec |
No core work, not good enough for that!!] |
| 19:58 |
void |
Denyerec: i read |
| 19:58 |
Denyerec |
Right, ripped out a bathroom today so I need a shower *badly* |
| 19:58 |
Denyerec |
fortunately, it was not my bathroom that was the victim :) |
| 19:58 |
Denyerec |
brb |
| 20:12 |
jananne |
how do i set the properties for: when editing in front end, not to get a pop up but to get the editor WITHIN the website? |
| 20:49 |
milpoer |
Hello there. |
| 20:50 |
milpoer |
i'm using gifbuilder to make some text-layer on my images. but i need the text to be choosen random betweeken 4-5 statements, can anyone give me an hint ? |
| 20:59 |
pmk65 |
milpoer: theres no random function in typoscript, so you'll have to write a small PHP userfunc to get a random number. |
| 20:59 |
milpoer |
ok ... |
| 20:59 |
milpoer |
thanks for you reply |
| 21:02 |
pmk65 |
or you could store the text in content elements in a special sysfolder, and then use the "select" property to get a random record from that folder (that's what I usually do myself) |
| 21:03 |
tokam |
what do you think about www.frogged.de |
| 21:34 |
roterguru |
hi all |
| 21:34 |
roterguru |
i've just installed realurl and can't get my pages displayed |
| 21:35 |
roterguru |
mod_rewrite is active and .htaccess modifed. what else needs configuration? |
| 21:36 |
Phlogi__ |
realurl itself... |
| 21:36 |
Phlogi__ |
roterguru: whats the probelem? |
| 21:36 |
Phlogi__ |
can't get pages displayed is not a good description |
| 21:37 |
roterguru |
i get 'page not found' i don't know what's the problem... what should i check first? |
| 21:37 |
Phlogi__ |
post your TS for realurl and the .htaccess |
| 21:37 |
Phlogi__ |
(use pastebin) |
| 21:37 |
Phlogi__ |
roterguru: http://phpfi.com/ |
| 21:39 |
roterguru |
http://phpfi.com/305209 |
| 21:44 |
Phlogi__ |
roterguru: read from line 67 |
| 21:45 |
Phlogi__ |
I guess its: RewriteBase /jw/horticus |
| 21:45 |
Phlogi__ |
sorry without /jw |
| 21:45 |
Phlogi__ |
RewriteBase /horticus/ |
| 21:46 |
smeringe |
+ unless you got it, you also need a realurl mapping/config in localconf.php (if I remember right) |
| 21:46 |
Phlogi__ |
smeringe: exactly roterguru |
| 21:47 |
smeringe |
ohlas gerards |
| 21:47 |
gerards |
hi smeringe :) |
| 21:49 |
roterguru |
smeringe, i don't understand.. |
| 21:51 |
roterguru |
what have I to change in localconf.php? |
| 21:51 |
smeringe |
w8 and let me google a link for you ;) |
| 21:55 |
gerards |
isn't it late for you smeringe? :) |
| 21:55 |
smeringe |
gerards: it's always :P |
| 21:57 |
smeringe |
roterguru: bah.. not finding a good resource. well.. do it easy with one of the configuration tools like danp_realurlconfigurator or so :) |
| 21:57 |
gerards |
crap.... realurl again? :D |
| 21:57 |
smeringe |
hehe yeah ;) |
| 22:15 |
roterguru |
damn, can't get it working... any other realurl configuration tool i should try? |
| 22:21 |
Denyerec |
default always works for me |
| 22:22 |
Denyerec |
make sure you set the rootpage ID in your TS template AND the realURL config |
| 22:22 |
Denyerec |
and make sure you have a baseURL set |
| 22:24 |
roterguru |
Denyerec, how can i set the rootpage ID? my root page is a "link page", hope that doesn't matter |
| 22:24 |
Denyerec |
nah doesn't matter, that's how I do it. |
| 22:24 |
Denyerec |
There will be a line int he RealURL config, if you're using the default. |
| 22:25 |
Denyerec |
and then it's just config.baseURL = blah |
| 22:25 |
Denyerec |
I think |
| 22:25 |
Denyerec |
can't rememeber off the top of my head. |
| 22:25 |
smeringe |
not? tss :) |
| 22:25 |
roterguru |
i have the baseURL, i need the rootpageID |
| 22:26 |
Denyerec |
config.simulateStaticDocuments = 0 |
| 22:26 |
Denyerec |
config.tx_realurl_enable = 1 |
| 22:26 |
Denyerec |
config.rootpage_id = 3 |
| 22:26 |
Denyerec |
that's mine |
| 22:28 |
smeringe |
I got the rootpage_id in the php-config part |
| 22:32 |
roterguru |
my root page is a reference page.. should i use the page where it points to for rootpage_id? |
| 22:36 |
smeringe |
no. that shouldn't matter |
| 22:36 |
smeringe |
(almost certain... :) ) |
| 22:37 |
roterguru |
arrrrg, now typo3 takes to use the ids again |
| 22:40 |
Phlogi__ |
roterguru: yuu should read the docs :) |
| 22:41 |
roterguru |
hm i have read docs before i asked |
| 22:42 |
roterguru |
maybe its too late :) |
| 22:42 |
Phlogi__ |
roterguru: so then post your localconf... without the pw's maybe :D |
| 22:43 |
jananne |
I get a blank screen when i want to create a new element! waaa... |
| 22:44 |
roterguru |
pw to my backend? |
| 22:47 |
roterguru |
http://phpfi.com/305224 |
| 22:51 |
roterguru |
now i got my realurls back, but still 'page not found' |
| 22:52 |
smeringe |
th realurlconf.php file, is it a default setup now? |
| 22:52 |
roterguru |
yes |
| 22:53 |
roterguru |
with the right rootpageId |
| 22:55 |
roterguru |
maybe someone can login in my backend and check the configuration? |
| 22:56 |
papillon |
hi! i have trouble concerning the "calendar base" extension. although i added several categories in the backend, they are not shown in the frontend. any ideas? |
| 23:01 |
roterguru |
hm, simulate static documents does send me to 'page not found', too. So the problem is mod_rewrite or .htaccess or htconf? |
| 23:09 |
roterguru |
I'll try again tomorrow... thx for your help so far :) |