| 00:00 |
porkpie |
void:I am really stumped on this .... |
| 00:00 |
porkpie |
could it be a bug? |
| 00:02 |
void |
in typo? |
| 00:02 |
void |
no |
| 00:02 |
porkpie |
OK |
| 00:15 |
porkpie |
void:any ideas on what I could try to resolve the problem |
| 00:15 |
void |
no... i want to sleep, really |
| 00:15 |
porkpie |
void:no problem |
| 05:27 |
Denyerec |
WO! Go Obama! |
| 05:51 |
tCzern |
Denyerec: heh |
| 05:56 |
tCzern |
How are you? |
| 05:56 |
Denyerec |
tired |
| 05:56 |
Denyerec |
very tired |
| 05:56 |
Denyerec |
it's 0500 hrs and I've been awake for almost 24 |
| 05:56 |
Denyerec |
Trying to finish a menu design, and every minute makes it take 2 minutes longer as I get more tired. |
| 05:56 |
tCzern |
you need to hit your pillow |
| 05:56 |
tCzern |
it's six in the morning |
| 05:56 |
tCzern |
fuck it an relax!! |
| 05:56 |
Denyerec |
he's an awesome speaker |
| 05:56 |
null__ |
indeed |
| 05:56 |
Denyerec |
http://uk.youtube.com/watch?v=xdbTQLh5QHg |
| 05:56 |
null__ |
good english |
| 05:56 |
null__ |
oh. not live? |
| 05:56 |
Denyerec |
No, this is Ricky Gervais |
| 05:56 |
Denyerec |
which is hillrious |
| 05:56 |
Denyerec |
him commenting on people criticisng Obama for being smart |
| 05:56 |
null__ |
ah. thought osama. he's live now |
| 05:57 |
null__ |
very good speech |
| 05:58 |
d|g |
hi all |
| 06:34 |
FloLeBlanc |
hi all |
| 06:39 |
Maluka |
Hi FloLeBlanc |
| 06:59 |
Sakoon_Mahool |
Hi |
| 06:59 |
FloLeBlanc |
hi maluka, sakoon |
| 07:15 |
FloLeBlanc |
if I want to develop an extension is the "Extension Kickstarter" from 06.12.2006 really the newest version? |
| 07:27 |
FloLeBlanc |
hmm if I want to use pi_getPageLink it always results in call to undefined method, currently I extend t3lib_SCbase in my extension , some pages refer to ts_lib which however should be outdated with 4.X, can someone help me with that? |
| 07:28 |
Maluka |
Which version of Kickstarter are you using? |
| 07:28 |
Maluka |
I just downloaded the 0.3.8 version |
| 07:28 |
FloLeBlanc |
yes, I also have that one, but the repository says last change in 2006 |
| 07:28 |
Maluka |
Yeah...very well possible |
| 07:28 |
Maluka |
Then that is the latest version |
| 07:29 |
FloLeBlanc |
this gets me to the question if it works out of the box with typo3 4.X extensions, I'm relatively new to extension programming and am facing the problem described above |
| 07:29 |
Maluka |
Well, I'm new to extension programming as well. Only made 1 extension for a specific customer |
| 07:30 |
Maluka |
Now I ordered the new Typo3 book of Dmitry Dulepov, but unfortunately shipping to Australia takes a very long time :( |
| 07:30 |
FloLeBlanc |
the problems only start when I try to do a "clean" extension, a dirty whacky one can be done easily hehe |
| 07:30 |
Maluka |
Hopefully that book will give me heaps more insight |
| 07:30 |
FloLeBlanc |
good luck to you :) |
| 07:30 |
Maluka |
Exactly...I'm good in dirty wacky stuff :P |
| 07:31 |
FloLeBlanc |
the main problem I'm facing is that I find many tutorials which are just outdated *sigh* |
| 07:31 |
Maluka |
Yeah...I know....frustrating isn't it.... |
| 07:31 |
FloLeBlanc |
oh ...it's void |
| 07:31 |
FloLeBlanc |
*puts an offering at the fruit altair* |
| 07:31 |
Maluka |
at least you now know the return type LOL |
| 08:18 |
nd__ |
How can I access fileResource() from a class not having cObj |
| 08:41 |
porkpie |
void:hi |
| 08:56 |
nd__ |
So I guess I have to use standard php methods to read the file then... |
| 09:27 |
maholtz|WORK |
hi all |
| 09:52 |
foool |
anyone know how to put rgmediaimages in tt_news? |
| 09:59 |
fred^^ |
Hmm, what.. Hide page if notranslation for current language exists does not hide it in the menu |
| 09:59 |
fred^^ |
I want to show only the pages who are availible in a given language in the menu |
| 10:10 |
foool |
just hide the translated page fred^^ |
| 10:11 |
foool |
if you are using templavoile look at localization view |
| 10:16 |
fred^^ |
Its working now |
| 10:16 |
fred^^ |
It was just behaving wierdly at first |
| 10:16 |
fred^^ |
Showing a page who was not translated |
| 10:17 |
fred^^ |
But hmm.. I've added a content element in one specific language. Do I have to set that content elements who are not availible in this language should not show? |
| 10:20 |
FloLeBlanc |
can anyone aid me with extension generation: I try to use pi_getPageLink() in my extension, but it always responds with a call to undefined method error, I include t3lib_SCbase in my class |
| 10:32 |
milpoer |
Hello anyone with seminar plugin expirense ? i have problems with not unregister link.. i doesn't work wheater there is people on the waitinglist or not ?? |
| 10:51 |
maholtz|WORK |
@FloLeBlanc: you talk about FE-Extension or Backend? |
| 10:52 |
maholtz|WORK |
if FE your extension extends tslib_pibase ? |
| 10:52 |
maholtz|WORK |
i am not sure if you need to require_once(PATH_tslib.'class.tslib_pibase.php'); |
| 11:03 |
FloLeBlanc |
maholtz: Backend, if I try to include ts_lib it tells me that this is not found, and according to some guides tslib is obsolete in 4.X ? |
| 11:03 |
FloLeBlanc |
(PATH_tslib is not defined) |
| 11:09 |
m4rtijn |
hi all |
| 11:10 |
maholtz|WORK |
@FloLeBlanc pi_getPageLink() and tslib_pibase is for frontend (only?) |
| 11:10 |
maholtz|WORK |
hi m4rtijn |
| 11:12 |
maholtz|WORK |
anyone here uses http://wiki.typo3.org/OpenSearch ? |
| 11:23 |
m4rtijn |
not yet |
| 11:24 |
maholtz|WORK |
you may use the german search box http://wiki.typo3.org/De:OpenSearch |
| 11:27 |
m4rtijn |
I prefer the english |
| 11:27 |
maholtz|WORK |
i have to change the api redirect there |
| 11:28 |
m4rtijn |
then I'll take the german |
| 11:28 |
nd__ |
How can I access fileResource() from a class not having cObj? |
| 11:28 |
maholtz|WORK |
@m4rtijn: you can use "comment to write an comment, so i can see what i should change:)" |
| 11:31 |
m4rtijn |
can you make some stripping girls dancing in the search field? |
| 11:31 |
maholtz|WORK |
wait a second |
| 11:31 |
maholtz|WORK |
ups, only works in firefox 2.0 :( |
| 11:32 |
m4rtijn |
the girls? |
| 11:32 |
maholtz|WORK |
yep |
| 11:32 |
maholtz|WORK |
:( |
| 11:32 |
m4rtijn |
darnit |
| 11:32 |
m4rtijn |
but I would downgrade for that |
| 11:33 |
maholtz|WORK |
:p |
| 11:46 |
teppi|work |
*has |
| 11:50 |
maholtz|WORK |
@teppi: afaik it works only for FLOW3 yet? |
| 12:01 |
teppi|work |
nope |
| 12:02 |
teppi|work |
maholtz|WORK, there is a typoscript editor for 4.0 included |
| 12:03 |
teppi|work |
but i dont how sophisticated it is .. but it seems working |
| 12:08 |
SimonSimCity |
How can I generate a Link in a HTML-ContentElement ? |
| 12:10 |
SimonSimCity |
I'd like to set a Link to a page (id=51) with the GET-Extension "&tx_felogin_pi1[forgot]=1" -- and I don't know how to set it with the RTE. |
| 12:10 |
SimonSimCity |
Therefore I try it now with a HTML-CE ... |
| 12:11 |
FloLeBlanc |
maholtz: oh thanks for the info, so how would I do a submit form for the backend? |
| 12:14 |
m4rtijn |
maholtz|WORK is away eating |
| 12:14 |
mistermethod |
hi everyone - i still have the same problem as yesterday, my gifbuilder wont produce the picture its supposed to. but i could narrow it down. the issue is not caching or something similar but simply that my text wont be used. it always uses the text that is in the template, i.e. the div i'm replacing has text in it saying "BLA" then the gifbuilder makes "BLA" the image instead of "BLUBB"... |
| 12:14 |
mistermethod |
...which i defined in the TS. i think i'm referring the wrong way but cant figure out what to change. heres my TS: http://pastebin.com/m74a6643e |
| 12:14 |
FloLeBlanc |
m4rtijn: ah thx for the info |
| 12:15 |
mistermethod |
oops i mixed that up, i got BLUBB in the template and BLA in the TS. basically the text from the TS is completely ignored |
| 12:18 |
m4rtijn |
mistermethod - what is lin 14 for ? |
| 12:18 |
SimonSimCity |
How can I set a Link with the RTE with an extensional GET-Parameter ? |
| 12:20 |
SimonSimCity |
Nobody knows ? |
| 12:20 |
mistermethod |
m4rtijn i have to admit i dont remember. basically i cpoied the code from another project where i replaced the headers of CE's with an gifbuilder image. since it owrked there i just left it :) |
| 12:20 |
mistermethod |
you think i should remove it? |
| 12:21 |
m4rtijn |
yes.. if it serves no purpose |
| 12:22 |
mistermethod |
oh well it did server a purpose ... it always told typo3 to get the text from the div in the template. DOH!! 2 hours of time wasted ... :D |
| 12:22 |
mistermethod |
thank you! |
| 12:22 |
m4rtijn |
np |
| 12:22 |
m4rtijn |
hehe |
| 12:22 |
m4rtijn |
brb.. smoke |
| 12:34 |
fred^^ |
I've added a content element in one specific language. Do I have to set that content elements who are not availible in this language should not show? |
| 12:34 |
fred^^ |
Shouldn't sys_language_mode by default hide these? |
| 12:36 |
m4rtijn |
fred^^ normally the language flags are greyed out if theyre not available |
| 12:37 |
m4rtijn |
and the default language should display |
| 12:38 |
fred^^ |
I have a translated page. I have an example content translated to english, and a news list for default language (norwegian). I only want the translated content to show when English is selected, not the newslist |
| 12:38 |
fred^^ |
Right now both are showing up |
| 12:38 |
m4rtijn |
hm, could be that tt_news requires some extra settings for multilang.. did u check the manual? |
| 12:40 |
fred^^ |
Hm, good point, i'll check |
| 12:41 |
lilalinux |
how can i choose a different page as the starting page? |
| 12:41 |
fred^^ |
No, english content shows up when default language is selected. German translted content element shows up in all languages |
| 12:42 |
maholtz|WORK |
re |
| 12:42 |
Sakoon_Mahool |
Hi |
| 12:42 |
Sakoon_Mahool |
Anyone used felogin plugin |
| 12:42 |
m4rtijn |
wb |
| 12:42 |
Sakoon_Mahool |
? |
| 12:43 |
m4rtijn |
Sakoon_Mahool - typo3 version? |
| 12:43 |
maholtz|WORK |
4.2.x |
| 12:43 |
m4rtijn |
yep |
| 12:43 |
Sakoon_Mahool |
4.2.1 |
| 12:43 |
m4rtijn |
I use it |
| 12:43 |
Sakoon_Mahool |
HOw can I use it |
| 12:43 |
m4rtijn |
install it first.. |
| 12:43 |
Sakoon_Mahool |
I am using it but ir is not displaying |
| 12:44 |
Sakoon_Mahool |
on FE |
| 12:44 |
m4rtijn |
maholtz|WORK - stop using your crystal ball.. its unfair ;) |
| 12:44 |
Sakoon_Mahool |
? |
| 12:44 |
m4rtijn |
nvm |
| 12:44 |
m4rtijn |
using it how? |
| 12:44 |
m4rtijn |
Sakoon_Mahool |
| 12:45 |
Sakoon_Mahool |
I have installed it |
| 12:45 |
Sakoon_Mahool |
and add it as a content element in a page |
| 12:46 |
Sakoon_Mahool |
If i uninstaall this then simple login form is showin |
| 12:46 |
Sakoon_Mahool |
but when i use felogin then it is not showing |
| 12:46 |
Sakoon_Mahool |
crystal ball? |
| 12:47 |
m4rtijn |
hehe |
| 12:48 |
m4rtijn |
hmmkay, I have felogin installed.. if I insert the login form on a page it works fine |
| 12:48 |
maholtz|WORK |
needs to include typoscript? |
| 12:49 |
m4rtijn |
nope.. without typoscript |
| 12:49 |
FloLeBlanc |
maholtz: can you please tell me what the correct way to create a submit form in backend extensions is? |
| 12:49 |
m4rtijn |
Sakoon_Mahool - u use the standard login form correct? |
| 12:50 |
maholtz|WORK |
@FloLeBlanc: sry, do not know the correct way:( perhaps http://typo3.org/documentation/document-library/tutorials/doc_tut_backend/0.0.1/view/2/3/ helps? |
| 12:52 |
FloLeBlanc |
maholtz: will check it out thank you |
| 12:53 |
lilalinux |
I've set "Is root of website", but it still won't show as the default starting page |
| 12:57 |
m4rtijn |
lilalinux - "root of website" has no effect on the starting page |
| 12:57 |
m4rtijn |
just set your real "root" page to ->type: shortcut and create a shortcut to your starting page |
| 12:57 |
lilalinux |
m4rtijn: what else could I do? |
| 12:57 |
lilalinux |
that will lead to duplicate content |
| 12:58 |
lilalinux |
which is a no go for search engines |
| 12:58 |
m4rtijn |
.. hm? |
| 12:59 |
lilalinux |
Using a shortcut I will have two urls with exactly the same content |
| 12:59 |
m4rtijn |
then dont put the content on the root page.. |
| 12:59 |
m4rtijn |
if it concerns you |
| 12:59 |
lilalinux |
? |
| 13:00 |
m4rtijn |
your root page is only a placeholder for the template.... you shouldnt have content on that |
| 13:00 |
lilalinux |
I don't have content there |
| 13:01 |
m4rtijn |
then.. whats the problem? |
| 13:01 |
lilalinux |
but it will be shown as the starting point |
| 13:01 |
lilalinux |
My navigational structure is something like that: |
| 13:02 |
m4rtijn |
ah, I get what u mean.. so index.php and index.php?id=1 have some content.. |
| 13:02 |
lilalinux |
Website (Main (Company, Products) Legal (Imprint, TOS)) |
| 13:02 |
m4rtijn |
then set the robots.txt to ignore ?id=1 |
| 13:02 |
lilalinux |
I want Company to be the starting point with the url http://www.example.com/ |
| 13:03 |
lilalinux |
ok, that would be a kludge |
| 13:03 |
m4rtijn |
id you're rly serious about it.. then ud have to put the content of Company on the root page |
| 13:03 |
m4rtijn |
.. which wouldnt make it any better :p |
| 13:03 |
lilalinux |
lol |
| 13:04 |
lilalinux |
I wouldn't like to mess with the starting page, because it's the most important page for search engines |
| 13:04 |
lilalinux |
having duplicate content there can be a desaster |
| 13:05 |
m4rtijn |
hmmkay.. |
| 13:05 |
m4rtijn |
how do you circumvent www.domain.com and domain.com seem duplicate content? |
| 13:06 |
lilalinux |
additionally to the robots.txt I'd have to make "Company" an external link to http://www.example.com/ |
| 13:06 |
lilalinux |
m4rtijn: 301 redirect |
| 13:06 |
lilalinux |
If you don't have that yet, do it NOW :-) |
| 13:07 |
m4rtijn |
I dont care much about search engine stuff.. |
| 13:07 |
lilalinux |
you don't care much about business and money? :-) |
| 13:08 |
lilalinux |
where do you get your customers from? |
| 13:08 |
m4rtijn |
mostly being well known.. but not from internet |
| 13:08 |
Sakoon_Mahool |
Sorry i was away |
| 13:08 |
Sakoon_Mahool |
I want to use felogin |
| 13:09 |
m4rtijn |
Sakoon_Mahool - u use the standard login form correct? |
| 13:10 |
Sakoon_Mahool |
i am inserting login element is there any other config |
| 13:10 |
Sakoon_Mahool |
]? |
| 13:10 |
maholtz|WORK |
isnt there an manual? |
| 13:11 |
SimonSimCity |
Do nobody know how to set a Link with the RTE with an extensional GET-Parameter ? |
| 13:11 |
lilalinux |
m4rtijn: BTW: How do I make a shortcut? "Show content from this page instead" will only use that's content and not the menus etc. |
| 13:12 |
m4rtijn |
.. make it of type "shortcut" |
| 13:12 |
m4rtijn |
instead of for example "text w/ image" |
| 13:12 |
lilalinux |
you mean instead of page? |
| 13:12 |
m4rtijn |
erm.. yeah |
| 13:13 |
lilalinux |
will I lose my TSconfig? |
| 13:13 |
m4rtijn |
try it :) |
| 13:13 |
m4rtijn |
dont think so |
| 13:14 |
lilalinux |
Is rat poison toxic for humans? :-) |
| 13:14 |
Sakoon_Mahool |
What is storage folder in felogin |
| 13:14 |
m4rtijn |
lilalinux - just copy/paste the text |
| 13:14 |
Sakoon_Mahool |
means starting point? |
| 13:14 |
m4rtijn |
yeah Sakoon_Mahool |
| 13:14 |
m4rtijn |
lilalinux - as backup |
| 13:15 |
Sakoon_Mahool |
what Startingpoint: |
| 13:15 |
lilalinux |
m4rtijn: works |
| 13:15 |
lilalinux |
thx |
| 13:16 |
m4rtijn |
yw |
| 13:16 |
Sakoon_Mahool |
Is there i need to create a folder for users |
| 13:16 |
Sakoon_Mahool |
? |
| 13:16 |
m4rtijn |
yes Sakoon_Mahool |
| 13:17 |
Sakoon_Mahool |
How can i configure it |
| 13:17 |
Sakoon_Mahool |
? |
| 13:17 |
m4rtijn |
configure? |
| 13:17 |
animan |
hi! how could i set rt_pageteaser to dynamically tease a current level 5 page? http://phpfi.com/374032 |
| 13:17 |
m4rtijn |
just make a sysfolder |
| 13:19 |
animan |
Sakoon, make a page and edit its properties -- there you can change page type to sysfolder |
| 13:26 |
animan |
anyone has an idea how i should set my TS for rt_pageteaser so it could tease automatically those pages that are in right level? |
| 13:26 |
m4rtijn |
I dont knwo that extension |
| 13:26 |
m4rtijn |
is it any good? |
| 13:26 |
m4rtijn |
:p |
| 13:27 |
animan |
i guess it's more TypoScript question than this plugin's |
| 13:27 |
untouch_ |
is there a good plugin for filedownloads the standart one wont fit my purpose cus it uses the filename as title |
| 13:28 |
FloLeBlanc |
[usergroup=*] = any logged in user in TS, how would i specify NO usergroup (and do not show if someone is logged in) |
| 13:28 |
animan |
umm, i don't know how good it is, but it serves the purpose just fine atm |
| 13:33 |
lilalinux |
How do I make attachments in RTE htmlarea? |
| 13:33 |
lilalinux |
I only find a button for images |
| 13:34 |
lilalinux |
but not for inline attachments |
| 13:34 |
lilalinux |
Like always: as soon as you asked your question, you find it out yourself |
| 13:34 |
martijn |
re |
| 13:35 |
maholtz|WORK |
@FloLeBlanc: [usergroup = *] |
| 13:35 |
maholtz|WORK |
[else] |
| 13:35 |
maholtz|WORK |
here |
| 13:35 |
maholtz|WORK |
[global] |
| 13:36 |
untouch_ |
is there a good plugin for filedownloads the standart one wont fit my purpose cus it uses the filename as title |
| 13:36 |
FloLeBlanc |
ah ok so I have to have an empty if part :) thx |
| 13:38 |
sorenmalling |
untouch_: Have a look at the articles from t3n, that have been translated to english - lately there is a article regarding download solutions |
| 13:38 |
sorenmalling |
untouch_: http://typo3.org/documentation/t3n-magazine/ |
| 13:38 |
lilalinux |
untouch_: does it? |
| 13:39 |
lilalinux |
I make it a link inside the text editor |
| 13:39 |
lilalinux |
and choose the file |
| 13:39 |
lilalinux |
The text you selected before will become the linktext |
| 13:40 |
lilalinux |
However, it doesn't append the filesize etc. automatically |
| 13:43 |
untouch_ |
yea i could do that |
| 13:43 |
untouch_ |
but the one who will use the page doesnt know what a link is |
| 13:46 |
lilalinux |
untouch_: he can't select text and click a button? |
| 13:46 |
lilalinux |
he doesn't need to code html |
| 13:46 |
FloLeBlanc |
cya around, thx maholtz |
| 13:51 |
Guest32996 |
hi guys, the firefox2 display date selecotr in the background.... |
| 13:51 |
Guest32996 |
are there any bugfixes? |
| 13:51 |
sorenmalling |
Guest32996: What date selector? |
| 13:53 |
Guest32996 |
sorenmalling: : the calendericon at the end of inputfileds in the backend |
| 13:53 |
sorenmalling |
Guest32996: What extension? |
| 13:53 |
Guest32996 |
standard install... |
| 13:54 |
sorenmalling |
Specify, where.. |
| 13:54 |
Guest32996 |
inputsfields on page properties like "new until" (german: "neu bis") or start and end |
| 13:54 |
Guest32996 |
hat a selector for the date |
| 13:55 |
Guest32996 |
or the input field last change... |
| 13:55 |
sorenmalling |
Hm, i don't have a calendar icon, i only got a input field and then the "Help" icon |
| 13:55 |
Guest32996 |
hmpf |
| 13:56 |
maholtz|WORK |
@sorenmailling: there is a extension date2cal |
| 13:56 |
sorenmalling |
Then it was concerning a extension, not a standard install :) that was what i asked about :) |
| 13:56 |
maholtz|WORK |
@guest32996 for that calender function you have an extension installed |
| 13:56 |
Guest32996 |
maholtz|WORK: these icons from a extension? |
| 13:56 |
maholtz|WORK |
yep |
| 13:56 |
lilalinux |
Is it possible to have an attachment (Link->File) in RTE display it's filesize? |
| 13:56 |
Guest32996 |
hmpf |
| 13:56 |
maholtz|WORK |
date2cal usually |
| 13:56 |
Guest32996 |
sorrry @ sorrennmaling |
| 13:57 |
maholtz|WORK |
@lilalinux: maybe - would be an interesting typoscript task:) |
| 13:57 |
lilalinux |
%-) |
| 13:57 |
lilalinux |
<---- Newbie |
| 13:57 |
maholtz|WORK |
the link is parsed - you could perhaps use that with filelink etc |
| 13:57 |
maholtz|WORK |
ups |
| 13:57 |
lilalinux |
ok, at least it's possible |
| 13:57 |
maholtz|WORK |
sry, i would like to do it - but not have the time |
| 13:57 |
lilalinux |
faulenzer |
| 13:58 |
maholtz|WORK |
i would not bet on it;) |
| 13:58 |
lilalinux |
:-) |
| 13:58 |
maholtz|WORK |
:p |
| 14:00 |
Guest32996 |
didn't find a update or bugfix for cal2date |
| 14:00 |
maholtz|WORK |
what happens if you uninstall it? check it if it is really that thing |
| 14:01 |
Guest32996 |
it works @ ff3 and ie7 |
| 14:02 |
untouch_ |
doesnt anyone know a solution for this i simply need option to upload single files in one CE and give them seperate descriptions via backend |
| 14:03 |
untouch_ |
the downloads need to have a gif "adobe acrobat symbol" in front of them also |
| 14:07 |
milpoer_ |
Hello, anyone with expirence with the fe_user + cwtcommunity combination ? |
| 14:07 |
milpoer_ |
i have problems with the user image.. |
| 14:14 |
jopk |
hi |
| 14:15 |
jopk |
Is there a way to get debug and log messages from my extension in the admin panel ? |
| 14:19 |
maholtz680 |
re |
| 14:34 |
Duesentrieb |
hi all. i just inherited a typo3 site. i have never touched typo3 before so i'm clueless. first think i need to do is: log in. username & password apparently got lost. so... |
| 14:34 |
Duesentrieb |
what'S the simplest way to recover? i'm not afraid of digging around php or mysql. |
| 14:34 |
Duesentrieb |
actually, i'm staring at the password field in be_users right now. |
| 14:34 |
Duesentrieb |
is it a plain MD% of the password? |
| 14:35 |
maholtz680 |
@Duesentrieb: yep |
| 14:35 |
maholtz680 |
:( |
| 14:35 |
Duesentrieb |
no salt? |
| 14:35 |
maholtz680 |
nope:( |
| 14:35 |
Duesentrieb |
>_< |
| 14:35 |
Duesentrieb |
anyway, good for me :) |
| 14:35 |
Duesentrieb |
thanks |
| 14:35 |
maholtz680 |
np |
| 14:35 |
Duesentrieb |
i'm sure i'll be back with more questions later |
| 14:36 |
lilalinux |
maholtz680: answering myself: ml_links |
| 14:36 |
maholtz680 |
@Duesentrieb: which cms did you use before which has salted backend passwords? |
| 14:36 |
Duesentrieb |
maholtz680: mediawiki |
| 14:36 |
maholtz680 |
:) |
| 14:37 |
Duesentrieb |
what's be_users vs fe_users? |
| 14:38 |
maholtz|WORK |
be_user: backend - login into typo3 |
| 14:38 |
Duesentrieb |
ah, i see |
| 14:38 |
maholtz|WORK |
fe: frontend - have pages which are restriced |
| 14:38 |
maholtz|WORK |
different worlds:) |
| 14:52 |
Duesentrieb |
is there a way to implement "pretty" URLs with typo3? that is, stable "speaking" URLs? |
| 14:53 |
Duesentrieb |
or do i have to hack up rewrites in htaccess for each page? |
| 14:59 |
sorenmalling |
Duesentrieb: RealURL: http://typo3.org/extensions/repository/view/realurl/current/ |
| 14:59 |
sorenmalling |
Duesentrieb: CooluRI: http://typo3.org/extensions/repository/view/cooluri/current/ |
| 15:00 |
Duesentrieb |
sorenmalling: thanks, will look into it later |
| 15:00 |
lindsey |
hi, ive got a little question ^^ is there something like [globalVar = TSFE:page|layout = 1] for matching the layout of the parent element? |
| 15:00 |
sorenmalling |
Duesentrieb: np :) |
| 15:05 |
untouch_ |
is there any reason why i should not put every page on no cache? |
| 15:06 |
untouch_ |
i dont want the user forget to delete the cache all the time |
| 15:06 |
lindsey |
its faster with cache |
| 15:21 |
Sakoon_Mahool |
Hi Can i get uid of user after login |
| 15:21 |
Sakoon_Mahool |
? |
| 15:21 |
Sakoon_Mahool |
i am using felogin? |
| 15:25 |
lilalinux |
Can I use: RTE.default.proc.allowedClasses :=addToList(foo,bar,<RTE.default.allowedClasses)? |
| 15:29 |
sorenmalling |
Sakoon_Mahool: Yes, use the $GLOBALS['TSFE'] object |
| 15:29 |
Sakoon_Mahool |
ok |
| 15:29 |
Sakoon_Mahool |
thanks |
| 15:30 |
sorenmalling |
Sakoon_Mahool: $GLOBALS['TSFE']->fe_user->uid as far as i remember |
| 15:30 |
Sakoon_Mahool |
yeah |
| 15:31 |
sorenmalling |
Sakoon_Mahool: $GLOBALS['TSFE']->fe_user->user['uid'] |
| 15:31 |
sorenmalling |
Sakoon_Mahool: http://www.typo3-unleashed.net/cookbook_recipe/date/2006/01/02/getting-frontend-user-data.html |
| 15:40 |
radigamov |
hi all, is it possible to add JS and CSS files in the template using TypoScript? |
| 15:43 |
theconic |
Hello all... |
| 15:43 |
theconic |
Does someone use "DB Integration (wfqbe)" with MS Access Databases? I don't get that working |
| 15:43 |
sorenmalling |
radigamov: Look at this --> http://paste.phlogi.net/-945aef4ff6/ |
| 15:46 |
Sakoon_Mahool |
Can I customise felogin template? |
| 15:47 |
m4rtijn |
yes |
| 15:47 |
m4rtijn |
Sakoon_Mahool - do you have openoffice? |
| 15:47 |
Sakoon_Mahool |
Yes |
| 15:48 |
Sakoon_Mahool |
I am reading its mnual |
| 15:48 |
m4rtijn |
..there should be a templatefile somewhere.. |
| 15:49 |
Sakoon_Mahool |
This is the template file which is this plugin using |
| 15:49 |
m4rtijn |
u can set the template via typoscript and customise it |
| 15:49 |
Sakoon_Mahool |
like template.html |
| 15:49 |
m4rtijn |
yes |
| 15:49 |
m4rtijn |
u have to copy it, set it in typoscript.. |
| 15:49 |
Sakoon_Mahool |
via typo3? |
| 15:49 |
radigamov |
sorenmalling, thanks |
| 15:50 |
Sakoon_Mahool |
M4rtin my typoscript is not enough strong |
| 15:50 |
m4rtijn |
its only one line.. |
| 15:50 |
Sakoon_Mahool |
can you guide me like some example |
| 15:50 |
m4rtijn |
yeah.. looking |
| 15:51 |
m4rtijn |
plugin.tx_felogin_pi1.templateFile = fileadmin/templates/login.html |
| 15:51 |
m4rtijn |
just copy the templatefile into your folder, set it like that and then u can edit it |
| 15:52 |
m4rtijn |
.. if u just want to make some simple customisations like color, input field width etc.. |
| 15:52 |
m4rtijn |
u can use css instead |
| 15:54 |
Sakoon_Mahool |
plugin.tx_felogin_pi1.templateFile = fileadmin/templates/login.html where i put this |
| 15:56 |
Sakoon_Mahool |
You are saying i place this code in setup |
| 15:57 |
Michel1122 |
hello |
| 15:57 |
Michel1122 |
can i change [forceCharset] in typoscript? |
| 15:57 |
sorenmalling |
Sakoon_Mahool: yes, place it in your template (not HTML, but the template where you define page object) |
| 15:57 |
CMSnoob |
Hi everybody |
| 15:57 |
Michel1122 |
hi |
| 15:57 |
Michel1122 |
can i change [forceCharset] in typoscript? |
| 15:58 |
CMSnoob |
Can someone tell me how I can point a folder to a DAM category? |
| 15:58 |
Phlogi |
Michel1122: nope |
| 15:58 |
Michel1122 |
ok |
| 15:58 |
Phlogi |
Michel1122: thats a backend option anyway |
| 15:58 |
Michel1122 |
i kno |
| 15:59 |
Michel1122 |
but i have pages who are utf-8 and isop |
| 15:59 |
Michel1122 |
iso* |
| 15:59 |
Phlogi |
Michel1122: you can however change the outputted charset in TS |
| 15:59 |
Phlogi |
Michel1122: I see... I would convert everything |
| 15:59 |
CMSnoob |
Phlogi can you also help me with DAM? |
| 16:00 |
Phlogi |
CMSnoob: nope I don't know DAM that good |
| 16:00 |
CMSnoob |
Phlogi :( oke |
| 16:00 |
CMSnoob |
Anyone else that knows more about the working of DAM? |
| 16:02 |
Sakoon_Mahool |
M4rtin I am using plugin.tx_felogin_pi1.templateFile = fileadmin/templates/index.html |
| 16:02 |
Sakoon_Mahool |
and index.html have a section where login |
| 16:02 |
maholtz|WORK |
@CMSSnoob: pointing folder to category? you want all files in that folder to be automatically in an speciall category? |
| 16:02 |
Sakoon_Mahool |
Means index.html file has login section |
| 16:03 |
CMSnoob |
maholtz|WORK: Yes I have a folder in my fileadmin and I've made a category with dam_catedit |
| 16:04 |
CMSnoob |
and now I want to link the folder to that category, so I can use it with a photogallery |
| 16:06 |
maholtz|WORK |
i would think it is only possible, if you index the files in that folder, otherwise you would not need DAM |
| 16:06 |
CMSnoob |
oke, indexing can also be down with dam? |
| 16:08 |
maholtz|WORK |
? thats what dam is for |
| 16:16 |
Sakoon_Mahool |
Can we change the template of felogin? |
| 16:20 |
Folkert |
/msg NickServ identify isgeheim |
| 16:21 |
Folkert |
well that goes well |
| 16:27 |
m4rtijn |
hehe |
| 16:27 |
m4rtijn |
Sakoon_Mahool - dont use your index.html |
| 16:27 |
m4rtijn |
Sakoon_Mahool - what do u want to customise? |
| 16:28 |
m4rtijn |
cant be that much with 2 a login field... |
| 16:28 |
Sakoon_Mahool |
Thanks Dear I have done it |
| 16:28 |
m4rtijn |
theres nothing there |
| 16:28 |
Sakoon_Mahool |
by using index.html |
| 16:28 |
m4rtijn |
.. hmmkay |
| 16:28 |
m4rtijn |
doesnt sound like a good solution to me.. |
| 16:29 |
m4rtijn |
but if it works.. should be ok |
| 17:08 |
m4rtijn |
hm |
| 17:23 |
nd__ |
How can I access fileResource() from a class not having cObj? |
| 17:28 |
maholtz|WORK |
@nd__:http://www.typo3-scout.de/2008/05/28/cobject-im-backend/ |
| 17:33 |
nd__ |
maholtz|WORK: Thanks alot |
| 17:34 |
nd__ |
I wonder, I'm in FE but not in my pibase extending class but a helper class... there I cannot use cobject. Am I right assuming that I then have to work like I'm in BE? |
| 17:34 |
nd__ |
(concerning the cobj at least) |
| 17:34 |
milpoer |
hello, i have a problem with my seminar plugin, i can't unregister from an event, at "my event" page, nieghter when the are people at the waiting list or not. |
| 17:36 |
theconic |
i try to use "DB Integration (wfqbe)" with a MS ACCESS DB and i cannot connect to the db. Does someone have a tutorial, helpfile, description or something like that? |
| 17:36 |
m4rtijn |
ms access? |
| 17:36 |
m4rtijn |
with typo3 |
| 17:36 |
m4rtijn |
nice ;p |
| 17:37 |
theconic |
yes, i have to |
| 17:37 |
theconic |
not my database... |
| 17:37 |
just2b |
use dbal |
| 17:37 |
theconic |
i would prefer mysql (who would have thought that ...? ) but i have to connect to another one's db |
| 17:38 |
theconic |
wfqbe uses dbal |
| 17:38 |
just2b |
ah sry |
| 17:38 |
theconic |
oh, sry it doesn't! |
| 17:38 |
theconic |
it uses adodb |
| 17:38 |
theconic |
i mixed it up |
| 17:39 |
theconic |
the thing is: I think i just fill in the fields incorrectly. |
| 17:39 |
m4rtijn |
anyone an idea why this typolink isnt working: http://www.phlogi.net/t3/tspastebin/ |
| 17:40 |
just2b |
great link m4rtijn |
| 17:40 |
theconic |
what is not working there? ^^ |
| 17:40 |
m4rtijn |
ah.. hehe |
| 17:40 |
m4rtijn |
i always do that |
| 17:40 |
m4rtijn |
http://paste.phlogi.net/typolink_n/ |
| 17:40 |
maholtz|WORK |
@nd__: sry, nope i was on the wrong planet - it should be enough to use t3lib_div::makeInstance(...) |
| 17:41 |
m4rtijn |
could it be that typolink doesnt work with type IMAGE ? |
| 17:41 |
nd__ |
maholtz|WORK: I see. Great, thanks alot |
| 17:42 |
maholtz|WORK |
@m4rtijn: have an look at TSref you will see there is no typolink property with IMAGE but stdWrap so use stdWrap.typolink |
| 17:42 |
m4rtijn |
thx |
| 17:43 |
maholtz|WORK |
i would think, you should have known that... but it shows how bad the 45 minutes typoscript is.... :( |
| 17:43 |
theconic |
so does someone know how to fill in the fields in "DB Integration" to have access to a ms access db? |
| 17:46 |
milpoer |
any that could help my with the seminar plugin and unregistering? |
| 17:46 |
m4rtijn |
hmm.. I didnt look at the TSREF o fimage.. |
| 17:46 |
m4rtijn |
that might be the problem :) |
| 17:46 |
m4rtijn |
only tsref of typolink |
| 17:47 |
maholtz|WORK |
i know - thats always the problem;) |
| 17:47 |
maholtz|WORK |
i thought i had figured that out, but i hadnt |
| 17:47 |
maholtz|WORK |
:) |
| 17:47 |
maholtz|WORK |
does not really hurts me *g* |
| 17:47 |
nd__ |
maholtz|WORK: Still get Call to a member function fileResource() on a non-object in ... |
| 17:49 |
maholtz|WORK |
paste your code (the part we need to know) |
| 17:50 |
nd__ |
maholtz|WORK: Sure thing, a second |
| 17:50 |
nd__ |
$this->detailTemplate = $this->cObj->fileResource($this->localConf['detailTemplate']); |
| 17:50 |
nd__ |
aah, well, got a clue |
| 17:52 |
nd__ |
Ok, I just forget to change one call from new to makeInstance. Now I get a 500 ;/ |
| 17:52 |
nd__ |
but that might be unrelated... |
| 17:53 |
maholtz|WORK |
sounds great :p |
| 17:54 |
nd__ |
well, it seems I cannot call it like: makeInstance(myclass($something)); |
| 17:54 |
nd__ |
but instead I have to quote the class name, and therefor cannot use any value for constructor -- right? |
| 17:54 |
maholtz|WORK |
nope makeInstance('nameoftheclass') |
| 17:55 |
maholtz|WORK |
ups, right |
| 17:55 |
maholtz|WORK |
i think! |
| 17:55 |
maholtz|WORK |
have an look in the api |
| 17:55 |
nd__ |
Had a look at the ref,... not explained there |
| 17:56 |
maholtz|WORK |
do you use http://wiki.typo3.org/De:OpenSearch ? than you could type in your searchbox "api makeInstance" and would get http://typo3.org/fileadmin/typo3api-4.0.0/search.php?query=makeinstance |
| 17:57 |
nd__ |
nice, thanks <bookmarked> |
| 17:58 |
maholtz|WORK |
have to go now, good evening:) |
| 17:59 |
nd__ |
thanks, bye |
| 18:06 |
nd__ |
Dang... now I rewrote it completely to have another method instead of the constructor to set the config but I still get the Fatal error: Call to a member function fileResource() on a non-object in... |
| 18:06 |
nd__ |
Any more ideas? |
| 18:22 |
nd__ |
Well, I guess this applies: http://www.typo3-jack.net/typo3-english-lists-netfielders-de/192-typo3-cobj-fileresource-undefined-method.html |
| 18:25 |
porkpie |
void:hi |
| 18:25 |
void |
hi |
| 18:26 |
porkpie |
void have you got time to look at this lang problem please |
| 18:26 |
porkpie |
it's driving me mad :S |
| 18:26 |
porkpie |
void:pm |
| 18:26 |
void |
could you give a link again? |
| 18:26 |
porkpie |
http://www.jfmradio.com |
| 18:28 |
porkpie |
void:I can give you a BE login if it helps ... |
| 18:28 |
porkpie |
void:just pm me .... |
| 18:39 |
nd__ |
Dang, reading via fopen/fgets/fclose doesn't work either... but it's kind of dirty anyway... |
| 18:39 |
nd__ |
Is there no real method for the job? |
| 18:43 |
porkpie |
void:sorry had to reboot |
| 19:02 |
sebmol |
hi |
| 19:03 |
sebmol |
I need some help with a site where a content element is used on multiple pages. how would that be done? |
| 19:04 |
Tsoots |
create a reference |
| 19:05 |
sebmol |
how |
| 19:05 |
Tsoots |
on the right hand side where there are tools to cut, copy, delete etc. there's also one for creating a reference |
| 19:05 |
Tsoots |
click on it |
| 19:05 |
Tsoots |
then paste to the page where you want it to appear |
| 19:07 |
sebmol |
hmm |
| 19:08 |
sebmol |
this is list view, right? |
| 19:08 |
sebmol |
extended? |
| 19:08 |
Tsoots |
no |
| 19:08 |
Tsoots |
page view |
| 19:08 |
Tsoots |
where you see the elements |
| 19:09 |
sebmol |
ok. there's six icons for each content element |
| 19:09 |
sebmol |
none of which says something about references |
| 19:10 |
sebmol |
am I looking at the wrong thing? |
| 19:11 |
Tsoots |
sec |
| 19:11 |
sebmol |
ok |
| 19:13 |
Tsoots |
http://www.tsoots.fi/ota/ref.png |
| 19:13 |
Tsoots |
that's how it shows up here |
| 19:13 |
Tsoots |
arrow pointing to the ref thingy |
| 19:14 |
Tsoots |
using tv here |
| 19:14 |
sebmol |
what's tv |
| 19:14 |
swemark |
Whats the prob? |
| 19:14 |
Tsoots |
templavoila |
| 19:14 |
swemark |
and yes im too lazy to read the log |
| 19:14 |
sebmol |
i don't think I have that |
| 19:15 |
sebmol |
swemark: i'm trying to reuse a content element across several pages |
| 19:15 |
swemark |
oh yeah |
| 19:15 |
swemark |
create references |
| 19:15 |
sebmol |
well, yes |
| 19:15 |
sebmol |
but how |
| 19:15 |
swemark |
:) |
| 19:15 |
swemark |
you use templavoila? |
| 19:15 |
sebmol |
my buttons don't look that way and I don't have tv |
| 19:15 |
sebmol |
no |
| 19:15 |
swemark |
ok |
| 19:15 |
swemark |
just a sec |
| 19:15 |
swemark |
ill check an installation |
| 19:16 |
sebmol |
i found "insert records" which seems to work |
| 19:16 |
sebmol |
not sure if that's how it's to be done though |
| 19:16 |
sebmol |
or what side effects that has |
| 19:17 |
swemark |
well |
| 19:17 |
swemark |
i think you cant do it any wasy way without templavoila |
| 19:17 |
sebmol |
ok |
| 19:18 |
swemark |
easy* |
| 19:18 |
swemark |
!wiki reference |
| 19:18 |
swemark |
ok no wikibot |
| 19:18 |
sebmol |
hmm? |
| 19:43 |
Miami_Vice |
hello |
| 19:43 |
Miami_Vice |
i need to make a gallery wich looks like this http://www.impressum.de/lang/de_DE/team.html |
| 19:43 |
Miami_Vice |
as u can see theres a larger picture at the bottom |
| 19:43 |
Miami_Vice |
wich gallery should i use ? |
| 19:48 |
factes |
hello there.. |
| 19:49 |
Phlogi |
Miami_Vice: I would use normal CE |
| 19:49 |
Phlogi |
hello |
| 19:49 |
Miami_Vice |
text with picture? |
| 19:49 |
factes |
anyone that can help me with seminars and howto unregister from an event ? |
| 19:50 |
factes |
i'm missing the unregister link on "my event"-page |
| 20:01 |
sorenmalling |
Anyone experienced problems with sr_feuser_register, when creating a user from the frontend, that has already been a user once (same username) but have been deleted? |
| 20:01 |
sorenmalling |
I get a huge amount of MySql debug materiale :( |
| 21:14 |
Sebastan |
hello, with what vars do I find out the name of typo3 server, username, password and database in php typo3 extension? I need to set back the connection to the typodatabase after connecting to another database... |
| 21:18 |
sorenmalling |
Sebastan: Use the MySql functions, it automaticly connects you to your typo3 server |
| 21:20 |
Sebastan |
I tried it this way: |
| 21:20 |
Sebastan |
$link = $GLOBALS['TYPO3_DB']->sql_pconnect("db-jail.config-server.local", "traf", "Uzq") or die("Could not connect : "); |
| 21:20 |
Sebastan |
$erg = $GLOBALS['TYPO3_DB']->sql_select_db('traff_printout') or die("Could not select database"); |
| 21:20 |
Sebastan |
$res = $GLOBALS['TYPO3_DB']->sql_query('SELECT * from PRINTOUT_DELIVERIES'); |
| 21:20 |
Sebastan |
while ($row=$GLOBALS['TYPO3_DB']->sql_fetch_assoc($res) ) |
| 21:20 |
Sebastan |
{ |
| 21:20 |
Sebastan |
} |
| 21:20 |
Sebastan |
# DB Zurücksetzen |
| 21:20 |
Sebastan |
// $link = $GLOBALS['TYPO3_DB']->sql_pconnect("db-jail.config-server.local", "traff", "Uz") or die("Could not connect : "); |
| 21:20 |
Sebastan |
$erg = $GLOBALS['TYPO3_DB']->sql_select_db(TYPO3_db); |
| 21:20 |
Sebastan |
So I can get data from another database |
| 21:21 |
Sebastan |
but I need to set the typodatabase back |
| 21:21 |
sorenmalling |
Dont paste here, paste at http://paste.phlogi.net/ |
| 21:23 |
sorenmalling |
Sebastan: Next time you use $GLOBALS[' TYPO3_DB']->exec_SELECTquery it should automaticly rebuild the connection to the database used for your installation (which, by the way, is written in typo3conf/localconf.php) |
| 21:24 |
Sebastan |
I use this normally. But how to get data from external databases? by the way what is http://paste.phlogi.net/ for? |
| 21:25 |
Sebastan |
$GLOBALS[' TYPO3_DB']->exec_SELECTquery dont have parameter for servername, username and so on as far as I know |
| 21:26 |
sorenmalling |
Sebastan: No, the exec_SELECT... does not have parameters, because it automaticly etablish the connection |
| 21:27 |
Sebastan |
yes. but only to the normal typo-db. I need to get data from another server-db. on another host... |
| 21:27 |
sorenmalling |
Sebastan: paste.phlogi.net is a place to paste code, that you would like other to see, so that you don't fill the chat with a lot of code, that might only be relevant to one or two |
| 21:28 |
Sebastan |
so you could see my posted code there? |
| 21:30 |
Sebastan |
the thing is that I normally use the exec_SELECTquery till now. But now I need to get data from external table. So I found out the code I posted. That way I can access the other database. But I want to use the typo3-db again after it. So I need to set the pointer back. Otherwise typo3 is searching in the wrong database and brings up error of not finding table and so on... |
| 21:30 |
Sebastan |
the external server-data should be dynamic too so that it could be changed... |
| 21:31 |
Sebastan |
I mean username and password |
| 21:31 |
Sebastan |
and dns |
| 21:33 |
Sebastan |
so is there another way to access external host database or in which var do I find username, password, databasename and host of the typo3? |
| 21:38 |
Sebastan |
someone? |
| 21:45 |
Sebastan |
does someone know what I search? |
| 21:53 |
Phlogi |
Sebastan: good question.. maybe you have to create your own db connection for the external server |
| 21:57 |
Sebastan |
maybe I need to do this. I found another examples where tables where included in table def and typo3 then knows that this tables are on another host but I need to configure the host-dns and so on... |
| 22:07 |
nd_ |
WTF: Fatal error: Call to a member function typoLink() on a non-object in /Users/<removed>/www.unsermac.com/typo3/sysext/cms/tslib/class.tslib_pibase.php on line 309 ?! |
| 23:05 |
Ruudi |
hi |
| 23:11 |
Ruudi |
how comes my content gets indexed even if no typo3search comments in source? |