| 09:12 |
FloLeBlanc |
hi all |
| 09:21 |
_pedda_ |
hi all |
| 09:23 |
_pedda_ |
hmm twice.. |
| 09:24 |
_pedda_ |
i should go for coffee |
| 09:27 |
FloLeBlanc |
hi pedda |
| 09:31 |
Pepelargo |
Hi all |
| 09:32 |
Pepelargo |
I need to have several CSS style files in order to match IE7 and others, I want to use the <!! IF.. feature of IE7 to catch it, but since Templavoila makes whatever it wants with my templates headers I don't knwo how to do it |
| 09:32 |
Pepelargo |
Any help lpease? |
| 09:37 |
FloLeBlanc |
does anyone know any details about a displaying problem in IE8 with Menues when using "not in menu" pages? |
| 09:43 |
FloLeBlanc |
The problem only occurs when a page has only subpages that require a userlogin |
| 09:54 |
fred^ |
FloLeBlanc: I dont see the connection with IE8, since typo3 is serverside |
| 09:54 |
fred^ |
The problem must lie in the markup you create |
| 09:55 |
FloLeBlanc |
fred: yes, the problem is not IE8 related, it's just the only browser that displays the "error" :) |
| 09:55 |
fred^ |
What error is it? |
| 09:56 |
FloLeBlanc |
the menu gets screwed, instead of continuing the menu I get listpoints (like in a normal ul), hard to describe |
| 09:57 |
pmk65 |
FloLeBlanc: does your page validate if you use an online CSS and HTML validator? |
| 09:57 |
FloLeBlanc |
how can I validate my page AFTER a login? |
| 09:57 |
FloLeBlanc |
ah I could paste the code |
| 09:57 |
pmk65 |
http://jigsaw.w3.org/css-validator/ |
| 09:58 |
pmk65 |
http://validator.w3.org/ |
| 09:58 |
pmk65 |
and if you want to test accessibility theres this one http://www.cynthiasays.com/ |
| 09:59 |
FloLeBlanc |
thank you |
| 09:59 |
FloLeBlanc |
what seems a bit strange to me is that the error ONLY occurs if I have a menu point in my page tree that has only subpages that require a login |
| 09:59 |
pmk65 |
you could simply save the page as a static HTML, then upload it somewhere and use that for testing. |
| 10:00 |
FloLeBlanc |
if I set those page NOT to require a login, everything works as intended |
| 10:00 |
FloLeBlanc |
I wouldn't know how the accessability would affect code output for the menu when the same pages are shown |
| 10:01 |
sorenmalling |
Is there a function that retrieves files from a given folder? |
| 10:01 |
FloLeBlanc |
startpage - somepage1 - sompage2 (requires login) => screwed , startpage - somepage 1 - somepage2 => ok, startpage - somepage 1 - somepage 2 / somepage 3 (requires login) => ok |
| 10:02 |
FloLeBlanc |
the subpage includes the tt_news plugin |
| 10:02 |
FloLeBlanc |
nothing else |
| 10:03 |
FloLeBlanc |
(typo3 4.0.12 btw) |
| 10:04 |
pmk65 |
sorenmalling: filenames or filecontent? |
| 10:04 |
sorenmalling |
pmk65: simply the filenames |
| 10:05 |
pmk65 |
there's a couple functions in t3lib_div (Always look in that class if you need something) link getFilesInDir($path,$extensionList='',$prependPath=0,$order='') |
| 10:06 |
pmk65 |
link = like.. |
| 10:07 |
FloLeBlanc |
pmk65: hmm.. the code that gets generated after the login is wrong, got a validation error for a misplaced <ul> element, but how can the code differ due do access rights when creating the same page structure? |
| 10:08 |
pmk65 |
maybe there's a menuitem present on the menu, which is gone when you are logged in? so the UL is empty? |
| 10:09 |
sorenmalling |
pmk65: Wuhu! I found that function in a extension yesterday, but lost the name :) thanks! |
| 10:09 |
FloLeBlanc |
no, after the login just additional subpages are "added" (there's a 3rd sublevel) - which I can also recreate in a "working" version if not limiting access |
| 10:10 |
FloLeBlanc |
but you are correct when limiting the access there is a new "level" created but how that produces an error hmm |
| 10:14 |
pmk65 |
FloLeBlanc: show me your menu code (the one which generates the bad UL code) |
| 10:16 |
FloLeBlanc |
pmk65: http://paste.phlogi.net/-20a6b530d7/ |
| 10:19 |
pmk65 |
FloLeBlanc: Your problem occurs because of the way you create the nested lists. For that you should ALWAYS use the "wrapItemAndSub" property |
| 10:20 |
FloLeBlanc |
pmk65: oh... thank you I will check that |
| 10:21 |
pmk65 |
FloLeBlanc: example of a simple 2 level UL/LI menu -> http://paste.phlogi.net/-a4741b1f1b/ |
| 10:22 |
pmk65 |
wrapItemAndSub will make your ULs nested correctly. |
| 10:23 |
FloLeBlanc |
thank you very much |
| 10:27 |
ppe |
hi, is synthax-highlighting for typo-script possible with a extension? |
| 10:35 |
pmk65 |
ppe: when editing or when displaying Ts on a FE page? |
| 10:41 |
ppe |
when editing. what is FE? :-) |
| 10:42 |
ppe |
@ pmk65 |
| 10:43 |
pmk65 |
FE = Frontend. |
| 10:45 |
pmk65 |
For editing you can install the t3editor, then you have syntax highlighting. |
| 10:46 |
pmk65 |
Or you could use some external editor with syntax hightlighting . (I use UltraEdit, with a TS syntaxhighlighter) |
| 10:48 |
ppe |
pmk65: is the synthax highlighted in every textfield with TS then (after installing t3editor) or only in the windows from the extension? |
| 10:50 |
pmk65 |
in the TS fields, but only if you select either the constants or the setup fields, not if you select "edit whole template" |
| 10:50 |
pmk65 |
personally I don't like the t3editor. |
| 10:51 |
_pedda_ |
me neither |
| 10:51 |
_pedda_ |
<- coda + ts higlightning plugin |
| 10:56 |
ppe |
the t3editor is in the alpha-stadium. I'm worried about that. |
| 10:56 |
_pedda_ |
why ? |
| 10:56 |
_pedda_ |
it's only in the backend |
| 10:56 |
_pedda_ |
and it works quite fine |
| 10:57 |
_pedda_ |
beside i don't like it :) |
| 10:57 |
ppe |
_pedda_: so you're using the extensions »coda« (= is that a plugin?!?) + »ts highlighting plugin«? |
| 10:57 |
ppe |
mostly alpha-versions are buggy. |
| 10:57 |
_pedda_ |
no coda is something like dreamweaver |
| 10:57 |
_pedda_ |
but smaller |
| 10:58 |
_pedda_ |
give it a try if you really need syntax highlightning in the backend |
| 10:58 |
_pedda_ |
for ts |
| 10:58 |
ppe |
_pedda_: and the »ts highlighting plugin« makes the same like t3editor? |
| 10:59 |
_pedda_ |
for coda.. yes |
| 10:59 |
_pedda_ |
http://www.panic.com/coda/ |
| 10:59 |
ppe |
for coda? is that an api or anything? xD |
| 11:00 |
_pedda_ |
http://typo3blogger.de/typoscript-coda-plugin/ |
| 11:01 |
_pedda_ |
that's my combo |
| 11:01 |
ppe |
a it's a mac-tool. I'm using gedit under linux. |
| 11:01 |
ppe |
I don't like dreamweaver. |
| 11:01 |
_pedda_ |
me neither that's why i use coda |
| 11:02 |
ppe |
DW distracts me from work. |
| 11:03 |
pmk65 |
ppe: Read this -> http://typo3.org/fileadmin/t3n/articles/t3n_nr9_typoscript_helpers_for_typo3.pdf |
| 11:05 |
ppe |
t3editor looks great at first. |
| 11:05 |
ppe |
thats fairly that what I was looking for. |
| 11:07 |
tPl0ch |
somebody here? |
| 11:07 |
tPl0ch |
:) |
| 11:08 |
tPl0ch |
did anybody already include wt_calculating_captcha in sr_feuser_register? If so, could he/she share their knowledge with me? Otherwise I have to do it myself... |
| 11:11 |
ppe |
thanks for your help guys! you're simply the best! xD |
| 11:28 |
Pepelargo |
Hi all |
| 11:29 |
Pepelargo |
I want to add a flash upload feature to my web, so registered fron-end users can upload files. Is there any extenssions for this? |
| 11:30 |
FloLeBlanc |
Does "Include basis template" include the templates BEFORE or AFTER the TS Setup I write in the same page? |
| 11:34 |
Pepelargo |
Any flash extension to upload files that matches the feloing users? |
| 11:38 |
dieck |
hi there! I'm planning a new club page with typo3, and was wondering if the "Futuristic Template Building tutorial" for TemplaVoila based on Typo3 3.6 is still the way to learn templates, or if it's outdated somehow |
| 11:39 |
chefan |
about all typo3 documentation is outdated, but templavoila is the current "best practice" to go, i assume |
| 11:40 |
chefan |
matter of taste as well |
| 11:40 |
FloLeBlanc |
dieck: sorry never used it, for modern template building (automaketemplate) it still works |
| 11:40 |
dieck |
ok, I'll try it, maybe I can re-contribute changes in 4.2.6 :) |
| 11:46 |
kv0s |
Mhm. |
| 11:46 |
kv0s |
if.isFalse.data = GPvar:tx_ttnews|tt_news, GPvar:tx_seminars_pi1|showUid |
| 11:47 |
kv0s |
How can i make it "TRUE" if one of the "GPvars" available? With comma it doesn't work ... |
| 11:47 |
kv0s |
... if "news OR seminars" on these site, please do not. |
| 11:54 |
teppi|work |
kv0s, couldnt you use conditions? i think if cant handle AND |
| 12:11 |
FloLeBlanc |
pmk65: seems to work as intended now, the validation is also correct - thank you again |
| 12:14 |
kv0s |
teppi|work: Ok. Thanks. Just another way, but it works! ;) |
| 12:17 |
kv0s |
Mhm. I use GPvar to generate a pagetitle (for tt_news, seminars) ... now i will extend my ts to generate a nice pagetitle for mm_forum. But i didn't get a running code. Is it possible to use GPvar with realurl?!? |
| 12:17 |
kv0s |
What happen with my GET/POST Variables within realurl? does typo3 get it anymore? |
| 12:19 |
pmk65 |
Pepelargo: -> http://typo3.org/extensions/repository/view/file_explorer/current/ |
| 12:21 |
pmk65 |
kv0s: The G/P vars is still checkable, even if you can't see thjem in the URL |
| 12:22 |
kv0s |
pmk65: Hm. Okay. So i must have the wrongs in my script! ;) |
| 12:22 |
kv0s |
pmk65: How can i display for debugging available G/P vars? |
| 12:23 |
randomresult |
hi there! |
| 12:23 |
randomresult |
is it possible to have numbers in front of a result in indexed_search? |
| 12:25 |
pmk65 |
kv0s: Easiest way woulf be to turn off RealUrl, while you test it, that way you can see all the get parameters. With FireFox you should be able to see postvars if you have Firebug installed. Or you could write a small ext, that displays the various GP vars submitted. |
| 12:25 |
kv0s |
randomresult: -> http://www.t3net.de/dokumentation/extension-tutorials/indexed-search.html |
| 12:26 |
pmk65 |
randomresult: Or wrap the search results in an ordered list ( OL/LI ) |
| 12:26 |
kv0s |
pmk65: Hehe ... ok. I think FIREBUG is my way! ;) |
| 12:27 |
pmk65 |
kv0s: what you are checking is GET vars, but I think Firebug shows those too. |
| 12:28 |
kv0s |
Ouhm. Firebug doesn't run on ff3.1 ... *ouhhhhhaaa* |
| 12:28 |
randomresult |
kv0s cant find it on that page |
| 12:33 |
kv0s |
randomresult: Hm. Sorry. But TS and the idea from pmk65 are a solution. |
| 12:34 |
randomresult |
but which ts enables the numbers? i found this example ts... but i cannot find it there http://www.t3net.de/dokumentation/yaml-fuer-autoparser/extension-templates.html#c1013 |
| 12:39 |
pulponair |
hi there |
| 12:40 |
pulponair |
who do I need to contact to gain access to my extension at the forge svn repository? it seems as if access rights have been change during its move from sourceforge to forge ... |
| 12:41 |
kv0s |
randomresult: german? edit indexed_search.tmpl! -> http://de.selfhtml.org/html/text/listen.htm#nummeriert |
| 12:41 |
kv0s |
the html-tag <ol> !! |
| 12:41 |
randomresult |
ok, i will |
| 12:42 |
randomresult |
i thought, it would be easier to add the numbers via ts - cause it will be a mess to style all this again ... the person who did the stylings is a freak |
| 12:42 |
randomresult |
but i will give it a try |
| 12:42 |
randomresult |
:) |
| 12:43 |
pmk65 |
randomresult: You can define a CSS counter, and attach that to the search results. I think you can do that without changing the template. |
| 12:44 |
randomresult |
well i just see, that there is a marker called ###RESULT_NUMBER### |
| 12:44 |
randomresult |
this should show the number i guess |
| 12:45 |
pmk65 |
Here's an eample on how to set up a CSS counter. -> http://www.sharemation.com/typo3test/css_linenumbers.html |
| 12:46 |
randomresult |
am i wrong? This marker should show the results or not? |
| 12:47 |
kv0s |
a css counter? Great! Never done such a .... (A) |
| 12:49 |
kv0s |
randomresult: use the css counter ... wow it is really easy ... sorry for my complicate solution ... :( |
| 12:53 |
randomresult |
sorry for bothering... but i dont get it why the marker is there but empty... i will do the css thing... but why are they not shown |
| 12:56 |
pmk65 |
The csscounter example was one I made a while back, trying to persuade the t3editor team, to use this method instead of a background image with numbers. (But they never responded to my mails..) |
| 12:57 |
pmk65 |
randomresult: There's a lot of features in Is which have never been finished. Only the config options are available. :( |
| 12:58 |
randomresult |
damn it |
| 13:04 |
randomresult |
hmmm... |
| 13:07 |
randomresult |
i dont get the counter thing to work... it is all table based |
| 13:07 |
randomresult |
and i dont see where to add the CSS |
| 13:08 |
randomresult |
i have the little image (icon) display none... there should be the number.... |
| 13:09 |
randomresult |
pmk65 means only config options are available, that the blind{} has no effect? |
| 13:10 |
randomresult |
well... i have to try this linenum thing again.. i will get it to work |
| 13:16 |
FloLeBlanc |
I'm trying to put the generation of my menu in a seperate template and use "Include basis template" in my root template. Nevertheless the menu does not get assigned correctly. SHOULD this work? (is the basis template included before assigning the var in the setup of the template?) |
| 13:17 |
randomresult |
FloLeBlanc should work |
| 13:17 |
randomresult |
i do it all the time |
| 13:17 |
randomresult |
but to look wether the menu works, put it in the main template |
| 13:18 |
pmk65 |
FloLeBlanc: It should work, try using the template analyzer, and see if its included in the correct order. (I always include all my TS templates from a sysfolder) |
| 13:21 |
randomresult |
pmk65 is the marker in the template (###RESULT_NUMBER###) not used ... is this correct? |
| 13:22 |
pmk65 |
randomresult: Try checking the source, and see if that marker is filled somewhere (and if you need to set some special config option to get it working.) |
| 13:23 |
randomresult |
i looked in the html-source |
| 13:23 |
randomresult |
it is not filled |
| 13:23 |
randomresult |
empty |
| 13:23 |
randomresult |
and i dont see any ts to enable it |
| 13:23 |
randomresult |
but i will now look in the ext |
| 13:28 |
randomresult |
damn...i dont find the docu of indexed search... am i blinD? :) |
| 13:31 |
randomresult |
oh my god: resultNumber = 1 |
| 13:32 |
randomresult |
thats all |
| 13:32 |
randomresult |
:) |
| 13:32 |
pmk65 |
$tmplContent['result_number'] = $this->conf['show.']['resultNumber'] ? $row['result_number'].': ' : ' '; |
| 13:32 |
pmk65 |
:) |
| 13:33 |
pmk65 |
That's the same one.. So I guess you need to set "show.resultNumber =1" to enable it. |
| 13:35 |
randomresult |
sorry for all the stupid questions... i didnt sleep to much tonight |
| 13:36 |
randomresult |
pmk65 yes thats what i didnt see |
| 13:36 |
randomresult |
i had it in my ts already |
| 13:36 |
randomresult |
but set to 0 |
| 14:04 |
hermione_g |
Hi guys. I'm new to TYPO3 and want to generate a simple image with a mask. But all I get is a simple black square, not blue on red as I want: http://pastebin.com/d4bf9d28c - what am I doing wrong? ImageMagick is correctly installed |
| 14:08 |
randomresult |
hermione_g try a png as a mask... maybe |
| 14:08 |
pmk65 |
hermione_g: You can't set the "file = GIFBUILDER" on your 10 and 20 objects, without defining some output. otherwise they will just be blank. |
| 14:08 |
pmk65 |
You need a source image to put your mask on. |
| 14:10 |
hermione_g |
Ah, I see. So what I actually want to is: I want to colorize gard.jpg - Is that possible? |
| 14:11 |
hermione_g |
It's b/w and I want it to have a unique color for each page |
| 14:31 |
pmk65 |
sorry was away for a while. |
| 14:33 |
hermione_g |
welcome back |
| 14:37 |
pmk65 |
to colorize the image, you would need 1st the actual b/w image, then a mask (greyscale), and one with full color (rgb) |
| 14:37 |
pmk65 |
The mask is greyscale, where white is 100% visible and black is 100% not visible (or it's the other way around, I can't remember) |
| 14:38 |
pmk65 |
the mask defines how much of the masking image is visible. It's a bit tricky to do, but I think there's an example in the "Typoscript by example" manual. |
| 14:39 |
pmk65 |
http://typo3.org/documentation/document-library/tutorials/doc_core_tsbyex/0.0.16/view/6/2/ |
| 14:41 |
hermione_g |
thanks, that is what I need |
| 15:46 |
oschopfer |
help |
| 16:47 |
NiFkE |
blup :( |
| 16:48 |
randomresult |
blup |
| 16:48 |
NiFkE |
stupid extensions :( |
| 16:49 |
NiFkE |
I still didn't found what I need, I want to let users write tutorials or articles in several categories |
| 16:49 |
NiFkE |
but no can't find that for typo3 :( |
| 16:53 |
Pepelargo |
Hi All |
| 16:53 |
NiFkE |
that's why I say blup randomresult |
| 16:53 |
Pepelargo |
I am usinf the felogin extension, I created my own template (just copied the original one and made some changes), then I defined it and it is working. However typo3 is still aplying some styles that are not defined by me and I don't knwo how to avoid that, can anyone help me please? |
| 16:54 |
Pepelargo |
for example, in my template I have just <div>, but typo3 is doing: <div class="whatever">... |
| 16:56 |
Pepelargo |
any help? |
| 16:56 |
ckoehler |
you again |
| 16:56 |
ckoehler |
i think last time you cussed me out |
| 16:56 |
NiFkE |
me or Pepelargo ? :p |
| 16:56 |
ckoehler |
so i know better than to help you this time |
| 16:56 |
ckoehler |
Pepelargo |
| 16:57 |
Pepelargo |
ckoehler, what are you talking about man? |
| 16:57 |
Pepelargo |
cussed? |
| 16:57 |
ckoehler |
yeah |
| 16:57 |
ckoehler |
swearing |
| 16:57 |
Pepelargo |
swearing? |
| 16:58 |
Pepelargo |
I don't know what you mean |
| 16:58 |
Pepelargo |
anyone can use any nick here |
| 16:58 |
Pepelargo |
and if I was that supossed guy I should change my nicck, don't you think that? |
| 16:59 |
Pepelargo |
anyway, this channel never was very know for the support it gives |
| 17:00 |
ckoehler |
because it's volunteers |
| 17:00 |
ckoehler |
and typo3 comes with no warranty at all |
| 17:00 |
ckoehler |
i've found it pretty helpful |
| 17:00 |
ckoehler |
and try to help people |
| 17:00 |
ckoehler |
but we don't know everything |
| 17:02 |
ckoehler |
now about your question, why are additional classes bad? |
| 17:02 |
Pepelargo |
Ok, I agree with that, but before starting acussing people just make sure you are talking to the right guy |
| 17:03 |
ckoehler |
i apologize if I mixed you up |
| 17:03 |
ckoehler |
still think it was you |
| 17:03 |
ckoehler |
but don't have my logs |
| 17:03 |
ckoehler |
oh well, even if so, everyone deserves a second chance |
| 17:03 |
NiFkE |
:) |
| 17:03 |
Pepelargo |
I still think that if I was a bad typo3 channel guy, before getting here I would change my nick |
| 17:04 |
NiFkE |
true and we thank you for helping! |
| 17:04 |
NiFkE |
(noobs like me like that very very much!) |
| 17:04 |
IamNotWhoYouThin |
you see? |
| 17:04 |
ckoehler |
no |
| 17:04 |
ckoehler |
/whois IamNotWhoYouThin |
| 17:04 |
ckoehler |
still the same account |
| 17:04 |
IamNotWhoYouThin |
is it the same account as the guy you talk about? |
| 17:05 |
ckoehler |
not sure |
| 17:05 |
ckoehler |
like i said, doesn't matter now |
| 17:05 |
IamNotWhoYouThin |
if soplease let me know |
| 17:05 |
IamNotWhoYouThin |
anyway |
| 17:05 |
IamNotWhoYouThin |
the only problem I have is why typo3 is adding styles to my "flat" divs |
| 17:06 |
NiFkE |
pm :) |
| 17:06 |
ckoehler |
it shouldn;t touch your template |
| 17:07 |
ckoehler |
just put stuff inside it |
| 17:07 |
ckoehler |
are extra classes bad? |
| 17:07 |
IamNotWhoYouThin |
My template is an excat copy of the felogin origina one, just adding some lines, and all theDIVs and FIELDSETs don't have classes, but after renderign there are |
| 17:07 |
IamNotWhoYouThin |
yes, they don't match my style |
| 17:08 |
ckoehler |
does it do that with the default template? |
| 17:09 |
IamNotWhoYouThin |
yes |
| 17:09 |
IamNotWhoYouThin |
that's why I created another one |
| 17:09 |
IamNotWhoYouThin |
but in the template DIVs are raw, I mean, they don't have styles |
| 17:09 |
IamNotWhoYouThin |
so I don't knwo where are they being taken |
| 17:14 |
ckoehler |
i am looking at one of our templates |
| 17:14 |
ckoehler |
and no extra stuff is added |
| 17:14 |
ckoehler |
i don't even know how it would do that, since it's all marker based |
| 17:14 |
ckoehler |
so only markers get substituted |
| 17:15 |
IamNotWhoYouThin |
yeah that's what I thought so far.. |
| 17:15 |
IamNotWhoYouThin |
but it is going that way here.. |
| 17:15 |
IamNotWhoYouThin |
anyway I am looking for somehitng else around here. |
| 17:15 |
IamNotWhoYouThin |
thanks |
| 17:23 |
IamNotWhoYouThin |
Also when I add the class tag to a DIV in the template, Typo3 ignores it when rendering, |
| 17:23 |
IamNotWhoYouThin |
If I do this in my template: <div class="whatever"> |
| 17:23 |
IamNotWhoYouThin |
when the page is rendered I get this: |
| 17:23 |
IamNotWhoYouThin |
<div> |
| 17:23 |
IamNotWhoYouThin |
? |
| 17:24 |
ckoehler |
well, make sure you are actually showing the correct template |
| 17:24 |
ckoehler |
then, make sure you don't have any extensions installed that change the FE output |
| 17:24 |
ckoehler |
or config options, such as html_cleaning |
| 17:24 |
IamNotWhoYouThin |
ok, thanks |
| 17:37 |
m4rtijn |
hi all |
| 17:38 |
Diblo |
How do I remove the tree in BE for some ext? |
| 17:39 |
m4rtijn |
Diblo: remove the extension? |
| 17:39 |
Diblo |
No the page tree |
| 17:40 |
m4rtijn |
hm? |
| 17:41 |
m4rtijn |
just delete the pages |
| 17:41 |
m4rtijn |
either recursive or manually |
| 17:41 |
ckoehler |
do you want to code a backend module that does not show the page tree? |
| 17:42 |
Diblo |
Yes |
| 17:43 |
m4rtijn |
I just tried to install an extension.. and this happened |
| 17:43 |
m4rtijn |
Fatal error: Class 'ceflexform' not found in /var/www/web11/web/typo3conf/temp_CACHED_psd0b0_ext_tables.php on line 2857 |
| 17:43 |
ckoehler |
m4rtijn: clear cache |
| 17:43 |
ckoehler |
configuration cache |
| 17:43 |
m4rtijn |
I dont have access to typo3 backend anymore |
| 17:43 |
m4rtijn |
everywhere is that error |
| 17:43 |
ckoehler |
Diblo: i think you just have to add it to the Tools section |
| 17:43 |
ckoehler |
m4rtijn: it's just a bunch of files, so FTP in or something |
| 17:43 |
ckoehler |
they are in typo3conf |
| 17:44 |
m4rtijn |
just delete them |
| 17:45 |
m4rtijn |
? |
| 17:45 |
ckoehler |
yes, the temp* files |
| 17:46 |
m4rtijn |
hm, still same error |
| 17:46 |
Diblo |
It is not possible to not expent it or something else? |
| 17:47 |
ckoehler |
Diblo: you mean turn it on and off? |
| 17:47 |
ckoehler |
m4rtijn: check the extensions you have installed lately |
| 17:47 |
ckoehler |
and uninstall them |
| 17:47 |
ckoehler |
by removing them from the extList inside localconf.php |
| 17:47 |
m4rtijn |
.. like I said.. no access to backend |
| 17:47 |
ckoehler |
none needed |
| 17:47 |
m4rtijn |
yes.. it happened during install of an extension |
| 17:47 |
m4rtijn |
but this extension is not in the localcong |
| 17:47 |
m4rtijn |
conf |
| 17:48 |
ckoehler |
then it's not installed |
| 17:48 |
ckoehler |
so you should be good |
| 17:48 |
Diblo |
Yes but in typo3 4.1 and 4.2 we can explade it. Bad English. |
| 17:48 |
m4rtijn |
.. I stil have that error though |
| 17:49 |
Diblo |
2 sck |
| 17:49 |
m4rtijn |
it was during the installation.. |
| 17:49 |
Diblo |
1 mins *** |
| 17:49 |
m4rtijn |
it didnt finish |
| 17:49 |
ckoehler |
m4rtijn: are you sure it's not in localconf.php? |
| 17:49 |
m4rtijn |
damn those crappy ext, proggers |
| 17:49 |
m4rtijn |
yes |
| 17:49 |
Diblo |
expand |
| 17:49 |
ckoehler |
Diblo: i think it depends on the skin you use |
| 17:49 |
ckoehler |
m4rtijn: it has to be |
| 17:50 |
ckoehler |
if it weren't, nothing from the extension would ever be loaded into temp_CACHED* |
| 17:50 |
ckoehler |
and you would never get this error |
| 17:50 |
ckoehler |
so either removing the temp files should work |
| 17:50 |
ckoehler |
or uninstalling the extension |
| 17:50 |
ckoehler |
or just removing the extension directory, from typo3conf/ext/ |
| 17:51 |
Diblo |
Okay so we can not tune off/on or unexpanded/expanded the tree with a ext :S |
| 17:51 |
m4rtijn |
ah, its mentioned in the $TYPO3_CONF_VARS['EXT']['extList'] |
| 17:52 |
ckoehler |
m4rtijn: yep, that's what i meant |
| 17:52 |
m4rtijn |
just delete the string there? |
| 17:52 |
ckoehler |
just the extension name |
| 17:52 |
ckoehler |
and comma if needed |
| 17:52 |
ckoehler |
just take it out of the list |
| 17:53 |
ckoehler |
Diblo: don't think so |
| 17:53 |
m4rtijn |
hmm.. done .. |
| 17:53 |
ckoehler |
k |
| 17:53 |
m4rtijn |
still error |
| 17:53 |
ckoehler |
now delete the temp files again |
| 17:53 |
Diblo |
Okay Thank you for your help. You saved me a lot of time :) |
| 17:53 |
ckoehler |
sure |
| 17:54 |
m4rtijn |
in a non-gay manner.. ;) |
| 17:54 |
Diblo |
Is this something that i can make a bug on? |
| 17:55 |
m4rtijn |
thanks a lot ckoehler |
| 17:55 |
ckoehler |
m4rtijn: of course. you're welcome. nice trick to know |
| 17:55 |
ckoehler |
Diblo: well you could try a different skin |
| 17:55 |
ckoehler |
still not sure what you want |
| 17:55 |
m4rtijn |
lucky enough I never had to use it |
| 17:55 |
ckoehler |
you want to expand/collapse the page tree from within the module? |
| 17:55 |
ckoehler |
and why so? |
| 17:55 |
m4rtijn |
becuase most typo3 extension proggers actually know what theyre doing.. |
| 17:56 |
m4rtijn |
grmbl |
| 17:56 |
Diblo |
.. 1 mins need google translate |
| 17:57 |
fred^ |
do any one have an idea why cal doesnt listen to typo3s locale settings? everthing is translated except from cal |
| 17:58 |
ckoehler |
fred^: it may not have that language or string translated |
| 17:59 |
ckoehler |
i do think it uses locallang stuff to do translations |
| 17:59 |
fred^ |
yeah, it does. i have checked, the translation is correctly downloaded through EM |
| 18:00 |
fred^ |
i couldnt get it to listen to locale settings, so i copied the ring language into default language definitions |
| 18:00 |
fred^ |
but there is still one problem left, since the dates show up in the wrong format, with am/pm |
| 18:00 |
ckoehler |
have you tried the calendar list? |
| 18:00 |
ckoehler |
you may have better luck there |
| 18:02 |
tomsdale |
fred^: for date/time format check the manual. You can configure it with PEAR, there is a section about it. |
| 18:04 |
hermione_g |
Is there something like constants for a single page? I want to assign every page a certain color (rgb) so that typoscript can fill the backColor or something with that color |
| 18:04 |
Diblo |
ckoehler ext is designed to provide control over other things for the ext and have put some ext in menu web. There I find that it gives the beast use whit management be user and rights. However, it would be a nice could tell if one wants to see the tree. |
| 18:05 |
Diblo |
and i have put* |
| 18:08 |
tomsdale |
hermione_g: you can assign constants for a single page, you just have to create a template. Or you could reuse a field in the page properties to fill in a colour code. |
| 18:11 |
hermione_g |
tomsdale: thanks, I'll use the page properties |
| 18:12 |
tomsdale |
hermione_g: sort of a workaround but I think it should work. |
| 18:12 |
Diblo |
Some of the ext I move is mm_forum, Wiki Admin, ll-XM, ExtLangEditor. I can not remember what ext were in menu web. |
| 18:13 |
ckoehler |
Diblo: ah okay. Hm. Not sure if you can do that, unfortunately |
| 18:15 |
Diblo |
Okay :( Is this something that can be make a bug on ? :) |
| 18:16 |
ckoehler |
you always could |
| 18:16 |
ckoehler |
no guarantee that anyone would implement it |
| 18:16 |
ckoehler |
best thing would be to write a patch yourself |
| 18:20 |
Diblo |
Yes don't have the time and the be knowledge to do it :) But any way it was something I was convinced that it could be done, so many thanks for your help :) |
| 18:23 |
fred^ |
tomsdale: is that different from the locale settings in typo3? |
| 18:23 |
fred^ |
because cal seem to listen only to itself |
| 18:29 |
ckoehler |
Diblo: hang on just a second |
| 18:30 |
Diblo |
jep |
| 18:31 |
ckoehler |
ah ok |
| 18:31 |
ckoehler |
well |
| 18:31 |
ckoehler |
you can collapse the page tree |
| 18:31 |
ckoehler |
in the normal backend |
| 18:31 |
ckoehler |
the user can |
| 18:33 |
ckoehler |
so i am sure there is a javascript function that can do the same |
| 18:33 |
ckoehler |
so in your module, you can probably call that function and make it work |
| 18:34 |
ckoehler |
$('toggle-tree').removeClassName('expanded'); |
| 18:34 |
ckoehler |
$('toggle-tree').addClassName('collapsed'); |
| 18:35 |
ckoehler |
well |
| 18:35 |
ckoehler |
not quite that |
| 18:35 |
ckoehler |
take a look at typo3/border.html |
| 18:35 |
ckoehler |
there is a function called toggleTree |
| 18:36 |
ckoehler |
you can probably use some of those ideas to do it yourself |
| 18:36 |
ckoehler |
gotta go |
| 18:37 |
ckoehler |
hope that helped |
| 18:52 |
tomsdale |
fred^: at least for the dates I think that's true. it's all done via ts. |
| 19:07 |
foertel |
Hello guys |
| 19:10 |
kraftb |
hello ! |
| 20:31 |
robert__ |
hello |
| 20:33 |
robert__ |
is there any extension which allows website visitors to registrate, changing their data after registration and making it an admin possible to send them newsletters? |
| 20:35 |
_pedda_ |
ye |
| 20:35 |
_pedda_ |
s |
| 20:36 |
_pedda_ |
sr_feuser_register is exactly what you need@ robert__ |
| 20:36 |
robert__ |
thank you! |
| 20:36 |
_pedda_ |
in combination with direct_mail |
| 20:36 |
_pedda_ |
which should be set up with templavoila environment |
| 20:38 |
robert__ |
is it also possible to use the userdata for a later shop extension? |
| 20:49 |
faebser |
hello? |
| 21:03 |
TheS |
if i set Image Dimensions for mein images then they disapere -> <img height="" width="" alt="" src=""/> |
| 21:03 |
TheS |
is that a bug ore what hapend there? |
| 21:06 |
beli |
moin |
| 21:07 |
TheS |
I've selected image as content type, uploaded my images, looked at them -> ok ... changed size -> gone, so i looked in the code and ... "<img height="" width="" alt="" src=""/>" |
| 21:08 |
TheS |
does some one know what the problem could be? |
| 21:08 |
beli |
maybe allowedTags |
| 21:09 |
TheS |
but does it kick out the src and so? |
| 21:09 |
beli |
yes |
| 21:09 |
beli |
its the rte |
| 21:10 |
TheS |
how can i fix that? |
| 21:10 |
beli |
you need to add the tags/attribs in the root page template that need to be allowed |
| 21:13 |
TheS |
i didn't add them with rte or is all content with rte? -> i'm using "media" |
| 21:14 |
beli |
so you did text w/ image |
| 21:14 |
beli |
and added them via the media tab? |
| 21:14 |
TheS |
no just image |
| 21:14 |
TheS |
jes |
| 21:15 |
beli |
and you verified the code on the produced page? |
| 21:16 |
TheS |
<img height="97" width="537" alt="" src="uploads/pics/projekte_cms_recess_01.jpg"/> -> no width entered in the backend |
| 21:16 |
TheS |
<img height="" width="" alt="" src=""/> -> height = 50px |
| 21:18 |
beli |
re |
| 21:19 |
TheS |
wb |
| 21:19 |
TheS |
so were can the problem be? |
| 21:20 |
TheS |
i've looked for it with google but didn't find anything |
| 21:28 |
beli |
as i told you... |
| 21:28 |
beli |
it still may be the rte |
| 21:28 |
beli |
but... |
| 21:28 |
beli |
hmmm |
| 21:28 |
beli |
whats your typo3 version? |
| 21:32 |
beli |
the size of the images should be done by imagemagick |
| 21:32 |
beli |
not just with width="" settings |
| 21:32 |
beli |
is your IM working correctly? |
| 21:36 |
TheS |
i don't hab IM |
| 21:36 |
TheS |
version is 4.2.6 |
| 21:43 |
beli |
thats the problem |
| 21:43 |
beli |
you need im |
| 21:44 |
beli |
typo3 caches all images....if you resize them with width, height options a cached image is produced |
| 21:44 |
beli |
and that needs IM/GD-lib |
| 21:47 |
TheS |
libmagick++10? |
| 21:50 |
beli |
? |
| 21:50 |
beli |
full sentence maybe? |
| 21:51 |
TheS |
i habe got libmagick++10 in my apt-get-list shold i tacke that? |
| 21:52 |
TheS |
name: C++ API to the ImageMagick library |
| 21:53 |
beli |
TheS: whats your distro? |
| 21:53 |
TheS |
ubuntu |
| 21:53 |
TheS |
8.10 |
| 21:53 |
beli |
sudo apt-get install libmagick6 |
| 21:54 |
TheS |
can't finde libmagick6 |
| 21:55 |
beli |
ok |
| 21:55 |
TheS |
libmagick10 is installed!? -> image manipulation library -> that is it ore? |
| 21:55 |
beli |
dont think so |
| 21:56 |
beli |
sudo aptitude install libmagick9-dev |
| 21:57 |
TheS |
that are just the developer files of 9 |
| 21:57 |
beli |
do it |
| 21:57 |
beli |
and get |
| 21:57 |
beli |
sudo pecl install imagick |
| 21:58 |
beli |
and add extension=imagick.so to the php.ini |
| 21:58 |
TheS |
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? |
| 21:59 |
beli |
check out if you have php5-imagick or sth |
| 22:00 |
TheS |
how? |
| 22:01 |
beli |
apt-cache search php5-imagick |
| 22:02 |
TheS |
php5-imagick - ImageMagick module for php5 |
| 22:02 |
beli |
apt-get install php5-imagick |
| 22:02 |
beli |
make sure it restarted your webserver |
| 22:03 |
TheS |
ok |
| 22:03 |
beli |
then go back to the install tool and all configuration....set im version to im6 |
| 22:05 |
TheS |
this? /usr/lib/ImageMagick-6.3.7/ |
| 22:06 |
beli |
if its there....its found |
| 22:06 |
beli |
but you need to set im compatibility version to im6 |
| 22:06 |
beli |
goto all configuration and search for it |
| 22:07 |
TheS |
ok set it to im6 |
| 22:09 |
beli |
do the image tests |
| 22:09 |
beli |
make sure all images are really equal....not just similar |
| 22:11 |
TheS |
No ImageMagick installation available -> it can't find it |
| 23:56 |
cricket__ |
Hi Folks got major trouble with a new typo3-Installation (v. 4.2.6) Images are not displayed in FE. BE all is Fine. Imageprocessing tests all passed... |
| 23:58 |
cricket__ |
In BE even thumbnails are shown. I don't have clue why that is. In HTML-Code the image-Tag is shown with src="". Any Ideas? |