| 00:13 |
NiFkE |
nope |
| 00:13 |
NiFkE |
but i'm going also to bed |
| 00:13 |
NiFkE |
tschüss :) |
| 00:15 |
techgurufloyd |
Anyone have experience with the encodeSpURL_postProc hook in realurl? |
| 00:31 |
lilalinux |
NiFkE: yeah, a shortcut is the only solution |
| 00:32 |
lilalinux |
but if SEO is important for you, you should do 301 redirects |
| 00:32 |
lilalinux |
otherwise you have duplicate content |
| 03:47 |
techgurufloyd |
Is it just me or does RealURL not take the "navigation title" "speaking url path segment" or "exclude from speaking url" when in draft workspace? |
| 04:12 |
duud |
Hi folks, what is the preferred way for doing fom validation in typo3? ... i'm writing an fe-extension |
| 08:19 |
smeringe |
good morning |
| 09:37 |
lilalinux |
hola |
| 09:37 |
smeringe |
hi lilalinux |
| 09:39 |
NiFkE |
oi |
| 09:41 |
lilalinux |
NiFkE: status? |
| 09:42 |
NiFkE |
menu left works, menu right works, breadcrumbs work but I wanted the breadcrumbs a bit different but hey they work :)) |
| 09:42 |
lilalinux |
how different? |
| 09:43 |
NiFkE |
I always wanted a little house icon/image at the beginning of the breadcrumb that linked to the homepage |
| 09:44 |
lilalinux |
additionally or instead of the text? |
| 09:45 |
NiFkE |
additionally, first I saw always my rootpage Powershell instead of Home or anything else so they suggested a redirect from the rootpage to the page Home and hide the rootpage in the menu. So now I don't see powershell anymore at the beginning and I want now that icon at the beginning of the breadcrumb |
| 09:45 |
NiFkE |
:) |
| 09:48 |
NiFkE |
in TS there is wrap = <ul id="breadcrumbs" class="level1">|</ul> I can change it to <ul id="breadcrumbs" class="level1"><li><a href="index.php"><img src="images/home_icon.png" /></a></li>|</ul> |
| 09:48 |
NiFkE |
but I don't see the image (path is wrong I guess? and not sure about index.php |
| 09:49 |
lilalinux |
NiFkE: You remember the optionsplit? |
| 09:49 |
NiFkE |
|*| |
| 09:49 |
lilalinux |
What did I tell you about first middle and last? :-) |
| 09:50 |
lilalinux |
You can customize the first item even via css without changing the typoscript code |
| 09:50 |
NiFkE |
just add like this <li class="first"><a href="index.php"><img src="images/home_icon.png" /></a></li>|*| |
| 09:50 |
NiFkE |
I need a <li></li> because I have an image with css on that item etc :p |
| 09:50 |
NiFkE |
so I rather do it with TS |
| 09:51 |
lilalinux |
the code already has ul, li and a |
| 09:52 |
NiFkE |
I should place it now in the NO ? |
| 09:52 |
lilalinux |
NO = normal (not active and not mouse over) |
| 09:53 |
lilalinux |
NiFkE: BTW: there is also a GMENU |
| 09:54 |
lilalinux |
NiFkE: http://www.georg-martin.de/produkte/umformtechnik/umformprodukte.html |
| 09:55 |
NiFkE |
you see the breadcrumb there |
| 09:55 |
lilalinux |
yes |
| 09:55 |
NiFkE |
just before Produkte I want a little icon that is linked to the home page |
| 09:55 |
lilalinux |
I know |
| 09:56 |
lilalinux |
you can do that with css |
| 09:57 |
NiFkE |
yes but I prefer adding an <li><a href="#"><img /></a></li> before all the other menu items |
| 09:57 |
lilalinux |
level1 active1.first |
| 09:57 |
NiFkE |
hm |
| 09:57 |
lilalinux |
it's up to you |
| 09:58 |
lilalinux |
what I wanted to show you with the georg-martin link is, that there is already a graphical menu GMENU in typo3 |
| 09:58 |
NiFkE |
yes I've seen that |
| 09:59 |
NiFkE |
(maybe needed it for flag for the language |
| 09:59 |
NiFkE |
and to what do I need to link it now |
| 09:59 |
NiFkE |
<a href="index.php" ? or is there a TS variable to the homepage or ? |
| 10:05 |
lilalinux |
never create a tags yourself |
| 10:05 |
lilalinux |
in general you would use a so called typolink |
| 10:05 |
lilalinux |
but that shouldn't be necessary here |
| 10:06 |
NiFkE |
pfft nvm it doesn't do what I want |
| 10:06 |
NiFkE |
I need a link |
| 10:06 |
lilalinux |
you need a gmenu |
| 10:06 |
lilalinux |
:-) |
| 10:06 |
NiFkE |
my breadcrum is now like |
| 10:06 |
lilalinux |
or css |
| 10:07 |
NiFkE |
Documentation > Tutorials |
| 10:07 |
NiFkE |
needs to be: HOMEICON > Documentation > Tutorials |
| 10:07 |
NiFkE |
but therefore i need a <li> and a <a> |
| 10:08 |
NiFkE |
and the "first" thing destroys my breadcrumb because a </li> is not closed |
| 10:08 |
lilalinux |
huh? |
| 10:09 |
lilalinux |
the first thing doesn't do anything if you don't tell it to do something |
| 10:09 |
NiFkE |
http://pastebin.com/d7bc39692 |
| 10:10 |
NiFkE |
that is what i have without that homeicon, everything works |
| 10:10 |
NiFkE |
wrap = <ul id="breadcrumbs" class="level1">|</ul> I can change it to <ul id="breadcrumbs" class="level1"><li><a href="index.php"><img src="images/home_icon.png" /></a></li>|</ul> |
| 10:11 |
NiFkE |
but I couldn't see my image (path was wrong?) and i was not sure about index.php but it looked better because my breadcrumb was not destroyed |
| 10:14 |
lilalinux |
do you really have a folder image/ ? |
| 10:14 |
lilalinux |
in your top level dir? |
| 10:14 |
lilalinux |
usually you create such folders in fileadmin/ |
| 10:14 |
NiFkE |
in fileadmin/templates/main/images |
| 10:14 |
lilalinux |
well then |
| 10:14 |
lilalinux |
that's the path ;-) |
| 10:14 |
NiFkE |
in /main/template.html |
| 10:14 |
NiFkE |
and what about the url? |
| 10:14 |
NiFkE |
index.php |
| 10:15 |
lilalinux |
like I said: never create them yourself |
| 10:15 |
lilalinux |
you need to do that with a typolink |
| 10:15 |
NiFkE |
and how does that work :p |
| 10:16 |
lous |
good morning |
| 10:16 |
lous |
does anyone use feedburner for his rss feeds? |
| 10:16 |
lilalinux |
NiFkE: I think what you need is .NO.before.typolink |
| 10:17 |
lilalinux |
http://www.typo3.net/index.php?id=13&action=list_post&tid=61053 |
| 10:17 |
lilalinux |
there you get images before each item |
| 10:20 |
lilalinux |
NiFkE: the reason why you never create links on your own is, that if you e.g. use realurl (speaking urls), typolink has no possibility to change your links |
| 10:20 |
lous |
is anyone working with indexed search and tt_news? |
| 10:20 |
lilalinux |
lous: apart from _pedda_ and fred? |
| 10:20 |
lilalinux |
and you? |
| 10:20 |
lous |
yes and no :D |
| 10:20 |
lous |
pedda didnt had yesterday much time |
| 10:21 |
lous |
and freds plugin is a bit harder i think, than indexed search |
| 10:21 |
NiFkE |
(btw that forum is in that .net link is it also a free extension? looks nice |
| 10:22 |
Bluespuke |
howdy |
| 10:22 |
lous |
hi |
| 10:33 |
Nekdy |
does anyone know how to make ul,li -> table,td in htmlarea? |
| 10:35 |
lilalinux |
Nekdy: if you find it out, share it with us :-) |
| 10:36 |
Nekdy |
:) |
| 10:37 |
lilalinux |
is ul even allowed in td? |
| 10:38 |
Nekdy |
i don't want ul inside td |
| 10:38 |
lilalinux |
oh, you want to convert a list into a table? |
| 10:39 |
Nekdy |
yes |
| 10:39 |
Nekdy |
it's for newsletter |
| 10:39 |
Nekdy |
outlook 2007 doesn't support bullets |
| 10:39 |
lilalinux |
not even with css? |
| 10:39 |
Nekdy |
nah |
| 10:40 |
Nekdy |
i have to make it table with images in first column |
| 10:40 |
lilalinux |
Nekdy: so actually it's not a RTE/htmlarea question? |
| 10:41 |
Nekdy |
it is :) |
| 10:41 |
Nekdy |
i want user to make list in html area |
| 10:42 |
Nekdy |
but in FE i want it transformed to table instead of ul |
| 10:44 |
xN33D |
Hey guys, i've got a question. Couldn't not find the answer on the i-net |
| 10:45 |
lilalinux |
xN33D: don't ask to ask, just ask |
| 10:46 |
Bluespuke |
i gave my body an id via alias//uid, someone has an idea how to make it as class (easy going) and give the rootline aliases (like class="page1 subpage1 moresubpages2")? |
| 10:46 |
lilalinux |
Nekdy: yeah, but you could do the conversion without rte |
| 10:46 |
lilalinux |
then the user would be able to edit it again in RTE |
| 10:46 |
xN33D |
i'am using tt_news for a costumer website. and she want to send a newsletter with links to a tt_news record, but if i see the URL of the tt_news record i don't know if the URL can change with some time? this is the URL: http://www.domain.nl/Nieuwspagina.10+M5c7c5f0459c.0.html |
| 10:46 |
lilalinux |
Nekdy: you want the FE to handle the ul differently |
| 10:47 |
xN33D |
is the url of that news record ever gonna change, or would it be the same all time? |
| 10:50 |
Nekdy |
lilalinux: exactly, in rte it would still look like normal bullet list, but in FE it would be handled as table |
| 10:50 |
lilalinux |
Nekdy: google:tsref typolist |
| 10:52 |
lilalinux |
hm, maybe not |
| 10:52 |
lilalinux |
Nekdy: http://209.85.129.132/search?q=cache:C_U77TW9bhAJ:typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/5/14/+tsref+typolist&cd=6&hl=de&ct=clnk&gl=de |
| 10:52 |
lilalinux |
This example takes the content of the field "bodytext" and parses it through the makelinks-functions and substitutes all <LINK> and <TYPOLIST>-tags with something else. |
| 10:53 |
AndriyKushnarov |
can anybody give a feedback for my student proposal for GSOC: http://socghop.appspot.com/student_proposal/show/google/gsoc2009/andriy_kushnarov/t123848407884 |
| 10:53 |
xN33D |
can somebody has the anwer for the question above pls...? |
| 10:54 |
lilalinux |
xN33D: do you use realurl? |
| 10:58 |
maholtz|WORK |
@andryKushnarov: someone said yesterday you got some answers in the mailinglist |
| 10:59 |
xN33D |
no, simulate static documents (sorry for the forgetable detail :$) |
| 11:06 |
lilalinux |
xN33D: i don't understand your answer |
| 11:07 |
xN33D |
about simulate static documents? it's a other solution for friendly url |
| 11:09 |
xN33D |
the link of that news item now is: http://www.domain.nl/Nieuwspagina.10+M5c7c5f0459c.0.html will it be the same about a month or so, because the news item will be linked from a newsletter and the link must be working in the future |
| 11:18 |
LionRock |
is there any debug function to display data, so I would not use print_r() etc. ? I need it in BE ... |
| 11:20 |
pmk65 |
LionRock: debug() |
| 11:21 |
LionRock |
pmk65, I tryed but it does not display nothing |
| 11:21 |
pmk65 |
LionRock: In stall the extension "ccdebug", and you'll get a nice table layout of the debug data in an external window.. http://typo3.org/extensions/repository/view/cc_debug/current/ |
| 11:22 |
pmk65 |
LionRock: You need to enable debugging in the Install Tool, or call the debug() function like t3lib_div::debug() |
| 11:23 |
pmk65 |
t3lib_div contains several debugging helper functions. But ccdebug is a MUST, specially if you are trying to debug BE related code. |
| 11:24 |
lilalinux |
xN33D: switch to realurl :-) |
| 11:25 |
LionRock |
pmk65, to use ccdebug I must also enable debug in install tool =ž |
| 11:25 |
AndriyKushnarov |
maholtz|WORK: yep, but I don't see the answers. I think mabe one missed something |
| 11:27 |
xN33D |
lilalunix: what's better in realurl? but do you can say the url isn't changing in the future of that articel? |
| 11:29 |
LionRock |
pmk65, thanks :) |
| 11:29 |
LionRock |
found it ;) |
| 11:30 |
maholtz|WORK |
@AndriyKushnarov: where did you asked (which list?) |
| 11:37 |
AndriyKushnarov |
maholtz|WORK: (obscured mail address), please check http://lists.netfielders.de/pipermail/typo3-gsoc/2009-March/thread.html |
| 11:40 |
maholtz|WORK |
@AndriyKushnarov: use an newsreader for that! |
| 11:40 |
maholtz|WORK |
http://typo3.org/community/mailing-lists/use-a-news-reader/ |
| 11:41 |
maholtz|WORK |
there are answers from Dmitry and Ingo |
| 11:44 |
xN33D |
somebody? |
| 11:45 |
AndriyKushnarov |
maholtz|WORK : thanks a lot ! :) |
| 11:46 |
maholtz|WORK |
np:) |
| 11:58 |
fred^^ |
hola |
| 11:59 |
fred^^ |
do any one know an extension that can show when a news article from tt_news is have been updated |
| 12:12 |
HardPhuck |
whats the API call for $where to ignore the deleted = 1 |
| 12:29 |
HardPhuck |
enableFields |
| 12:29 |
HardPhuck |
thank you HP |
| 12:29 |
HardPhuck |
no problem |
| 12:29 |
HardPhuck |
:) |
| 12:50 |
lilalinux |
anybody here using exchange? |
| 13:37 |
LionRock |
Is possible to use requestUpdate in flexform ? |
| 13:43 |
pmk65 |
LionRock: I haven't tried it, but I think you can use all the TCA options in flexforms.. |
| 13:56 |
LionRock |
pmk65, I have tryed to add <requestUpdate>1</requestUpdate> but nothing happens |
| 14:05 |
LionRock |
pmk65, found it :) |
| 14:06 |
LionRock |
<onChange>reload</onChange> did the trick |
| 14:40 |
Tsiden |
Hi - i want to make rss feed |
| 14:40 |
Tsiden |
what extension need for that? |
| 14:41 |
maholtz|WORK |
use typoscript for that, you do not need an extension |
| 14:41 |
maholtz|WORK |
but if you want to make an rss feed from news - use extension news for that |
| 14:41 |
Tsiden |
thanks |
| 14:41 |
Tsiden |
but i want import from another sites |
| 14:42 |
Tsiden |
tsref? |
| 14:45 |
NiFkE |
hmmm I don't seem to find it I have: "wrap = <ul id="breadcrumbs" class="level1"><li><img src="mypath.." /></li>|</ul> but I want wrap = <ul id="breadcrumbs" class="level1"><li><a href="linktoapage"><img src="mypath.." /></a></li>|</ul> can't find how to do it with that typolink.parameter.data = field:uid |
| 14:46 |
NiFkE |
grrrrrr |
| 14:46 |
NiFkE |
:p |
| 14:57 |
maholtz|WORK |
@Tsiden: for imorting i would use YAFI |
| 14:57 |
rw-hedDi |
hello everyone .. |
| 14:57 |
rw-hedDi |
:) |
| 14:57 |
maholtz|WORK |
hello rw-hedDi |
| 14:58 |
rw-hedDi |
hello again maholtz|WORK |
| 14:58 |
rw-hedDi |
is it ok if i ask some help here.. ? |
| 14:59 |
maholtz|WORK |
@rw-hedDi: perhaps it is helpfull if you read channel topic first:) |
| 14:59 |
maholtz|WORK |
;) |
| 14:59 |
rw-hedDi |
:) |
| 14:59 |
rw-hedDi |
i need help about TS |
| 15:00 |
rw-hedDi |
i have 12 or more record on column 0 / default |
| 15:00 |
rw-hedDi |
and i want to wrap each 4 record with <li> .. is it possible.. |
| 15:01 |
rw-hedDi |
? |
| 15:01 |
maholtz|WORK |
so you need an counter - or what is the problem? |
| 15:01 |
rw-hedDi |
counter ? |
| 15:02 |
maholtz|WORK |
to count first 4 records - then next etc... |
| 15:02 |
maholtz|WORK |
but, perhaps show us what you did up to now in pastebin, perhaps it is easier to understnd what you want to do |
| 15:03 |
rw-hedDi |
ok |
| 15:04 |
maholtz|WORK |
perhaps you could have an look at that snippet, perhaps it does what you want: http://blog.martinholtz.de/blog-post/2009/01/31/counter-mit-typoscript/ |
| 15:05 |
rw-hedDi |
ok.. checking the snippet.. :) |
| 15:20 |
lilalinux |
maholtz|WORK: I have a table with an image field and use CONTENT.select. The field can hold an arbitrary number of images. Is it possible to iterate over all of them? |
| 15:22 |
maholtz|WORK |
CONTENT.renderObj gives you all of them |
| 15:22 |
maholtz|WORK |
brb |
| 15:23 |
LionRock |
is there any documentation which properties are avalible in TCA and flexforms ? |
| 15:24 |
Tsiden |
maholtz|WORK: thanks for YAFI |
| 15:24 |
maholtz|WORK |
np - oh, thank Dmitry for that;) |
| 15:25 |
lilalinux |
maholtz|WORK: yeah, and I have to use listnum to get one image out of them. But how do I iterate over all of them without knowing how many they are? |
| 15:28 |
rw-hedDi |
maholtz|WORK : http://pastebin.com/d482cb4d7 this the current output that i have now |
| 15:28 |
rw-hedDi |
maholtz|WORK : but i want my output is like this one .. http://pastebin.com/dc8485b4 |
| 15:28 |
maholtz|WORK |
@lilalinux: so you get an comma-separated list - use split for that:) |
| 15:28 |
rw-hedDi |
:) |
| 15:30 |
lilalinux |
maholtz|WORK: ok, so there is no built in mechanism like foreach or so |
| 15:30 |
lilalinux |
thx |
| 15:30 |
rw-hedDi |
maholtz|WORK: and this is the ts i use .. http://pastebin.com/d798e67dc |
| 15:31 |
maholtz|WORK |
@rw-hedDi: ok, it will become a little bit complicated - whats happens if you have only 11 or 13 elements? |
| 15:32 |
rw-hedDi |
mm.. |
| 15:33 |
rw-hedDi |
if 11 element can it be 4,4,3 ? ( sorry bad english .. :) ) |
| 15:39 |
maholtz680 |
re |
| 15:44 |
lilalinux |
maholtz680: imgObjNum sounds promising |
| 15:45 |
maholtz680 |
where does it belongs to? |
| 15:45 |
maholtz680 |
ah, IMGTEXT |
| 15:45 |
lilalinux |
imgtext |
| 15:45 |
lilalinux |
can I exploit that? |
| 15:45 |
lilalinux |
or is that only for rendered content? |
| 15:46 |
maholtz680 |
well, you want to render content... so you can use it - afaik you do not need content etc. |
| 15:46 |
maholtz680 |
but split should do the job too |
| 15:47 |
maholtz680 |
and if you do not want to make an content element like TEXT/PIC you should use split - it is easier |
| 15:47 |
lilalinux |
oh ts split, i thought: use mysql tp split and count |
| 15:47 |
maholtz680 |
hehe:) |
| 15:47 |
lilalinux |
thx |
| 15:47 |
maholtz680 |
what is mysql tp split? |
| 15:48 |
lilalinux |
it's a typo :-) |
| 15:48 |
lilalinux |
s/tp/to |
| 15:48 |
maholtz680 |
:) |
| 15:50 |
rw-hedDi |
maholtz680: is it very complicated ? |
| 15:51 |
rw-hedDi |
if yes .. it think i should change the template design... :) |
| 15:54 |
snoy_ms |
hey all. Small Question..I need something like a fe_user filemanager |
| 15:54 |
snoy_ms |
is there a good extension ? |
| 15:54 |
snoy_ms |
or can i implement something like that with standard tools ? |
| 15:55 |
snoy_ms |
every fe_user needs his hown download folder or site... |
| 16:30 |
fred^ |
I am trying to install calendar base (cal) |
| 16:30 |
fred^ |
I am following the steps in the manual to get a functional demo but it is not showing my records |
| 16:32 |
fred^ |
I told it not to care about categories and it showed one record, even though I have two |
| 17:23 |
HardPhuck |
guys, what kind of permissions should i have on the typo3_src-4.2.6 folder |
| 17:23 |
HardPhuck |
i mean who should be owner and group |
| 17:24 |
lilalinux |
has any of you experience with automatic PDF rendering of typo3 pages? |
| 17:24 |
beli |
HardPhuck owner yourself...group www-server user.... |
| 17:24 |
beli |
s/user/group/ |
| 17:25 |
HardPhuck |
thanx |
| 17:25 |
beli |
HardPhuck: so you can adjust stuff if needed and the webserver can access stuff too |
| 17:25 |
HardPhuck |
beli: same should apply to dummy stuff right? |
| 17:25 |
beli |
HardPhuck: all my files are beli:www-data on my install |
| 17:27 |
beli |
HardPhuck: and the typo3-src dir is outside of the document root of the webserver...so it cannot be accessed from the outside via the webserver |
| 17:27 |
HardPhuck |
aye |
| 17:28 |
HardPhuck |
so if i make something like: chown -R username:www-data typo3_src-4.2.6 |
| 17:28 |
beli |
HardPhuck: in common i use: web-stuff/typo3_src and web-stuff/page001 with symlink to ../typo3_src/ and docroot is page001.........its a bit more complex on my server, but thats basically what i do |
| 17:28 |
HardPhuck |
and then the same on the dummy pacage |
| 17:28 |
beli |
HardPhuck: right...it _should_ work...maybe you need to adjust permissions also |
| 17:29 |
beli |
HardPhuck 775 for most dirs...and 755 for files |
| 17:29 |
HardPhuck |
yes, on fileadmin,uploads and typo3conf |
| 17:29 |
HardPhuck |
thanx, all clear now |
| 17:29 |
beli |
HardPhuck: be carefull with chmod/chown as root ;) |
| 17:30 |
HardPhuck |
yeah that's why i wanted to consult it here before i do anything wrong |
| 17:30 |
HardPhuck |
chown and chmod will be the only two commands i'll run |
| 17:30 |
HardPhuck |
what if i made www-data owner of the source files too? |
| 17:31 |
beli |
HardPhuck: no problem works too, but you dont have access on the files as user hardphuk then anymore....or you have, if your user is in the www-data group |
| 17:31 |
HardPhuck |
i mean security-wise |
| 17:31 |
beli |
HardPhuck: doesnt matter |
| 17:31 |
HardPhuck |
ah okay |
| 17:32 |
beli |
HardPhuck: its just for lazyness...so you can edit files as your user without need to su to root or www-data user |
| 17:32 |
HardPhuck |
so as long as the source files are outside the docroot that's secure enough |
| 17:33 |
beli |
nothing is secure enough...but thats anything you can do in that scope |
| 17:34 |
HardPhuck |
okay |
| 17:34 |
HardPhuck |
thanx man |
| 17:34 |
beli |
additional security would be to rename typo3/ folder to sth. different....so if someone knows a bug he needs to guess the dir first....and secure it with basic webserver .htaccess/.htpasswd |
| 17:35 |
HardPhuck |
well i don't need additional security |
| 17:35 |
HardPhuck |
my typo3 sites are more basic ones |
| 17:35 |
HardPhuck |
most of them at least |
| 17:35 |
beli |
mine too and as long as i do latest updates...ist fine...not perfect...but fine |
| 17:35 |
HardPhuck |
an the big ones i made aren't under my control :D |
| 17:40 |
HardPhuck |
my latest: www.zidarstvo-petrovcic.ci |
| 17:41 |
HardPhuck |
www.zidarstvo-petrovcic.si |
| 17:41 |
HardPhuck |
suckers wanted intro page |
| 17:41 |
HardPhuck |
i hate intro paged |
| 17:41 |
HardPhuck |
pages |
| 17:45 |
beli |
me too |
| 17:47 |
beli |
dobry den, HardPhuck :) |
| 17:47 |
HardPhuck |
lol, we say 'dober dan' :D |
| 17:49 |
beli |
:) |
| 17:49 |
beli |
i am german...we way "guten tag" |
| 17:49 |
beli |
s/way/say/ |
| 17:50 |
beli |
HardPhuck: did you do the graphics? |
| 18:03 |
HardPhuck |
beli: yes |
| 18:03 |
beli |
HardPhuck: how did you do that? |
| 18:03 |
HardPhuck |
did what? |
| 18:03 |
HardPhuck |
the header image? |
| 18:04 |
beli |
yes....header.jpg |
| 18:04 |
HardPhuck |
ah no, i bought that one |
| 18:04 |
HardPhuck |
istockphoto.com |
| 18:04 |
beli |
ah ok |
| 18:04 |
beli |
:) |
| 18:05 |
beli |
site looks simple and clean to me....you make the readable urls with mod_rewrite? |
| 18:05 |
HardPhuck |
realurl |
| 18:06 |
beli |
HardPhuck: never really dealed with that....is it easy? |
| 18:06 |
HardPhuck |
couldn't be easier |
| 18:07 |
HardPhuck |
just install realurl and check 'autoconfiguration' when installing |
| 18:07 |
HardPhuck |
and that's it |
| 18:07 |
HardPhuck |
i use it on all my sites |
| 18:08 |
HardPhuck |
i do manual configuration on most of them |
| 18:08 |
beli |
hmm thats create stuff...more readable...more recognizeable....better seo'd |
| 18:08 |
HardPhuck |
yup |
| 18:08 |
HardPhuck |
http://dmitry-dulepov.com/article/realurl-made-easy-part-1.html |
| 18:09 |
HardPhuck |
this is the author of realurl, explaining it |
| 18:09 |
HardPhuck |
pretty simple and straightforward |
| 18:10 |
beli |
thanks |
| 18:10 |
HardPhuck |
np |
| 18:37 |
beli |
HardPhuck: whats the name of the extension? there are many related... |
| 18:37 |
HardPhuck |
realurl |
| 18:37 |
HardPhuck |
1.5.3 i think is the latest |
| 18:38 |
beli |
its named "real url configuration wizzard" |
| 18:40 |
beli |
how are you guys doing backups of your typo3 installs? |
| 18:52 |
HardPhuck |
beli: no |
| 18:52 |
beli |
hmm i found it |
| 18:52 |
beli |
but it doesnt do anything out of the box |
| 18:52 |
HardPhuck |
http://typo3.org/extensions/repository/view/realurl/current/ |
| 18:52 |
beli |
and yes, i set autoconfig :) |
| 18:52 |
HardPhuck |
oh sorry forgot to tell you |
| 18:53 |
beli |
to tell me what? |
| 18:53 |
HardPhuck |
you need to copy the .htaccess to the root dir |
| 18:53 |
HardPhuck |
.htaccess that comes with the realurl |
| 18:53 |
beli |
which one? |
| 18:54 |
HardPhuck |
the one that is in the typo3conf/ext/realurl folder |
| 18:54 |
HardPhuck |
rename it from _.htaccess to .htaccess |
| 18:55 |
HardPhuck |
config.simulateStaticDocuments = 0 |
| 18:55 |
HardPhuck |
config.baseURL = http://mydomain.com/ |
| 18:55 |
HardPhuck |
config.tx_realurl_enable = 1 |
| 18:55 |
HardPhuck |
then put those 3 lines in your main template |
| 18:55 |
HardPhuck |
changing the mydomain.com :) |
| 18:56 |
Bluespuke |
someone recently installed tt_news? |
| 18:57 |
Bluespuke |
i can't see the news title in the backend (list view) |
| 18:57 |
Bluespuke |
also the whole things is bugged a bit :s |
| 18:58 |
beli |
HardPhuck: rewriting works now, but foobar.de/info/ gives missing site ;) |
| 18:59 |
Bluespuke |
damn i just forgot to click the update button after the install :( |
| 18:59 |
beli |
Bluespuke: sometimes its simple, but hard to find :) |
| 18:59 |
Bluespuke |
yeah |
| 18:59 |
HardPhuck |
beli: something wrong with .htaccss |
| 18:59 |
HardPhuck |
is mod_rewrite on? |
| 19:00 |
beli |
yes |
| 19:00 |
HardPhuck |
did you rename htaccess |
| 19:00 |
beli |
sure ;) |
| 19:01 |
HardPhuck |
hm |
| 19:01 |
beli |
where does the .htaccess belong to? |
| 19:01 |
beli |
what dir? |
| 19:01 |
HardPhuck |
the same dir that index.php is in |
| 19:02 |
beli |
soo /path/to/foobar/typo3/ |
| 19:02 |
beli |
or /path/to/foobar/t |
| 19:02 |
HardPhuck |
the same folder that has fileadmin, typo3conf, uploads |
| 19:02 |
beli |
s/.$// |
| 19:02 |
HardPhuck |
the dummy folder |
| 19:04 |
beli |
its there...hmmm |
| 19:05 |
HardPhuck |
http://typo3.org/documentation/document-library/extension-manuals/realurl/1.5.3/view/1/2/ |
| 19:05 |
timdeluxe |
beli: cleared cache? |
| 19:06 |
beli |
ah i have allowoverwrite off i guess |
| 19:06 |
beli |
timdeluxe: sure |
| 19:06 |
HardPhuck |
check here if you (or i) missed something |
| 19:09 |
beli |
ok, overwrite was one problem |
| 19:09 |
beli |
now i got: Reason: "aktuelles/" could not be found, closest page matching is |
| 19:09 |
beli |
as a typo3 error |
| 19:09 |
timdeluxe |
does any of the pages run? |
| 19:10 |
beli |
rootpage |
| 19:10 |
beli |
http://domain.tld/ |
| 19:10 |
timdeluxe |
so mod rewrite is not correct configured |
| 19:10 |
timdeluxe |
typo3 creates correct links |
| 19:10 |
beli |
thats what i guess...i thought it doesnt need configuration |
| 19:10 |
timdeluxe |
but rewrite does not rewrite them |
| 19:10 |
timdeluxe |
in most cases it doesnt |
| 19:10 |
timdeluxe |
are you allowed to change rewrite rules? |
| 19:11 |
timdeluxe |
allowoverride fileinfo (at least) or all active in apache config? |
| 19:11 |
beli |
sure |
| 19:11 |
beli |
i am global root...i run the server |
| 19:12 |
timdeluxe |
yeah, the might is with you |
| 19:12 |
timdeluxe |
eh force |
| 19:12 |
timdeluxe |
*g* |
| 19:12 |
timdeluxe |
hmhm |
| 19:12 |
beli |
and beer is with me :) |
| 19:12 |
timdeluxe |
reloaded the server? |
| 19:12 |
timdeluxe |
-server +apache |
| 19:13 |
timdeluxe |
it shouldnt be needed |
| 19:13 |
timdeluxe |
but it doesnt hurt ;D |
| 19:13 |
beli |
sure...i had allowoverride None before...after reload it at least sources .htaccess |
| 19:15 |
timdeluxe |
try to add this to htaccess: |
| 19:15 |
timdeluxe |
RewriteBase / |
| 19:16 |
timdeluxe |
i am not sure, but there is also an _.htaccess coming with the dummy package |
| 19:16 |
timdeluxe |
there is a bit more in it than in the htaccess from the ext |
| 19:16 |
timdeluxe |
i am using that one |
| 19:17 |
timdeluxe |
it also has a longer list of rewrite exceptions: |
| 19:17 |
timdeluxe |
RewriteRule ^(typo3|t3lib|tslib|fileadmin|typo3conf|typo3temp|uploads|showpic\.php|favicon\.ico)/ - [L] |
| 19:18 |
beli |
tried |
| 19:18 |
beli |
but didnt work |
| 19:18 |
timdeluxe |
then i have no idea anymore |
| 19:19 |
timdeluxe |
check the logs |
| 19:19 |
timdeluxe |
access, error |
| 19:19 |
timdeluxe |
you also could activate a mod_rewrite log |
| 19:20 |
beli |
file does not exists error..... |
| 19:21 |
beli |
the rewriting is correct....but bad configured ;) |
| 19:22 |
timdeluxe |
rewriting is not correct, cause it searches the real destination |
| 19:22 |
timdeluxe |
no wait |
| 19:22 |
timdeluxe |
what does it say? 404 or closest page blafasel |
| 19:22 |
timdeluxe |
? |
| 19:22 |
beli |
typo3 tells me |
| 19:22 |
timdeluxe |
oh my fault |
| 19:23 |
beli |
Reason: "kontakt/" could not be found, closest page matching is |
| 19:23 |
timdeluxe |
then rewrite is possibly correct |
| 19:23 |
timdeluxe |
then we have to turn over to TS |
| 19:23 |
beli |
the error log tells me: 404 not found ;) cause the rewrote url isnt found...and 404 not configured so far |
| 19:23 |
timdeluxe |
uargh |
| 19:24 |
timdeluxe |
then it is a rewrite problem again |
| 19:24 |
timdeluxe |
but |
| 19:24 |
timdeluxe |
if it is a real 404 and you didnt config the apache, the typical apache errordocument should appear |
| 19:25 |
timdeluxe |
you understand regex? crazy guy |
| 19:25 |
beli |
timdeluxe: that doesnt matter...i configured apache.....its my config...and it has no global 404....the users should do their own...otherwise there should be an error message.... |
| 19:25 |
timdeluxe |
can you give me a url of your page (perhaps in query if you dont want it to have public)? |
| 21:13 |
_ramo |
Hi |
| 21:14 |
_ramo |
i have the font verdana.ttf in the folder fileadmin/fonts . when i have this peace of TS http://rafb.net/p/834m1177.html i can't see anything in the browser, i mean just a red box but no text |
| 21:14 |
_ramo |
any hints? |
| 21:21 |
_ramo |
i use version 4.2.6 of typo3 |
| 21:23 |
beli |
have you configured IM correctly? |
| 21:24 |
_ramo |
hm, how do i see that? |
| 21:24 |
beli |
go to the install tool |
| 21:24 |
beli |
and verify your IM settings |
| 21:26 |
_ramo |
i get a warning: Warning: Mismatch between the version of ImageMagick (6.2.4) and the configuration of [GFX][im_version_5] () |
| 21:27 |
beli |
ok |
| 21:27 |
beli |
so set it to im6 |
| 21:31 |
_ramo |
okay i did it. all tests are passing through, but the combining images error throws some errors It seems that you had some fatal errors in this test. Please make sure that your ImageMagick and GDLib settings are correct. Refer to the 'Basic Configuration' section for more information and debugging of your settings. |
| 21:31 |
_ramo |
but i still don't see any text in the red box |
| 21:32 |
beli |
so there is stilly sth. wrong with your config |
| 21:35 |
_ramo |
hm, i cleared the content and configuration cache and the typo3temp folder |
| 21:36 |
_ramo |
okay, the test doesn't thros any errrors anymore |
| 21:36 |
_ramo |
but still no text in the red box... |
| 21:36 |
beli |
does it work? |
| 21:36 |
beli |
ok |
| 21:36 |
_ramo |
should i hav to restart the apache2 webserver or something? |
| 21:37 |
_ramo |
-hav to |
| 21:38 |
beli |
nope |
| 21:38 |
beli |
you just have to make sure that imagemagick is in found by typo3 |
| 21:38 |
beli |
and the version is set correctly |
| 21:38 |
_ramo |
Version 5/GraphicsMagick flag: im5 |
| 21:38 |
beli |
im6 |
| 21:38 |
_ramo |
i changed it to im6 |
| 21:38 |
beli |
right |
| 21:38 |
beli |
hi pedda |
| 21:38 |
_ramo |
hi _pedda_ |
| 21:38 |
_ramo |
but now the current configuration show im5... |
| 21:38 |
_pedda_ |
hi all |
| 21:39 |
beli |
_ramo: it has to be im6 as your im version is 6.x |
| 21:39 |
_ramo |
now i changed it again and it shows: Version 5/GraphicsMagick flag: im6 |
| 21:40 |
_ramo |
all tests run through |
| 21:40 |
_ramo |
but i still don't see text |
| 21:41 |
beli |
goto basic configuration and tell me if gdlib has been found |
| 21:42 |
_ramo |
yes, gdlib found, png supported, gif supported , JPG supoprted (not used by typo3) gif /png issues |
| 21:42 |
beli |
ok and the paths of imagemagick? look downwards |
| 21:43 |
_ramo |
/user/X11R6/bin and /usr/bin |
| 21:43 |
_ramo |
usr |
| 21:43 |
beli |
ok |
| 21:46 |
beli |
_ramo: drop the nicetext line |
| 21:47 |
_ramo |
with static text it works half :) the red box isn't shown http://rafb.net/p/Yz6Bwi92.html |
| 21:48 |
beli |
nicetext = 0 |
| 21:48 |
beli |
or drop the line |
| 21:50 |
beli |
and try 10.text.data = leveltitle:1 |
| 21:50 |
beli |
or |
| 21:50 |
beli |
text.data = levelfield: -1, title, slide |
| 21:50 |
beli |
text.listNum = 0 |
| 21:50 |
beli |
instead of title |
| 21:51 |
beli |
nicetext is rc hungry and buggy...dont use it |
| 21:53 |
_ramo |
okay, wait a sec |
| 21:53 |
_ramo |
okay, it was nicetext |
| 21:54 |
beli |
finde |
| 21:55 |
beli |
s/finde/fine/ |
| 21:55 |
beli |
in most cases its because rc limitation....and so no output is created |
| 21:55 |
_ramo |
rc meanse? ressources? |
| 21:56 |
beli |
right |
| 21:57 |
beli |
limit of cpu time that is allowed by php/server |
| 21:57 |
_ramo |
ah, i understand |
| 21:57 |
_ramo |
thank you for this process :) |
| 21:58 |
beli |
np, yw |
| 22:07 |
_ramo |
any ideas why this isn't working? http://rafb.net/p/sT7QLn97.html . my site on the rootlevel have the id 3 and on the web->functions frame i added 5 sites |
| 22:12 |
beli |
i am off for today |
| 22:12 |
beli |
cu folks |