| 00:22 |
voidus |
elmaxx: you need to modify newloginbox template |
| 00:22 |
voidus |
elmaxx: you need to modify newloginbox template |
| 00:26 |
elmaxx |
voidus: i got the part where typo3 is generating content to the subpart.loginForm |
| 00:26 |
voidus |
elmaxx: and? |
| 00:27 |
elmaxx |
but, i dont quite understand how to store what i need from newlogin so it displays on the generated page |
| 00:28 |
voidus |
elmaxx: copy template file from newloginbox's directory to fileadmin, write one line in TS: plugin.tx_newloginbox_pi1.templateFile = fileadmin/path/to/template.html |
| 00:28 |
voidus |
and then modify that html |
| 00:26 |
elmaxx |
voidus: i got the part where typo3 is generating content to the subpart.loginForm |
| 00:26 |
voidus |
elmaxx: and? |
| 00:27 |
elmaxx |
but, i dont quite understand how to store what i need from newlogin so it displays on the generated page |
| 00:28 |
voidus |
elmaxx: copy template file from newloginbox's directory to fileadmin, write one line in TS: plugin.tx_newloginbox_pi1.templateFile = fileadmin/path/to/template.html |
| 00:28 |
voidus |
and then modify that html |
| 00:30 |
elmaxx |
ok, i do have a problem that html file, i cant find it |
| 00:31 |
elmaxx |
voidus: it should be inside typo3conf/ext/ correct? |
| 00:31 |
voidus |
elmaxx: typo3conf/ext/newloginbox/res/ |
| 00:32 |
elmaxx |
voidus: the res directory is not there |
| 00:32 |
elmaxx |
voidus: should i install the ext again? |
| 00:33 |
voidus |
what version of newloginbox do you use? |
| 00:33 |
voidus |
show your directory structure |
| 00:33 |
elmaxx |
2.2.11 |
| 00:34 |
elmaxx |
CVS, doc, pi1, pi3 |
| 00:30 |
elmaxx |
ok, i do have a problem that html file, i cant find it |
| 00:31 |
elmaxx |
voidus: it should be inside typo3conf/ext/ correct? |
| 00:31 |
voidus |
elmaxx: typo3conf/ext/newloginbox/res/ |
| 00:32 |
elmaxx |
voidus: the res directory is not there |
| 00:32 |
elmaxx |
voidus: should i install the ext again? |
| 00:33 |
voidus |
what version of newloginbox do you use? |
| 00:33 |
voidus |
show your directory structure |
| 00:33 |
elmaxx |
2.2.11 |
| 00:34 |
elmaxx |
CVS, doc, pi1, pi3 |
| 00:35 |
voidus |
elmaxx: update to 3.x.x version |
| 00:35 |
elmaxx |
ok |
| 00:35 |
voidus |
elmaxx: update to 3.x.x version |
| 00:35 |
elmaxx |
ok |
| 00:47 |
elmaxx |
voidus: got it! |
| 00:47 |
voidus |
elmaxx: good :) |
| 00:47 |
elmaxx |
voidus: will this template overwrite what i have in the subpart? |
| 00:48 |
voidus |
elmaxx: what do you mean? |
| 00:48 |
voidus |
elmaxx: it will replace subpart |
| 00:47 |
elmaxx |
voidus: got it! |
| 00:47 |
voidus |
elmaxx: good :) |
| 00:47 |
elmaxx |
voidus: will this template overwrite what i have in the subpart? |
| 00:48 |
voidus |
elmaxx: what do you mean? |
| 00:48 |
voidus |
elmaxx: it will replace subpart |
| 00:50 |
elmaxx |
so far i have these two lines: |
| 00:50 |
elmaxx |
plugin.tx_newloginbox_pi1.templateFile = fileadmin/templates/template.html |
| 00:50 |
elmaxx |
subparts.loginForm < plugin.tx_newloginbox_pi1 |
| 00:51 |
voidus |
elmaxx: yes, that's right |
| 00:50 |
elmaxx |
so far i have these two lines: |
| 00:50 |
elmaxx |
plugin.tx_newloginbox_pi1.templateFile = fileadmin/templates/template.html |
| 00:50 |
elmaxx |
subparts.loginForm < plugin.tx_newloginbox_pi1 |
| 00:51 |
voidus |
elmaxx: yes, that's right |
| 00:55 |
elmaxx |
i guess i need to declare what the storage id is also |
| 00:56 |
voidus |
yes.. |
| 00:59 |
elmaxx |
oh wow |
| 00:55 |
elmaxx |
i guess i need to declare what the storage id is also |
| 00:56 |
voidus |
yes.. |
| 00:59 |
elmaxx |
oh wow |
| 01:00 |
elmaxx |
voidus: one last question... sorry for the trouble... is there a similar ext that can do something for a custom search form? |
| 01:01 |
voidus |
elmaxx: custom search form? for indexed_search? |
| 01:02 |
elmaxx |
voidus: yes, i have a similar case with login and search forms, where they are part of the html template |
| 01:02 |
voidus |
elmaxx: why not leave seach form html? |
| 01:03 |
voidus |
login form will change it's state depending on user login or not.. |
| 01:03 |
voidus |
but search form may be "hardcoded" |
| 01:03 |
elmaxx |
so the form tag actions to X id? |
| 01:03 |
elmaxx |
where X is search result? |
| 01:04 |
voidus |
yes |
| 01:04 |
elmaxx |
excellent, thank you so much! |
| 01:00 |
elmaxx |
voidus: one last question... sorry for the trouble... is there a similar ext that can do something for a custom search form? |
| 01:01 |
voidus |
elmaxx: custom search form? for indexed_search? |
| 01:02 |
elmaxx |
voidus: yes, i have a similar case with login and search forms, where they are part of the html template |
| 01:02 |
voidus |
elmaxx: why not leave seach form html? |
| 01:03 |
voidus |
login form will change it's state depending on user login or not.. |
| 01:03 |
voidus |
but search form may be "hardcoded" |
| 01:03 |
elmaxx |
so the form tag actions to X id? |
| 01:03 |
elmaxx |
where X is search result? |
| 01:04 |
voidus |
yes |
| 01:04 |
elmaxx |
excellent, thank you so much! |
| 01:05 |
elmaxx |
voidus: oh, last question, sorry again, is it possible to change the labels from login inputs in the html? or do i have to set a language? |
| 01:06 |
voidus |
elmaxx: if you have only one language, you can just hardcode them |
| 01:06 |
elmaxx |
yes, just spanish |
| 01:07 |
voidus |
so, you may hardcode them.. |
| 01:07 |
voidus |
btw, are you from Guatemala? |
| 01:05 |
elmaxx |
voidus: oh, last question, sorry again, is it possible to change the labels from login inputs in the html? or do i have to set a language? |
| 01:06 |
voidus |
elmaxx: if you have only one language, you can just hardcode them |
| 01:06 |
elmaxx |
yes, just spanish |
| 01:07 |
voidus |
so, you may hardcode them.. |
| 01:07 |
voidus |
btw, are you from Guatemala? |
| 01:41 |
elmaxx |
voidus: sorry, yes, from guatemala |
| 01:41 |
voidus |
elmaxx: a bit exotic at this channel :) |
| 01:43 |
elmaxx |
thanks :) |
| 01:43 |
elmaxx |
voidus: i seem to see a problem with hardcoded forms in typo.... |
| 01:44 |
elmaxx |
each form gets a generated id and name.... |
| 01:41 |
elmaxx |
voidus: sorry, yes, from guatemala |
| 01:41 |
voidus |
elmaxx: a bit exotic at this channel :) |
| 01:43 |
elmaxx |
thanks :) |
| 01:43 |
elmaxx |
voidus: i seem to see a problem with hardcoded forms in typo.... |
| 01:44 |
elmaxx |
each form gets a generated id and name.... |
| 01:45 |
voidus |
is that bad? |
| 01:45 |
elmaxx |
well, i have a search box on the template |
| 01:45 |
elmaxx |
and the form action can't just go to index.php?id=35 |
| 01:46 |
elmaxx |
or what do you mean for hardcoding? |
| 01:47 |
elmaxx |
(template == /files/template.html) |
| 01:48 |
voidus |
show your ts and html |
| 01:48 |
elmaxx |
ok |
| 01:48 |
elmaxx |
hold on... |
| 01:45 |
voidus |
is that bad? |
| 01:45 |
elmaxx |
well, i have a search box on the template |
| 01:45 |
elmaxx |
and the form action can't just go to index.php?id=35 |
| 01:46 |
elmaxx |
or what do you mean for hardcoding? |
| 01:47 |
elmaxx |
(template == /files/template.html) |
| 01:48 |
voidus |
show your ts and html |
| 01:48 |
elmaxx |
ok |
| 01:48 |
elmaxx |
hold on... |
| 05:27 |
leeotzu |
Hi all |
| 05:27 |
leeotzu |
I have query |
| 05:28 |
leeotzu |
After upgrading server from PHP ver4.4.4 to PHP ver5.2.2 The site gives following error;Fatal error: Call to undefined function xslt_create() |
| 05:27 |
leeotzu |
Hi all |
| 05:27 |
leeotzu |
I have query |
| 05:28 |
leeotzu |
After upgrading server from PHP ver4.4.4 to PHP ver5.2.2 The site gives following error;Fatal error: Call to undefined function xslt_create() |
| 05:57 |
meppl |
good morning |
| 05:57 |
meppl |
good morning |
| 06:12 |
jsfan |
leeotzu, i reckon your php lacks xml support |
| 06:12 |
leeotzu |
jsfan, thanx i will check and get back to you |
| 06:12 |
jsfan |
leeotzu, check http://au3.php.net/manual/en/ref.xslt.php |
| 06:13 |
jsfan |
quote from there: "Note: This extension has been moved to the ? PECL repository and is no longer bundled with PHP as of PHP 5.0.0." |
| 06:12 |
jsfan |
leeotzu, i reckon your php lacks xml support |
| 06:12 |
leeotzu |
jsfan, thanx i will check and get back to you |
| 06:12 |
jsfan |
leeotzu, check http://au3.php.net/manual/en/ref.xslt.php |
| 06:13 |
jsfan |
quote from there: "Note: This extension has been moved to the ? PECL repository and is no longer bundled with PHP as of PHP 5.0.0." |
| 06:17 |
dax77 |
good morning @all |
| 06:18 |
meppl |
good morning dax |
| 06:17 |
dax77 |
good morning @all |
| 06:18 |
meppl |
good morning dax |
| 06:20 |
katie |
hi all |
| 06:20 |
katie |
any body please have a look at http://dev.evoworkx.net/bwmk/index.php?id=23 |
| 06:21 |
katie |
i m having a problem |
| 06:21 |
katie |
and then please click the menu item 'Einrichtungen und Dienste' |
| 06:24 |
katie |
any body here!!! |
| 06:24 |
dax77 |
hi katie |
| 06:20 |
katie |
hi all |
| 06:20 |
katie |
any body please have a look at http://dev.evoworkx.net/bwmk/index.php?id=23 |
| 06:21 |
katie |
i m having a problem |
| 06:21 |
katie |
and then please click the menu item 'Einrichtungen und Dienste' |
| 06:24 |
katie |
any body here!!! |
| 06:24 |
dax77 |
hi katie |
| 06:25 |
dax77 |
yes, there are many people around ;) |
| 06:25 |
dax77 |
what is the problem you have with that site? |
| 06:25 |
katie |
i developed this site, |
| 06:25 |
dax77 |
ok, but that isn'T the problem, right? |
| 06:25 |
katie |
i want that for this menu item when i click, instead its own page appearing i want its first submenu item will be shown |
| 06:26 |
dax77 |
;) |
| 06:26 |
katie |
but only for this menu item |
| 06:26 |
katie |
u got my point? |
| 06:27 |
dax77 |
katie, well than change the page type to shortcut |
| 06:27 |
dax77 |
^just for that page |
| 06:27 |
katie |
hmmm |
| 06:27 |
katie |
i guess it will work |
| 06:27 |
dax77 |
it will! :) |
| 06:27 |
katie |
but any way is there anyh way to do it with typoscript |
| 06:28 |
katie |
or php |
| 06:28 |
dax77 |
why that? |
| 06:28 |
Awillys |
^^ |
| 06:28 |
dax77 |
hi Awillys |
| 06:28 |
Awillys |
it takes 2 scdes to do it via BE |
| 06:28 |
Awillys |
hi dax77 |
| 06:28 |
Awillys |
just change the page property |
| 06:28 |
katie |
what if client dont know how to do it |
| 06:28 |
katie |
and he wont give access to the developer |
| 06:29 |
katie |
:) |
| 06:29 |
dax77 |
well teaching them how to use the page type is much more efficient than doing that stuff with php or TS |
| 06:29 |
Awillys |
yeah agree |
| 06:29 |
Awillys |
well nice day people |
| 06:29 |
Awillys |
off to work |
| 06:29 |
dax77 |
cu Awillys |
| 06:25 |
dax77 |
yes, there are many people around ;) |
| 06:25 |
dax77 |
what is the problem you have with that site? |
| 06:25 |
katie |
i developed this site, |
| 06:25 |
dax77 |
ok, but that isn'T the problem, right? |
| 06:25 |
katie |
i want that for this menu item when i click, instead its own page appearing i want its first submenu item will be shown |
| 06:26 |
dax77 |
;) |
| 06:26 |
katie |
but only for this menu item |
| 06:26 |
katie |
u got my point? |
| 06:27 |
dax77 |
katie, well than change the page type to shortcut |
| 06:27 |
dax77 |
^just for that page |
| 06:27 |
katie |
hmmm |
| 06:27 |
katie |
i guess it will work |
| 06:27 |
dax77 |
it will! :) |
| 06:27 |
katie |
but any way is there anyh way to do it with typoscript |
| 06:28 |
katie |
or php |
| 06:28 |
dax77 |
why that? |
| 06:28 |
Awillys |
^^ |
| 06:28 |
dax77 |
hi Awillys |
| 06:28 |
Awillys |
it takes 2 scdes to do it via BE |
| 06:28 |
Awillys |
hi dax77 |
| 06:28 |
Awillys |
just change the page property |
| 06:28 |
katie |
what if client dont know how to do it |
| 06:28 |
katie |
and he wont give access to the developer |
| 06:29 |
katie |
:) |
| 06:29 |
dax77 |
well teaching them how to use the page type is much more efficient than doing that stuff with php or TS |
| 06:29 |
Awillys |
yeah agree |
| 06:29 |
Awillys |
well nice day people |
| 06:29 |
Awillys |
off to work |
| 06:29 |
dax77 |
cu Awillys |
| 06:30 |
katie |
ok |
| 06:30 |
katie |
thanks |
| 06:34 |
dax77 |
hi FloLeBlanc |
| 06:34 |
FloLeBlanc |
hi dax77 |
| 06:34 |
FloLeBlanc |
hi all |
| 06:30 |
katie |
ok |
| 06:30 |
katie |
thanks |
| 06:34 |
dax77 |
hi FloLeBlanc |
| 06:34 |
FloLeBlanc |
hi dax77 |
| 06:34 |
FloLeBlanc |
hi all |
| 06:37 |
FloLeBlanc |
anyone ever used extensions like "classified ads" or something for ppl to search/find other ppl? :) |
| 06:37 |
FloLeBlanc |
anyone ever used extensions like "classified ads" or something for ppl to search/find other ppl? :) |
| 06:41 |
bauschan |
hi there ! |
| 06:41 |
FloLeBlanc |
hi bauschan |
| 06:41 |
bauschan |
hi there ! |
| 06:41 |
FloLeBlanc |
hi bauschan |
| 07:09 |
FloLeBlanc |
lol. never do the error and enter http://www.yoururl.com//typo3 in your browser.. my heart stopped for a second *laughs* |
| 07:09 |
FloLeBlanc |
(the browser finds the navtree but not the mainframe-pages :) |
| 07:09 |
FloLeBlanc |
lol. never do the error and enter http://www.yoururl.com//typo3 in your browser.. my heart stopped for a second *laughs* |
| 07:09 |
FloLeBlanc |
(the browser finds the navtree but not the mainframe-pages :) |
| 07:27 |
kelaouchi |
BGSIBGA |
| 07:27 |
kelaouchi |
BGSIBGA |
| 07:33 |
Rens |
morning all |
| 07:34 |
koomi |
moin |
| 07:33 |
Rens |
morning all |
| 07:34 |
koomi |
moin |
| 07:39 |
donjoe |
is it possible to modfiy the default text "opens link in internal window" to choose the right language in a one tree - multi language enviroment? |
| 07:39 |
donjoe |
is it possible to modfiy the default text "opens link in internal window" to choose the right language in a one tree - multi language enviroment? |
| 07:44 |
Rens |
I've a problem with reading templates in my extension. I try to read a html file to use it as a templateFile, but for some reason the length of the file it reads is 0 |
| 07:44 |
Rens |
but, when I check if the file excists it returns true, and there is content in the file... |
| 07:44 |
Rens |
how is it possible that $this->cObj->fileResource() still returns 0? |
| 07:44 |
Rens |
I've a problem with reading templates in my extension. I try to read a html file to use it as a templateFile, but for some reason the length of the file it reads is 0 |
| 07:44 |
Rens |
but, when I check if the file excists it returns true, and there is content in the file... |
| 07:44 |
Rens |
how is it possible that $this->cObj->fileResource() still returns 0? |
| 07:49 |
Rens |
hmmz... weird... file_get_contents does read the file correctly... |
| 07:49 |
Rens |
hmmz... weird... file_get_contents does read the file correctly... |
| 07:50 |
FloLeBlanc |
sorry rens don't have a clue :) |
| 07:50 |
FloLeBlanc |
hi just2b |
| 07:50 |
just2b |
hi floxx |
| 07:50 |
just2b |
hi FloLeBlanc |
| 07:52 |
floxx |
hi just2b |
| 07:52 |
just2b |
conditions work also in constants? |
| 07:54 |
mikhas |
Aaah.. Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /Users/<removed>/t3lib/class.t3lib_db.php on line 796 Warning: Cannot modify header information - headers already sent by (output started at /Users/<removed>/t3lib/class.t3lib_db.php:796) in /Users/<removed>/typo3/tce_db.php on line 225 |
| 07:54 |
mikhas |
:-) |
| 07:50 |
FloLeBlanc |
sorry rens don't have a clue :) |
| 07:50 |
FloLeBlanc |
hi just2b |
| 07:50 |
just2b |
hi floxx |
| 07:50 |
just2b |
hi FloLeBlanc |
| 07:52 |
floxx |
hi just2b |
| 07:52 |
just2b |
conditions work also in constants? |
| 07:54 |
mikhas |
Aaah.. Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /Users/<removed>/t3lib/class.t3lib_db.php on line 796 Warning: Cannot modify header information - headers already sent by (output started at /Users/<removed>/t3lib/class.t3lib_db.php:796) in /Users/<removed>/typo3/tce_db.php on line 225 |
| 07:54 |
mikhas |
:-) |
| 07:55 |
just2b |
mikhas > is this already a question? ^^ |
| 07:55 |
mikhas |
haha. just getting frustrade by it when deleting pages in 4.1.1 |
| 07:55 |
mikhas |
haven't found the source yet. |
| 07:55 |
mikhas |
answer I mean. :) |
| 07:55 |
just2b |
activate sql debug in install tool |
| 07:57 |
mikhas |
tt_adress.. |
| 07:57 |
mikhas |
just2b: thanks, great tip! |
| 07:57 |
just2b |
np |
| 07:57 |
mikhas |
tried to copy a site now. got this: |
| 07:57 |
mikhas |
SELECT uid FROM tt_address WHERE pid=38 AND tt_address.deleted=0 |
| 07:57 |
mikhas |
Unknown column 'uid' in 'field list' |
| 07:58 |
teppi|work |
lol |
| 07:58 |
just2b |
i know what you did! ;) |
| 07:59 |
mikhas |
? |
| 07:59 |
just2b |
installing an extension which is based on tt_address but you haven't installed tt_address |
| 07:59 |
just2b |
so delete the whole table in phpmyadmin, deactivate both extensions, install tt_address and then the 2nd ext |
| 07:59 |
mikhas |
just2b: hmm, I have latest tt_adress I think. |
| 07:59 |
just2b |
yeah but not correct installed |
| 07:55 |
just2b |
mikhas > is this already a question? ^^ |
| 07:55 |
mikhas |
haha. just getting frustrade by it when deleting pages in 4.1.1 |
| 07:55 |
mikhas |
haven't found the source yet. |
| 07:55 |
mikhas |
answer I mean. :) |
| 07:55 |
just2b |
activate sql debug in install tool |
| 07:57 |
mikhas |
tt_adress.. |
| 07:57 |
mikhas |
just2b: thanks, great tip! |
| 07:57 |
just2b |
np |
| 07:57 |
mikhas |
tried to copy a site now. got this: |
| 07:57 |
mikhas |
SELECT uid FROM tt_address WHERE pid=38 AND tt_address.deleted=0 |
| 07:57 |
mikhas |
Unknown column 'uid' in 'field list' |
| 07:58 |
teppi|work |
lol |
| 07:58 |
just2b |
i know what you did! ;) |
| 07:59 |
mikhas |
? |
| 07:59 |
just2b |
installing an extension which is based on tt_address but you haven't installed tt_address |
| 07:59 |
just2b |
so delete the whole table in phpmyadmin, deactivate both extensions, install tt_address and then the 2nd ext |
| 07:59 |
mikhas |
just2b: hmm, I have latest tt_adress I think. |
| 07:59 |
just2b |
yeah but not correct installed |
| 08:00 |
just2b |
doesn't depend on version |
| 08:00 |
Rens |
does anyone know where setTSlogMessage logs it's records? |
| 08:01 |
mikhas |
just2b: okay, so it depends on installing the plugin (dependent on tt_address) before tt_address? Can't understand how it has happened though, since typo3 4 will check dependencies first. |
| 08:01 |
Rens |
or how I can see the error messages in any other way? |
| 08:02 |
just2b |
mikhas.. not if the ext is not written in correct way.. and there is IMO also a bug in TER ext... |
| 08:02 |
just2b |
so it happens with my ext rggooglemap too |
| 08:02 |
mikhas |
aha.. that explains it. |
| 08:03 |
mikhas |
this is why you should always install experimental (for you) modules in a temporary/dummy site. |
| 08:04 |
just2b |
in most cases yes |
| 08:04 |
mikhas |
is there any easy way to see what plugins that I have are dependant on tt_address? |
| 08:00 |
just2b |
doesn't depend on version |
| 08:00 |
Rens |
does anyone know where setTSlogMessage logs it's records? |
| 08:01 |
mikhas |
just2b: okay, so it depends on installing the plugin (dependent on tt_address) before tt_address? Can't understand how it has happened though, since typo3 4 will check dependencies first. |
| 08:01 |
Rens |
or how I can see the error messages in any other way? |
| 08:02 |
just2b |
mikhas.. not if the ext is not written in correct way.. and there is IMO also a bug in TER ext... |
| 08:02 |
just2b |
so it happens with my ext rggooglemap too |
| 08:02 |
mikhas |
aha.. that explains it. |
| 08:03 |
mikhas |
this is why you should always install experimental (for you) modules in a temporary/dummy site. |
| 08:04 |
just2b |
in most cases yes |
| 08:04 |
mikhas |
is there any easy way to see what plugins that I have are dependant on tt_address? |
| 08:05 |
just2b |
check the table names in phpmyadmin ;) |
| 08:05 |
just2b |
check the table names in phpmyadmin ;) |
| 08:10 |
mikhas |
damn, unsure of where to start. |
| 08:11 |
just2b |
mikhas... if an ext extends a table... the tablenames have the ext key in its name as prefix |
| 08:11 |
mikhas |
ahaa. |
| 08:12 |
mikhas |
i will find it in tt_address table, you mean? |
| 08:12 |
just2b |
yeah.. as i mentioned before |
| 08:12 |
mikhas |
sorry, I misinterpreted you. I found tx_cal_controller_latitude (+ 3 similar) here. |
| 08:12 |
mikhas |
probably it then. |
| 08:14 |
just2b |
so it is cal |
| 08:14 |
mikhas |
yeah. atleast I didn't install this plugin myself, so I can blame someone else. ;) |
| 08:10 |
mikhas |
damn, unsure of where to start. |
| 08:11 |
just2b |
mikhas... if an ext extends a table... the tablenames have the ext key in its name as prefix |
| 08:11 |
mikhas |
ahaa. |
| 08:12 |
mikhas |
i will find it in tt_address table, you mean? |
| 08:12 |
just2b |
yeah.. as i mentioned before |
| 08:12 |
mikhas |
sorry, I misinterpreted you. I found tx_cal_controller_latitude (+ 3 similar) here. |
| 08:12 |
mikhas |
probably it then. |
| 08:14 |
just2b |
so it is cal |
| 08:14 |
mikhas |
yeah. atleast I didn't install this plugin myself, so I can blame someone else. ;) |
| 08:17 |
just2b |
;) |
| 08:17 |
just2b |
;) |
| 08:21 |
floxx |
is it possible to deactivate this annoying drag and drop feature for inserting pictures? i want the old school vesion like 3.8.1 |
| 08:22 |
just2b |
floxx wehre? |
| 08:22 |
floxx |
rte |
| 08:22 |
Rens |
AAAARGH |
| 08:22 |
just2b |
i never activate images inside RTE |
| 08:22 |
Rens |
I found the answer... man... I'm stupid :D |
| 08:22 |
Rens |
;-) |
| 08:22 |
just2b |
lol |
| 08:23 |
Rens |
I had the following reference to the file: EXT:pi1/template.html, but, before pi1/ there has to be the folder in which the extension is saved... otherwise the extKey can't be found :D |
| 08:24 |
just2b |
if the ext is not pi1 yes ;) |
| 08:21 |
floxx |
is it possible to deactivate this annoying drag and drop feature for inserting pictures? i want the old school vesion like 3.8.1 |
| 08:22 |
just2b |
floxx wehre? |
| 08:22 |
floxx |
rte |
| 08:22 |
Rens |
AAAARGH |
| 08:22 |
just2b |
i never activate images inside RTE |
| 08:22 |
Rens |
I found the answer... man... I'm stupid :D |
| 08:22 |
Rens |
;-) |
| 08:22 |
just2b |
lol |
| 08:23 |
Rens |
I had the following reference to the file: EXT:pi1/template.html, but, before pi1/ there has to be the folder in which the extension is saved... otherwise the extKey can't be found :D |
| 08:24 |
just2b |
if the ext is not pi1 yes ;) |
| 08:25 |
Rens |
just2b ;-) how did you guess it's not pi1? :D |
| 08:26 |
just2b |
i am an expert ^^ |
| 08:26 |
Rens |
just2b: am I right that you are working on a new version of rggooglemap? |
| 08:26 |
Rens |
:p |
| 08:27 |
just2b |
yes |
| 08:27 |
just2b |
finished a really great search |
| 08:27 |
just2b |
http://www.muehlburg-live.de/index.php?id=9 > search for "hotel" or "auto" ;) |
| 08:29 |
Rens |
just2b: I've been asked to create some google maps functionality to a typo3 installation, like showing records from foreign tables, and a search on zip code for example... |
| 08:29 |
Rens |
I've also been working with the routeplanning possibilities of google maps |
| 08:29 |
just2b |
foreign tables is great .. given example works with fe_users |
| 08:25 |
Rens |
just2b ;-) how did you guess it's not pi1? :D |
| 08:26 |
just2b |
i am an expert ^^ |
| 08:26 |
Rens |
just2b: am I right that you are working on a new version of rggooglemap? |
| 08:26 |
Rens |
:p |
| 08:27 |
just2b |
yes |
| 08:27 |
just2b |
finished a really great search |
| 08:27 |
just2b |
http://www.muehlburg-live.de/index.php?id=9 > search for "hotel" or "auto" ;) |
| 08:29 |
Rens |
just2b: I've been asked to create some google maps functionality to a typo3 installation, like showing records from foreign tables, and a search on zip code for example... |
| 08:29 |
Rens |
I've also been working with the routeplanning possibilities of google maps |
| 08:29 |
just2b |
foreign tables is great .. given example works with fe_users |
| 08:30 |
Rens |
just2b: foreign tables is allready in your plugin? |
| 08:30 |
just2b |
sure |
| 08:30 |
Phlogi__ |
I want to add real url for my extension. Do I need anything to change in the ext code itself or can I do eveything in the realurl localconf? |
| 08:30 |
just2b |
but not in the ext in ter |
| 08:30 |
just2b |
^^ |
| 08:30 |
just2b |
Phlogi__ localconf only |
| 08:30 |
Rens |
just2b :D |
| 08:30 |
Phlogi__ |
just2b: cool... :) |
| 08:30 |
mikhas |
thanks a heap just2b, I solved my errors. :) |
| 08:30 |
Rens |
phlogi: don't forget to use the t3lib functions to create links in the frontend ;-) |
| 08:31 |
mikhas |
is this mentioned/written somewhere? |
| 08:31 |
just2b |
mikhas what? |
| 08:31 |
mikhas |
just2b: well, an explanation of common reasons to why you get errors when deleting something. |
| 08:32 |
Rens |
just2b: is there another way to contact you to talk a little bit further about your plugin and it's features? |
| 08:32 |
just2b |
no... if it is a sql error, sqldebug is always correct way |
| 08:32 |
just2b |
rens, sure, mail syke msn icq phone, p2p |
| 08:32 |
Phlogi__ |
anyone ever tried to update the phpmyadmin extension? I did but couldn't succeed with the automatic authentification. A lot has changed there. Maybe anyone is willing to help me someday? |
| 08:33 |
Rens |
just2b, can you add me on msn? (obscured mail address) |
| 08:33 |
Phlogi__ |
Because that phpMyAdmin version is _very_ old |
| 08:33 |
just2b |
Phlogi__ take a phpmyadmin version which is the same-- make a diff which is different and you know what to change |
| 08:33 |
Phlogi__ |
Rens: hmm what do you mean? In the extension? |
| 08:33 |
just2b |
rens, sure |
| 08:34 |
Phlogi__ |
just2b: that alone won't work, or maybe I understand you wrong |
| 08:30 |
Rens |
just2b: foreign tables is allready in your plugin? |
| 08:30 |
just2b |
sure |
| 08:30 |
Phlogi__ |
I want to add real url for my extension. Do I need anything to change in the ext code itself or can I do eveything in the realurl localconf? |
| 08:30 |
just2b |
but not in the ext in ter |
| 08:30 |
just2b |
^^ |
| 08:30 |
just2b |
Phlogi__ localconf only |
| 08:30 |
Rens |
just2b :D |
| 08:30 |
Phlogi__ |
just2b: cool... :) |
| 08:30 |
mikhas |
thanks a heap just2b, I solved my errors. :) |
| 08:30 |
Rens |
phlogi: don't forget to use the t3lib functions to create links in the frontend ;-) |
| 08:31 |
mikhas |
is this mentioned/written somewhere? |
| 08:31 |
just2b |
mikhas what? |
| 08:31 |
mikhas |
just2b: well, an explanation of common reasons to why you get errors when deleting something. |
| 08:32 |
Rens |
just2b: is there another way to contact you to talk a little bit further about your plugin and it's features? |
| 08:32 |
just2b |
no... if it is a sql error, sqldebug is always correct way |
| 08:32 |
just2b |
rens, sure, mail syke msn icq phone, p2p |
| 08:32 |
Phlogi__ |
anyone ever tried to update the phpmyadmin extension? I did but couldn't succeed with the automatic authentification. A lot has changed there. Maybe anyone is willing to help me someday? |
| 08:33 |
Rens |
just2b, can you add me on msn? (obscured mail address) |
| 08:33 |
Phlogi__ |
Because that phpMyAdmin version is _very_ old |
| 08:33 |
just2b |
Phlogi__ take a phpmyadmin version which is the same-- make a diff which is different and you know what to change |
| 08:33 |
Phlogi__ |
Rens: hmm what do you mean? In the extension? |
| 08:33 |
just2b |
rens, sure |
| 08:34 |
Phlogi__ |
just2b: that alone won't work, or maybe I understand you wrong |
| 08:35 |
Rens |
Phlogi: yes, in the extension. Maybe you allready use functions like tslib_pibase::getPageLink... If not, you are gonna get trouble with your plugin / realurl |
| 08:36 |
Phlogi__ |
Rens: i create the links with: $this->pi_linkTP, so thats fine? |
| 08:36 |
Rens |
phlogi: yes |
| 08:36 |
Phlogi__ |
Rens: cool, thanks |
| 08:37 |
Phlogi__ |
yeah it works :D |
| 08:37 |
Phlogi__ |
partially... *gg |
| 08:37 |
Phlogi__ |
the lookup thing seems to not work yet :) |
| 08:39 |
mikhas |
just2b: okay, well, thanks a lot anyway. |
| 08:39 |
Phlogi__ |
anyone has a hint maybe, here is the realURL config: http://phpfi.com/247157 |
| 08:35 |
Rens |
Phlogi: yes, in the extension. Maybe you allready use functions like tslib_pibase::getPageLink... If not, you are gonna get trouble with your plugin / realurl |
| 08:36 |
Phlogi__ |
Rens: i create the links with: $this->pi_linkTP, so thats fine? |
| 08:36 |
Rens |
phlogi: yes |
| 08:36 |
Phlogi__ |
Rens: cool, thanks |
| 08:37 |
Phlogi__ |
yeah it works :D |
| 08:37 |
Phlogi__ |
partially... *gg |
| 08:37 |
Phlogi__ |
the lookup thing seems to not work yet :) |
| 08:39 |
mikhas |
just2b: okay, well, thanks a lot anyway. |
| 08:39 |
Phlogi__ |
anyone has a hint maybe, here is the realURL config: http://phpfi.com/247157 |
| 08:40 |
just2b |
Phlogi__ use more than 1 line to get a better overview |
| 08:41 |
Phlogi__ |
just2b: yes, I copied from another ext, thats why :) |
| 08:43 |
Phlogi__ |
here is a better version: http://phpfi.com/247158 anyone sees an error in it? |
| 08:43 |
just2b |
id field = id and not uid?` |
| 08:43 |
Phlogi__ |
yes its from a foreign table... |
| 08:40 |
just2b |
Phlogi__ use more than 1 line to get a better overview |
| 08:41 |
Phlogi__ |
just2b: yes, I copied from another ext, thats why :) |
| 08:43 |
Phlogi__ |
here is a better version: http://phpfi.com/247158 anyone sees an error in it? |
| 08:43 |
just2b |
id field = id and not uid?` |
| 08:43 |
Phlogi__ |
yes its from a foreign table... |
| 08:45 |
Phlogi__ |
just2b: now it works... I deleted the where clause |
| 08:45 |
Phlogi__ |
cool stuff :) |
| 08:47 |
pesz |
hi all |
| 08:49 |
teppi|work |
Phlogi__, 'addWhereClause' => ' AND deleted=0', should be correct i think |
| 08:45 |
Phlogi__ |
just2b: now it works... I deleted the where clause |
| 08:45 |
Phlogi__ |
cool stuff :) |
| 08:47 |
pesz |
hi all |
| 08:49 |
teppi|work |
Phlogi__, 'addWhereClause' => ' AND deleted=0', should be correct i think |
| 08:51 |
Phlogi__ |
teppi|work: I'm wondering why I need that line, I mean the link to a film (in my case) won't ever be displayed if deleted is = 0 so this is useless |
| 08:52 |
pesz |
i am trying to add more the editable fields by cwtfeedit, i have added value for $items['date_of_birth']['label'] and $content.= $form->getElement("date_of_birth") in class_cwtcommunity_pi.php... |
| 08:53 |
pesz |
but the date_of_birth field still does not appear to be editable... |
| 08:53 |
teppi|work |
Phlogi__, depends on your data model |
| 08:54 |
teppi|work |
but you are right, if its a m to m table you dont need this check .. at this point |
| 08:51 |
Phlogi__ |
teppi|work: I'm wondering why I need that line, I mean the link to a film (in my case) won't ever be displayed if deleted is = 0 so this is useless |
| 08:52 |
pesz |
i am trying to add more the editable fields by cwtfeedit, i have added value for $items['date_of_birth']['label'] and $content.= $form->getElement("date_of_birth") in class_cwtcommunity_pi.php... |
| 08:53 |
pesz |
but the date_of_birth field still does not appear to be editable... |
| 08:53 |
teppi|work |
Phlogi__, depends on your data model |
| 08:54 |
teppi|work |
but you are right, if its a m to m table you dont need this check .. at this point |
| 08:55 |
jananne |
There is one thing i just can't figger out. I created a FE Group, then i created a FE User. But how can i add some permissions to the GROUP? Mannn i'm stuck :D |
| 08:55 |
FloLeBlanc |
click on the world icon in your root - click on list - click on the edit pencil on your group |
| 08:55 |
pesz |
i have been debugging for awhile and realized, that $TCA["config"]["type"] has an empty value instead if 'input' |
| 08:56 |
FloLeBlanc |
jananne: for more options click "include access lists" in the usergroup options |
| 08:56 |
pesz |
i simply do not get it why? pls help me |
| 08:58 |
Fanty |
jananne: you can set the access on a page to require the specific usergroup |
| 08:55 |
jananne |
There is one thing i just can't figger out. I created a FE Group, then i created a FE User. But how can i add some permissions to the GROUP? Mannn i'm stuck :D |
| 08:55 |
FloLeBlanc |
click on the world icon in your root - click on list - click on the edit pencil on your group |
| 08:55 |
pesz |
i have been debugging for awhile and realized, that $TCA["config"]["type"] has an empty value instead if 'input' |
| 08:56 |
FloLeBlanc |
jananne: for more options click "include access lists" in the usergroup options |
| 08:56 |
pesz |
i simply do not get it why? pls help me |
| 08:58 |
Fanty |
jananne: you can set the access on a page to require the specific usergroup |
| 09:00 |
brain-xy |
hello all |
| 09:01 |
FloLeBlanc |
hi brain |
| 09:00 |
brain-xy |
hello all |
| 09:01 |
FloLeBlanc |
hi brain |
| 09:13 |
pesz |
none of you has an idea?( |
| 09:13 |
brain-xy |
for what? :) |
| 09:13 |
pesz |
none of you has an idea?( |
| 09:13 |
brain-xy |
for what? :) |
| 09:15 |
immersen_ |
Hi All. I can't work out how to change locallang for se_feuser_register |
| 09:16 |
immersen_ |
have downloaded files as said in the manual, but don't know how to "activate" them :( |
| 09:16 |
pesz |
brain-xy: do you know cwtfeedit extension? |
| 09:16 |
brain-xy |
pesz .. no sorry.. what does it do? |
| 09:18 |
pesz |
it gives you opportunity to edit the fields of feusers table |
| 09:18 |
mikhas |
immersen: i remember that |
| 09:18 |
mikhas |
immersen: wait a sec. |
| 09:18 |
mikhas |
you have to do it manually. |
| 09:19 |
mikhas |
http://iuf-host.de/knolledge/de/typo-tutorials/extensions/fe-user.html |
| 09:15 |
immersen_ |
Hi All. I can't work out how to change locallang for se_feuser_register |
| 09:16 |
immersen_ |
have downloaded files as said in the manual, but don't know how to "activate" them :( |
| 09:16 |
pesz |
brain-xy: do you know cwtfeedit extension? |
| 09:16 |
brain-xy |
pesz .. no sorry.. what does it do? |
| 09:18 |
pesz |
it gives you opportunity to edit the fields of feusers table |
| 09:18 |
mikhas |
immersen: i remember that |
| 09:18 |
mikhas |
immersen: wait a sec. |
| 09:18 |
mikhas |
you have to do it manually. |
| 09:19 |
mikhas |
http://iuf-host.de/knolledge/de/typo-tutorials/extensions/fe-user.html |
| 09:21 |
mikhas |
before version ~ 2.3.6 of fe_user_register you didn't have to do anything. after 2.3.6 they changed it so it would use the TER instead, but the links is probably wrong in the ter for getting the localization for fe_user_register. check the page above to see how to overcome this. |
| 09:21 |
immersen_ |
thx - reading |
| 09:21 |
mikhas |
immersen_: np, i messed with it yesterday:) |
| 09:23 |
immersen_ |
mikhas -> i'm on windoze. Localization in above link describes linux |
| 09:24 |
brain-xy |
pesz .. and what is the problem? |
| 09:24 |
immersen_ |
mikhas -> but will try making the same folders and so on.. |
| 09:21 |
mikhas |
before version ~ 2.3.6 of fe_user_register you didn't have to do anything. after 2.3.6 they changed it so it would use the TER instead, but the links is probably wrong in the ter for getting the localization for fe_user_register. check the page above to see how to overcome this. |
| 09:21 |
immersen_ |
thx - reading |
| 09:21 |
mikhas |
immersen_: np, i messed with it yesterday:) |
| 09:23 |
immersen_ |
mikhas -> i'm on windoze. Localization in above link describes linux |
| 09:24 |
brain-xy |
pesz .. and what is the problem? |
| 09:24 |
immersen_ |
mikhas -> but will try making the same folders and so on.. |
| 09:25 |
mikhas |
immersen: if you just find the l10n-folder it will probably work the same way |
| 09:25 |
MasterYin |
Hey everyone |
| 09:27 |
immersen_ |
mikhas: What does this do in linux? |
| 09:27 |
immersen_ |
mkdir pi1 |
| 09:27 |
immersen_ |
cp de.locallang.xml pi1/ |
| 09:27 |
immersen_ |
(i know mkdir :P) |
| 09:29 |
mikhas |
cp = copy |
| 09:29 |
immersen_ |
mikhas: no luck. Guess I just have to traslate it myself (allready started) |
| 09:29 |
mikhas |
immersen: it copies the locallang.xml to that directory. |
| 09:25 |
mikhas |
immersen: if you just find the l10n-folder it will probably work the same way |
| 09:25 |
MasterYin |
Hey everyone |
| 09:27 |
immersen_ |
mikhas: What does this do in linux? |
| 09:27 |
immersen_ |
mkdir pi1 |
| 09:27 |
immersen_ |
cp de.locallang.xml pi1/ |
| 09:27 |
immersen_ |
(i know mkdir :P) |
| 09:29 |
mikhas |
cp = copy |
| 09:29 |
immersen_ |
mikhas: no luck. Guess I just have to traslate it myself (allready started) |
| 09:29 |
mikhas |
immersen: it copies the locallang.xml to that directory. |
| 09:30 |
immersen_ |
yes :) |
| 09:30 |
mikhas |
basic stuff really. :) |
| 09:30 |
mikhas |
check the other directories under l10n if you're in doubt of the structure |
| 09:30 |
immersen_ |
copied it to: typo3conf\l10n\dk\sr_feuser_register\ |
| 09:30 |
MasterYin |
got a problem with Indexed Search... I got a Single-Tree-Multilanguage-Page but I want my Searchresults sorted... when there is a Double-Hit in the Results I just want the Result of the selected Language to be displayed |
| 09:33 |
MasterYin |
any Ideas? |
| 09:34 |
immersen_ |
mikhas: It seems to be right, but ll_xml (translation tool) does not find it. neither does the extension..hmm |
| 09:30 |
immersen_ |
yes :) |
| 09:30 |
mikhas |
basic stuff really. :) |
| 09:30 |
mikhas |
check the other directories under l10n if you're in doubt of the structure |
| 09:30 |
immersen_ |
copied it to: typo3conf\l10n\dk\sr_feuser_register\ |
| 09:30 |
MasterYin |
got a problem with Indexed Search... I got a Single-Tree-Multilanguage-Page but I want my Searchresults sorted... when there is a Double-Hit in the Results I just want the Result of the selected Language to be displayed |
| 09:33 |
MasterYin |
any Ideas? |
| 09:34 |
immersen_ |
mikhas: It seems to be right, but ll_xml (translation tool) does not find it. neither does the extension..hmm |
| 09:38 |
immersen_ |
mikhas: it looks like it uses the locallang in typo3conf/ext/sr_feuser_register/pi1/locallang.xml in stead of the one in typo3conf/l10n/... |
| 09:38 |
m4rtijn |
hi all |
| 09:39 |
immersen_ |
mikhas: ..but doesn't help to copy files to that dir. either :( |
| 09:38 |
immersen_ |
mikhas: it looks like it uses the locallang in typo3conf/ext/sr_feuser_register/pi1/locallang.xml in stead of the one in typo3conf/l10n/... |
| 09:38 |
m4rtijn |
hi all |
| 09:39 |
immersen_ |
mikhas: ..but doesn't help to copy files to that dir. either :( |
| 09:40 |
FloLeBlanc |
anyone using "smallads" on his page? |
| 09:41 |
mikhas |
immersen: it depends on which sr_fe..-version you're using, of course. |
| 09:41 |
MasterYin |
got a problem with Indexed Search... I got a Single-Tree-Multilanguage-Page but I want my Searchresults sorted... when there is a Double-Hit in the Results I just want the Result of the selected Language to be displayed |
| 09:41 |
immersen_ |
mikhas -> the newest one |
| 09:41 |
immersen_ |
maybe I should downgrade? |
| 09:42 |
immersen_ |
mikhas: verison 2.5.7 |
| 09:44 |
mikhas |
immersen_: oki, I would use the latest stable. I think there is some bug (atleast I experienced it) with the latest. |
| 09:44 |
mikhas |
I recommend 2.5.5. |
| 09:45 |
immersen_ |
I'll give it a go... |
| 09:40 |
FloLeBlanc |
anyone using "smallads" on his page? |
| 09:41 |
mikhas |
immersen: it depends on which sr_fe..-version you're using, of course. |
| 09:41 |
MasterYin |
got a problem with Indexed Search... I got a Single-Tree-Multilanguage-Page but I want my Searchresults sorted... when there is a Double-Hit in the Results I just want the Result of the selected Language to be displayed |
| 09:41 |
immersen_ |
mikhas -> the newest one |
| 09:41 |
immersen_ |
maybe I should downgrade? |
| 09:42 |
immersen_ |
mikhas: verison 2.5.7 |
| 09:44 |
mikhas |
immersen_: oki, I would use the latest stable. I think there is some bug (atleast I experienced it) with the latest. |
| 09:44 |
mikhas |
I recommend 2.5.5. |
| 09:44 |
immersen_ |
I'll give it a go... |
| 09:45 |
pesz |
mikhas: where is it available? |
| 09:45 |
mikhas |
I think 2.5.7 didn't generate correct passwords, that's why I skipped back a few versions. |
| 09:45 |
mikhas |
pesz: ? |
| 09:45 |
mikhas |
pesz: in TER, if I understand you right. |
| 09:46 |
pesz |
i cannot connect to ter, is it available somewhere on typo3.org/extensions as well? |
| 09:49 |
Phlogi__ |
hmm I once installed commerce... I want to uninstall it now... but then I get an error, that the extension key was not loaded... whats wrong? |
| 09:49 |
Phlogi__ |
I mean I don't use commerce anywhere |
| 09:45 |
pesz |
mikhas: where is it available? |
| 09:45 |
mikhas |
I think 2.5.7 didn't generate correct passwords, that's why I skipped back a few versions. |
| 09:45 |
mikhas |
pesz: ? |
| 09:45 |
mikhas |
pesz: in TER, if I understand you right. |
| 09:46 |
pesz |
i cannot connect to ter, is it available somewhere on typo3.org/extensions as well? |
| 09:49 |
Phlogi__ |
hmm I once installed commerce... I want to uninstall it now... but then I get an error, that the extension key was not loaded... whats wrong? |
| 09:49 |
Phlogi__ |
I mean I don't use commerce anywhere |
| 09:50 |
FloLeBlanc |
pesz, afaik TER = The Extension Repository = typo3.org/extensions - you can download the extensions as t3x files |
| 09:50 |
pulponair |
hi there |
| 09:50 |
brain-xy |
hi pulponair |
| 09:51 |
pulponair |
isnt wrapItemandSub not captured by no.allStdWrap ? |
| 09:51 |
FloLeBlanc |
hi pulp |
| 09:52 |
brain-xy |
pulponair . does allStdWrap exist actually? |
| 09:52 |
pesz |
FloLeBlanc: ok, sure, i do it all the time, but my question is where can i download older versions of extensions? |
| 09:52 |
pulponair |
brain-xy: yeah |
| 09:53 |
FloLeBlanc |
pesz: that I don't know sorry |
| 09:53 |
FloLeBlanc |
why would you want an older version? |
| 09:53 |
brain-xy |
hm.. well.. what do you need or what are you trying? |
| 09:53 |
pesz |
FloLeBlanc: read a little bit above, pls |
| 09:54 |
pesz |
;) |
| 09:54 |
pulponair |
brain-xy: ... no.wrapItemAndSub = <li>{register:something}l</li> no.allStdWrap.insertData = 1 |
| 09:50 |
FloLeBlanc |
pesz, afaik TER = The Extension Repository = typo3.org/extensions - you can download the extensions as t3x files |
| 09:50 |
pulponair |
hi there |
| 09:50 |
brain-xy |
hi pulponair |
| 09:51 |
pulponair |
isnt wrapItemandSub not captured by no.allStdWrap ? |
| 09:51 |
FloLeBlanc |
hi pulp |
| 09:52 |
brain-xy |
pulponair . does allStdWrap exist actually? |
| 09:52 |
pesz |
FloLeBlanc: ok, sure, i do it all the time, but my question is where can i download older versions of extensions? |
| 09:52 |
pulponair |
brain-xy: yeah |
| 09:53 |
FloLeBlanc |
pesz: that I don't know sorry |
| 09:53 |
FloLeBlanc |
why would you want an older version? |
| 09:53 |
brain-xy |
hm.. well.. what do you need or what are you trying? |
| 09:53 |
pesz |
FloLeBlanc: read a little bit above, pls |
| 09:54 |
pesz |
;) |
| 09:54 |
pulponair |
brain-xy: ... no.wrapItemAndSub = <li>{register:something}l</li> no.allStdWrap.insertData = 1 |
| 09:55 |
FloLeBlanc |
pesz: there is a manual on how to edit the fields in fe_users in the manual of sr_feuser_register, you can create your own extension that does that |
| 09:57 |
pesz |
FloLeBlanc: thanx, i can do that. i suggested you to read that mikhas wrote about buggy version 2.5.7, so i'd like to check out 2.5.5 whether it it better |
| 09:58 |
pesz |
FloLeBlanc: however my earlier question was about cwtfeedit |
| 09:55 |
FloLeBlanc |
pesz: there is a manual on how to edit the fields in fe_users in the manual of sr_feuser_register, you can create your own extension that does that |
| 09:57 |
pesz |
FloLeBlanc: thanx, i can do that. i suggested you to read that mikhas wrote about buggy version 2.5.7, so i'd like to check out 2.5.5 whether it it better |
| 09:58 |
pesz |
FloLeBlanc: however my earlier question was about cwtfeedit |
| 10:01 |
alexwx |
hi there |
| 10:02 |
pesz |
hei |
| 10:03 |
alexwx |
can some one help with RTE? i am trying this config http://phpfi.com/247176, but it doesnt work at all. i cant get the green and blue into class selector in RTE... can help? thank yuo |
| 10:04 |
alexwx |
i still see in the selector just Important, Name of person, Detail as default |
| 10:01 |
alexwx |
hi there |
| 10:02 |
pesz |
hei |
| 10:03 |
alexwx |
can some one help with RTE? i am trying this config http://phpfi.com/247176, but it doesnt work at all. i cant get the green and blue into class selector in RTE... can help? thank yuo |
| 10:04 |
alexwx |
i still see in the selector just Important, Name of person, Detail as default |
| 10:05 |
alexwx |
help please, i dont know what to do, this is strange, i just update the default config |
| 10:09 |
alexwx |
no one? cool |
| 10:05 |
alexwx |
help please, i dont know what to do, this is strange, i just update the default config |
| 10:09 |
alexwx |
no one? cool |
| 10:10 |
alexwx |
grrrr |
| 10:10 |
alexwx |
grrrr |
| 10:16 |
brain-xy |
hm.. when a new content element is defined by the extension.. how could i get rid of the headline which is still rendered from tt_content? |
| 10:18 |
FloLeBlanc |
cya all have a nice day |
| 10:16 |
brain-xy |
hm.. when a new content element is defined by the extension.. how could i get rid of the headline which is still rendered from tt_content? |
| 10:18 |
FloLeBlanc |
cya all have a nice day |
| 10:20 |
Phlogi__ |
is it really true that typo3 is unable to handle this: If a user has a link that points to a page that is restricted he gets redirected to the site with the login module. And if he logs in then he gets redirected to the restricted page he wanted to access before. |
| 10:24 |
m4rtijn |
is it possible to convert text elements to graphics? |
| 10:24 |
m4rtijn |
from content.get |
| 10:20 |
Phlogi__ |
is it really true that typo3 is unable to handle this: If a user has a link that points to a page that is restricted he gets redirected to the site with the login module. And if he logs in then he gets redirected to the restricted page he wanted to access before. |
| 10:24 |
m4rtijn |
is it possible to convert text elements to graphics? |
| 10:24 |
m4rtijn |
from content.get |
| 10:25 |
m4rtijn |
without changing ohther content elements |
| 10:25 |
m4rtijn |
without changing ohther content elements |
| 10:32 |
brain-xy |
m4rtijn .. yes.. gifbuilder :) |
| 10:33 |
m4rtijn |
thats what i was thinking.. but would it be possible to change text from only a certain content element.. for example only the ones: "text with image" |
| 10:33 |
m4rtijn |
and not all text |
| 10:34 |
m4rtijn |
like the content element "text only" |
| 10:34 |
m4rtijn |
should be normal text |
| 10:34 |
brain-xy |
Phlogi__ .. well.. i would say it is limited to the FE loginext you use.. i mean.. you could do it in your extension by the http referer one step.. and otherwise you would need a hook which places a cookie or something else´ |
| 10:34 |
Phlogi__ |
brain-xy: so there is no nice solution? |
| 10:32 |
brain-xy |
m4rtijn .. yes.. gifbuilder :) |
| 10:33 |
m4rtijn |
thats what i was thinking.. but would it be possible to change text from only a certain content element.. for example only the ones: "text with image" |
| 10:33 |
m4rtijn |
and not all text |
| 10:34 |
m4rtijn |
like the content element "text only" |
| 10:34 |
m4rtijn |
should be normal text |
| 10:34 |
brain-xy |
Phlogi__ .. well.. i would say it is limited to the FE loginext you use.. i mean.. you could do it in your extension by the http referer one step.. and otherwise you would need a hook which places a cookie or something else´ |
| 10:34 |
Phlogi__ |
brain-xy: so there is no nice solution? |
| 10:35 |
brain-xy |
ahm.. m4rtijn.. but you don't want to change the "rendering" .. so that textpic is no text anymore but a picture instead? |
| 10:35 |
brain-xy |
Phlogi__ .. i don't know if the new loginbox can handle this.. |
| 10:35 |
brain-xy |
another i never needed || used |
| 10:37 |
Phlogi__ |
brain-xy: in my opinion this just sucks like hell... I mean typo3 really should be able to handle that :=) |
| 10:35 |
brain-xy |
ahm.. m4rtijn.. but you don't want to change the "rendering" .. so that textpic is no text anymore but a picture instead? |
| 10:35 |
brain-xy |
Phlogi__ .. i don't know if the new loginbox can handle this.. |
| 10:35 |
brain-xy |
another i never needed || used |
| 10:37 |
Phlogi__ |
brain-xy: in my opinion this just sucks like hell... I mean typo3 really should be able to handle that :=) |
| 10:41 |
m4rtijn |
yep exactly brain.. I want the text from content element "text with picture" to be rendered into a picture |
| 10:42 |
m4rtijn |
so I can use my own special font :p |
| 10:42 |
m4rtijn |
greetings dax |
| 10:41 |
m4rtijn |
yep exactly brain.. I want the text from content element "text with picture" to be rendered into a picture |
| 10:42 |
m4rtijn |
so I can use my own special font :p |
| 10:42 |
m4rtijn |
greetings dax |
| 10:47 |
dax77 |
re |
| 10:49 |
Phlogi__ |
can I get the URL a user wanted to access in TS on my 404 Page ? |
| 10:47 |
dax77 |
re |
| 10:49 |
Phlogi__ |
can I get the URL a user wanted to access in TS on my 404 Page ? |
| 10:55 |
dokma |
anyone here knows how to send a sighup in linux term? |
| 10:58 |
Phlogi__ |
dokma: kill -s sighup $NR |
| 10:55 |
dokma |
anyone here knows how to send a sighup in linux term? |
| 10:58 |
Phlogi__ |
dokma: kill -s sighup $NR |
| 11:02 |
dokma |
tx! |
| 11:02 |
dokma |
tx! |
| 11:07 |
Phlogi__ |
how can I get the full path of my current site in TS? |
| 11:08 |
alexwx |
can some one help with RTE? i am trying this config http://phpfi.com/247176, but it doesnt work at all. i cant get the green and blue into class selector in RTE... canany one help? thank you |
| 11:07 |
Phlogi__ |
how can I get the full path of my current site in TS? |
| 11:08 |
alexwx |
can some one help with RTE? i am trying this config http://phpfi.com/247176, but it doesnt work at all. i cant get the green and blue into class selector in RTE... canany one help? thank you |
| 11:13 |
Phlogi__ |
can I get the URL a user wanted to access in TS on my 404 Page ? |
| 11:13 |
Phlogi__ |
can I get the URL a user wanted to access in TS on my 404 Page ? |
| 11:16 |
eeos |
hi everybody |
| 11:16 |
eeos |
hi everybody |
| 11:43 |
dokma_ |
funny |
| 11:43 |
dokma_ |
whichever redirect at login extension I install |
| 11:43 |
dokma_ |
it seems to break my login |
| 11:44 |
dokma_ |
I tried dkd something |
| 11:44 |
dokma_ |
and beko something |
| 11:44 |
dokma_ |
both have the same effect of breaking the login functionality |
| 11:44 |
dokma_ |
anyone got any experience here? |
| 11:43 |
dokma_ |
funny |
| 11:43 |
dokma_ |
whichever redirect at login extension I install |
| 11:43 |
dokma_ |
it seems to break my login |
| 11:44 |
dokma_ |
I tried dkd something |
| 11:44 |
dokma_ |
and beko something |
| 11:44 |
dokma_ |
both have the same effect of breaking the login functionality |
| 11:44 |
dokma_ |
anyone got any experience here? |
| 11:45 |
brain-xy |
alexwx .. you tried it like that http://phpfi.com/247197? |
| 11:46 |
uschi_ |
good morning :) |
| 11:46 |
brain-xy |
dokma_ .. i only had the problem with the FEuserlogin when i upgraded to 4.1 .. the users weren't able to login |
| 11:47 |
dokma_ |
my login works fine when I remove redirect at login extensions |
| 11:47 |
uschi |
anybody a tip why my CONTENT does not get rendered? |
| 11:49 |
brain-xy |
uschi.. white page? |
| 11:45 |
brain-xy |
alexwx .. you tried it like that http://phpfi.com/247197? |
| 11:46 |
uschi_ |
good morning :) |
| 11:46 |
brain-xy |
dokma_ .. i only had the problem with the FEuserlogin when i upgraded to 4.1 .. the users weren't able to login |
| 11:47 |
dokma_ |
my login works fine when I remove redirect at login extensions |
| 11:47 |
uschi |
anybody a tip why my CONTENT does not get rendered? |
| 11:49 |
brain-xy |
uschi.. white page? |
| 11:50 |
Phlogi__ |
can I get the URL a user wanted to access in TS on my 404 Page ? |
| 11:50 |
uschi |
no, i am trying to adapt tt_content.menu.20.3 (the one with the section index), brain-xy |
| 11:51 |
brain-xy |
oh.. .ja.. have fun.. I'm getting crazy the last tries to change the rendering of tt_content ^^ |
| 11:52 |
uschi |
so we are companions, brain-xy |
| 11:52 |
uschi |
what are you working on? |
| 11:52 |
brain-xy |
Phlogi__ i think there is no easy way to do this.. |
| 11:52 |
brain-xy |
well.. at the moment i try to get rid of the headline in my own extension which offers a new content element.. |
| 11:54 |
brain-xy |
Phlogi__ you could try this.. when you put some ext template on your 404 page which is a t3 page and take this into your maintemplate record |
| 11:54 |
brain-xy |
http://phpfi.com/247200 |
| 11:54 |
alexwx |
brain-xy IT works also without rte.css? or it is important, because i tryed it now, but still it didnt work |
| 11:50 |
Phlogi__ |
can I get the URL a user wanted to access in TS on my 404 Page ? |
| 11:50 |
uschi |
no, i am trying to adapt tt_content.menu.20.3 (the one with the section index), brain-xy |
| 11:51 |
brain-xy |
oh.. .ja.. have fun.. I'm getting crazy the last tries to change the rendering of tt_content ^^ |
| 11:52 |
uschi |
so we are companions, brain-xy |
| 11:52 |
uschi |
what are you working on? |
| 11:52 |
brain-xy |
Phlogi__ i think there is no easy way to do this.. |
| 11:52 |
brain-xy |
well.. at the moment i try to get rid of the headline in my own extension which offers a new content element.. |
| 11:54 |
brain-xy |
Phlogi__ you could try this.. when you put some ext template on your 404 page which is a t3 page and take this into your maintemplate record |
| 11:54 |
brain-xy |
http://phpfi.com/247200 |
| 11:54 |
alexwx |
brain-xy IT works also without rte.css? or it is important, because i tryed it now, but still it didnt work |
| 11:55 |
brain-xy |
well. the rte.css is just for display it in the RTE .. like .. tables have dotted lines |
| 11:55 |
brain-xy |
alexwx .. germanß |
| 11:56 |
alexwx |
brain-xy i speak just english |
| 11:56 |
brain-xy |
okay. |
| 11:56 |
alexwx |
brain-xy what can i do |
| 11:56 |
brain-xy |
mom |
| 11:59 |
alexwx |
brain-xy ok |
| 11:55 |
brain-xy |
well. the rte.css is just for display it in the RTE .. like .. tables have dotted lines |
| 11:55 |
brain-xy |
alexwx .. germanß |
| 11:56 |
alexwx |
brain-xy i speak just english |
| 11:56 |
brain-xy |
okay. |
| 11:56 |
alexwx |
brain-xy what can i do |
| 11:56 |
brain-xy |
mom |
| 11:59 |
alexwx |
brain-xy ok |
| 12:02 |
brain-xy |
alexwx http://phpfi.com/247206 |
| 12:02 |
alexwx |
brain-xy what that do? |
| 12:03 |
brain-xy |
paste it into your pageTS |
| 12:03 |
alexwx |
brain-xy ok and then? |
| 12:03 |
alexwx |
without RTE.config ... and so on? |
| 12:03 |
brain-xy |
then a new class for the paragraphes should appear in the RTE |
| 12:03 |
brain-xy |
just remove everything else and paste it :P |
| 12:03 |
brain-xy |
and.. make a backup ^^ |
| 12:04 |
alexwx |
:) ok |
| 12:02 |
brain-xy |
alexwx http://phpfi.com/247206 |
| 12:02 |
alexwx |
brain-xy what that do? |
| 12:03 |
brain-xy |
paste it into your pageTS |
| 12:03 |
alexwx |
brain-xy ok and then? |
| 12:03 |
alexwx |
without RTE.config ... and so on? |
| 12:03 |
brain-xy |
then a new class for the paragraphes should appear in the RTE |
| 12:03 |
brain-xy |
just remove everything else and paste it :P |
| 12:03 |
brain-xy |
and.. make a backup ^^ |
| 12:04 |
alexwx |
:) ok |
| 12:05 |
alexwx |
brain-xy nothnig |
| 12:06 |
alexwx |
brain-xy i select the text ni RTE, the Text: selectbox is being enabled.. roll it out. and i still see there the default options <Important>, <Name of person>, <Detail> |
| 12:08 |
brain-xy |
alexwx .. and these are paragraph classes? |
| 12:08 |
brain-xy |
well .. ok.. and furthermore.. the rte is .. strange.. IMHO :P# |
| 12:09 |
brain-xy |
try to change the mode it is running in the extmanager |
| 12:09 |
brain-xy |
from user or what it is called to demo or typical.. |
| 12:09 |
alexwx |
brain-xy yea the text is in a P tag |
| 12:09 |
brain-xy |
the TS i sent you should work .. i've found it in my book |
| 12:05 |
alexwx |
brain-xy nothnig |
| 12:06 |
alexwx |
brain-xy i select the text ni RTE, the Text: selectbox is being enabled.. roll it out. and i still see there the default options <Important>, <Name of person>, <Detail> |
| 12:08 |
brain-xy |
alexwx .. and these are paragraph classes? |
| 12:08 |
brain-xy |
well .. ok.. and furthermore.. the rte is .. strange.. IMHO :P# |
| 12:09 |
brain-xy |
try to change the mode it is running in the extmanager |
| 12:09 |
brain-xy |
from user or what it is called to demo or typical.. |
| 12:09 |
alexwx |
brain-xy yea the text is in a P tag |
| 12:09 |
brain-xy |
the TS i sent you should work .. i've found it in my book |
| 12:12 |
alexwx |
brain-xy i also tried some configs from the net, it is default installation of TYPO3 4.0.6 and default RTE 1.4.3 |
| 12:12 |
brain-xy |
and the mode? |
| 12:14 |
alexwx |
brain-xy i dont know mode, what mode? how to look at it? |
| 12:12 |
alexwx |
brain-xy i also tried some configs from the net, it is default installation of TYPO3 4.0.6 and default RTE 1.4.3 |
| 12:12 |
brain-xy |
and the mode? |
| 12:14 |
alexwx |
brain-xy i dont know mode, what mode? how to look at it? |
| 12:23 |
helli_t3w |
hi! i installed sr_feuser_register but the field date_of_birth is not shown in the backend form.. any idea? |
| 12:23 |
helli_t3w |
hi! i installed sr_feuser_register but the field date_of_birth is not shown in the backend form.. any idea? |
| 12:28 |
brain-xy |
alexwx .. in the extension manager you have to click on the RTE .. there you have a combo where the mode is displayed |
| 12:28 |
brain-xy |
alexwx .. in the extension manager you have to click on the RTE .. there you have a combo where the mode is displayed |
| 12:32 |
alexwx |
brain-xy you mean Default configuration settings? i have a Typical... |
| 12:32 |
alexwx |
brain-xy you mean Default configuration settings? i have a Typical... |
| 12:35 |
Phlogi__ |
brain-xy: thats an idea I though of before! Thanks a lot, with that I can get the url right? Need o try that out immediatly! |
| 12:35 |
eeos |
lunch break! |
| 12:36 |
ries |
morning |
| 12:37 |
alexwx |
helo ries |
| 12:38 |
brain-xy |
alexwx .. try demo |
| 12:39 |
brain-xy |
Phlogi__ .. yes.. you'll get the whole url the user was calling for.. |
| 12:39 |
brain-xy |
www.domain.tld/indexblbalbal |
| 12:35 |
Phlogi__ |
brain-xy: thats an idea I though of before! Thanks a lot, with that I can get the url right? Need o try that out immediatly! |
| 12:35 |
eeos |
lunch break! |
| 12:36 |
ries |
morning |
| 12:37 |
alexwx |
helo ries |
| 12:38 |
brain-xy |
alexwx .. try demo |
| 12:39 |
brain-xy |
Phlogi__ .. yes.. you'll get the whole url the user was calling for.. |
| 12:39 |
brain-xy |
www.domain.tld/indexblbalbal |
| 12:40 |
Phlogi__ |
hmm this does not work, why? |
| 12:40 |
Phlogi__ |
parameter = getenv : HTTP_REFERER |
| 12:42 |
alexwx |
brain-xy, i tryed, doesnt work... still i have just default options |
| 12:42 |
alexwx |
ries do you have a morning? |
| 12:43 |
Phlogi__ |
brain-xy: ok I missed the data thing.... but ehm... it does not output anything if a real 404 occurs... |
| 12:43 |
Phlogi__ |
if I go to my 404 page directly this is the output: typo3/sysext/tstemplate/ts/index.php?id=206 |
| 12:40 |
Phlogi__ |
hmm this does not work, why? |
| 12:40 |
Phlogi__ |
parameter = getenv : HTTP_REFERER |
| 12:42 |
alexwx |
brain-xy, i tryed, doesnt work... still i have just default options |
| 12:42 |
alexwx |
ries do you have a morning? |
| 12:43 |
Phlogi__ |
brain-xy: ok I missed the data thing.... but ehm... it does not output anything if a real 404 occurs... |
| 12:43 |
Phlogi__ |
if I go to my 404 page directly this is the output: typo3/sysext/tstemplate/ts/index.php?id=206 |
| 12:45 |
ries |
alexwx: currently I am experiencing it ... |
| 12:47 |
alexwx |
ries aah, and do you have some experience with RTE? i just want to update the selectbox of a Text styles |
| 12:48 |
helli_t3w |
hi! i installed sr_feuser_register but the field date_of_birth is not shown in the backend form.. any idea? |
| 12:45 |
ries |
alexwx: currently I am experiencing it ... |
| 12:47 |
alexwx |
ries aah, and do you have some experience with RTE? i just want to update the selectbox of a Text styles |
| 12:48 |
helli_t3w |
hi! i installed sr_feuser_register but the field date_of_birth is not shown in the backend form.. any idea? |
| 12:51 |
Phlogi__ |
brain-xy: do you think its possible that this HTTP_REFERER gets lost because of the 404? |
| 12:51 |
Phlogi__ |
brain-xy: do you think its possible that this HTTP_REFERER gets lost because of the 404? |
| 13:11 |
koomi |
anyone knows how to figure out the sorting of an element in a tv page. the field 'sorting' is not used by tv |
| 13:14 |
Phlogi_ |
if I do lin my .htaccess: ErrorDocument 404 /testenv/typo360/404page_not_found.php, is there a real 404 thrown to the browser/google ? |
| 13:11 |
koomi |
anyone knows how to figure out the sorting of an element in a tv page. the field 'sorting' is not used by tv |
| 13:14 |
Phlogi_ |
if I do lin my .htaccess: ErrorDocument 404 /testenv/typo360/404page_not_found.php, is there a real 404 thrown to the browser/google ? |
| 13:20 |
ries |
alexwx: I think I have done that once... but not lately, I cannot remember how I solved it |
| 13:20 |
ries |
alexwx: I think I have done that once... but not lately, I cannot remember how I solved it |
| 13:30 |
brain-xy |
Phlogi .. no i think not.. wouldn't make sense in my eyes |
| 13:34 |
Phlogi |
brain-xy: then this can't be the solution |
| 13:30 |
brain-xy |
Phlogi .. no i think not.. wouldn't make sense in my eyes |
| 13:34 |
Phlogi |
brain-xy: then this can't be the solution |
| 13:35 |
Phlogi |
dammmmit! |
| 13:39 |
brain-xy |
i meant that it is not be lost |
| 13:35 |
Phlogi |
dammmmit! |
| 13:39 |
brain-xy |
i meant that it is not be lost |
| 13:40 |
brain-xy |
Phlogi.. may i ask what you're going to make actually? :) |
| 13:40 |
Phlogi |
brain-xy: I want a nice redirect if a user accesses a restricted page... |
| 13:41 |
Phlogi |
so I want to place a login box on the 404 page with after successful login redirects to where the user wanted to go, you understand? |
| 13:41 |
brain-xy |
yes |
| 13:41 |
Phlogi |
brain-xy: this sucks much in t3 I think |
| 13:41 |
brain-xy |
hm.. no.. |
| 13:42 |
Phlogi |
brain-xy: why not? its really impossible... :( |
| 13:42 |
Phlogi |
*really->almost |
| 13:43 |
brain-xy |
all you have to do is to find a login ext or you build your own ext where it catches the referer .. offers the login fields.. and when the user logged in correctly you can take this value and redirect him to the page he came from |
| 13:40 |
brain-xy |
Phlogi.. may i ask what you're going to make actually? :) |
| 13:40 |
Phlogi |
brain-xy: I want a nice redirect if a user accesses a restricted page... |
| 13:41 |
Phlogi |
so I want to place a login box on the 404 page with after successful login redirects to where the user wanted to go, you understand? |
| 13:41 |
brain-xy |
yes |
| 13:41 |
Phlogi |
brain-xy: this sucks much in t3 I think |
| 13:41 |
brain-xy |
hm.. no.. |
| 13:42 |
Phlogi |
brain-xy: why not? its really impossible... :( |
| 13:42 |
Phlogi |
*really->almost |
| 13:43 |
brain-xy |
all you have to do is to find a login ext or you build your own ext where it catches the referer .. offers the login fields.. and when the user logged in correctly you can take this value and redirect him to the page he came from |
| 13:47 |
Phlogi |
why does this not work? ErrorDocument 404 /test.html is it because of typo3 running? |
| 13:47 |
Phlogi |
brain-xy: its not that easy... I can't the referer on my 404 page dunno why... |
| 13:49 |
Fanty |
how do i map an <input type="checkbox" checked="checked" /> so that I can acutally map the "checked" attribute to be there or not be there at all with TV?? |
| 13:49 |
brain-xy |
well.. i would first of all change the behaviour in the install .. [pageNotFound_handling] .. redirect it to a page and just read the referer.. |
| 13:49 |
_jfc |
hi @all |
| 13:49 |
Phlogi |
brain-xy: and exactly that does __not__ work... |
| 13:49 |
Phlogi |
so I wanted to try with .htaccess |
| 13:47 |
Phlogi |
why does this not work? ErrorDocument 404 /test.html is it because of typo3 running? |
| 13:47 |
Phlogi |
brain-xy: its not that easy... I can't the referer on my 404 page dunno why... |
| 13:49 |
Fanty |
how do i map an <input type="checkbox" checked="checked" /> so that I can acutally map the "checked" attribute to be there or not be there at all with TV?? |
| 13:49 |
brain-xy |
well.. i would first of all change the behaviour in the install .. [pageNotFound_handling] .. redirect it to a page and just read the referer.. |
| 13:49 |
_jfc |
hi @all |
| 13:49 |
Phlogi |
brain-xy: and exactly that does __not__ work... |
| 13:49 |
Phlogi |
so I wanted to try with .htaccess |
| 13:50 |
_jfc |
can anyone tell me, if typo3 works with imagemagick 6.1.9 ??? |
| 13:50 |
ries |
_jfc: yes it does |
| 13:50 |
brain-xy |
and what is in the $_SERVER array ? |
| 13:50 |
Vinnie_Gognitti |
Hi! How can I edit the content of a Site that is a Mount Point? Where is the content? |
| 13:51 |
_jfc |
ries: but when i try to test image processing there are many errors. There was no result from the ImageMagick operation |
| 13:52 |
ries |
what errors? |
| 13:52 |
_jfc |
in the install tool. testing image processing. reading image formats f.e. |
| 13:52 |
_jfc |
cant read any format |
| 13:54 |
_jfc |
6.1.9 was preinstalled on my webspace. |
| 13:54 |
Phlogi |
brain-xy: I will print it out soon and give you a link ;) |
| 13:50 |
_jfc |
can anyone tell me, if typo3 works with imagemagick 6.1.9 ??? |
| 13:50 |
ries |
_jfc: yes it does |
| 13:50 |
brain-xy |
and what is in the $_SERVER array ? |
| 13:50 |
Vinnie_Gognitti |
Hi! How can I edit the content of a Site that is a Mount Point? Where is the content? |
| 13:51 |
_jfc |
ries: but when i try to test image processing there are many errors. There was no result from the ImageMagick operation |
| 13:52 |
ries |
what errors? |
| 13:52 |
_jfc |
in the install tool. testing image processing. reading image formats f.e. |
| 13:52 |
_jfc |
cant read any format |
| 13:54 |
_jfc |
6.1.9 was preinstalled on my webspace. |
| 13:54 |
Phlogi |
brain-xy: I will print it out soon and give you a link ;) |
| 13:55 |
Vinnie_Gognitti |
please!!! somebody tell me how I can I edit the content of a site that is a Mount Point...I don't get it |
| 13:55 |
Phlogi |
http://jungwacht.jublawil.ch/jw/index.php?id=206 |
| 13:56 |
eeos |
back |
| 13:56 |
_jfc |
ries: the error is: There was no result from the ImageMagick operation. Below there's a dump of the ImageMagick commands executed: /usr/X11R6/bin/convert -geometry 170x136! -colors 64 /u/web/heinzh/typo3/typo3/sysext/install/imgs/jesus.gif[0] /u/web/heinzh/typo3/typo3temp/pics/install_write_gif.gif |
| 13:57 |
ries |
try to run teh command from your shell, see what happens |
| 13:57 |
_jfc |
i habe no shell account :-) |
| 13:57 |
_jfc |
its only a webspace |
| 13:58 |
ries |
are you sure that IM is installed in /usr/X11R6/bin ? |
| 13:58 |
Phlogi |
brain-xy: the links at the bottom are the HTTP_REFERER these are empty if a real 404 occurs |
| 13:58 |
_jfc |
the basic configuration says: /usr/local/bin/ |
| 13:59 |
_jfc |
hehe sorry |
| 13:59 |
_jfc |
i have to update localconf.php ;) |
| 13:59 |
_jfc |
now it works |
| 13:55 |
Vinnie_Gognitti |
please!!! somebody tell me how I can I edit the content of a site that is a Mount Point...I don't get it |
| 13:55 |
Phlogi |
http://jungwacht.jublawil.ch/jw/index.php?id=206 |
| 13:56 |
eeos |
back |
| 13:56 |
_jfc |
ries: the error is: There was no result from the ImageMagick operation. Below there's a dump of the ImageMagick commands executed: /usr/X11R6/bin/convert -geometry 170x136! -colors 64 /u/web/heinzh/typo3/typo3/sysext/install/imgs/jesus.gif[0] /u/web/heinzh/typo3/typo3temp/pics/install_write_gif.gif |
| 13:57 |
ries |
try to run teh command from your shell, see what happens |
| 13:57 |
_jfc |
i habe no shell account :-) |
| 13:57 |
_jfc |
its only a webspace |
| 13:58 |
ries |
are you sure that IM is installed in /usr/X11R6/bin ? |
| 13:58 |
Phlogi |
brain-xy: the links at the bottom are the HTTP_REFERER these are empty if a real 404 occurs |
| 13:58 |
_jfc |
the basic configuration says: /usr/local/bin/ |
| 13:59 |
_jfc |
hehe sorry |
| 13:59 |
_jfc |
i have to update localconf.php ;) |
| 13:59 |
_jfc |
now it works |
| 14:00 |
_jfc |
i thought it was automaticaly |
| 14:00 |
_jfc |
thx |
| 14:00 |
_jfc |
i thought it was automaticaly |
| 14:00 |
_jfc |
thx |
| 14:05 |
brain-xy |
Phlogi .. okay.. i believe it.. |
| 14:06 |
Phlogi |
brain-xy: sad sad sad... typo3 should be able to do that! |
| 14:05 |
brain-xy |
Phlogi .. okay.. i believe it.. |
| 14:06 |
Phlogi |
brain-xy: sad sad sad... typo3 should be able to do that! |
| 14:24 |
malazet |
hi |
| 14:24 |
malazet |
hi |
| 14:25 |
malazet |
does anybody knows how to lock the show/hide page checkbox using tsconfig in the edit page form in typo3 ? |
| 14:26 |
just2b |
lock? |
| 14:26 |
malazet |
disable |
| 14:26 |
just2b |
for a user? use the rights management |
| 14:26 |
malazet |
i'm not using workspaces and some user shouldn't see this option |
| 14:25 |
malazet |
does anybody knows how to lock the show/hide page checkbox using tsconfig in the edit page form in typo3 ? |
| 14:26 |
just2b |
lock? |
| 14:26 |
malazet |
disable |
| 14:26 |
just2b |
for a user? use the rights management |
| 14:26 |
malazet |
i'm not using workspaces and some user shouldn't see this option |
| 14:31 |
Vinnie_Gognitti |
I still don't get how you edit the content of a site that is a mount point...where is the content you can see in the frontend? |
| 14:34 |
gerards |
malazet: you can go to the user's record (or even better, the usergroup record), edit it. I think there should be a place you can de-select the users ability to fiddle with the hide page checkbox. |
| 14:34 |
gerards |
malazet: i think its called "enable fields" |
| 14:31 |
Vinnie_Gognitti |
I still don't get how you edit the content of a site that is a mount point...where is the content you can see in the frontend? |
| 14:34 |
gerards |
malazet: you can go to the user's record (or even better, the usergroup record), edit it. I think there should be a place you can de-select the users ability to fiddle with the hide page checkbox. |
| 14:34 |
gerards |
malazet: i think its called "enable fields" |
| 14:35 |
gerards |
hi everyone. |
| 14:35 |
gerards |
hi everyone. |
| 15:15 |
Rens |
hi all |
| 15:15 |
Rens |
hi all |
| 15:34 |
evader28 |
does anybody know if there is an extention or extensions in typo3 that can mimic the functionality of google groups with email initiated sending to the mail list but with a typo3 website signup to list(s) ? |
| 15:34 |
evader28 |
does anybody know if there is an extention or extensions in typo3 that can mimic the functionality of google groups with email initiated sending to the mail list but with a typo3 website signup to list(s) ? |
| 15:35 |
Phlogi |
omg I got it working with the redirection :) |
| 15:35 |
Phlogi |
thats damn great :) |
| 15:35 |
Phlogi |
its still a bit hacky... but |
| 15:37 |
Phlogi |
it works! And I AM happy, I will write a FAQ for it tomorrow! |
| 15:35 |
Phlogi |
omg I got it working with the redirection :) |
| 15:35 |
Phlogi |
thats damn great :) |
| 15:35 |
Phlogi |
its still a bit hacky... but |
| 15:37 |
Phlogi |
it works! And I AM happy, I will write a FAQ for it tomorrow! |
| 16:16 |
opm |
hello all ... can i use a complete copy of a typo3-content in another typo3-installation ? |
| 16:16 |
just2b |
sure |
| 16:16 |
opm |
fine^ ... thx |
| 16:17 |
opm |
its my first touch with typo3 ... cya + thx again |
| 16:16 |
opm |
hello all ... can i use a complete copy of a typo3-content in another typo3-installation ? |
| 16:16 |
just2b |
sure |
| 16:16 |
opm |
fine^ ... thx |
| 16:17 |
opm |
its my first touch with typo3 ... cya + thx again |
| 17:29 |
Awillys |
hi there |
| 17:29 |
just2b |
hi Awillys, saw your rating ;) |
| 17:29 |
Awillys |
is it possible to hide the title of a page on a TMENU |
| 17:29 |
Awillys |
? |
| 17:29 |
Awillys |
hi there |
| 17:29 |
just2b |
hi Awillys, saw your rating ;) |
| 17:29 |
Awillys |
is it possible to hide the title of a page on a TMENU |
| 17:29 |
Awillys |
? |
| 17:30 |
Awillys |
yeah just2b: well done with the extension ;) |
| 17:30 |
Awillys |
so is it possible to hide the titles in the menu but still create the <a> tags? |
| 17:30 |
just2b |
yeah should be pissible |
| 17:31 |
Awillys |
just2b: how? ^^ |
| 17:32 |
just2b |
take a look at this http://phpfi.com/247302 |
| 17:30 |
Awillys |
yeah just2b: well done with the extension ;) |
| 17:30 |
Awillys |
so is it possible to hide the titles in the menu but still create the <a> tags? |
| 17:30 |
just2b |
yeah should be pissible |
| 17:31 |
Awillys |
just2b: how? ^^ |
| 17:32 |
just2b |
take a look at this http://phpfi.com/247302 |
| 17:37 |
Awillys |
yeah |
| 17:37 |
Awillys |
i'll show you what i mean |
| 17:37 |
Awillys |
yeah |
| 17:37 |
Awillys |
i'll show you what i mean |
| 17:54 |
Phlogi_home |
hey guys |
| 17:54 |
Phlogi_home |
hey guys |
| 17:56 |
Phlogi_home |
anyone knows why mm_forum does not generate realURLs for email notification? |
| 17:56 |
Phlogi_home |
maybe this is just not implemented |
| 17:56 |
Phlogi_home |
anyone knows why mm_forum does not generate realURLs for email notification? |
| 17:56 |
Phlogi_home |
maybe this is just not implemented |
| 18:01 |
just2b |
Phlogi_home blick in den code würde für die antwort genügen ^^ |
| 18:02 |
Phlogi_home |
just2b: nicht implementiert? =) |
| 18:02 |
just2b |
i dont know |
| 18:01 |
just2b |
Phlogi_home blick in den code würde für die antwort genügen ^^ |
| 18:02 |
Phlogi_home |
just2b: nicht implementiert? =) |
| 18:02 |
just2b |
i dont know |
| 18:05 |
Phlogi_home |
$link = $this->pi_getPageLink($GLOBALS['TSFE']->id,'',$linkParams); ? |
| 18:07 |
Phlogi_home |
I don't know if that function cares about realurl |
| 18:05 |
Phlogi_home |
$link = $this->pi_getPageLink($GLOBALS['TSFE']->id,'',$linkParams); ? |
| 18:07 |
Phlogi_home |
I don't know if that function cares about realurl |
| 18:12 |
Phlogi_home |
the $link looks like: leiterseite/forum/open_topic/?tx_mmforum_pi1%5Bid%5D=57 |
| 18:12 |
Phlogi_home |
So i should change id... *hehe |
| 18:13 |
dax77 |
hi @all |
| 18:14 |
Phlogi_home |
hi dax77 |
| 18:12 |
Phlogi_home |
the $link looks like: leiterseite/forum/open_topic/?tx_mmforum_pi1%5Bid%5D=57 |
| 18:12 |
Phlogi_home |
So i should change id... *hehe |
| 18:13 |
dax77 |
hi @all |
| 18:14 |
Phlogi_home |
hi dax77 |
| 18:22 |
Phlogi_home |
damn I was right on creating that realurl link and now I can't get any connection to the database... damn hoster |
| 18:22 |
Phlogi_home |
damn I was right on creating that realurl link and now I can't get any connection to the database... damn hoster |
| 18:36 |
Phlogi_home |
OMG now it works! :) |
| 18:36 |
Phlogi_home |
OMG now it works! :) |
| 18:54 |
just2b |
ah my isp sucks |
| 18:54 |
just2b |
ah my isp sucks |
| 19:10 |
Phlogi_home |
yes I succeeded with redirect when login to a restricted page... cool stuff, still a bit hacky but :) |
| 19:10 |
Phlogi_home |
yes I succeeded with redirect when login to a restricted page... cool stuff, still a bit hacky but :) |
| 19:33 |
Phlogi_home |
will das jemand lesen? =) http://www.typo3forum.net/forum/faq-sonstiges/21757-wie-user-weiterleiten-wenn-geschuetzte-seite-angefordert-wird-redirect-nachher.html#post67375 |
| 19:33 |
Phlogi_home |
will das jemand lesen? =) http://www.typo3forum.net/forum/faq-sonstiges/21757-wie-user-weiterleiten-wenn-geschuetzte-seite-angefordert-wird-redirect-nachher.html#post67375 |
| 19:42 |
neewt3 |
Hello all |
| 19:42 |
neewt3 |
I just installed t3 all the required addons via ssh |
| 19:43 |
neewt3 |
But i cant get the blank templete |
| 19:43 |
neewt3 |
No pages are found on the rootlevel! |
| 19:43 |
Phlogi_home |
neewt3: hmm what do you mean with blank templete? |
| 19:43 |
Phlogi_home |
ah |
| 19:43 |
neewt3 |
I used the source+dummyfiles |
| 19:43 |
neewt3 |
I go to pages |
| 19:43 |
neewt3 |
there is nothing there |
| 19:43 |
neewt3 |
I cant edit change or add pages |
| 19:43 |
Phlogi_home |
do you entered any typoscript somewhere? |
| 19:44 |
neewt3 |
Isnt there a dummysite |
| 19:44 |
neewt3 |
or something |
| 19:44 |
Phlogi_home |
neewt3: then create a patge |
| 19:44 |
neewt3 |
I have no option for that |
| 19:44 |
Phlogi_home |
neewt3: I don't think so... this has changed maybe... |
| 19:44 |
Phlogi_home |
neewt3: then create a domain |
| 19:44 |
neewt3 |
http://arcrenderings.com/beta/ |
| 19:44 |
neewt3 |
It just says there are no files in root |
| 19:42 |
neewt3 |
Hello all |
| 19:43 |
neewt3 |
I just installed t3 all the required addons via ssh |
| 19:43 |
neewt3 |
But i cant get the blank templete |
| 19:43 |
neewt3 |
No pages are found on the rootlevel! |
| 19:43 |
Phlogi_home |
neewt3: hmm what do you mean with blank templete? |
| 19:43 |
Phlogi_home |
ah |
| 19:43 |
neewt3 |
I used the source+dummyfiles |
| 19:43 |
neewt3 |
I go to pages |
| 19:43 |
neewt3 |
there is nothing there |
| 19:43 |
neewt3 |
I cant edit change or add pages |
| 19:43 |
Phlogi_home |
do you entered any typoscript somewhere? |
| 19:44 |
neewt3 |
Isnt there a dummysite |
| 19:44 |
neewt3 |
or something |
| 19:44 |
Phlogi_home |
neewt3: then create a patge |
| 19:44 |
neewt3 |
I have no option for that |
| 19:44 |
Phlogi_home |
neewt3: I don't think so... this has changed maybe... |
| 19:44 |
Phlogi_home |
neewt3: then create a domain |
| 19:44 |
neewt3 |
http://arcrenderings.com/beta/ |
| 19:44 |
neewt3 |
It just says there are no files in root |
| 19:45 |
neewt3 |
wait |
| 19:45 |
neewt3 |
i didnt realize |
| 19:45 |
neewt3 |
I can click on the globe |
| 19:45 |
neewt3 |
I got some options now |
| 19:45 |
neewt3 |
hehe |
| 19:45 |
Phlogi_home |
hihi |
| 19:45 |
Phlogi_home |
get a book :) |
| 19:46 |
neewt3 |
I feel dumb |
| 19:46 |
neewt3 |
Yea i will buy the bok |
| 19:46 |
neewt3 |
The ssh stuff was easy |
| 19:46 |
neewt3 |
instaling was easy |
| 19:46 |
neewt3 |
i cant believe |
| 19:46 |
neewt3 |
I mesesed up on such a easy part |
| 19:46 |
neewt3 |
Let me try to get a templete up |
| 19:46 |
Phlogi_home |
:) |
| 19:46 |
neewt3 |
What would be the first step |
| 19:46 |
neewt3 |
Just to add a page? |
| 19:47 |
Phlogi_home |
neewt3: yes |
| 19:47 |
Phlogi_home |
and then choose template/or write one |
| 19:47 |
Phlogi_home |
or use templavoila :) |
| 19:47 |
neewt3 |
Like if you can see the site now |
| 19:47 |
neewt3 |
arcrenderings.com |
| 19:47 |
neewt3 |
Thats my template |
| 19:48 |
neewt3 |
Will templavoila help me get that going? |
| 19:48 |
Phlogi_home |
hmm not especially. But I think templavoila is nice anyway... |
| 19:49 |
neewt3 |
looking at that template you think im in for a rough ride? |
| 19:49 |
Phlogi_home |
if you want to be able to add those different backgrounds on your own or the redacteur then maybe TV fits well :) |
| 19:49 |
Phlogi_home |
no, I would set up that template in some hours I think :) |
| 19:49 |
neewt3 |
I just need to have the template done |
| 19:49 |
neewt3 |
and the pages to have content |
| 19:49 |
Phlogi_home |
of course |
| 19:49 |
neewt3 |
Yep |
| 19:45 |
neewt3 |
wait |
| 19:45 |
neewt3 |
i didnt realize |
| 19:45 |
neewt3 |
I can click on the globe |
| 19:45 |
neewt3 |
I got some options now |
| 19:45 |
neewt3 |
hehe |
| 19:45 |
Phlogi_home |
hihi |
| 19:45 |
Phlogi_home |
get a book :) |
| 19:46 |
neewt3 |
I feel dumb |
| 19:46 |
neewt3 |
Yea i will buy the bok |
| 19:46 |
neewt3 |
The ssh stuff was easy |
| 19:46 |
neewt3 |
instaling was easy |
| 19:46 |
neewt3 |
i cant believe |
| 19:46 |
neewt3 |
I mesesed up on such a easy part |
| 19:46 |
neewt3 |
Let me try to get a templete up |
| 19:46 |
Phlogi_home |
:) |
| 19:46 |
neewt3 |
What would be the first step |
| 19:46 |
neewt3 |
Just to add a page? |
| 19:47 |
Phlogi_home |
neewt3: yes |
| 19:47 |
Phlogi_home |
and then choose template/or write one |
| 19:47 |
Phlogi_home |
or use templavoila :) |
| 19:47 |
neewt3 |
Like if you can see the site now |
| 19:47 |
neewt3 |
arcrenderings.com |
| 19:47 |
neewt3 |
Thats my template |
| 19:48 |
neewt3 |
Will templavoila help me get that going? |
| 19:48 |
Phlogi_home |
hmm not especially. But I think templavoila is nice anyway... |
| 19:49 |
neewt3 |
looking at that template you think im in for a rough ride? |
| 19:49 |
Phlogi_home |
if you want to be able to add those different backgrounds on your own or the redacteur then maybe TV fits well :) |
| 19:49 |
Phlogi_home |
no, I would set up that template in some hours I think :) |
| 19:49 |
neewt3 |
I just need to have the template done |
| 19:49 |
neewt3 |
and the pages to have content |
| 19:49 |
Phlogi_home |
of course |
| 19:49 |
neewt3 |
Yep |
| 19:50 |
neewt3 |
Reading the manual is sufficent? |
| 19:50 |
neewt3 |
I have today to code up the template |
| 19:50 |
Phlogi_home |
maybe... understanding would be good too :D |
| 19:50 |
Phlogi_home |
uuu only one day and its the first time using typo3? |
| 19:50 |
neewt3 |
yep |
| 19:50 |
neewt3 |
i know php |
| 19:50 |
neewt3 |
and mysql |
| 19:50 |
Phlogi_home |
hmm then good good luck! |
| 19:51 |
neewt3 |
I just need bacis stuff for now |
| 19:51 |
neewt3 |
the site up and pages working |
| 19:51 |
neewt3 |
All the advanced stuff |
| 19:51 |
Phlogi_home |
ok |
| 19:51 |
neewt3 |
I can worry about later |
| 19:51 |
neewt3 |
like using composite |
| 19:51 |
Phlogi_home |
its up to you if you want to use templavoila... I think its nice |
| 19:51 |
neewt3 |
is it free |
| 19:50 |
neewt3 |
Reading the manual is sufficent? |
| 19:50 |
neewt3 |
I have today to code up the template |
| 19:50 |
Phlogi_home |
maybe... understanding would be good too :D |
| 19:50 |
Phlogi_home |
uuu only one day and its the first time using typo3? |
| 19:50 |
neewt3 |
yep |
| 19:50 |
neewt3 |
i know php |
| 19:50 |
neewt3 |
and mysql |
| 19:50 |
Phlogi_home |
hmm then good good luck! |
| 19:51 |
neewt3 |
I just need bacis stuff for now |
| 19:51 |
neewt3 |
the site up and pages working |
| 19:51 |
neewt3 |
All the advanced stuff |
| 19:51 |
Phlogi_home |
ok |
| 19:51 |
neewt3 |
I can worry about later |
| 19:51 |
neewt3 |
like using composite |
| 19:51 |
Phlogi_home |
its up to you if you want to use templavoila... I think its nice |
| 19:51 |
neewt3 |
is it free |
| 19:58 |
neewt3 |
how to install an ext |
| 19:58 |
neewt3 |
how to install an ext |
| 20:13 |
neewt3 |
Can anyone help me install Templavoila |
| 20:14 |
neewt3 |
After import it is not listed |
| 20:14 |
neewt3 |
In the Ex Manager |
| 20:13 |
neewt3 |
Can anyone help me install Templavoila |
| 20:14 |
neewt3 |
After import it is not listed |
| 20:14 |
neewt3 |
In the Ex Manager |
| 20:15 |
Phlogi_home |
neewt3: use a howto |
| 20:15 |
Phlogi_home |
you have no chance otherwise |
| 20:15 |
neewt3 |
I did |
| 20:15 |
Phlogi_home |
read futuristic template building tutorial |
| 20:15 |
neewt3 |
The link is broken on the site |
| 20:15 |
Phlogi_home |
do you understand german? |
| 20:15 |
Phlogi_home |
http://www.pixelmotor.de/nc/developer/wiki/typo3/templavoila/ |
| 20:16 |
neewt3 |
No polish heh |
| 20:16 |
neewt3 |
damn |
| 20:16 |
Phlogi_home |
it is not broken |
| 20:16 |
Phlogi_home |
http://typo3.org/documentation/document-library/tutorials/doc_tut_ftb1/1.0.1/view/ |
| 20:17 |
neewt3 |
Just templavoila |
| 20:17 |
neewt3 |
wont show up |
| 20:17 |
neewt3 |
I understand everything else |
| 20:18 |
neewt3 |
It wont load for some reason |
| 20:15 |
Phlogi_home |
neewt3: use a howto |
| 20:15 |
Phlogi_home |
you have no chance otherwise |
| 20:15 |
neewt3 |
I did |
| 20:15 |
Phlogi_home |
read futuristic template building tutorial |
| 20:15 |
neewt3 |
The link is broken on the site |
| 20:15 |
Phlogi_home |
do you understand german? |
| 20:15 |
Phlogi_home |
http://www.pixelmotor.de/nc/developer/wiki/typo3/templavoila/ |
| 20:16 |
neewt3 |
No polish heh |
| 20:16 |
neewt3 |
damn |
| 20:16 |
Phlogi_home |
it is not broken |
| 20:16 |
Phlogi_home |
http://typo3.org/documentation/document-library/tutorials/doc_tut_ftb1/1.0.1/view/ |
| 20:17 |
neewt3 |
Just templavoila |
| 20:17 |
neewt3 |
wont show up |
| 20:17 |
neewt3 |
I understand everything else |
| 20:18 |
neewt3 |
It wont load for some reason |
| 20:25 |
Phlogi_home |
what do you expect for loading up? |
| 20:25 |
Phlogi_home |
the extension? |
| 20:27 |
neewt3 |
it wont show up |
| 20:27 |
neewt3 |
in the ex manager |
| 20:27 |
Phlogi_home |
did you activate unreviewed extensions in the settings of EXTmanager? |
| 20:28 |
neewt3 |
checkin now |
| 20:29 |
neewt3 |
yep |
| 20:29 |
neewt3 |
its now active |
| 20:29 |
neewt3 |
i tried to reimport it |
| 20:29 |
neewt3 |
still |
| 20:29 |
neewt3 |
not shon |
| 20:29 |
neewt3 |
shown |
| 20:25 |
Phlogi_home |
what do you expect for loading up? |
| 20:25 |
Phlogi_home |
the extension? |
| 20:27 |
neewt3 |
it wont show up |
| 20:27 |
neewt3 |
in the ex manager |
| 20:27 |
Phlogi_home |
did you activate unreviewed extensions in the settings of EXTmanager? |
| 20:28 |
neewt3 |
checkin now |
| 20:29 |
neewt3 |
yep |
| 20:29 |
neewt3 |
its now active |
| 20:29 |
neewt3 |
i tried to reimport it |
| 20:29 |
neewt3 |
still |
| 20:29 |
neewt3 |
not shon |
| 20:29 |
neewt3 |
shown |
| 20:31 |
neewt3 |
any ideas? |
| 20:31 |
neewt3 |
What else could be wrong |
| 20:31 |
neewt3 |
Review is checked |
| 20:31 |
neewt3 |
Import ext |
| 20:31 |
neewt3 |
Says its succesful |
| 20:31 |
neewt3 |
But wont load up in the manager |
| 20:31 |
vagy |
hello3 |
| 20:32 |
vagy |
i need a full site backup, as easy and correct as possible...has anyone have a positive experience with w4x_backup? |
| 20:33 |
neewt3 |
Dependency Error |
| 20:33 |
neewt3 |
xtension "static_info_tables" was not available in the system. Please import it from the TYPO3 Extension Repository. |
| 20:34 |
Phlogi_home |
neewt3: import it! |
| 20:34 |
Phlogi_home |
vagy: do the full backup by hand ;) |
| 20:31 |
neewt3 |
any ideas? |
| 20:31 |
neewt3 |
What else could be wrong |
| 20:31 |
neewt3 |
Review is checked |
| 20:31 |
neewt3 |
Import ext |
| 20:31 |
neewt3 |
Says its succesful |
| 20:31 |
neewt3 |
But wont load up in the manager |
| 20:31 |
vagy |
hello3 |
| 20:32 |
vagy |
i need a full site backup, as easy and correct as possible...has anyone have a positive experience with w4x_backup? |
| 20:33 |
neewt3 |
Dependency Error |
| 20:33 |
neewt3 |
xtension "static_info_tables" was not available in the system. Please import it from the TYPO3 Extension Repository. |
| 20:34 |
Phlogi_home |
neewt3: import it! |
| 20:34 |
Phlogi_home |
vagy: do the full backup by hand ;) |
| 20:35 |
vagy |
Phlogi_home: i've done it be4 but found it error prone somehow :) |
| 20:35 |
Phlogi_home |
vagy: hmm error prone what do you mean? |
| 20:35 |
neewt3 |
i still get the error |
| 20:36 |
neewt3 |
Extension "static_info_tables" was not available in the system. |
| 20:36 |
neewt3 |
should i ignore it? |
| 20:36 |
vagy |
Phlogi_home: i mean you forget something , or something in the new environment is different and you try to figure out what broke |
| 20:37 |
Phlogi_home |
vagy: just save the db and the files and you are fine IMHO |
| 20:37 |
vagy |
Phlogi_home: anyways, i just found a recommendation at some tutorial site about this extension and thought to ask her for more experiences with it |
| 20:37 |
Phlogi_home |
vagy: i think it didn't work in my case |
| 20:37 |
vagy |
-1 then |
| 20:37 |
Phlogi_home |
:) |
| 20:38 |
vagy |
Phlogi: did you give it a decent try or just install, click, aint working, bye? |
| 20:35 |
vagy |
Phlogi_home: i've done it be4 but found it error prone somehow :) |
| 20:35 |
Phlogi_home |
vagy: hmm error prone what do you mean? |
| 20:35 |
neewt3 |
i still get the error |
| 20:36 |
neewt3 |
Extension "static_info_tables" was not available in the system. |
| 20:36 |
neewt3 |
should i ignore it? |
| 20:36 |
vagy |
Phlogi_home: i mean you forget something , or something in the new environment is different and you try to figure out what broke |
| 20:37 |
Phlogi_home |
vagy: just save the db and the files and you are fine IMHO |
| 20:37 |
vagy |
Phlogi_home: anyways, i just found a recommendation at some tutorial site about this extension and thought to ask her for more experiences with it |
| 20:37 |
Phlogi_home |
vagy: i think it didn't work in my case |
| 20:37 |
vagy |
-1 then |
| 20:37 |
Phlogi_home |
:) |
| 20:38 |
vagy |
Phlogi: did you give it a decent try or just install, click, aint working, bye? |
| 20:41 |
neewt3 |
Thanks man |
| 20:41 |
neewt3 |
I figured it out |
| 20:41 |
neewt3 |
Just had to install the other exts |
| 20:41 |
neewt3 |
I didnt understand it at first |
| 20:41 |
neewt3 |
THe system is awsome |
| 20:41 |
neewt3 |
Lets you download right from the panel |
| 20:41 |
neewt3 |
Anything and everything you need |
| 20:41 |
neewt3 |
uber |
| 20:43 |
neewt3 |
Parse error: syntax error, unexpected T_ELSE, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /Users/<removed>/public_html/beta/typo3conf/ext/templavoila/mod1/index.php on line 443 |
| 20:43 |
neewt3 |
great |
| 20:43 |
neewt3 |
anything?? |
| 20:41 |
neewt3 |
Thanks man |
| 20:41 |
neewt3 |
I figured it out |
| 20:41 |
neewt3 |
Just had to install the other exts |
| 20:41 |
neewt3 |
I didnt understand it at first |
| 20:41 |
neewt3 |
THe system is awsome |
| 20:41 |
neewt3 |
Lets you download right from the panel |
| 20:41 |
neewt3 |
Anything and everything you need |
| 20:41 |
neewt3 |
uber |
| 20:43 |
neewt3 |
Parse error: syntax error, unexpected T_ELSE, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /Users/<removed>/public_html/beta/typo3conf/ext/templavoila/mod1/index.php on line 443 |
| 20:43 |
neewt3 |
great |
| 20:43 |
neewt3 |
anything?? |
| 20:45 |
Phlogi_home |
neewt3: hmm what do you do? right after installation? |
| 20:46 |
Phlogi_home |
can't believe that |
| 20:46 |
neewt3 |
i did |
| 20:46 |
neewt3 |
refresh |
| 20:46 |
neewt3 |
and went to pages |
| 20:46 |
neewt3 |
and it shows that in the right coloum |
| 20:46 |
Phlogi_home |
very strange, you are using latest typo3 version? |
| 20:46 |
neewt3 |
yes |
| 20:46 |
Phlogi_home |
what extensions did you install? |
| 20:46 |
neewt3 |
static tables |
| 20:46 |
neewt3 |
and div |
| 20:46 |
Phlogi_home |
and? |
| 20:47 |
neewt3 |
templevoila |
| 20:47 |
Phlogi_home |
which one exactly? |
| 20:47 |
neewt3 |
newest |
| 20:48 |
Phlogi_home |
ok which version is that? |
| 20:48 |
neewt3 |
1.3.2 |
| 20:48 |
Phlogi_home |
is div and static info tables both *installed... not just imported? I hope you know that a difference :) |
| 20:48 |
neewt3 |
installed |
| 20:49 |
neewt3 |
i had to install them |
| 20:49 |
Phlogi_home |
strange.... |
| 20:49 |
neewt3 |
otherwise templavoila |
| 20:49 |
neewt3 |
wouldnt install |
| 20:49 |
neewt3 |
without giving me errors |
| 20:49 |
Phlogi_home |
then you must have a look into that file whats on line 443 and around |
| 20:45 |
Phlogi_home |
neewt3: hmm what do you do? right after installation? |
| 20:46 |
Phlogi_home |
can't believe that |
| 20:46 |
neewt3 |
i did |
| 20:46 |
neewt3 |
refresh |
| 20:46 |
neewt3 |
and went to pages |
| 20:46 |
neewt3 |
and it shows that in the right coloum |
| 20:46 |
Phlogi_home |
very strange, you are using latest typo3 version? |
| 20:46 |
neewt3 |
yes |
| 20:46 |
Phlogi_home |
what extensions did you install? |
| 20:46 |
neewt3 |
static tables |
| 20:46 |
neewt3 |
and div |
| 20:47 |
Phlogi_home |
and? |
| 20:47 |
neewt3 |
templevoila |
| 20:47 |
Phlogi_home |
which one exactly? |
| 20:47 |
neewt3 |
newest |
| 20:48 |
Phlogi_home |
ok which version is that? |
| 20:48 |
neewt3 |
1.3.2 |
| 20:48 |
Phlogi_home |
is div and static info tables both *installed... not just imported? I hope you know that a difference :) |
| 20:48 |
neewt3 |
installed |
| 20:49 |
neewt3 |
i had to install them |
| 20:49 |
Phlogi_home |
strange.... |
| 20:49 |
neewt3 |
otherwise templavoila |
| 20:49 |
neewt3 |
wouldnt install |
| 20:49 |
neewt3 |
without giving me errors |
| 20:49 |
Phlogi_home |
then you must have a look into that file whats on line 443 and around |
| 20:50 |
Phlogi_home |
I'm using 1.3.1 maybe you wanna try that one? |
| 20:51 |
Phlogi_home |
you can get it from here: http://typo3.org/fileadmin/ter/t/e/templavoila_1.3.1.t3x |
| 20:51 |
Phlogi_home |
import it as a file in ext manager |
| 20:51 |
Phlogi_home |
uninstall the other one before! |
| 20:51 |
Phlogi_home |
and overwrite |
| 20:53 |
neewt3 |
i cant remove anything now |
| 20:53 |
neewt3 |
depdenacy |
| 20:53 |
neewt3 |
i cant reomove templavoila |
| 20:53 |
neewt3 |
static |
| 20:53 |
Phlogi_home |
why not templavoila'?? |
| 20:53 |
neewt3 |
its dependant |
| 20:54 |
neewt3 |
to static tables |
| 20:54 |
Phlogi_home |
on what? |
| 20:54 |
Phlogi_home |
then do static? |
| 20:54 |
Phlogi_home |
first? |
| 20:54 |
neewt3 |
nope |
| 20:54 |
neewt3 |
it says dependant |
| 20:54 |
neewt3 |
to templavoila |
| 20:54 |
neewt3 |
lol |
| 20:54 |
Phlogi_home |
on what? |
| 20:54 |
Phlogi_home |
I don't believe you :-p |
| 20:54 |
neewt3 |
serious |
| 20:54 |
neewt3 |
The extension(s) "templavoila" depends on the extension you are trying to remove. The operation was not completed. |
| 20:50 |
Phlogi_home |
I'm using 1.3.1 maybe you wanna try that one? |
| 20:51 |
Phlogi_home |
you can get it from here: http://typo3.org/fileadmin/ter/t/e/templavoila_1.3.1.t3x |
| 20:51 |
Phlogi_home |
import it as a file in ext manager |
| 20:51 |
Phlogi_home |
uninstall the other one before! |
| 20:51 |
Phlogi_home |
and overwrite |
| 20:53 |
neewt3 |
i cant remove anything now |
| 20:53 |
neewt3 |
depdenacy |
| 20:53 |
neewt3 |
i cant reomove templavoila |
| 20:53 |
neewt3 |
static |
| 20:53 |
Phlogi_home |
why not templavoila'?? |
| 20:53 |
neewt3 |
its dependant |
| 20:54 |
neewt3 |
to static tables |
| 20:54 |
Phlogi_home |
on what? |
| 20:54 |
Phlogi_home |
then do static? |
| 20:54 |
Phlogi_home |
first? |
| 20:54 |
neewt3 |
nope |
| 20:54 |
neewt3 |
it says dependant |
| 20:54 |
neewt3 |
to templavoila |
| 20:54 |
neewt3 |
lol |
| 20:54 |
Phlogi_home |
on what? |
| 20:54 |
Phlogi_home |
I don't believe you :-p |
| 20:54 |
neewt3 |
serious |
| 20:54 |
neewt3 |
The extension(s) "templavoila" depends on the extension you are trying to remove. The operation was not completed. |
| 20:55 |
neewt3 |
Ok |
| 20:55 |
neewt3 |
esriously |
| 20:55 |
Phlogi_home |
but static info tables does NOT depend on TV |
| 20:55 |
neewt3 |
for some reason now |
| 20:55 |
neewt3 |
It works now |
| 20:55 |
neewt3 |
I swear |
| 20:55 |
neewt3 |
thats that it said |
| 20:55 |
neewt3 |
i did it billion times |
| 20:55 |
Phlogi_home |
hmm maybe... gg |
| 20:56 |
Phlogi_home |
so it works? |
| 20:56 |
Phlogi_home |
TV works? |
| 20:56 |
neewt3 |
im going to try your verisoun |
| 20:56 |
Phlogi_home |
ah ok |
| 20:57 |
neewt3 |
:-D |
| 20:57 |
neewt3 |
w00t |
| 20:57 |
neewt3 |
works! |
| 20:57 |
Phlogi_home |
the other version works? =) |
| 20:57 |
neewt3 |
1.3.1 |
| 20:57 |
neewt3 |
yes sir |
| 20:57 |
neewt3 |
1.3.2 didnt work |
| 20:57 |
Phlogi_home |
hmm that should be reported immediatly! |
| 20:58 |
neewt3 |
Yep |
| 20:58 |
neewt3 |
I got another question for you |
| 20:58 |
neewt3 |
Now for the template would i bring in my index |
| 20:58 |
neewt3 |
with the images |
| 20:58 |
neewt3 |
and evernthing? |
| 20:58 |
neewt3 |
in the template folder |
| 20:59 |
neewt3 |
fileadmin/template/index.html with fileadmin/templates/images/ |
| 20:59 |
neewt3 |
and if i use an external css file |
| 20:59 |
neewt3 |
also put that inside??? |
| 20:59 |
neewt3 |
is that how i would go about doing it |
| 20:55 |
neewt3 |
Ok |
| 20:55 |
neewt3 |
esriously |
| 20:55 |
Phlogi_home |
but static info tables does NOT depend on TV |
| 20:55 |
neewt3 |
for some reason now |
| 20:55 |
neewt3 |
It works now |
| 20:55 |
neewt3 |
I swear |
| 20:55 |
neewt3 |
thats that it said |
| 20:55 |
neewt3 |
i did it billion times |
| 20:55 |
Phlogi_home |
hmm maybe... gg |
| 20:56 |
Phlogi_home |
so it works? |
| 20:56 |
Phlogi_home |
TV works? |
| 20:56 |
neewt3 |
im going to try your verisoun |
| 20:56 |
Phlogi_home |
ah ok |
| 20:57 |
neewt3 |
:-D |
| 20:57 |
neewt3 |
w00t |
| 20:57 |
neewt3 |
works! |
| 20:57 |
Phlogi_home |
the other version works? =) |
| 20:57 |
neewt3 |
1.3.1 |
| 20:57 |
neewt3 |
yes sir |
| 20:57 |
neewt3 |
1.3.2 didnt work |
| 20:57 |
Phlogi_home |
hmm that should be reported immediatly! |
| 20:58 |
neewt3 |
Yep |
| 20:58 |
neewt3 |
I got another question for you |
| 20:58 |
neewt3 |
Now for the template would i bring in my index |
| 20:58 |
neewt3 |
with the images |
| 20:58 |
neewt3 |
and evernthing? |
| 20:58 |
neewt3 |
in the template folder |
| 20:59 |
neewt3 |
fileadmin/template/index.html with fileadmin/templates/images/ |
| 20:59 |
neewt3 |
and if i use an external css file |
| 20:59 |
neewt3 |
also put that inside??? |
| 20:59 |
neewt3 |
is that how i would go about doing it |
| 21:03 |
Phlogi_home |
neewt3: you can add css with page.includeCSS { |
| 21:03 |
Phlogi_home |
file1 = fileadmin/template/guestbook/guestbook.css |
| 21:03 |
Phlogi_home |
file2 = fileadmin/template/main/res/stylesheet.css |
| 21:03 |
Phlogi_home |
} |
| 21:03 |
Phlogi_home |
later in your typoscript |
| 21:03 |
Phlogi_home |
hey I have to leave now, I need to go to bed... cu |
| 21:03 |
neewt3 |
thanks |
| 21:03 |
Phlogi_home |
neewt3: you can add css with page.includeCSS { |
| 21:03 |
Phlogi_home |
file1 = fileadmin/template/guestbook/guestbook.css |
| 21:03 |
Phlogi_home |
file2 = fileadmin/template/main/res/stylesheet.css |
| 21:03 |
Phlogi_home |
} |
| 21:03 |
Phlogi_home |
later in your typoscript |
| 21:03 |
Phlogi_home |
hey I have to leave now, I need to go to bed... cu |
| 21:03 |
neewt3 |
thanks |
| 21:27 |
meppl |
good night |
| 21:27 |
meppl |
good night |