| 00:10 |
num000 |
can i have a wrap to only one particular page? |
| 00:10 |
num000 |
can i have a wrap to only one particular page? |
| 00:24 |
num000 |
anyone here? |
| 00:24 |
num000 |
anyone here? |
| 01:23 |
voidus |
num000: i am still here :) |
| 01:23 |
voidus |
num000: i am still here :) |
| 01:39 |
kaktustmimi |
voidus, did you solve your sql problem?!? |
| 01:39 |
kaktustmimi |
think you can do that with a sub-select |
| 01:39 |
kaktustmimi |
voidus, did you solve your sql problem?!? |
| 01:39 |
kaktustmimi |
think you can do that with a sub-select |
| 02:03 |
num000 |
voidus heheh |
| 02:03 |
num000 |
me to |
| 02:03 |
num000 |
voidus i was asking if there is a way to apply a wrapping just to one page and exclude it from the menu |
| 02:03 |
num000 |
the main page should have a slight different <li class"..."> |
| 02:03 |
num000 |
voidus heheh |
| 02:03 |
num000 |
me to |
| 02:03 |
num000 |
voidus i was asking if there is a way to apply a wrapping just to one page and exclude it from the menu |
| 02:03 |
num000 |
the main page should have a slight different <li class"..."> |
| 02:09 |
voidus |
kaktustmimi: i made sql query in a cycle |
| 02:09 |
num000 |
;) |
| 02:09 |
kaktustmimi |
voidus, so it works? |
| 02:09 |
voidus |
kaktustmimi: i made sql query in a cycle |
| 02:09 |
num000 |
;) |
| 02:09 |
kaktustmimi |
voidus, so it works? |
| 02:10 |
voidus |
kaktustmimi: yes, it works, but not-so-optimazed, but works :) |
| 02:10 |
kaktustmimi |
I still have problems with the translator |
| 02:10 |
kaktustmimi |
seems like the translation doesn't work for XML language files |
| 02:10 |
voidus |
num000: exclude in menu - check "not in menu". wrap - use [globalVar = TSFE:id = x] or [pidInRootline] conditions |
| 02:11 |
kaktustmimi |
hm - could be the wrong file... |
| 02:10 |
voidus |
kaktustmimi: yes, it works, but not-so-optimazed, but works :) |
| 02:10 |
kaktustmimi |
I still have problems with the translator |
| 02:10 |
kaktustmimi |
seems like the translation doesn't work for XML language files |
| 02:10 |
voidus |
num000: exclude in menu - check "not in menu". wrap - use [globalVar = TSFE:id = x] or [pidInRootline] conditions |
| 02:11 |
kaktustmimi |
hm - could be the wrong file... |
| 02:15 |
gentooma |
hi |
| 02:16 |
gentooma |
is anyone here familiar with the staticpub extension= |
| 02:16 |
num000 |
voidus mhhh where is this check "not in menu" |
| 02:16 |
voidus |
num000: in page properties |
| 02:17 |
gentooma |
as I don't figure out how to let it follow the 'shortcut links" |
| 02:18 |
num000 |
ahh second options |
| 02:18 |
voidus |
gentooma: maybe, resolve all shortcuts to real ids? |
| 02:19 |
num000 |
strange, just excluding it did do the job |
| 02:19 |
num000 |
voidus, thank you very much. |
| 02:19 |
num000 |
cool |
| 02:19 |
num000 |
typo3 thinks for me |
| 02:19 |
voidus |
num000: np :) |
| 02:15 |
gentooma |
hi |
| 02:16 |
gentooma |
is anyone here familiar with the staticpub extension= |
| 02:16 |
num000 |
voidus mhhh where is this check "not in menu" |
| 02:16 |
voidus |
num000: in page properties |
| 02:17 |
gentooma |
as I don't figure out how to let it follow the 'shortcut links" |
| 02:18 |
num000 |
ahh second options |
| 02:18 |
voidus |
gentooma: maybe, resolve all shortcuts to real ids? |
| 02:19 |
num000 |
strange, just excluding it did do the job |
| 02:19 |
num000 |
voidus, thank you very much. |
| 02:19 |
num000 |
cool |
| 02:19 |
num000 |
typo3 thinks for me |
| 02:19 |
voidus |
num000: np :) |
| 02:20 |
gentooma |
voidus: the problem is - if I run the crawler with the static pub extension as processing instruction - I get only the 'real sites' --> but all shortcuts are omitted ------> is there a way that the crawler creates a copy of the original page for the shortcuts? |
| 02:21 |
kaktustmimi |
voidus, can you explain to me, why the second parameter is put in ' in the following line: return preg_replace($pattern, '$this->_getLocalLang($1)', $text); |
| 02:21 |
num000 |
i do have a small pixel failure and i don't know how to solve it, i know it is not the right place to ask for help but if someone wants to have a look, i would be thankfull for ideas |
| 02:21 |
voidus |
gentooma: i am not familiar with crawler.. but i offer a workaround |
| 02:22 |
voidus |
gentooma: http://codeline.richmd.ru/?p=12 see the first comment |
| 02:23 |
gentooma |
kaktustmimi: if you look here http://de.php.net/manual/de/function.preg-replace.php you see that the 2.param is the replace string |
| 02:23 |
gentooma |
if you put something in php in ' the contents of it isn't evaluated |
| 02:23 |
kaktustmimi |
but it is a function call that is used as second parameter here |
| 02:24 |
kaktustmimi |
in ' ' it is regarded as a simple string - isn't it? |
| 02:24 |
kaktustmimi |
is that a trick I do not get?!? |
| 02:24 |
kaktustmimi |
or what does it do??? |
| 02:24 |
kaktustmimi |
I don't get it |
| 02:24 |
gentooma |
kaktustmimi: so $a = "abc" ---> echo '$a' = $a --- echo $a = abc |
| 02:24 |
kaktustmimi |
jepp - that's clear to me |
| 02:20 |
gentooma |
voidus: the problem is - if I run the crawler with the static pub extension as processing instruction - I get only the 'real sites' --> but all shortcuts are omitted ------> is there a way that the crawler creates a copy of the original page for the shortcuts? |
| 02:21 |
kaktustmimi |
voidus, can you explain to me, why the second parameter is put in ' in the following line: return preg_replace($pattern, '$this->_getLocalLang($1)', $text); |
| 02:21 |
num000 |
i do have a small pixel failure and i don't know how to solve it, i know it is not the right place to ask for help but if someone wants to have a look, i would be thankfull for ideas |
| 02:21 |
voidus |
gentooma: i am not familiar with crawler.. but i offer a workaround |
| 02:22 |
voidus |
gentooma: http://codeline.richmd.ru/?p=12 see the first comment |
| 02:23 |
gentooma |
kaktustmimi: if you look here http://de.php.net/manual/de/function.preg-replace.php you see that the 2.param is the replace string |
| 02:23 |
gentooma |
if you put something in php in ' the contents of it isn't evaluated |
| 02:23 |
kaktustmimi |
but it is a function call that is used as second parameter here |
| 02:24 |
kaktustmimi |
in ' ' it is regarded as a simple string - isn't it? |
| 02:24 |
kaktustmimi |
is that a trick I do not get?!? |
| 02:24 |
kaktustmimi |
or what does it do??? |
| 02:24 |
kaktustmimi |
I don't get it |
| 02:24 |
gentooma |
kaktustmimi: so $a = "abc" ---> echo '$a' = $a --- echo $a = abc |
| 02:24 |
kaktustmimi |
jepp - that's clear to me |
| 02:25 |
kaktustmimi |
but that line of code would always use '$this->_getLocalLang($1)' as replace string?!? or am I wrong? |
| 02:25 |
kaktustmimi |
shouldn't it be the return value of this function?!? |
| 02:25 |
gentooma |
kaktustmimi: the coder wanted to replace all matches of the pattern in the text with excactly that string $this->_getLocalLang($1) -- if he leaves out the '' he will get the content of '$this->_getLocalLang($1) |
| 02:25 |
voidus |
kaktustmimi: i cannot understand that too. i see no eval() in this file.. |
| 02:25 |
kaktustmimi |
that doesn't make any sense to me |
| 02:26 |
kaktustmimi |
that's my problem |
| 02:26 |
kaktustmimi |
it would make sense with eval() |
| 02:26 |
kaktustmimi |
hm - ok - it's only a helper |
| 02:26 |
gentooma |
does the author write some script with it? which is called later on |
| 02:27 |
voidus |
gentooma: no.. |
| 02:27 |
kaktustmimi |
hm - I will take a look what happens to the output |
| 02:28 |
gentooma |
voidus: hmm I can't talk russian :/ can you explain me what it does? |
| 02:28 |
voidus |
gentooma: normally, shortcut page have it's own id |
| 02:29 |
voidus |
gentooma: when you open such page, you open index.php?id=x, but content is from page id=y |
| 02:29 |
voidus |
code on the link shows a way to make direct links... so, all links in menus link directly to target page |
| 02:25 |
kaktustmimi |
but that line of code would always use '$this->_getLocalLang($1)' as replace string?!? or am I wrong? |
| 02:25 |
kaktustmimi |
shouldn't it be the return value of this function?!? |
| 02:25 |
gentooma |
kaktustmimi: the coder wanted to replace all matches of the pattern in the text with excactly that string $this->_getLocalLang($1) -- if he leaves out the '' he will get the content of '$this->_getLocalLang($1) |
| 02:25 |
voidus |
kaktustmimi: i cannot understand that too. i see no eval() in this file.. |
| 02:25 |
kaktustmimi |
that doesn't make any sense to me |
| 02:26 |
kaktustmimi |
that's my problem |
| 02:26 |
kaktustmimi |
it would make sense with eval() |
| 02:26 |
kaktustmimi |
hm - ok - it's only a helper |
| 02:26 |
gentooma |
does the author write some script with it? which is called later on |
| 02:27 |
voidus |
gentooma: no.. |
| 02:27 |
kaktustmimi |
hm - I will take a look what happens to the output |
| 02:28 |
gentooma |
voidus: hmm I can't talk russian :/ can you explain me what it does? |
| 02:28 |
voidus |
gentooma: normally, shortcut page have it's own id |
| 02:29 |
voidus |
gentooma: when you open such page, you open index.php?id=x, but content is from page id=y |
| 02:29 |
voidus |
code on the link shows a way to make direct links... so, all links in menus link directly to target page |
| 02:30 |
voidus |
gentooma: no shortcut pages = no problems |
| 02:30 |
kaktustmimi |
voidus, is there a classic function for translating from locallang_db.xml |
| 02:30 |
gentooma |
voidus: okay :) do you have a work around for the index.html too ? :) |
| 02:30 |
kaktustmimi |
for me, there is to much magic in tx_lib_translator |
| 02:30 |
gentooma |
index.php too - as the crawler omits the startpage too :/ |
| 02:31 |
gentooma |
(which is a shortcut it self - hmmm I'll try it) |
| 02:32 |
voidus |
kaktustmimi: yes, there is.. but 'classic' function is in tslib_pibase class... |
| 02:32 |
kaktustmimi |
lib/div is a mess |
| 02:32 |
kaktustmimi |
I really start to hate it! |
| 02:33 |
kaktustmimi |
it seems like the translation only works with %%%content_to_translate%%% |
| 02:33 |
voidus |
kaktustmimi: yes |
| 02:33 |
kaktustmimi |
at least the regexp looks like |
| 02:33 |
kaktustmimi |
I need to translate from locallang_xml - placeholders |
| 02:33 |
kaktustmimi |
wtf?!?! |
| 02:34 |
kaktustmimi |
ok - I'll write to the list |
| 02:34 |
kaktustmimi |
fuck |
| 02:34 |
kaktustmimi |
sry |
| 02:34 |
voidus |
kaktustmimi: try to use $translator->_getLocallang |
| 02:30 |
voidus |
gentooma: no shortcut pages = no problems |
| 02:30 |
kaktustmimi |
voidus, is there a classic function for translating from locallang_db.xml |
| 02:30 |
gentooma |
voidus: okay :) do you have a work around for the index.html too ? :) |
| 02:30 |
kaktustmimi |
for me, there is to much magic in tx_lib_translator |
| 02:30 |
gentooma |
index.php too - as the crawler omits the startpage too :/ |
| 02:31 |
gentooma |
(which is a shortcut it self - hmmm I'll try it) |
| 02:32 |
voidus |
kaktustmimi: yes, there is.. but 'classic' function is in tslib_pibase class... |
| 02:32 |
kaktustmimi |
lib/div is a mess |
| 02:32 |
kaktustmimi |
I really start to hate it! |
| 02:33 |
kaktustmimi |
it seems like the translation only works with %%%content_to_translate%%% |
| 02:33 |
voidus |
kaktustmimi: yes |
| 02:33 |
kaktustmimi |
at least the regexp looks like |
| 02:33 |
kaktustmimi |
I need to translate from locallang_xml - placeholders |
| 02:33 |
kaktustmimi |
wtf?!?! |
| 02:34 |
kaktustmimi |
ok - I'll write to the list |
| 02:34 |
kaktustmimi |
fuck |
| 02:34 |
kaktustmimi |
sry |
| 02:34 |
voidus |
kaktustmimi: try to use $translator->_getLocallang |
| 02:35 |
gentooma |
voidus: hmm can you tell me which lines exactly provide that reformating of the ids? |
| 02:35 |
voidus |
kaktustmimi: that should work |
| 02:35 |
kaktustmimi |
ok - I'll give it a try - it's a private method... shouldn't need to use that ;) |
| 02:36 |
kaktustmimi |
LOL |
| 02:36 |
voidus |
kaktustmimi: if mountain don't come to Mahomet, Mahomet come to mountain.. |
| 02:36 |
kaktustmimi |
I get %%% wrapped around my text now |
| 02:36 |
kaktustmimi |
MUHAHAHA |
| 02:37 |
voidus |
gentooma: .override part |
| 02:35 |
gentooma |
voidus: hmm can you tell me which lines exactly provide that reformating of the ids? |
| 02:35 |
voidus |
kaktustmimi: that should work |
| 02:35 |
kaktustmimi |
ok - I'll give it a try - it's a private method... shouldn't need to use that ;) |
| 02:36 |
kaktustmimi |
LOL |
| 02:36 |
voidus |
kaktustmimi: if mountain don't come to Mahomet, Mahomet come to mountain.. |
| 02:36 |
kaktustmimi |
I get %%% wrapped around my text now |
| 02:36 |
kaktustmimi |
MUHAHAHA |
| 02:37 |
voidus |
gentooma: .override part |
| 02:40 |
gentooma |
voidus: hmm doesn't work :/ |
| 02:40 |
voidus |
gentooma: what exactly doesn't work? |
| 02:40 |
gentooma |
voidus: the shortcut page still has its own id |
| 02:41 |
voidus |
gentooma: hm.. yeah. they will. they just should disappear from all menus |
| 02:41 |
gentooma |
neither that |
| 02:42 |
voidus |
hm.. show your code.. |
| 02:43 |
gentooma |
http://nopaste.biz/19631 |
| 02:40 |
gentooma |
voidus: hmm doesn't work :/ |
| 02:40 |
voidus |
gentooma: what exactly doesn't work? |
| 02:40 |
gentooma |
voidus: the shortcut page still has its own id |
| 02:41 |
voidus |
gentooma: hm.. yeah. they will. they just should disappear from all menus |
| 02:41 |
gentooma |
neither that |
| 02:42 |
voidus |
hm.. show your code.. |
| 02:43 |
gentooma |
http://nopaste.biz/19631 |
| 02:46 |
voidus |
seem to be correct.. |
| 02:47 |
gentooma |
but in the menus the shortcut still has id 14 - the direct page has 10 |
| 02:49 |
ries |
Anybody happen to have a 'The Mix Bold Plain' font? |
| 02:46 |
voidus |
seem to be correct.. |
| 02:47 |
gentooma |
but in the menus the shortcut still has id 14 - the direct page has 10 |
| 02:49 |
ries |
Anybody happen to have a 'The Mix Bold Plain' font? |
| 02:51 |
kaktustmimi |
voidus, and all the others - thanks a lot - I'll go to bed now... see you tomorrow! |
| 02:51 |
voidus |
kaktustmimi: cu |
| 02:52 |
gentooma |
is someone familiar with other offsite-publishin extensions like staticpub? |
| 02:53 |
voidus |
gentooma: maybe try nc_staticfilecache? |
| 02:51 |
kaktustmimi |
voidus, and all the others - thanks a lot - I'll go to bed now... see you tomorrow! |
| 02:51 |
voidus |
kaktustmimi: cu |
| 02:52 |
gentooma |
is someone familiar with other offsite-publishin extensions like staticpub? |
| 02:53 |
voidus |
gentooma: maybe try nc_staticfilecache? |
| 02:58 |
voidus |
gentooma: if you use any plugin on your site, it's impossible to statically publish it.. |
| 02:58 |
voidus |
gentooma: if you use any plugin on your site, it's impossible to statically publish it.. |
| 03:00 |
gentooma |
oz should be though possible to publish a static version even of the plugins - just like the browser gets it |
| 03:03 |
gentooma |
voidus: hmm nc_staticfilecache is not particularly what I'm looking for :/ |
| 03:03 |
voidus |
gentooma: problem is... browser gets index.php?id=x, but plugins itself contains links, and we have a lot of urls: index.php?id=x&tx_plugin[tx_plugin]=y,z... |
| 03:04 |
gentooma |
voidus: I'm looking for someway to export a whole t3 website - in order to mirror it statically on another webserver |
| 03:04 |
gentooma |
the whole plugin-failure thing is something I don't worry about atm |
| 03:00 |
gentooma |
oz should be though possible to publish a static version even of the plugins - just like the browser gets it |
| 03:03 |
gentooma |
voidus: hmm nc_staticfilecache is not particularly what I'm looking for :/ |
| 03:03 |
voidus |
gentooma: problem is... browser gets index.php?id=x, but plugins itself contains links, and we have a lot of urls: index.php?id=x&tx_plugin[tx_plugin]=y,z... |
| 03:04 |
gentooma |
voidus: I'm looking for someway to export a whole t3 website - in order to mirror it statically on another webserver |
| 03:04 |
gentooma |
the whole plugin-failure thing is something I don't worry about atm |
| 03:05 |
voidus |
gentooma: there was dkd_ extension.. |
| 03:06 |
voidus |
gentooma: try dkd_staticupload_.. |
| 03:05 |
voidus |
gentooma: there was dkd_ extension.. |
| 03:06 |
voidus |
gentooma: try dkd_staticupload_.. |
| 03:21 |
num000 |
i've added a mailform into a page. but it is not shown if I call that page. how do i need to add this into my TS to get it shown |
| 03:23 |
gentooma |
voidus: hmm seems to be nice |
| 03:21 |
num000 |
i've added a mailform into a page. but it is not shown if I call that page. how do i need to add this into my TS to get it shown |
| 03:23 |
gentooma |
voidus: hmm seems to be nice |
| 03:42 |
gentooma |
voidus: are you familiar with realurl? |
| 03:43 |
gentooma |
or do you know a good tutorial? |
| 03:42 |
gentooma |
voidus: are you familiar with realurl? |
| 03:43 |
gentooma |
or do you know a good tutorial? |
| 04:15 |
ries |
gentooma: the wiki is good for realUrl |
| 04:15 |
ries |
gentooma: the wiki is good for realUrl |
| 04:41 |
gentooma |
bye and thanks! |
| 04:41 |
gentooma |
bye and thanks! |
| 07:31 |
tsrepadmin |
good morning #typo3! |
| 07:31 |
tsrepadmin |
good morning #typo3! |
| 07:35 |
just2b_ |
hi tsrepadmin |
| 07:35 |
tsrepadmin |
hi just2b |
| 07:36 |
tsrepadmin |
you've been to t3con? |
| 07:35 |
just2b_ |
hi tsrepadmin |
| 07:35 |
tsrepadmin |
hi just2b |
| 07:36 |
tsrepadmin |
you've been to t3con? |
| 07:40 |
just2b_ |
no |
| 07:40 |
just2b_ |
i was at the IAA;) |
| 07:40 |
just2b_ |
no |
| 07:40 |
just2b_ |
i was at the IAA;) |
| 07:45 |
tsrepadmin |
wow. sounds like fun :-) |
| 07:46 |
just2b_ |
yeah but still 500km one way;) |
| 07:47 |
danielkoch |
@just2be that must be love ;-) |
| 07:48 |
just2b_ |
there were some nice cars, yes |
| 07:48 |
just2b_ |
and i am young.. so whats the problem g |
| 07:45 |
tsrepadmin |
wow. sounds like fun :-) |
| 07:46 |
just2b_ |
yeah but still 500km one way;) |
| 07:47 |
danielkoch |
@just2be that must be love ;-) |
| 07:48 |
just2b_ |
there were some nice cars, yes |
| 07:48 |
just2b_ |
and i am young.. so whats the problem g |
| 08:33 |
smeringe |
morning! |
| 08:34 |
just2b_ |
hi smeringe |
| 08:33 |
smeringe |
morning! |
| 08:34 |
just2b_ |
hi smeringe |
| 08:40 |
Fanty |
how do I make a condition in typoscript based on the layout value of the parent page? |
| 08:44 |
d|g |
hi all |
| 08:40 |
Fanty |
how do I make a condition in typoscript based on the layout value of the parent page? |
| 08:44 |
d|g |
hi all |
| 08:47 |
Fanty |
I can see the layout value with print_r($TSFE) in rootLine[1][layout] I just dont know how to get to it with TS |
| 08:47 |
bauschan |
hi all ! |
| 08:49 |
just2b_ |
fanty > this is for the actual page > [globalVar = TSFE:page|layout = 1] |
| 08:49 |
just2b_ |
this should help |
| 08:49 |
just2b_ |
hi bauschan |
| 08:47 |
Fanty |
I can see the layout value with print_r($TSFE) in rootLine[1][layout] I just dont know how to get to it with TS |
| 08:47 |
bauschan |
hi all ! |
| 08:49 |
just2b_ |
fanty > this is for the actual page > [globalVar = TSFE:page|layout = 1] |
| 08:49 |
just2b_ |
this should help |
| 08:49 |
just2b_ |
hi bauschan |
| 08:50 |
Fanty |
just2b_: No, I know that, the problem is getting to the parent... the numbering seems to change based on how many subpages the page has |
| 08:51 |
just2b_ |
no the number is on which level you are |
| 08:51 |
Fanty |
yes - and I need this to work no matter what level im on |
| 08:52 |
Fanty |
something like[globalVar = TSFE:rootLine|<what to put here?>|layout = 1] |
| 08:53 |
just2b_ |
tried -1 ? ;) |
| 08:50 |
Fanty |
just2b_: No, I know that, the problem is getting to the parent... the numbering seems to change based on how many subpages the page has |
| 08:51 |
just2b_ |
no the number is on which level you are |
| 08:51 |
Fanty |
yes - and I need this to work no matter what level im on |
| 08:52 |
Fanty |
something like[globalVar = TSFE:rootLine|<what to put here?>|layout = 1] |
| 08:53 |
just2b_ |
tried -1 ? ;) |
| 09:02 |
tobnepo |
any freelancer wanna take some job for typo3? |
| 09:03 |
just2b_ |
if i would have got time ;) |
| 09:02 |
tobnepo |
any freelancer wanna take some job for typo3? |
| 09:03 |
just2b_ |
if i would have got time ;) |
| 09:07 |
tobnepo |
ahh |
| 09:08 |
tobnepo |
i am wondering if pages generated by typo3 is SEO |
| 09:08 |
just2b_ |
it you make it so, of course |
| 09:07 |
tobnepo |
ahh |
| 09:08 |
tobnepo |
i am wondering if pages generated by typo3 is SEO |
| 09:08 |
just2b_ |
it you make it so, of course |
| 09:10 |
Fanty |
damn.. -1 diden't work |
| 09:11 |
tobnepo |
just2b_, any friend of yours have time? |
| 09:14 |
just2b_ |
tob more template issues or what? |
| 09:10 |
Fanty |
damn.. -1 diden't work |
| 09:11 |
tobnepo |
just2b_, any friend of yours have time? |
| 09:14 |
just2b_ |
tob more template issues or what? |
| 09:17 |
tobnepo |
just2b_, to create a site from default typo3 installation. |
| 09:18 |
just2b_ |
could be possible that i know someone |
| 09:19 |
tobnepo |
just2b_, could we take it to private for discussion? |
| 09:17 |
tobnepo |
just2b_, to create a site from default typo3 installation. |
| 09:18 |
just2b_ |
could be possible that i know someone |
| 09:19 |
tobnepo |
just2b_, could we take it to private for discussion? |
| 09:20 |
just2b_ |
ah i hate the wrong nicks |
| 09:22 |
tobnepo |
no problem. So i was saying if you are comfortable that we discuss this in private? |
| 09:23 |
just2b_ |
yeah no prob.. but not here in irc.. cause not registered nick ^^ |
| 09:23 |
tobnepo |
msn? |
| 09:23 |
just2b_ |
(obscured mail address) |
| 09:20 |
just2b_ |
ah i hate the wrong nicks |
| 09:22 |
tobnepo |
no problem. So i was saying if you are comfortable that we discuss this in private? |
| 09:23 |
just2b_ |
yeah no prob.. but not here in irc.. cause not registered nick ^^ |
| 09:23 |
tobnepo |
msn? |
| 09:23 |
just2b_ |
(obscured mail address) |
| 09:43 |
Fanty |
why doesn't [levelfield:-2,layout = 1] work? :( |
| 09:44 |
Fanty |
page.30.data = levelfield:-2,layout outputs 1 |
| 09:44 |
teppi|work |
someone has an idea how i can include a TS-Menu with a plugin, so i can place it in different positions in the content? |
| 09:43 |
Fanty |
why doesn't [levelfield:-2,layout = 1] work? :( |
| 09:44 |
Fanty |
page.30.data = levelfield:-2,layout outputs 1 |
| 09:44 |
teppi|work |
someone has an idea how i can include a TS-Menu with a plugin, so i can place it in different positions in the content? |
| 10:11 |
Fanty |
how do I make a condition based on levelfield:-2,layout? |
| 10:12 |
just2b_ |
fanty, you could make your own condition |
| 10:12 |
Fanty |
userFunc? |
| 10:13 |
just2b_ |
dont know how.. it is described in tsref |
| 10:11 |
Fanty |
how do I make a condition based on levelfield:-2,layout? |
| 10:12 |
just2b_ |
fanty, you could make your own condition |
| 10:12 |
Fanty |
userFunc? |
| 10:13 |
just2b_ |
dont know how.. it is described in tsref |
| 10:17 |
silithlas |
hi, if in an extension a function returns "return t3lib_div::validEmail($email);", this validEmail function is a basic typo3 function? |
| 10:19 |
just2b_ |
yes it is |
| 10:19 |
just2b_ |
as you can see at t3lib_div ;) |
| 10:19 |
just2b_ |
or in the docs |
| 10:17 |
silithlas |
hi, if in an extension a function returns "return t3lib_div::validEmail($email);", this validEmail function is a basic typo3 function? |
| 10:19 |
just2b_ |
yes it is |
| 10:19 |
just2b_ |
as you can see at t3lib_div ;) |
| 10:19 |
just2b_ |
or in the docs |
| 10:20 |
silithlas |
what do this function do? Check email according to a regex? |
| 10:20 |
just2b_ |
jup |
| 10:20 |
just2b_ |
you just could look it up ;) |
| 10:20 |
silithlas |
where can I see the regexp? |
| 10:20 |
just2b_ |
in the code? |
| 10:20 |
silithlas |
yes |
| 10:20 |
just2b_ |
http://typo3.org/fileadmin/typo3api-4.0.0/classes.html |
| 10:20 |
silithlas |
I need the exact regexp of this function |
| 10:20 |
just2b_ |
take google, there are really 1000 regex for email |
| 10:23 |
delmonico |
gmorning |
| 10:23 |
pmk65 |
or if you want to understand and create complex regEx, try RegexBuddy. It supports JS, PHP, pearl, C etc. http://www.regexbuddy.com/ |
| 10:23 |
just2b_ |
hi peter |
| 10:20 |
silithlas |
what do this function do? Check email according to a regex? |
| 10:20 |
just2b_ |
jup |
| 10:20 |
just2b_ |
you just could look it up ;) |
| 10:20 |
silithlas |
where can I see the regexp? |
| 10:20 |
just2b_ |
in the code? |
| 10:20 |
silithlas |
yes |
| 10:20 |
just2b_ |
http://typo3.org/fileadmin/typo3api-4.0.0/classes.html |
| 10:20 |
silithlas |
I need the exact regexp of this function |
| 10:20 |
just2b_ |
take google, there are really 1000 regex for email |
| 10:23 |
delmonico |
gmorning |
| 10:23 |
pmk65 |
or if you want to understand and create complex regEx, try RegexBuddy. It supports JS, PHP, pearl, C etc. http://www.regexbuddy.com/ |
| 10:23 |
just2b_ |
hi peter |
| 10:26 |
pmk65 |
hi Georg.. |
| 10:28 |
just2b_ |
couldnt try the autocomplete yet-- got no real indexed search installation ;) |
| 10:26 |
pmk65 |
hi Georg.. |
| 10:28 |
just2b_ |
couldnt try the autocomplete yet-- got no real indexed search installation ;) |
| 10:30 |
silithlas |
about regex, I'm using tmailform, in required values I put a line to check mail against regexp, but it never validates the address. Strange because that is exactly the same regexp as in the ValidEmail function : EMAIL_VAL; regex:^[A-Za-z0-9\._-]+[@][A-Za-z0-9\._-]+[\.].[A-Za-z0-9]+$; text: * |
| 10:30 |
just2b_ |
btw peter.. is there a option in the mailform configurtor to add classed to the inpud fields? |
| 10:31 |
kaktuspalme |
where can i set how long typo3 should save a session? |
| 10:30 |
silithlas |
about regex, I'm using tmailform, in required values I put a line to check mail against regexp, but it never validates the address. Strange because that is exactly the same regexp as in the ValidEmail function : EMAIL_VAL; regex:^[A-Za-z0-9\._-]+[@][A-Za-z0-9\._-]+[\.].[A-Za-z0-9]+$; text: * |
| 10:30 |
just2b_ |
btw peter.. is there a option in the mailform configurtor to add classed to the inpud fields? |
| 10:31 |
kaktuspalme |
where can i set how long typo3 should save a session? |
| 10:35 |
kaktustmimi |
hi there - good morning! |
| 10:36 |
JohnN |
kaktuspalme, I believe that's a PHP setting. |
| 10:39 |
kaktuspalme |
JohnN: really?, ive set that the cookie expires in a year, and now it doesnt work anymore |
| 10:39 |
just2b_ |
thx pmk.. sorry this nick is not registered |
| 10:35 |
kaktustmimi |
hi there - good morning! |
| 10:36 |
JohnN |
kaktuspalme, I believe that's a PHP setting. |
| 10:39 |
kaktuspalme |
JohnN: really?, ive set that the cookie expires in a year, and now it doesnt work anymore |
| 10:39 |
just2b_ |
thx pmk.. sorry this nick is not registered |
| 10:40 |
JohnN |
There is a session TTL setting in php.ini somewhere. |
| 10:40 |
JohnN |
Default is 30minutes I think. |
| 10:40 |
JohnN |
There is a session TTL setting in php.ini somewhere. |
| 10:40 |
JohnN |
Default is 30minutes I think. |
| 10:47 |
DerBrain |
hi all, i got a problem with my typo3-site (4.1.2): i've developed a template, made some content and finalized the site @ my own develop-server |
| 10:47 |
DerBrain |
but when i uploaded all the data to the public server - i get just a blank site |
| 10:47 |
DerBrain |
paths and mysql-connection is ok, backend works |
| 10:47 |
DerBrain |
where do i have to search for the next steps - what could either be the problem? |
| 10:48 |
kaktuspalme |
JohnN: thx, i solved the problem |
| 10:48 |
JohnN |
np |
| 10:47 |
DerBrain |
hi all, i got a problem with my typo3-site (4.1.2): i've developed a template, made some content and finalized the site @ my own develop-server |
| 10:47 |
DerBrain |
but when i uploaded all the data to the public server - i get just a blank site |
| 10:47 |
DerBrain |
paths and mysql-connection is ok, backend works |
| 10:47 |
DerBrain |
where do i have to search for the next steps - what could either be the problem? |
| 10:48 |
kaktuspalme |
JohnN: thx, i solved the problem |
| 10:48 |
JohnN |
np |
| 10:58 |
Joker19 |
hi, does anyone know where I can change the standard labels of fe_user fields? ... example: if I edit a fe_user in the backend there's a field "Title" ... how do I change the labe to i.e. "User Title"? |
| 10:59 |
pulponair |
hi dudes |
| 10:59 |
just2b_ |
hi pulponair |
| 11:01 |
Joker19 |
hi, does anyone know where I can change the standard labels of fe_user fields? ... example: if I edit a fe_user in the backend there's a field "Title" ... how do I change the labe to i.e. "User Title"? |
| 11:01 |
pulponair |
hi dudes |
| 11:01 |
just2b_ |
hi pulponair |
| 11:02 |
num000 |
hi all |
| 11:02 |
num000 |
hi all |
| 11:05 |
num000 |
i've a little problem with my menu. the homepage is shown correctly (tab menu not tabbed) getting one leve deeper shows also ok, but when klicking to the submenu it gets to the original untabbed situation. can anyone have a look? it is on page http://dinc.org/cms username akif password Xy37ak |
| 11:05 |
num000 |
example: main page > messaging > sms |
| 11:05 |
num000 |
i've a little problem with my menu. the homepage is shown correctly (tab menu not tabbed) getting one leve deeper shows also ok, but when klicking to the submenu it gets to the original untabbed situation. can anyone have a look? it is on page http://dinc.org/cms username akif password Xy37ak |
| 11:05 |
num000 |
example: main page > messaging > sms |
| 11:14 |
kaktustmimi |
is there anybody using lib/div? |
| 11:14 |
kaktustmimi |
is there anybody using lib/div? |
| 11:19 |
kaktustmimi |
nobody?!? |
| 11:19 |
kaktustmimi |
nobody?!? |
| 11:20 |
kaktustmimi |
must be a sign :-) |
| 11:20 |
kaktustmimi |
must be a sign :-) |
| 12:06 |
num000 |
i've a problem with my menu when a menu is clicked a particular class should be assigned to the <li class"one"> and a sub menu <ul> should be added which also has entries and if one of them are clicked then the clicked should become a <li class="two"> assigned to it |
| 12:06 |
num000 |
my version does only the klicked assignment http://pastebin.com/d905902 this is my TS |
| 12:06 |
num000 |
could anyone give a help |
| 12:07 |
m4rtijn |
hi |
| 12:06 |
num000 |
i've a problem with my menu when a menu is clicked a particular class should be assigned to the <li class"one"> and a sub menu <ul> should be added which also has entries and if one of them are clicked then the clicked should become a <li class="two"> assigned to it |
| 12:06 |
num000 |
my version does only the klicked assignment http://pastebin.com/d905902 this is my TS |
| 12:06 |
num000 |
could anyone give a help |
| 12:07 |
m4rtijn |
hi |
| 12:11 |
[TyReLL] |
moin! |
| 12:11 |
m4rtijn |
u ok drindt? |
| 12:11 |
[TyReLL] |
weiss einer wo ich ne alte suse 8.2 herbekomme? |
| 12:11 |
m4rtijn |
[TyReLL] .. Official TYPO3 Channel | English Only | |
| 12:12 |
[TyReLL] |
sry+ |
| 12:12 |
[TyReLL] |
wrong channel :) |
| 12:12 |
m4rtijn |
np |
| 12:13 |
num000 |
anyone here who could have a look to the above described problem with my menu |
| 12:11 |
[TyReLL] |
moin! |
| 12:11 |
m4rtijn |
u ok drindt? |
| 12:11 |
[TyReLL] |
weiss einer wo ich ne alte suse 8.2 herbekomme? |
| 12:11 |
m4rtijn |
[TyReLL] .. Official TYPO3 Channel | English Only | |
| 12:12 |
[TyReLL] |
sry+ |
| 12:12 |
[TyReLL] |
wrong channel :) |
| 12:12 |
m4rtijn |
np |
| 12:13 |
num000 |
anyone here who could have a look to the above described problem with my menu |
| 12:15 |
m4rtijn |
I cant c it num000 .. post it again |
| 12:16 |
num000 |
i've a problem with my menu when a menu is clicked a particular class should be assigned to the <li class"one"> and a sub menu <ul> should be added which also has entries and if one of them are clicked then the clicked should become a <li class="two"> assigned to it |
| 12:16 |
num000 |
my version does only the klicked assignment http://pastebin.com/d905902 this is my TS |
| 12:16 |
num000 |
m4rtijn thank you so far |
| 12:17 |
m4rtijn |
why are you using wrapItemandSub? |
| 12:18 |
num000 |
mhh, since it works |
| 12:18 |
num000 |
is it wrong? |
| 12:18 |
m4rtijn |
I would just make wraps for the actual level your writing the TS for.. |
| 12:19 |
num000 |
mhh, i didn't understand, can you explain it a bit |
| 12:19 |
num000 |
only with wrap? |
| 12:15 |
m4rtijn |
I cant c it num000 .. post it again |
| 12:16 |
num000 |
i've a problem with my menu when a menu is clicked a particular class should be assigned to the <li class"one"> and a sub menu <ul> should be added which also has entries and if one of them are clicked then the clicked should become a <li class="two"> assigned to it |
| 12:16 |
num000 |
my version does only the klicked assignment http://pastebin.com/d905902 this is my TS |
| 12:16 |
num000 |
m4rtijn thank you so far |
| 12:17 |
m4rtijn |
why are you using wrapItemandSub? |
| 12:18 |
num000 |
mhh, since it works |
| 12:18 |
num000 |
is it wrong? |
| 12:18 |
m4rtijn |
I would just make wraps for the actual level your writing the TS for.. |
| 12:19 |
num000 |
mhh, i didn't understand, can you explain it a bit |
| 12:19 |
num000 |
only with wrap? |
| 12:20 |
m4rtijn |
yes |
| 12:20 |
num000 |
no, it doesn't work |
| 12:20 |
num000 |
i changed wrapItemandSub to wrap |
| 12:22 |
m4rtijn |
I'd use allWrap for the <UL> |
| 12:22 |
m4rtijn |
and wrap for LI |
| 12:22 |
num000 |
have you got an example |
| 12:23 |
m4rtijn |
yes |
| 12:23 |
m4rtijn |
sec.. I'll brb |
| 12:20 |
m4rtijn |
yes |
| 12:20 |
num000 |
no, it doesn't work |
| 12:20 |
num000 |
i changed wrapItemandSub to wrap |
| 12:22 |
m4rtijn |
I'd use allWrap for the <UL> |
| 12:22 |
m4rtijn |
and wrap for LI |
| 12:22 |
num000 |
have you got an example |
| 12:23 |
m4rtijn |
yes |
| 12:23 |
m4rtijn |
sec.. I'll brb |
| 12:30 |
bauschan |
num000: JoH once gave me a snip concerning your issue |
| 12:30 |
bauschan |
you like that ? |
| 12:30 |
num000 |
i didn't understand |
| 12:31 |
bauschan |
JoH == TS guru |
| 12:31 |
num000 |
ahh |
| 12:31 |
num000 |
yes |
| 12:31 |
num000 |
sure |
| 12:31 |
bauschan |
http://phpfi.com/264714 |
| 12:31 |
num000 |
bauschan do i have to work with ifsub? |
| 12:32 |
just2b_ |
is there an ajax tool for list view for sorting? |
| 12:33 |
bauschan |
depends on what you like to display |
| 12:33 |
just2b_ |
me? |
| 12:33 |
m4rtijn |
num000 with ifsub you can change the state of items if they have a submenu |
| 12:33 |
num000 |
well, how to explain |
| 12:34 |
num000 |
the only thing i want is that it should wrap the second level <li> with a class |
| 12:34 |
num000 |
where can i find a reference to CUR,ACT IFSUB etc |
| 12:34 |
num000 |
i couldn't find it on tsref |
| 12:30 |
bauschan |
num000: JoH once gave me a snip concerning your issue |
| 12:30 |
bauschan |
you like that ? |
| 12:30 |
num000 |
i didn't understand |
| 12:31 |
bauschan |
JoH == TS guru |
| 12:31 |
num000 |
ahh |
| 12:31 |
num000 |
yes |
| 12:31 |
num000 |
sure |
| 12:31 |
bauschan |
http://phpfi.com/264714 |
| 12:31 |
num000 |
bauschan do i have to work with ifsub? |
| 12:32 |
just2b_ |
is there an ajax tool for list view for sorting? |
| 12:33 |
bauschan |
depends on what you like to display |
| 12:33 |
just2b_ |
me? |
| 12:33 |
m4rtijn |
num000 with ifsub you can change the state of items if they have a submenu |
| 12:33 |
num000 |
well, how to explain |
| 12:34 |
num000 |
the only thing i want is that it should wrap the second level <li> with a class |
| 12:34 |
num000 |
where can i find a reference to CUR,ACT IFSUB etc |
| 12:34 |
num000 |
i couldn't find it on tsref |
| 12:35 |
voidus |
num000: TMENUITEM |
| 12:35 |
voidus |
num000: search tsref for "common item states" |
| 12:37 |
num000 |
10.8 TMENUITEM doesn't say anything about NO, CUR etc. |
| 12:37 |
num000 |
i had this page before |
| 12:37 |
Fanty |
Anyway to make this a bit cleaner? http://phpfi.com/264716 |
| 12:37 |
bauschan |
num000: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/10/2/ |
| 12:38 |
drindt |
m4rtijn: yes thanks for asking, any you? but why did you ask? |
| 12:38 |
bauschan |
brb |
| 12:38 |
num000 |
ahh, thank you bauschan |
| 12:39 |
theone1979 |
hi all.. |
| 12:39 |
theone1979 |
i have alot of spam in my guestbook.. |
| 12:39 |
num000 |
the german tsref.de and the tsref.org are these the same? |
| 12:35 |
voidus |
num000: TMENUITEM |
| 12:35 |
voidus |
num000: search tsref for "common item states" |
| 12:37 |
num000 |
10.8 TMENUITEM doesn't say anything about NO, CUR etc. |
| 12:37 |
num000 |
i had this page before |
| 12:37 |
Fanty |
Anyway to make this a bit cleaner? http://phpfi.com/264716 |
| 12:37 |
bauschan |
num000: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/10/2/ |
| 12:38 |
drindt |
m4rtijn: yes thanks for asking, any you? but why did you ask? |
| 12:38 |
bauschan |
brb |
| 12:38 |
num000 |
ahh, thank you bauschan |
| 12:39 |
theone1979 |
hi all.. |
| 12:39 |
theone1979 |
i have alot of spam in my guestbook.. |
| 12:39 |
num000 |
the german tsref.de and the tsref.org are these the same? |
| 12:40 |
theone1979 |
how can i prevent this? ( typo3 4.1 Modern Guestbook / Commenting system ve_guestbook 2.0.0) |
| 12:40 |
drindt |
theone1979: use a captcha |
| 12:40 |
theone1979 |
ok.. is there a extension for it ?? and does it work with any guestbook ? |
| 12:41 |
kaktustmimi |
anyone ever thought of writing T3 extensions with symfony?!? |
| 12:42 |
theone1979 |
drindt: i see Hbook as extension for guestbook with captcha in it.. |
| 12:42 |
theone1979 |
trying it now |
| 12:43 |
m4rtijn |
cause u kept joining and leaving drindt :p |
| 12:40 |
theone1979 |
how can i prevent this? ( typo3 4.1 Modern Guestbook / Commenting system ve_guestbook 2.0.0) |
| 12:40 |
drindt |
theone1979: use a captcha |
| 12:40 |
theone1979 |
ok.. is there a extension for it ?? and does it work with any guestbook ? |
| 12:41 |
kaktustmimi |
anyone ever thought of writing T3 extensions with symfony?!? |
| 12:42 |
theone1979 |
drindt: i see Hbook as extension for guestbook with captcha in it.. |
| 12:42 |
theone1979 |
trying it now |
| 12:43 |
m4rtijn |
cause u kept joining and leaving drindt :p |
| 12:45 |
num000 |
copying works like this doesn't it 10.3 > 10.2 |
| 12:46 |
num000 |
no < |
| 12:49 |
num000 |
no that all do not work. ahhhh |
| 12:49 |
m4rtijn |
:p |
| 12:49 |
drindt |
m4rtijn: ah iam migrated to another irc client |
| 12:45 |
num000 |
copying works like this doesn't it 10.3 > 10.2 |
| 12:46 |
num000 |
no < |
| 12:49 |
num000 |
no that all do not work. ahhhh |
| 12:49 |
m4rtijn |
:p |
| 12:49 |
drindt |
m4rtijn: ah iam migrated to another irc client |
| 12:50 |
num000 |
i added CURIFSUB.wrapItemAndSub = <li class="second">|</li> |
| 12:50 |
num000 |
but this doesn't work unfortunately |
| 12:50 |
just2b_ |
try ACTIFSUB and you need to activate these items |
| 12:50 |
m4rtijn |
this works for the itemwhich has a submenu |
| 12:50 |
m4rtijn |
not for the submenu |
| 12:51 |
Blurry |
Hello. Can anyone tell me how to set up RealURL working with a multilingual typo3 site using one page tree for each language? The default language should have the URL structure domain.tld/document, English should be domain.tld/en/document. The first problem I am stumbling upon is: How can I define two different root pages in RealURLs localconf.php configuration? |
| 12:51 |
num000 |
also for subpages |
| 12:51 |
num000 |
activating with ACTIFSUB =1 |
| 12:51 |
num000 |
? |
| 12:52 |
m4rtijn |
yes.. |
| 12:52 |
m4rtijn |
but this doen not change the submenu |
| 12:52 |
m4rtijn |
does* |
| 12:52 |
num000 |
no changes at all |
| 12:52 |
num000 |
ahh |
| 12:53 |
m4rtijn |
no |
| 12:53 |
num000 |
http://pastebin.com/d4dfba7f0 could someone have a look |
| 12:53 |
num000 |
there is nothing changing |
| 12:53 |
m4rtijn |
.... if a menu item has a submenu it will change |
| 12:53 |
num000 |
the lastone just has pages, no menu anymore |
| 12:54 |
num000 |
if this has anything to say of course |
| 12:50 |
num000 |
i added CURIFSUB.wrapItemAndSub = <li class="second">|</li> |
| 12:50 |
num000 |
but this doesn't work unfortunately |
| 12:50 |
just2b_ |
try ACTIFSUB and you need to activate these items |
| 12:50 |
m4rtijn |
this works for the itemwhich has a submenu |
| 12:50 |
m4rtijn |
not for the submenu |
| 12:51 |
Blurry |
Hello. Can anyone tell me how to set up RealURL working with a multilingual typo3 site using one page tree for each language? The default language should have the URL structure domain.tld/document, English should be domain.tld/en/document. The first problem I am stumbling upon is: How can I define two different root pages in RealURLs localconf.php configuration? |
| 12:51 |
num000 |
also for subpages |
| 12:51 |
num000 |
activating with ACTIFSUB =1 |
| 12:51 |
num000 |
? |
| 12:52 |
m4rtijn |
yes.. |
| 12:52 |
m4rtijn |
but this doen not change the submenu |
| 12:52 |
m4rtijn |
does* |
| 12:52 |
num000 |
no changes at all |
| 12:52 |
num000 |
ahh |
| 12:53 |
m4rtijn |
no |
| 12:53 |
num000 |
http://pastebin.com/d4dfba7f0 could someone have a look |
| 12:53 |
num000 |
there is nothing changing |
| 12:53 |
m4rtijn |
.... if a menu item has a submenu it will change |
| 12:53 |
num000 |
the lastone just has pages, no menu anymore |
| 12:54 |
num000 |
if this has anything to say of course |
| 12:56 |
num000 |
i can't believe that this is such difficult |
| 12:56 |
num000 |
i can't believe that this is such difficult |
| 13:00 |
pulponair |
tt_products is totaly ugly ... |
| 13:02 |
num000 |
do i have to add a third level to it? |
| 13:00 |
pulponair |
tt_products is totaly ugly ... |
| 13:02 |
num000 |
do i have to add a third level to it? |
| 13:07 |
num000 |
if i go to the last page which should have menu2 css class in his <li> it even removes the wrapping from the menu elements above |
| 13:07 |
num000 |
none here who could have any ideas and give a short help |
| 13:07 |
num000 |
if i go to the last page which should have menu2 css class in his <li> it even removes the wrapping from the menu elements above |
| 13:07 |
num000 |
none here who could have any ideas and give a short help |
| 13:19 |
kaktustmimi |
how do I get the uid of the current fe_user in lib/div? |
| 13:19 |
kaktustmimi |
how do I get the uid of the current fe_user in lib/div? |
| 13:26 |
num000 |
how can i wrap only one page of the menulisted item with a particular <li ...>? |
| 13:26 |
num000 |
how can i wrap only one page of the menulisted item with a particular <li ...>? |
| 13:36 |
kaktuspalme |
for what is the timestamp in table fe_session? |
| 13:36 |
kaktuspalme |
for what is the timestamp in table fe_session? |
| 13:51 |
eeos |
hi everybody |
| 13:52 |
eeos |
ever seen this error: |
| 13:52 |
eeos |
Error: The datatransfer did not succeed. Error: MD5 hash of downloaded file not as expected: |
| 13:52 |
eeos |
c8871b8d293b581cb4f4dbc96397218d != 66c60d54508a2f54d66372ca0d499f1c |
| 13:52 |
eeos |
? |
| 13:52 |
just2b_ |
sure |
| 13:52 |
just2b_ |
reload the list from ter |
| 13:52 |
eeos |
it happens if I try to upgrade an installatio of tt_products from 2.5.1 to 2.5.2 |
| 13:52 |
eeos |
hi just2b_! |
| 13:53 |
num000 |
i'm really out of my knowledge, the last selected page doesn't have the act2 css class in the <li ...> here is my ts, can anyone please have a look http://pastebin.com/d4dfba7f0 |
| 13:54 |
eeos |
just2b_: I actually get "The extension list has not changed remotely, it has thus not been fetched." |
| 13:54 |
eeos |
just2b_: it looks like it is already at the newest |
| 13:51 |
eeos |
hi everybody |
| 13:52 |
eeos |
ever seen this error: |
| 13:52 |
eeos |
Error: The datatransfer did not succeed. Error: MD5 hash of downloaded file not as expected: |
| 13:52 |
eeos |
c8871b8d293b581cb4f4dbc96397218d != 66c60d54508a2f54d66372ca0d499f1c |
| 13:52 |
eeos |
? |
| 13:52 |
just2b_ |
sure |
| 13:52 |
just2b_ |
reload the list from ter |
| 13:52 |
eeos |
it happens if I try to upgrade an installatio of tt_products from 2.5.1 to 2.5.2 |
| 13:52 |
eeos |
hi just2b_! |
| 13:53 |
num000 |
i'm really out of my knowledge, the last selected page doesn't have the act2 css class in the <li ...> here is my ts, can anyone please have a look http://pastebin.com/d4dfba7f0 |
| 13:54 |
eeos |
just2b_: I actually get "The extension list has not changed remotely, it has thus not been fetched." |
| 13:54 |
eeos |
just2b_: it looks like it is already at the newest |
| 13:55 |
just2b_ |
it is saved somewhere in typo3conf i guess. delete the list |
| 13:57 |
eeos |
just2b_: do you mean in the cache files? |
| 13:58 |
just2b_ |
no |
| 13:58 |
eeos |
there is not list I can fid here :( |
| 13:55 |
just2b_ |
it is saved somewhere in typo3conf i guess. delete the list |
| 13:57 |
eeos |
just2b_: do you mean in the cache files? |
| 13:58 |
just2b_ |
no |
| 13:58 |
eeos |
there is not list I can fid here :( |
| 14:01 |
eeos |
just2b_: do you mean in typo3temp by any chance? |
| 14:02 |
eeos |
just2b_: there is an extensions.xml.gz file in typo3temp |
| 14:02 |
eeos |
just2b_: as well as a extensions.bin file |
| 14:02 |
eeos |
just2b_: do I have to remove the former (extensions.xml.gz)? |
| 14:03 |
eeos |
just2b_: can I just remove everything from typo3temp? |
| 14:01 |
eeos |
just2b_: do you mean in typo3temp by any chance? |
| 14:02 |
eeos |
just2b_: there is an extensions.xml.gz file in typo3temp |
| 14:02 |
eeos |
just2b_: as well as a extensions.bin file |
| 14:02 |
eeos |
just2b_: do I have to remove the former (extensions.xml.gz)? |
| 14:03 |
eeos |
just2b_: can I just remove everything from typo3temp? |
| 14:31 |
eeos |
just2b_: no, it does not solve the problem. |
| 14:31 |
eeos |
just2b_: no, it does not solve the problem. |
| 14:42 |
tobstar |
does the RTE have issues with tables in general? I often run into the problem that pages with a table in them (not a big one, say 5x4) takes ages to save |
| 14:42 |
tobstar |
or it doesn't save at all |
| 14:42 |
tobstar |
does the RTE have issues with tables in general? I often run into the problem that pages with a table in them (not a big one, say 5x4) takes ages to save |
| 14:42 |
tobstar |
or it doesn't save at all |
| 14:45 |
randomres |
following problem: the backend frames: i want the frame with the pagetree to be resizeable by the backend-user... i tried something like replacing noresize="noresize" with resize="resize"... but it doesnt work... so someone knows an answer? |
| 14:46 |
randomres |
i replaced in alt_main.php |
| 14:45 |
randomres |
following problem: the backend frames: i want the frame with the pagetree to be resizeable by the backend-user... i tried something like replacing noresize="noresize" with resize="resize"... but it doesnt work... so someone knows an answer? |
| 14:46 |
randomres |
i replaced in alt_main.php |
| 15:02 |
randomres |
ok, another question: i have user register installed on one page. When the page is clicked, i want to ad the parameter cmd=create ... how to ad this param only for this page (for example id=45) |
| 15:04 |
voidus_ |
randomres: 1) use tm_topapps / skin_gray / etc., they all allow users to resize frame |
| 15:04 |
voidus_ |
randomres: 2) add a parameter to page url in menus? |
| 15:02 |
randomres |
ok, another question: i have user register installed on one page. When the page is clicked, i want to ad the parameter cmd=create ... how to ad this param only for this page (for example id=45) |
| 15:04 |
voidus_ |
randomres: 1) use tm_topapps / skin_gray / etc., they all allow users to resize frame |
| 15:04 |
voidus_ |
randomres: 2) add a parameter to page url in menus? |
| 15:05 |
randomres |
voidus_: isnt it possible to change that in the t3skin skin? |
| 15:05 |
randomres |
to a specific page |
| 15:05 |
randomres |
only ... but yes in menu |
| 15:06 |
randomres |
only the menu-point which directs the user to the registration page... there he has to click a link where he can regitster... 2 klicks become one |
| 15:06 |
randomres |
register.html?tx_srfeuserregister_pi1%5Bcmd%5D=create |
| 15:06 |
randomres |
this is the page, i want to open when clicking on register.html in the menu |
| 15:08 |
ries |
morning everybody... |
| 15:08 |
voidus_ |
morning Ries :) |
| 15:08 |
ries |
I see we have a nice set of nicknames and fantasy names again :D |
| 15:08 |
randomres |
morning ries |
| 15:09 |
ries |
hey randomres ... |
| 15:09 |
ries |
. |
| 15:05 |
randomres |
voidus_: isnt it possible to change that in the t3skin skin? |
| 15:05 |
randomres |
to a specific page |
| 15:05 |
randomres |
only ... but yes in menu |
| 15:06 |
randomres |
only the menu-point which directs the user to the registration page... there he has to click a link where he can regitster... 2 klicks become one |
| 15:06 |
randomres |
register.html?tx_srfeuserregister_pi1%5Bcmd%5D=create |
| 15:06 |
randomres |
this is the page, i want to open when clicking on register.html in the menu |
| 15:08 |
ries |
morning everybody... |
| 15:08 |
voidus_ |
morning Ries :) |
| 15:08 |
ries |
I see we have a nice set of nicknames and fantasy names again :D |
| 15:08 |
randomres |
morning ries |
| 15:09 |
ries |
hey randomres ... |
| 15:09 |
ries |
. |
| 15:18 |
randomres |
so nobody had the problem with adding a parameter to a specific id in the menu? |
| 15:18 |
randomres |
so nobody had the problem with adding a parameter to a specific id in the menu? |
| 15:20 |
voidus_ |
randomres: use NO.allWrap.override |
| 15:21 |
voidus_ |
override.if.value.field = uid |
| 15:21 |
randomres |
but... only for one of 10 menu-items |
| 15:21 |
voidus_ |
if.value.equals = 22 |
| 15:21 |
voidus_ |
and so on |
| 15:21 |
just2b_ |
ries.. lucky me got now 14 component types;) |
| 15:22 |
randomres |
hmmm |
| 15:22 |
ries |
just2b_: that's not to bad... |
| 15:23 |
just2b_ |
;) |
| 15:23 |
just2b_ |
and now not only radio buttons but also ptional checkboxes... and i am so glad i switched to one component type... just added a checkbox in BE ("is checkbox) and needed to change 2 lines and it works still ;) |
| 15:24 |
just2b_ |
conflics are no kind of highlighted with mootools |
| 15:24 |
randomres |
voidus_: : like this:http://phpfi.com/264743 |
| 15:20 |
voidus_ |
randomres: use NO.allWrap.override |
| 15:21 |
voidus_ |
override.if.value.field = uid |
| 15:21 |
randomres |
but... only for one of 10 menu-items |
| 15:21 |
voidus_ |
if.value.equals = 22 |
| 15:21 |
voidus_ |
and so on |
| 15:21 |
just2b_ |
ries.. lucky me got now 14 component types;) |
| 15:22 |
randomres |
hmmm |
| 15:22 |
ries |
just2b_: that's not to bad... |
| 15:23 |
just2b_ |
;) |
| 15:23 |
just2b_ |
and now not only radio buttons but also ptional checkboxes... and i am so glad i switched to one component type... just added a checkbox in BE ("is checkbox) and needed to change 2 lines and it works still ;) |
| 15:24 |
just2b_ |
conflics are no kind of highlighted with mootools |
| 15:24 |
randomres |
voidus_: : like this:http://phpfi.com/264743 |
| 15:25 |
voidus_ |
randomres: yes |
| 15:25 |
voidus_ |
ah, no |
| 15:26 |
randomres |
dont i have to make NO.allWrap.override in front of al... or linkWrap? |
| 15:26 |
tobstar |
this problem of mine is really annoying. Hasn't anybody ever had the problem that pages in RTE would take ages to save (about 300 secs) when they consist of a small table and some internal links or something similar |
| 15:26 |
tobstar |
no complex page really, but something goes awfully wrong |
| 15:26 |
tobstar |
(it's typo4.1.2, rte1.5.3) |
| 15:28 |
voidus_ |
randomres: http://phpfi.com/264744 |
| 15:25 |
voidus_ |
randomres: yes |
| 15:25 |
voidus_ |
ah, no |
| 15:26 |
randomres |
dont i have to make NO.allWrap.override in front of al... or linkWrap? |
| 15:26 |
tobstar |
this problem of mine is really annoying. Hasn't anybody ever had the problem that pages in RTE would take ages to save (about 300 secs) when they consist of a small table and some internal links or something similar |
| 15:26 |
tobstar |
no complex page really, but something goes awfully wrong |
| 15:26 |
tobstar |
(it's typo4.1.2, rte1.5.3) |
| 15:28 |
voidus_ |
randomres: http://phpfi.com/264744 |
| 15:30 |
randomres |
voidus_: doesnt work... did i mention, i use realUrl |
| 15:32 |
voidus_ |
randomres: aha.. |
| 15:32 |
tobstar |
is it maybe possible that RTE checks foreign links, e.g. tries to get the file from the remote server? |
| 15:32 |
tobstar |
My server blocks outgoing connections, so it could cause that 5min lag |
| 15:32 |
voidus_ |
randomres: http://phpfi.com/264746 |
| 15:34 |
randomres |
voidus_ : no... i mean, it is the id 41... but i changed it... and cleared both caches |
| 15:30 |
randomres |
voidus_: doesnt work... did i mention, i use realUrl |
| 15:32 |
voidus_ |
randomres: aha.. |
| 15:32 |
tobstar |
is it maybe possible that RTE checks foreign links, e.g. tries to get the file from the remote server? |
| 15:32 |
tobstar |
My server blocks outgoing connections, so it could cause that 5min lag |
| 15:32 |
voidus_ |
randomres: http://phpfi.com/264746 |
| 15:34 |
randomres |
voidus_ : no... i mean, it is the id 41... but i changed it... and cleared both caches |
| 15:35 |
randomres |
want to see a url? |
| 15:35 |
voidus_ |
randomres: yes |
| 15:35 |
randomres |
voidus_: : pm |
| 15:36 |
voidus |
randomres: retry.. i was not identified |
| 15:36 |
randomres |
just a secon |
| 15:36 |
randomres |
d |
| 15:39 |
randomres |
what u mean? |
| 15:35 |
randomres |
want to see a url? |
| 15:35 |
voidus_ |
randomres: yes |
| 15:35 |
randomres |
voidus_: : pm |
| 15:36 |
voidus |
randomres: retry.. i was not identified |
| 15:36 |
randomres |
just a secon |
| 15:36 |
randomres |
d |
| 15:39 |
randomres |
what u mean? |
| 15:41 |
voidus |
randomres: you need to be registered and identified to send pm's |
| 15:41 |
voidus |
*pms |
| 15:43 |
randomres |
ahhh ok |
| 15:43 |
randomres |
how to register? |
| 15:43 |
silithlas |
hi, is there a way so typo3 does not use target attributes in a filelink content type? Thanks |
| 15:43 |
voidus |
randomres: /msg nickserv register |
| 15:44 |
PaulMaidment |
Test |
| 15:44 |
voidus |
PaulMaidment: passed |
| 15:44 |
randomres |
yes |
| 15:41 |
voidus |
randomres: you need to be registered and identified to send pm's |
| 15:41 |
voidus |
*pms |
| 15:43 |
randomres |
ahhh ok |
| 15:43 |
randomres |
how to register? |
| 15:43 |
silithlas |
hi, is there a way so typo3 does not use target attributes in a filelink content type? Thanks |
| 15:43 |
voidus |
randomres: /msg nickserv register |
| 15:44 |
PaulMaidment |
Test |
| 15:44 |
voidus |
PaulMaidment: passed |
| 15:44 |
randomres |
yes |
| 15:45 |
PaulMaidment |
cheers :) |
| 15:45 |
PaulMaidment |
trying to register my nick |
| 15:45 |
randomres |
got it? |
| 15:46 |
pmaidment2007 |
yes, managed it, thank you |
| 15:46 |
pmaidment2007 |
have any of you guys used realurl? |
| 15:47 |
pmaidment2007 |
having a bit of a mod_rewrite issue, any CSS files or image files are not showing up, all the other rewrites appear to be fine |
| 15:47 |
pmaidment2007 |
including the /typo3 directory |
| 15:48 |
pmaidment2007 |
if anyone can offer any advice, I would be most grateful :) |
| 15:45 |
PaulMaidment |
cheers :) |
| 15:45 |
PaulMaidment |
trying to register my nick |
| 15:45 |
randomres |
got it? |
| 15:46 |
pmaidment2007 |
yes, managed it, thank you |
| 15:46 |
pmaidment2007 |
have any of you guys used realurl? |
| 15:47 |
pmaidment2007 |
having a bit of a mod_rewrite issue, any CSS files or image files are not showing up, all the other rewrites appear to be fine |
| 15:47 |
pmaidment2007 |
including the /typo3 directory |
| 15:48 |
pmaidment2007 |
if anyone can offer any advice, I would be most grateful :) |
| 16:01 |
eeos |
hi everybody |
| 16:01 |
eeos |
hi everybody |
| 16:07 |
just2b_ |
yeah i can get $12,500,000 from a bank in south africa ;) |
| 16:07 |
voidus |
just2b_: o_O |
| 16:09 |
just2b_ |
should i do it? g |
| 16:09 |
voidus |
just2b_: why not? :) |
| 16:07 |
just2b_ |
yeah i can get $12,500,000 from a bank in south africa ;) |
| 16:07 |
voidus |
just2b_: o_O |
| 16:09 |
just2b_ |
should i do it? g |
| 16:09 |
voidus |
just2b_: why not? :) |
| 16:10 |
just2b_ |
i guess it is not real g |
| 16:10 |
just2b_ |
i guess it is not real g |
| 16:18 |
dax77 |
hi there, guys :) |
| 16:18 |
dax77 |
hi there, guys :) |
| 16:20 |
m4rtijn |
hi dax |
| 16:24 |
randomres |
anyone knows how to set Germany as selected in the static info table (countries) ... i tried selected='germany' |
| 16:20 |
m4rtijn |
hi dax |
| 16:24 |
randomres |
anyone knows how to set Germany as selected in the static info table (countries) ... i tried selected='germany' |
| 16:27 |
randomres |
i found this line in the class.tx_staticinfotable_pi1.php : |
| 16:27 |
randomres |
function buildStaticInfoSelector($type='COUNTRIES', $name='', $class='', $selected='', $country='GERMANY', $submit=0, $id='', $title='', $addWhere='', $lang='', $local=FALSE) |
| 16:27 |
randomres |
and, as u can see... i set country='GERMAN' |
| 16:27 |
randomres |
i also set selected to GERMANY |
| 16:28 |
ened_ |
11 parameters. :| |
| 16:29 |
randomres |
i also tried DEU |
| 16:27 |
randomres |
i found this line in the class.tx_staticinfotable_pi1.php : |
| 16:27 |
randomres |
function buildStaticInfoSelector($type='COUNTRIES', $name='', $class='', $selected='', $country='GERMANY', $submit=0, $id='', $title='', $addWhere='', $lang='', $local=FALSE) |
| 16:27 |
randomres |
and, as u can see... i set country='GERMAN' |
| 16:27 |
randomres |
i also set selected to GERMANY |
| 16:28 |
ened_ |
11 parameters. :| |
| 16:29 |
randomres |
i also tried DEU |
| 16:33 |
randomres |
any ideas? |
| 16:33 |
randomres |
any ideas? |
| 16:37 |
pmk65 |
randomres: Why do you want to set German as default in Static Info Table? The Static Info Table extension can't do much by itself, but is used in other extensions. My guess is that you need to set the country in the extension that uses Static Tables. |
| 16:38 |
randomres |
it is sr_user_register |
| 16:38 |
dax77 |
$this->staticInfo->buildStaticInfoSelector('COUNTRIES', 'tx_cal_controller[country]','', 'DEU') |
| 16:38 |
dax77 |
that's how I did it |
| 16:38 |
ries |
voidus: did you try PDT 1.0 already? or dax may be? |
| 16:39 |
randomres |
dax: where to define? |
| 16:39 |
dax77 |
randomres: are you talking about extension programming or configuration? |
| 16:39 |
voidus |
ries: no, not yet |
| 16:37 |
pmk65 |
randomres: Why do you want to set German as default in Static Info Table? The Static Info Table extension can't do much by itself, but is used in other extensions. My guess is that you need to set the country in the extension that uses Static Tables. |
| 16:38 |
randomres |
it is sr_user_register |
| 16:38 |
dax77 |
$this->staticInfo->buildStaticInfoSelector('COUNTRIES', 'tx_cal_controller[country]','', 'DEU') |
| 16:38 |
dax77 |
that's how I did it |
| 16:38 |
ries |
voidus: did you try PDT 1.0 already? or dax may be? |
| 16:39 |
randomres |
dax: where to define? |
| 16:39 |
dax77 |
randomres: are you talking about extension programming or configuration? |
| 16:39 |
voidus |
ries: no, not yet |
| 16:40 |
dax77 |
my part is to generate a dropdown field in a form |
| 16:41 |
randomres |
i just want the CountryDropdown in sr_userregister to select Germany as default. |
| 16:41 |
randomres |
u see the line i pasted? |
| 16:41 |
dax77 |
aaahh, than you are mor looking into TS |
| 16:42 |
dax77 |
your pasted line is php code |
| 16:42 |
randomres |
dax where? |
| 16:42 |
dax77 |
never ever change something there to achieve a default configuration |
| 16:42 |
randomres |
ok |
| 16:42 |
dax77 |
randomres: function buildStaticInfoSelector($type='COUNTRIES', $name='', $class='', $selected='', $country='GERMANY', $submit=0, $id='', $title='', $addWhere='', $lang='', $local=FALSE) |
| 16:42 |
randomres |
i ll look into typoscript object browser |
| 16:44 |
randomres |
baby... thats it! |
| 16:44 |
randomres |
thanx |
| 16:44 |
dax77 |
:) |
| 16:40 |
dax77 |
my part is to generate a dropdown field in a form |
| 16:41 |
randomres |
i just want the CountryDropdown in sr_userregister to select Germany as default. |
| 16:41 |
randomres |
u see the line i pasted? |
| 16:41 |
dax77 |
aaahh, than you are mor looking into TS |
| 16:42 |
dax77 |
your pasted line is php code |
| 16:42 |
randomres |
dax where? |
| 16:42 |
dax77 |
never ever change something there to achieve a default configuration |
| 16:42 |
randomres |
ok |
| 16:42 |
dax77 |
randomres: function buildStaticInfoSelector($type='COUNTRIES', $name='', $class='', $selected='', $country='GERMANY', $submit=0, $id='', $title='', $addWhere='', $lang='', $local=FALSE) |
| 16:42 |
randomres |
i ll look into typoscript object browser |
| 16:44 |
randomres |
baby... thats it! |
| 16:44 |
randomres |
thanx |
| 16:44 |
dax77 |
:) |
| 16:46 |
randomres |
dax... but i have a page tree... where my default language is en... there it doesnt work |
| 16:46 |
randomres |
:( |
| 16:47 |
randomres |
it only changes the county/province thing to the german one... |
| 16:48 |
randomres |
well other browser ... it works... |
| 16:48 |
randomres |
browser cache i guess |
| 16:48 |
randomres |
no, firefox... still has afghanistan as default in my english page tree... |
| 16:46 |
randomres |
dax... but i have a page tree... where my default language is en... there it doesnt work |
| 16:46 |
randomres |
:( |
| 16:47 |
randomres |
it only changes the county/province thing to the german one... |
| 16:48 |
randomres |
well other browser ... it works... |
| 16:48 |
randomres |
browser cache i guess |
| 16:48 |
randomres |
no, firefox... still has afghanistan as default in my english page tree... |
| 16:53 |
randomres |
ok... another computer... another firefox... everything is fine... thanx dax |
| 16:53 |
randomres |
ok... another computer... another firefox... everything is fine... thanx dax |
| 16:57 |
randomres |
has anyone ever changed the pagetree in the back end from showing pagetitles to navigation titles? |
| 16:58 |
just2b_ |
why is there a need @rando |
| 16:57 |
randomres |
has anyone ever changed the pagetree in the back end from showing pagetitles to navigation titles? |
| 16:58 |
just2b_ |
why is there a need @rando |
| 17:00 |
randomres |
because the titles (for google) are a bit long... so in the frontend we use navigation titles... it would be easier for the admin to find pages again :) |
| 17:00 |
randomres |
because the titles (for google) are a bit long... so in the frontend we use navigation titles... it would be easier for the admin to find pages again :) |
| 17:48 |
Denyerec |
Gnnnngh |
| 17:48 |
Denyerec |
Hey folks |
| 17:49 |
randomres |
hey denyerec |
| 17:49 |
m4rtijn |
Denyerec |
| 17:49 |
m4rtijn |
hi |
| 17:48 |
Denyerec |
Gnnnngh |
| 17:48 |
Denyerec |
Hey folks |
| 17:49 |
randomres |
hey denyerec |
| 17:49 |
m4rtijn |
Denyerec |
| 17:49 |
m4rtijn |
hi |
| 17:52 |
Denyerec |
Anyone working on anything interesting lately ? |
| 17:54 |
just2b_ |
what is interesting? |
| 17:52 |
Denyerec |
Anyone working on anything interesting lately ? |
| 17:54 |
just2b_ |
what is interesting? |
| 17:55 |
m4rtijn |
cu tomori |
| 17:55 |
m4rtijn |
cu tomori |
| 18:24 |
Denyerec |
I dunno just. |
| 18:24 |
Denyerec |
Anything out of the ordinary |
| 18:24 |
Denyerec |
I dunno just. |
| 18:24 |
Denyerec |
Anything out of the ordinary |
| 18:25 |
Denyerec |
Ordinary being "standard typo3 things" |
| 18:27 |
just2b_ |
i just make a nice product configurator.. but nothing to see |
| 18:25 |
Denyerec |
Ordinary being "standard typo3 things" |
| 18:27 |
just2b_ |
i just make a nice product configurator.. but nothing to see |
| 20:02 |
nathanl-wi |
anyone know the trick to throw a 404 from within a pi1 plugin class? |
| 20:02 |
nathanl-wi |
anyone know the trick to throw a 404 from within a pi1 plugin class? |
| 20:06 |
just2b_ |
i guess with header location |
| 20:07 |
nathanl-wi |
so just header("HTTP/1.0 404 Not Found"); |
| 20:08 |
nathanl-wi |
I found the values in the [FE][pageNotFound_handling] and pageNotFound_handling_statheader |
| 20:09 |
nathanl-wi |
I was just wondering if there was a function somewhere that uses those values and handles it for me |
| 20:06 |
just2b_ |
i guess with header location |
| 20:07 |
nathanl-wi |
so just header("HTTP/1.0 404 Not Found"); |
| 20:08 |
nathanl-wi |
I found the values in the [FE][pageNotFound_handling] and pageNotFound_handling_statheader |
| 20:09 |
nathanl-wi |
I was just wondering if there was a function somewhere that uses those values and handles it for me |
| 20:10 |
nathanl-wi |
and I found them just now (I had been looking for a while, just didn't know what to search for) |
| 20:10 |
nathanl-wi |
tslib_fe::pageNotFoundAndExit... etc.. |
| 20:10 |
nathanl-wi |
and I found them just now (I had been looking for a while, just didn't know what to search for) |
| 20:10 |
nathanl-wi |
tslib_fe::pageNotFoundAndExit... etc.. |
| 20:23 |
kv0s |
Hi1 |
| 20:24 |
kv0s |
I'm searching for any example of a userlist with picture of each user ... AND each user can choose if his own user profile is displayed to world or only members ... any ideas? |
| 20:23 |
kv0s |
Hi1 |
| 20:24 |
kv0s |
I'm searching for any example of a userlist with picture of each user ... AND each user can choose if his own user profile is displayed to world or only members ... any ideas? |
| 20:40 |
kv0s |
Mhm. Any documentation how to create own extensions? |
| 20:41 |
just2b_ |
sure, typo3.org > many videos |
| 20:42 |
kv0s |
just2b_: Extensions? Where can i find that?!? |
| 20:43 |
just2b_ |
http://typo3.org/documentation/videos/ |
| 20:40 |
kv0s |
Mhm. Any documentation how to create own extensions? |
| 20:41 |
just2b_ |
sure, typo3.org > many videos |
| 20:42 |
kv0s |
just2b_: Extensions? Where can i find that?!? |
| 20:43 |
just2b_ |
http://typo3.org/documentation/videos/ |
| 21:16 |
ries |
does amazone allow paypal payments? |
| 21:16 |
ries |
does amazone allow paypal payments? |
| 21:28 |
HardPhuck |
Denyerec you here? |
| 21:28 |
HardPhuck |
Denyerec you here? |
| 21:33 |
just2b_ |
ries, dont think so |
| 21:34 |
ries |
that's crap... |
| 21:34 |
ries |
it0s like saying 'we don't accept euro's or dollars' :) |
| 21:33 |
just2b_ |
ries, dont think so |
| 21:34 |
ries |
that's crap... |
| 21:34 |
ries |
it0s like saying 'we don't accept euro's or dollars' :) |
| 21:37 |
just2b_ |
ebay/paypal vs amazon.. |
| 21:37 |
just2b_ |
ebay/paypal vs amazon.. |
| 22:33 |
HardPhuck |
Denyerec: ready_ |
| 22:33 |
Denyerec |
lo |
| 22:34 |
Denyerec |
I kpee getting disconnected |
| 22:34 |
Denyerec |
and I am watching something with my GF |
| 22:34 |
Denyerec |
if you will be around in an hour, maybe I can help you then |
| 22:34 |
HardPhuck |
i dont need it |
| 22:34 |
HardPhuck |
just want to tell you something |
| 22:34 |
HardPhuck |
:) |
| 22:34 |
HardPhuck |
i figured out what was wrong with 500 internal server error on Dreamhost |
| 22:33 |
HardPhuck |
Denyerec: ready_ |
| 22:33 |
Denyerec |
lo |
| 22:34 |
Denyerec |
I kpee getting disconnected |
| 22:34 |
Denyerec |
and I am watching something with my GF |
| 22:34 |
Denyerec |
if you will be around in an hour, maybe I can help you then |
| 22:34 |
HardPhuck |
i dont need it |
| 22:34 |
HardPhuck |
just want to tell you something |
| 22:34 |
HardPhuck |
:) |
| 22:34 |
HardPhuck |
i figured out what was wrong with 500 internal server error on Dreamhost |
| 22:35 |
HardPhuck |
it was a permission issue |
| 22:35 |
HardPhuck |
typo3conf has to have execute permissions for others |
| 22:35 |
HardPhuck |
dunno why is that but it works |
| 22:36 |
Denyerec |
OIooooh |
| 22:36 |
Denyerec |
Right! |
| 22:36 |
Denyerec |
so 755 |
| 22:37 |
HardPhuck |
drwxrwx--x :) |
| 22:35 |
HardPhuck |
it was a permission issue |
| 22:35 |
HardPhuck |
typo3conf has to have execute permissions for others |
| 22:35 |
HardPhuck |
dunno why is that but it works |
| 22:36 |
Denyerec |
OIooooh |
| 22:36 |
Denyerec |
Right! |
| 22:36 |
Denyerec |
so 755 |
| 22:37 |
HardPhuck |
drwxrwx--x :) |
| 22:52 |
uriahheep |
how do i check whether a content object's "index" checkbox has been checked or not? |
| 22:52 |
uriahheep |
(with typoscript, i mean) |
| 22:52 |
uriahheep |
how do i check whether a content object's "index" checkbox has been checked or not? |
| 22:52 |
uriahheep |
(with typoscript, i mean) |
| 23:05 |
Ludwik |
Sorry to bother you all, but I desperately need help :] Today I started a job in Amnesty International Poland. I'm totally new to typo3 and I was going to just update website's data. But after about 3 hours of work something connected to RealUrl extension broke |
| 23:06 |
Ludwik |
I don't know really why, because I wasing changing anything connected to it. Log fiile shows that I removed it (??), but at the same time it is still showing as enabled in a manager |
| 23:06 |
Ludwik |
and it's almost working |
| 23:07 |
Ludwik |
I mean everything works except for generating URLs for new pages |
| 23:09 |
Ludwik |
The existring pages are working, but when I'm creating a new one RealUrl Management extension is showing no RealUrl properties for it |
| 23:05 |
Ludwik |
Sorry to bother you all, but I desperately need help :] Today I started a job in Amnesty International Poland. I'm totally new to typo3 and I was going to just update website's data. But after about 3 hours of work something connected to RealUrl extension broke |
| 23:06 |
Ludwik |
I don't know really why, because I wasing changing anything connected to it. Log fiile shows that I removed it (??), but at the same time it is still showing as enabled in a manager |
| 23:06 |
Ludwik |
and it's almost working |
| 23:07 |
Ludwik |
I mean everything works except for generating URLs for new pages |
| 23:09 |
Ludwik |
The existring pages are working, but when I'm creating a new one RealUrl Management extension is showing no RealUrl properties for it |
| 23:10 |
Ludwik |
but when I'm linking to if from another page the link includes the RealUrl, not id and as the result of that is broken |
| 23:11 |
Ludwik |
Any ideas? |
| 23:10 |
Ludwik |
but when I'm linking to if from another page the link includes the RealUrl, not id and as the result of that is broken |
| 23:11 |
Ludwik |
Any ideas? |
| 23:20 |
kaktustmimi |
any svn - gurus here? |
| 23:20 |
many |
you are saying that generating links inside typo3 DOES create a special link |
| 23:20 |
kaktustmimi |
have a problem with my repos - it shows a ~ when I do a svn status |
| 23:20 |
many |
but when using this link in your browser, it doesnt work |
| 23:21 |
many |
yes? |
| 23:21 |
Ludwik |
me? |
| 23:21 |
many |
yes |
| 23:22 |
many |
for new pages, that is |
| 23:23 |
Ludwik |
I'm saying that normally RealUrl extension creates a preatty URL for every page. You can view them using RealUrl Managament extenion. In my case it doesn't do this anymore |
| 23:23 |
Ludwik |
so in case of old pages everything is perfect |
| 23:23 |
Ludwik |
and |
| 23:23 |
Ludwik |
in case of new pages: |
| 23:24 |
Ludwik |
1. RealUrl Property in RealUrl Managament for this page is empty |
| 23:20 |
kaktustmimi |
any svn - gurus here? |
| 23:20 |
many |
you are saying that generating links inside typo3 DOES create a special link |
| 23:20 |
kaktustmimi |
have a problem with my repos - it shows a ~ when I do a svn status |
| 23:20 |
many |
but when using this link in your browser, it doesnt work |
| 23:21 |
many |
yes? |
| 23:21 |
Ludwik |
me? |
| 23:21 |
many |
yes |
| 23:22 |
many |
for new pages, that is |
| 23:23 |
Ludwik |
I'm saying that normally RealUrl extension creates a preatty URL for every page. You can view them using RealUrl Managament extenion. In my case it doesn't do this anymore |
| 23:23 |
Ludwik |
so in case of old pages everything is perfect |
| 23:23 |
Ludwik |
and |
| 23:23 |
Ludwik |
in case of new pages: |
| 23:24 |
Ludwik |
1. RealUrl Property in RealUrl Managament for this page is empty |
| 23:25 |
Ludwik |
2. Links to the page from other parts of the system are in RealUrl format |
| 23:25 |
Ludwik |
("file names" are generated from page title) |
| 23:26 |
Ludwik |
3. Those links doesn't work |
| 23:26 |
many |
mhh. |
| 23:26 |
Ludwik |
When you try to follow them you got 'Segment "title" was not a keyword for a postVarSet as expected!' |
| 23:28 |
just2b_ |
your configuration is wrong |
| 23:29 |
Ludwik |
Ok, when do I change it and when can I find right configuration? |
| 23:29 |
Ludwik |
*where |
| 23:29 |
just2b_ |
localconf.php |
| 23:25 |
Ludwik |
2. Links to the page from other parts of the system are in RealUrl format |
| 23:25 |
Ludwik |
("file names" are generated from page title) |
| 23:26 |
Ludwik |
3. Those links doesn't work |
| 23:26 |
many |
mhh. |
| 23:26 |
Ludwik |
When you try to follow them you got 'Segment "title" was not a keyword for a postVarSet as expected!' |
| 23:28 |
just2b_ |
your configuration is wrong |
| 23:29 |
Ludwik |
Ok, when do I change it and when can I find right configuration? |
| 23:29 |
Ludwik |
*where |
| 23:29 |
just2b_ |
localconf.php |
| 23:30 |
just2b_ |
got something like this http://phpfi.com/264868 |
| 23:30 |
just2b_ |
#9 should be in there |
| 23:31 |
Ludwik |
Hmm... in my localconf.php "Real URL Configuration" is commented out (but when I try to enable it I got PHP error) |
| 23:31 |
just2b_ |
so there is something in the code wrong.. |
| 23:31 |
just2b_ |
or it is configured somehwere else |
| 23:31 |
many |
i wouldnt try to debug this unless i see the config |
| 23:32 |
many |
its too odd an error |
| 23:30 |
just2b_ |
got something like this http://phpfi.com/264868 |
| 23:30 |
just2b_ |
#9 should be in there |
| 23:31 |
Ludwik |
Hmm... in my localconf.php "Real URL Configuration" is commented out (but when I try to enable it I got PHP error) |
| 23:31 |
just2b_ |
so there is something in the code wrong.. |
| 23:31 |
just2b_ |
or it is configured somehwere else |
| 23:31 |
many |
i wouldnt try to debug this unless i see the config |
| 23:32 |
many |
its too odd an error |
| 23:35 |
Ludwik |
Ok, the proper code was in the other part of the same file: http://phpfi.com/264871 |
| 23:36 |
just2b_ |
you can add these two http://phpfi.com/264873 |
| 23:38 |
Ludwik |
Ok, let's see... |
| 23:38 |
just2b_ |
and delete temp files in this dir |
| 23:35 |
Ludwik |
Ok, the proper code was in the other part of the same file: http://phpfi.com/264871 |
| 23:36 |
just2b_ |
you can add these two http://phpfi.com/264873 |
| 23:38 |
Ludwik |
Ok, let's see... |
| 23:38 |
just2b_ |
and delete temp files in this dir |
| 23:40 |
Ludwik |
ok |
| 23:41 |
Ludwik |
Nothing changed :( |
| 23:41 |
Ludwik |
I made a new page and it doesn't have RealUrl Property |
| 23:44 |
just2b_ |
you need to link it somewhere |
| 23:44 |
Ludwik |
ok |
| 23:40 |
Ludwik |
ok |
| 23:41 |
Ludwik |
Nothing changed :( |
| 23:41 |
Ludwik |
I made a new page and it doesn't have RealUrl Property |
| 23:44 |
just2b_ |
you need to link it somewhere |
| 23:44 |
Ludwik |
ok |
| 23:48 |
Ludwik |
I made a page "test22" and made a link using built-in dialog and the links is broken |
| 23:48 |
Ludwik |
http://amnesty.org.pl/uwolnij-wieznia-sumienia/test22.html |
| 23:49 |
just2b_ |
you added my config lines? |
| 23:49 |
Ludwik |
I did |
| 23:49 |
just2b_ |
deleted the temp files? |
| 23:48 |
Ludwik |
I made a page "test22" and made a link using built-in dialog and the links is broken |
| 23:48 |
Ludwik |
http://amnesty.org.pl/uwolnij-wieznia-sumienia/test22.html |
| 23:49 |
just2b_ |
you added my config lines? |
| 23:49 |
Ludwik |
I did |
| 23:49 |
just2b_ |
deleted the temp files? |
| 23:50 |
Ludwik |
yes |
| 23:50 |
Ludwik |
yes |
| 23:56 |
Ludwik |
Does this mean I'm doomed? :] |
| 23:59 |
Ludwik |
Any other ideas? |
| 23:56 |
Ludwik |
Does this mean I'm doomed? :] |
| 23:59 |
Ludwik |
Any other ideas? |