| 08:15 |
Bluespuke |
good morning everybody :p |
| 08:53 |
Bluespuke |
someone knows if i can install image magick without root rights? |
| 09:25 |
jananne |
Goodmorning y'all: I want to click enlarge images who are within the standard "Text Element" ( not "Text with image" ). How is this possible? |
| 09:41 |
Bluespuke |
jananne: you could link them manually to their original files i guess :s |
| 09:59 |
jananne |
Bluespuke: isn't there somehow an easier way, just to keep it simple for my clients ;)? |
| 10:48 |
_ramo |
Good morning |
| 11:03 |
Bluespuke |
hi _ramo |
| 11:24 |
_ramo |
hm, i can't get the realURL to work correct. i still get the url: http://192.168.1.101/page/index.php?id=1 |
| 11:25 |
_ramo |
i worked with this tutorial: http://www.typo3.net/index.php?id=13&action=list_post&tid=66633&page=1 |
| 11:25 |
_ramo |
any hints? i get no error |
| 11:34 |
Bluespuke |
_ramo: you run realURL with autoconfiguration? |
| 11:36 |
_ramo |
good question, i don't know.:) I've just installed it with the ext manager |
| 11:36 |
_ramo |
so i guess autoconfiguration was active |
| 11:36 |
_ramo |
in the DOM i see <base href="http://192.168.1.101/page/" /> is that a hint that realURL is working? |
| 11:54 |
Bluespuke |
damn, chatZila isn't that great... :s |
| 11:54 |
Bluespuke |
firefox crashes --> chatzilla crashes too :( |
| 11:57 |
_ramo |
hey bluespuke |
| 11:57 |
_ramo |
:) |
| 11:58 |
_ramo |
so, yeah, autoconfiguration was activated, i disabled it an put the path to the configuration file to ...typo3conf/ext/realurl/ext_localconfig.php |
| 11:58 |
_ramo |
i use pidgin too |
| 11:58 |
_ramo |
it's great, never had problems with it |
| 11:58 |
_ramo |
:) |
| 11:58 |
_ramo |
so any ideas what's going wrong here? |
| 12:00 |
bluespuke |
i usualy create my own realurl_conf.php in the typo3conf folder |
| 12:01 |
bluespuke |
are you sure that you made all TS necessary for realurl? |
| 12:01 |
_ramo |
yes, i did it like on the page: http://www.typo3.net/index.php?id=13&action=list_post&tid=66633&page=1 but it's in the path: typo3conf/ext/realurl/ and called ext_localconf.php |
| 12:01 |
bluespuke |
in the manual there is a pretty litte exemple of 3 lines what to do ;) |
| 12:02 |
_ramo |
yes, i'm sure |
| 12:02 |
_ramo |
config. simulateStaticDocuments = 0 config.baseURL = http://192.168.1.101/page/ config.tx_realurl_enable = 1 config.prefixLocalAnchors = all |
| 12:04 |
_ramo |
so the .htaccess file is in the directory "page" there i installed the dummy package |
| 12:09 |
bluespuke |
_ramo: i think the problem is in typo3 where realURL should create links like page/home/ and not in the htaccess |
| 12:12 |
bluespuke |
someone knows a way to make breaks (<br />) in the title of a content element? |
| 12:13 |
bluespuke |
i know that's not very proper but the client want to do it... |
| 12:15 |
_ramo |
hm, it's not working... |
| 12:16 |
_ramo |
okay, i'll go on and try once more |
| 12:31 |
_pedda_ |
bluespuke: lib.stdheader.10.setCurrent.htmlSpecialChars = 0 |
| 12:31 |
_pedda_ |
enabling html tags in headline |
| 12:32 |
_pedda_ |
can also be restricted to only some html tags using: |
| 12:32 |
_pedda_ |
http://www.typo3forum.net/forum/75948-post3.html |
| 12:32 |
_pedda_ |
took me just few seconds to find via google |
| 12:34 |
_ramo |
_pedda_: any idea why http://www.typo3.net/index.php?id=13&action=list_post&tid=66633&page=1 is not working here on my localhost? it's just not working... and i can't find the reason |
| 12:36 |
_pedda_ |
config.tx_realurl_enable = 1 is set ? |
| 12:37 |
_pedda_ |
if it is set and something is wrong your frontend wouldn't be accessible anymore |
| 12:38 |
_ramo |
yes, it is |
| 12:38 |
_pedda_ |
if it still remains accessible without realurl rewriting your url your xampp/mampp installation is probably not configured properly |
| 12:38 |
_ramo |
i got mod_rewrite enabled and use .htacces an not the httpd.conf |
| 12:39 |
_pedda_ |
you yoused this one ? http://www.typo3.net/index.php?id=13&action=list_post&tid=66633&page=1 |
| 12:40 |
_pedda_ |
-yo |
| 12:40 |
_ramo |
yes, the ts, the .htaccess and the config |
| 12:40 |
_ramo |
autoconfiguration is off |
| 12:40 |
_pedda_ |
when you use ts object browser on the rootpage |
| 12:40 |
_pedda_ |
is config.tx_realurl_enable still = 1 |
| 12:41 |
_ramo |
yes it is |
| 12:42 |
_ramo |
the baseURL should point to the server or to the directory typo3 is installed (in my case it's "page" |
| 12:42 |
_ramo |
? |
| 12:42 |
_pedda_ |
config.baseURL = http://192.168.1.101/page/ should be correct |
| 12:42 |
_ramo |
this is my baseURl : config.baseURL = http://192.168.1.101/page/ |
| 12:42 |
_pedda_ |
i know |
| 12:42 |
_ramo |
okay |
| 12:43 |
_pedda_ |
;) |
| 12:43 |
_ramo |
hehe |
| 12:43 |
_ramo |
and the RewritePage in .htacces should be / or /page/? or page/ |
| 12:43 |
_ramo |
rewriteBase |
| 12:44 |
_pedda_ |
depends on your http setup |
| 12:44 |
_pedda_ |
either / oder /page/ should be correct |
| 12:45 |
_pedda_ |
-de |
| 12:45 |
_ramo |
hm, i tried now both, but makes no different |
| 12:45 |
_ramo |
i defined my root page as a shortcut to a subpage and i try the realURL ext on the root page, is that correct? |
| 12:46 |
_pedda_ |
e it is |
| 12:46 |
_pedda_ |
yes |
| 12:46 |
_pedda_ |
the only important thing is that realurl ext template ord config is known at the whole pagetree |
| 12:47 |
_pedda_ |
in most cases there is nothing special you have to take care of |
| 12:47 |
_ramo |
hm |
| 12:47 |
_ramo |
i put a configuration of realurl into typo3conf/realurl_conf.php and in typo3conf/ext/realurl/ext_localconf.php |
| 12:48 |
_ramo |
should i set a path in the realURL extManager to the configuration file which i took from the above url? |
| 12:48 |
_pedda_ |
if you don't it will be not respected |
| 12:48 |
_pedda_ |
did you try this as well ? |
| 12:48 |
_pedda_ |
http://www.typo3forum.net/forum/typo3-4-x-fragen-probleme/26177-probleme-xampp-realurl.html |
| 12:48 |
_pedda_ |
is it xampp ? |
| 12:49 |
_pedda_ |
or is it a linux or mac system ? |
| 12:49 |
_ramo |
linux |
| 12:49 |
_pedda_ |
ok so it should be much easier |
| 12:49 |
_ramo |
seperate php apache and mysql |
| 12:49 |
_pedda_ |
standard lamp environment afaik |
| 12:49 |
_pedda_ |
like all the other webservers |
| 12:50 |
_pedda_ |
so i think your mod erewrite is not present |
| 12:50 |
_ramo |
it is |
| 12:50 |
_ramo |
i did a a2enmod ... |
| 12:51 |
_pedda_ |
did you check the php info in the t3 installtool ? |
| 12:51 |
_pedda_ |
is mod rewrite listed ? |
| 12:51 |
_ramo |
hm, no i will check it, one moment please |
| 12:51 |
_pedda_ |
.. |
| 12:52 |
_ramo |
loaded modules: ... mod_rewrite ... |
| 12:52 |
_pedda_ |
hmm |
| 12:54 |
_ramo |
should i try simulateStaticDocument? |
| 12:55 |
_ramo |
or this : http://www.webmasters-europe.org/modules/AMS/article.php?storyid=37&storytopic=1 ? |
| 12:56 |
_pedda_ |
this is all i need for realurl in htaccess |
| 12:56 |
_pedda_ |
http://www.phlogi.net/fresh/t3/tspastebin/showPost/-11cb1cb727/ |
| 12:57 |
_pedda_ |
my ts setup looks like the one you have from tutorial |
| 12:57 |
_pedda_ |
only 4 or 5 lines of code |
| 12:58 |
_ramo |
yes, nearly |
| 12:58 |
_ramo |
in the tutorial the last line is commented out |
| 12:58 |
_pedda_ |
typo3conf/realurl_conf.php is the path to my realurl config |
| 12:58 |
_pedda_ |
no autoconfiguration |
| 13:00 |
_pedda_ |
oh.. |
| 13:00 |
_pedda_ |
i have urltool installed in the project i'm looking at the moment |
| 13:01 |
_pedda_ |
so i have additionally @include(PATH_typo3conf.'urltoolconf_realurl.php'); // RealUrl-Configuration inserted by extension aeurltool |
| 13:01 |
_pedda_ |
in my localconf.php |
| 13:01 |
_pedda_ |
and urltool ext |
| 13:02 |
_ramo |
hm, do i need this? |
| 13:03 |
_ramo |
okay i'll try it |
| 13:04 |
_pedda_ |
you don't need it.. it's just .. i used it |
| 13:19 |
axel_foley |
hello @ all |
| 13:20 |
axel_foley |
i have installed typo3 on a lenny server. but i cant start http://ip/quickstart |
| 13:20 |
axel_foley |
the browser doesnt find the webpage |
| 13:59 |
bluespuke |
i found out how to delete the (copy x) fomr a CE when i copied it to another language, is there also a way to delete the [Translate to french...] ?? |
| 13:59 |
_ramo |
_pedda_: so i've installed now urltools and did all from the scratch and still got: http://192.168.1.101/page/index.php?id=1 |
| 13:59 |
_ramo |
hm, bad thing |
| 14:00 |
_ramo |
so just cooking now |
| 14:36 |
_pedda_ |
_rq |
| 14:58 |
jananne |
Hello, When i Put an image on a page with the element 'text with image' and in this element i configure the max with the image should have.. typo3 doesn't do anything with this width i've configured. Does anyone know why typo3 doesn't react? |
| 15:09 |
just2b |
no imagemagick, overruled somehwere else |
| 15:38 |
louS |
hi at all |
| 15:38 |
louS |
My rss feed (tt_news) just post the half of the subhead, what i have to do to enable the whole subheader in the rss feed? thanks in advance |
| 15:59 |
louS |
i got it |
| 16:02 |
bluespuke |
quick question: is there a way to translate a page alias? |
| 16:03 |
bluespuke |
(a client asked me that and i couldn't answere, so i told him to check it out) |
| 16:03 |
Tsoots |
There's an extension for it |
| 16:03 |
bluespuke |
ok, thank yoiu |
| 16:17 |
idjm |
hi |
| 16:19 |
idjm |
can i set up multisite with distincts db ? |
| 16:20 |
bluespuke |
and another typo3 project is done (99%) :D |
| 16:21 |
just2b |
idjm not with one backend |
| 16:30 |
idjm |
k |
| 16:30 |
idjm |
so one db = one backend ? |
| 16:32 |
ckoehler |
yep |
| 16:33 |
idjm |
k thx |
| 16:38 |
bluespuke |
does typo3 has an option to gzip the page or should i use .htaccess for it? |
| 16:40 |
ckoehler |
i thought that was a server feature |
| 16:42 |
bluespuke |
ckoehler: when i'm right i think that you can use it in PHP or in .htaccess |
| 16:42 |
bluespuke |
so before i do something useless i tried to search for a build-in solution |
| 16:43 |
bluespuke |
but .htaccess is also fine :p |
| 16:47 |
ckoehler |
ya go right ahead |
| 16:48 |
just2b |
this can be done in install tool |
| 16:49 |
bluespuke |
weeeeeeekeeend time :p |
| 16:49 |
bluespuke |
cya later |
| 16:49 |
bluespuke |
oder man sieht sich (so viele wie hier deutsch sprechen ;-)) |
| 17:47 |
NiFkE |
hi |
| 17:47 |
NiFkE |
having a question |
| 17:48 |
NiFkE |
on my website I want to let users register themselve, I will use frontend user registration for that |
| 17:48 |
NiFkE |
I will install the mm_forum (I guess you can add the users from the frontend user registration to the mm_forum) |
| 17:49 |
NiFkE |
but what I'm looking for: it should be possible for registered users that they can post articles or tutorials |
| 17:49 |
NiFkE |
like www.codeproject.com or any other website that provides learning materials. |
| 17:49 |
NiFkE |
what extension is good for this? |
| 17:55 |
NiFkE |
? |
| 17:55 |
Phlogi |
NiFkE: maybe tt_news... |
| 17:56 |
Phlogi |
NiFkE: there is a frontend thing that lets users create new articles for tt_news.. however this needs some customisation |
| 17:57 |
NiFkE |
so actually nothing for such things in typo3 available? :s |
| 18:01 |
Phlogi |
NiFkE: I'm not sure.. actually its a very basic feature... but I can't tell you anything at the moment |
| 18:01 |
Phlogi |
NiFkE: search the TER |
| 18:01 |
Phlogi |
use google |
| 18:01 |
Phlogi |
:) |
| 18:02 |
NiFkE |
i've been searching but i guess with wrong search terms because i didn't find what i was looking for |
| 18:02 |
Phlogi |
ok |
| 18:02 |
NiFkE |
users should post tutorials/articles |
| 18:03 |
Phlogi |
there really should be a basic extension that covers this data input / output + frontend :D |
| 18:03 |
ckoehler |
Phlogi: you're volunteering? Glad to hear that! |
| 18:04 |
Phlogi |
ckoehler: hehe... I'm sure you know what I'm talking about.. :) |
| 18:04 |
Phlogi |
so many extensions actually do the same thing |
| 18:04 |
Phlogi |
but none generally enough |
| 22:33 |
foertel |
good evening |
| 22:33 |
louS_ |
hey |
| 22:37 |
foertel |
is there a german typo3-channel on another network? /list typo3 does not givie any results :) |
| 22:37 |
just2b |
not really |
| 22:38 |
foertel |
oh, hi just2b |
| 22:38 |
just2b |
there is an german newslist |
| 22:38 |
just2b |
and everybody knows english, right? |
| 22:38 |
foertel |
uff :) yes, but german is even more fluent :) |
| 22:39 |
timdeluxe |
just2b: really? "an german" ;) |
| 22:39 |
flobbie |
there is/are german forum where you can ask |
| 22:39 |
just2b |
timdeluxe nitpicking? |
| 22:39 |
foertel |
flobbie yeah, I know the common boards :) |
| 22:40 |
timdeluxe |
just2b: yeah, thats what i am famous for ;) |
| 22:40 |
foertel |
I get the feeling there are a lot of germans in here :) |
| 22:40 |
just2b |
you forget a ' |
| 22:40 |
just2b |
yeah quite a few @ foertel |
| 22:40 |
just2b |
and a /ig for timdeluxe ;) |
| 22:40 |
timdeluxe |
just2b: ok, 1:1 ;) |
| 22:41 |
foertel |
ouh damn, it's easter this weekend :( |
| 22:41 |
foertel |
I forgot to buy some presents over some projects :( |
| 22:42 |
just2b |
easter is nice.. chocolate and some free time;) |
| 22:42 |
just2b |
lol |
| 22:42 |
foertel |
uhm ... ok tomorrow is a good day to buy presents :) |
| 22:44 |
foertel |
think I'm gonna buy a t3n abo for my wife *lol* |
| 22:45 |
just2b |
lol |
| 22:46 |
foertel |
damn, I became father two weeks ago |
| 22:46 |
foertel |
gotta buy: http://image.spreadshirt.net/image-server/image/product/3050369/view/1/type/png/width/280/height/280 |