| 04:15 |
d|g |
hi all |
| 05:54 |
Tsoots |
good morning |
| 05:55 |
Tsoots |
How can i make "Hide page if no translation for current language exists" enabled for all pags by default |
| 06:13 |
dax77 |
good morning to everyone :) |
| 06:14 |
dax77 |
uschi_: Happy belated birthday! |
| 06:36 |
tansta |
has anyone use sr_freecap Captcha before ? |
| 06:38 |
dax77 |
hi tansta |
| 06:39 |
tansta |
hi dax77 |
| 06:41 |
tansta |
does this mean that the class t3lib_TStemplate are not available ?Fatal error: Class 't3lib_TStemplate' not found in /Users/<removed>/tlc/tlcforkids.com.au/public/www/typo3/sysext/cms/tslib/class.tslib_gifbuilder.php on line 169 |
| 06:42 |
tansta |
i think i found a bug |
| 06:42 |
tansta |
either from freecap capture or typo3 package :) |
| 06:43 |
tansta |
the file t3lib_TStemplate doesn't exist, but the file t3lib_tstemplate does exist |
| 06:43 |
tansta |
which one should i fix ? the extension or the core ? |
| 06:44 |
tansta |
crap the're both standard packages |
| 07:01 |
FloLeBlanc |
hi all |
| 07:02 |
dax77 |
hi Flo :) |
| 07:02 |
reber |
hi all |
| 07:07 |
Phlogiston_ |
hi hi |
| 07:09 |
Phlogiston_ |
how can I remove all html tags from a string with php? |
| 07:09 |
tansta |
has anyone had this problem when creating font with GB Font Maker ? |
| 07:09 |
tansta |
Fatal error: Class 't3lib_TStemplate' not found in /Users/<removed>/tlc/tlcforkids.com.au/public/www/typo3/sysext/cms/tslib/class.tslib_gifbuilder.php on line 169 |
| 07:09 |
tansta |
seems to be everyone is having the same problem but no solution was provided |
| 07:10 |
FloLeBlanc |
hi dax77 |
| 07:11 |
FloLeBlanc |
Phlogiston_: strip_html I guess |
| 07:11 |
FloLeBlanc |
Phlogiston_: http://at2.php.net/manual/de/function.strip-tags.php |
| 07:12 |
FloLeBlanc |
How would you solve this: I have a website with users who can login on the page, but I also need to store the Values of some ppl who register another way and do NOT get to login on the page but receive snail maillings |
| 07:13 |
FloLeBlanc |
To make things worse I need their birthday and can't use "address" records though :) |
| 07:21 |
Co2 |
moin giso |
| 07:27 |
Phlogiston_ |
FloLeBlanc: thanks I will try that |
| 07:27 |
Phlogiston_ |
FloLeBlanc: If the string is an array of strings I need to loop thrugh the array right? |
| 07:28 |
FloLeBlanc |
Phlogiston: yes I think so |
| 07:28 |
Phlogiston_ |
FloLeBlanc: hmm then I will user str_replace... because the only html tag there seems to be <br>, and str_replace can be used with arrays directly :) |
| 07:29 |
FloLeBlanc |
Phlogiston_: I don't think that is a "clean" solution though :) |
| 07:29 |
Phlogiston_ |
FloLeBlanc: yes you're right :) I'll try to do it better... lets try a loop :) |
| 07:30 |
FloLeBlanc |
Phlogiston: foreach (array_expression as $value) |
| 07:31 |
Phlogiston_ |
FloLeBlanc: oh thanks :) |
| 07:32 |
Phlogiston_ |
Flo |
| 07:32 |
Phlogiston_ |
FloLeBlanc: no error but the <br> are still there |
| 07:32 |
FloLeBlanc |
perhaps for each creates a copy for each value and not a reference |
| 07:33 |
Phlogiston_ |
FloLeBlanc: ah ok |
| 07:34 |
Phlogiston_ |
yes FloLeBlanc an & did the trick ;) |
| 07:34 |
FloLeBlanc |
:) |
| 07:34 |
Phlogiston_ |
thats nice :) |
| 07:35 |
tobi |
there is also array_walk i think where you can pass a function for each array item |
| 07:35 |
FloLeBlanc |
tobi: hey cool, didn't know that |
| 07:36 |
tobi |
quite handy for a case like this one |
| 07:36 |
FloLeBlanc |
tobi: does "userfunction" include regurarely provided php functions? |
| 07:36 |
Phlogiston_ |
sounds interesting yes :) |
| 07:39 |
FloLeBlanc |
anyone who knows what problems could arise when I "sneak" users into sr_feuser_register with no username/pass ? |
| 07:43 |
tobi |
yes FloLeBlanc, works also with regular php functions |
| 07:51 |
Fanty |
how do I add an item to the main menu of my site to the same page as I'm already on but with some custom GPvars added to the querystring..? |
| 07:59 |
tobi |
you can use ACT.before Fanty |
| 08:03 |
koomi |
moin |
| 08:05 |
FloLeBlanc |
can anyone explain to me the draft workspace or link me to a manual? Can I just modify everything in draft workspace look at it with "view" and set it live afterwards? |
| 08:06 |
Phlogiston_ |
can I use direct mail to send emails to FE Users? |
| 08:07 |
m4rtijn |
mornink |
| 08:15 |
Phlogiston_ |
has anyone used DM with categories? |
| 08:19 |
martijn_ |
whats the best way to load content without reloading the navigation every time? |
| 08:20 |
martijn_ |
I had a fight with my IFrame yesterday and I told it to bugger off.. |
| 08:20 |
martijn_ |
now I need smth else |
| 08:21 |
tobi |
there is only i/frame or javascript (ajax) |
| 08:22 |
martijn_ |
what would I search for in google if I 'd want to do it with ajax in typo3? |
| 08:22 |
tobi |
i dont think that you will find a finished solution, try to search ter for ajax |
| 08:23 |
martijn_ |
ok, thxz |
| 08:24 |
martijn_ |
erm, whats ter again? |
| 08:24 |
martijn_ |
sry.. monday morning |
| 08:25 |
martijn_ |
typo3 extension repository? |
| 08:25 |
martijn_ |
ah.. probably.. think I found smth |
| 08:29 |
FloLeBlanc |
Any input on my user problem? |
| 08:30 |
elbart |
good morning |
| 08:40 |
dokma |
morning |
| 08:44 |
m4rtijn |
hi dokma and elbart |
| 08:44 |
elbart |
hi m4rtijn |
| 08:46 |
dokma |
:D |
| 08:47 |
dokma |
guys anyone have a clue why is this happening: http://fle-xo-dent.hr/ |
| 08:47 |
dokma |
it is an addon domain |
| 08:48 |
dokma |
I've put a site into it's subfolder and linked the sources to the same one I use for the main domain on the account |
| 08:52 |
beev0r |
oh no |
| 08:52 |
beev0r |
how can i tell typo3 he should use the content from the left column in any language version? |
| 08:53 |
beev0r |
i wanna use the content in the left column of the german version on the english page as well |
| 08:55 |
beev0r |
something like "styles.content.getLeft.where.language = 1" |
| 08:55 |
beev0r |
uuuh = 0 |
| 09:06 |
dokma |
funny |
| 09:06 |
dokma |
when I install typo3 via fantastico |
| 09:06 |
dokma |
it's ok |
| 09:06 |
dokma |
but when I copy it from my machine it dies with premature end of script headers |
| 09:06 |
dokma |
anyone had such experience? |
| 09:10 |
m4rtijn |
yep. I once copied the typo3 folder I had locally to a online server.. and I got some strange errors |
| 09:11 |
m4rtijn |
something like cant modify title, already set |
| 09:16 |
FloLeBlanc |
Does anyone know why there is no field for the birthday in the backend for sr_feuser_register? |
| 09:17 |
m4rtijn |
there should be |
| 09:18 |
m4rtijn |
hmm, sorry, youre correct.. there isnt one |
| 09:19 |
dokma |
tx m4rtijn |
| 09:19 |
FloLeBlanc |
that's problematic hmm |
| 09:19 |
dokma |
I have no experience what should I watch for |
| 09:19 |
dokma |
I copied by creating a tarball |
| 09:19 |
dokma |
and scp ing it to the server |
| 09:19 |
alexwx |
hello friends, can anybody help, with character encoding problem? i am using the utf-8 on the page, and also in my locallang.xml i am using utf-8.. but the html source is not correct with special chars.. how to solve it? maybe forcechars.. thank you |
| 09:20 |
dokma |
then I try to use the same source that I use for the main domain |
| 09:20 |
dokma |
but no go |
| 09:20 |
dokma |
then I tried to put sources in that same folder |
| 09:20 |
dokma |
still no go |
| 09:20 |
dokma |
but I will solve it |
| 09:20 |
dokma |
I AM DOKMA! |
| 09:20 |
dokma |
btw I am a seduction coach |
| 09:20 |
dokma |
anyone got girl problems? |
| 09:20 |
dokma |
let me know |
| 09:20 |
m4rtijn |
well.. what I found out by googling was that some files might have some extra chars or white spaces at the end of the document |
| 09:21 |
m4rtijn |
which would give these kind of errors |
| 09:21 |
dokma |
really? |
| 09:21 |
dokma |
that sounds silly |
| 09:21 |
m4rtijn |
yes.. |
| 09:22 |
m4rtijn |
I solved it by using a clean typo3 install. made a t3x file locally and reinstalled all extensions |
| 09:22 |
Fanty |
if you create an FCE - make a field rich text, then change it to plain input then its rendered in the frontend with a visible (< etc) <p class="bodytext"></p> wrapping the content |
| 09:22 |
dokma |
I could do the same |
| 09:22 |
dokma |
but thats not an option |
| 09:22 |
dokma |
we are creating large number of sites |
| 09:22 |
dokma |
I need something that can be automated |
| 09:22 |
m4rtijn |
but I had to change all Typoscript PID forwards because somehow the "enforce original PIDs" didnt work |
| 09:23 |
MarwolTuk |
good morning (if i could say this at that daytime...) |
| 09:23 |
dokma |
mornin marwol |
| 09:23 |
m4rtijn |
hi MarwolTuk |
| 09:23 |
dokma |
I see m4tijn |
| 09:23 |
dokma |
that was useful info |
| 09:23 |
m4rtijn |
=P.. right ;) |
| 09:24 |
m4rtijn |
maybe you should use some different file transfer.. |
| 09:24 |
dokma |
hmm |
| 09:24 |
dokma |
I don't see how tarball could cause problems |
| 09:24 |
MarwolTuk |
thx, does someone know if cc_awstats run under typo 4.1? |
| 09:24 |
dokma |
especially because it is a transfer between two linux machines |
| 09:24 |
m4rtijn |
im not fimmiliar with tarball |
| 09:24 |
dokma |
bla.tar.gz |
| 09:24 |
m4rtijn |
ah.. ok |
| 09:24 |
dokma |
thats called a tarball |
| 09:24 |
m4rtijn |
thx |
| 09:25 |
dokma |
or bla.tgz |
| 09:26 |
m4rtijn |
can't you choose between ascii or binary transfer or smth? |
| 09:31 |
m4rtijn |
anyone here who has some experience using xajax? I need some initial tips to load content asynchron into my page |
| 09:32 |
fummeltrine |
MarwolTuk, yes. it does |
| 09:36 |
MarwolTuk |
fummeltrine, so i only have to fix the errors it reports? like can't create directory ''? |
| 09:37 |
Tsoots |
anybody know how can i make "Hide page if no translation for current language exists" enabled for all pags by default |
| 09:37 |
FloLeBlanc |
no one who knows how I can enter a birthdate for users in the backend for sr_feuser_register? |
| 09:42 |
m4rtijn |
maybe in the frontend with the fe_user admin extension flo? |
| 09:42 |
dax77 |
FloLeBlanc: phpmyadmin ;) |
| 09:42 |
FloLeBlanc |
dax77: yes but how will I know the pid and uid numbers |
| 09:43 |
m4rtijn |
there are extension to edit fe_users.. guess thats easier then db editing |
| 09:43 |
MarwolTuk |
@phpmyadmin: wasn't there a prob with negative timestamps on birthdays? |
| 09:43 |
FloLeBlanc |
can I install extensions in draft workspace? |
| 09:43 |
Phlogiston_ |
Anyone knows how I can disable the status job mail Direct Mail sends out to the sender email, when sending emails? |
| 09:43 |
FloLeBlanc |
marwolTuk: yes there is it's awful |
| 09:45 |
FloLeBlanc |
great.. no manual.. does anyone know WHICH updates feuser_admin does in the db? |
| 09:46 |
m4rtijn |
hmm.. I could check |
| 09:46 |
FloLeBlanc |
m4rtijn: I'd only need to know if it tampers with existing tables |
| 09:46 |
FloLeBlanc |
can't have my reg screwed online :) |
| 09:47 |
m4rtijn |
sec |
| 09:48 |
dax77 |
FloLeBlanc: normally you can edit all date fields in the backend, but for the date_of_birth the sr_feuser_register guys have excluded that field, b/c dates prior 1970 are not supported in the backend - although they handle it inside their extension |
| 09:48 |
FloLeBlanc |
dax77: I know they use the timestamp unix crap |
| 09:49 |
FloLeBlanc |
now I need a way that BE users can register FE users :) |
| 09:49 |
m4rtijn |
hmm, fe_admin does point out that it needs to update some table |
| 09:49 |
m4rtijn |
but doesnt specify any |
| 09:50 |
FloLeBlanc |
*sigh* |
| 09:50 |
m4rtijn |
so I think it doesnt temper with the DB |
| 09:50 |
dax77 |
FloLeBlanc: is that birthday field the only problem? |
| 09:51 |
FloLeBlanc |
dax77: yes |
| 09:51 |
dax77 |
well I could show you how you enable it in the backend |
| 09:52 |
fummeltrine |
MarwolTuk, cc_awstats is stable for me since t3 3.5. no major problems here. if you get errors this is nothing that changed came from 4.0 to 4.1, but your local setup. |
| 09:52 |
dax77 |
but only with dates >1970 |
| 09:52 |
FloLeBlanc |
dax77: that's problematic we surely have users born before 1970 |
| 09:53 |
dax77 |
FloLeBlanc: but thats a problem with typo3 than - but I know that there are some people working on a solution |
| 09:53 |
FloLeBlanc |
dax77: my problem is as following: I have users who register on the site, all is well. And I have users who register via a sheet of paper, should not get a page login and I should be able to enter them manually |
| 09:54 |
m4rtijn |
could smbdy help me with xajax, just some initial tips? |
| 09:54 |
MarwolTuk |
fummeltrine: an idea to work around making it find the logs? (located in the dir logs on the same level as htdocs) |
| 09:54 |
dax77 |
FloLeBlanc: well is the birthday such a big issue? just leave it blanc |
| 09:55 |
FloLeBlanc |
dax77: ppl should receive a birthday voucher :) |
| 09:55 |
FloLeBlanc |
it's the whole reason we do this |
| 09:55 |
dax77 |
FloLeBlanc: keep an excel list of birthdays <1970 ;) |
| 09:55 |
FloLeBlanc |
dax77: :-P |
| 09:56 |
FloLeBlanc |
what's the problem with entering the birthdays pre 1970, the BE has a way to display them? |
| 09:56 |
dax77 |
FloLeBlanc: javascript |
| 09:57 |
dax77 |
the whole backend input stuff is build upon javascript |
| 09:57 |
fummeltrine |
MarwolTuk, does t3 already log your hits to the file? |
| 09:57 |
dax77 |
and js can't handle dates prior 1970. So they are working on a ajax call to get the timestam generated by typo3 |
| 09:57 |
FloLeBlanc |
hmm ok thx dax |
| 09:58 |
FloLeBlanc |
have a good meal |
| 09:59 |
MarwolTuk |
fummeltrine: dont realy know.. doesn't he need the logs of the server.. i'm a little bit confused... |
| 10:00 |
fummeltrine |
MarwolTuk, you can make t3 log fe-hits. this way you don get img-hits, but only fe-hits and not be-hits. if you log with apache you will get the be-hits also |
| 10:01 |
fummeltrine |
config.stat_apache = 1 and config.stat_apache_logfile = domain.log would log your fe-hits to log_dir/domain.log (which cc_awstats should find then) |
| 10:01 |
fummeltrine |
touch this file (create a empty one) and make sure your webserver-user has write-permiissions |
| 10:02 |
fummeltrine |
you shouls then see new entries in this file if you hit the fe of your site |
| 10:02 |
MarwolTuk |
ok, i'll try.. |
| 10:08 |
Phlogiston_ |
is there any good document that describes the few steps to write into a table within a typo3 ext? |
| 10:14 |
fummeltrine |
Phlogiston_, class.t3lib_db.php exec_INSERTquery() and friends. this is a good document from my pov ;) should help you much. you might also want to take a lokk into some ohter extension (tm) for examples |
| 10:18 |
MarwolTuk |
fummeltrine: i've createt an emty text file in the log_dir and named it domain.log, set the user-rigts to 777 and added the ts to my mail template (i hope that was the rigt place ;-))... the first respons was that he coudnt create domain.log in the root-dir... so i changed stat_apache_logfile to log_dir/domain.log... no error from fe, but the log-file keeps empty and awstats is saying No... |
| 10:18 |
MarwolTuk |
...logfiles found in directory '' |
| 10:20 |
fummeltrine |
MarwolTuk, a yes. you need to tell t3 the name of your log-dir in localconf.php .. mom |
| 10:20 |
fummeltrine |
$TYPO3_CONF_VARS["FE"]["logfile_dir"] = 'log_dir/'; |
| 10:22 |
fummeltrine |
and then config.stat_apache_lofile=domain.log (somewhere in your global TS!) will log to log_dir/domain.log |
| 10:24 |
fummeltrine |
you probably might want to add a .htaccess to this sub-dir. so that nobody is able to read this file from extern ... otherwise i could be able to generate own stats for your domain with this file ;) |
| 10:28 |
MarwolTuk |
ok, its basicly running right now... i know i have to do someting security right now.. but thanks for the help.. i thik i would't be able to get it at run in the double time at own... |
| 10:29 |
fummeltrine |
thanks :) |
| 10:41 |
m4rtijn |
which is a good typo3 forum? |
| 10:42 |
FloLeBlanc |
the biggest I know is chc forum but I didn't do very much with that yet |
| 10:42 |
m4rtijn |
url? |
| 10:42 |
FloLeBlanc |
ext rep - search chc forum? |
| 10:43 |
dax77 |
re |
| 10:43 |
m4rtijn |
hmm.. I dont get it :p |
| 10:44 |
dax77 |
m4rtijn: go to typo3.org/extensions and search for chc_forum |
| 10:44 |
m4rtijn |
ok |
| 10:44 |
dax77 |
there is also mm_forum |
| 10:45 |
m4rtijn |
ow.. now I understand |
| 10:45 |
dax77 |
has been released a couple days ago. its from mitwald |
| 10:45 |
m4rtijn |
no.. I mean a forum. not an extension |
| 10:45 |
m4rtijn |
just a forum where ppl discuss typo3 issues |
| 10:45 |
dax77 |
aaah |
| 10:45 |
FloLeBlanc |
ah.. I like YaBB |
| 10:45 |
dax77 |
which language? |
| 10:45 |
m4rtijn |
:) |
| 10:45 |
m4rtijn |
german, dutch or english |
| 10:46 |
FloLeBlanc |
did anyone ever use Ameos_Front_End_user_Manager? :) |
| 10:46 |
m4rtijn |
I just need a xajax tutorial of some kind.. but cant google any |
| 10:46 |
dax77 |
typo3.net |
| 10:47 |
FloLeBlanc |
did you have a good meal dax? :) |
| 10:48 |
dax77 |
m4rtijn: http://www.i-marco.nl/weblog/archive/2005/11/12/easy_ajax_for_the_masses_with_ |
| 10:48 |
dax77 |
FloLeBlanc: yeah, it was ok, thx :) |
| 10:51 |
m4rtijn |
thx dax.. but I'm quite a newb when it comes to direct php coding in typo3.. |
| 10:52 |
m4rtijn |
where would I put that server side ajax function for example? |
| 10:52 |
dax77 |
m4rtijn: eID is the term you should search for |
| 10:57 |
m4rtijn |
ah.. getting closer.. :p |
| 10:58 |
m4rtijn |
thx dax |
| 10:58 |
dax77 |
np |
| 10:59 |
dax77 |
hi andreasbalzer |
| 11:00 |
dax77 |
andreasbalzer: do you have a minute? |
| 11:01 |
Phlogiston_ |
what length for a FE User Password would you recommend? 6? |
| 11:01 |
helli_t3w |
at least 8 |
| 11:01 |
dax77 |
Phlogiston_: the length is only one aspect of the strength |
| 11:02 |
dax77 |
it should also contain at least one number and one special char |
| 11:03 |
Phlogiston_ |
dax77: it doees :) |
| 11:03 |
Phlogiston_ |
I have numbers, chars in upper and lower case |
| 11:03 |
Phlogiston_ |
so the length of 7 should be ok |
| 11:03 |
Phlogiston_ |
? |
| 11:07 |
dokma |
does typo3 write some kind of access logs on it's own? |
| 11:08 |
dokma |
is there some kind of debug switch to turn on? |
| 11:15 |
dokma |
I figured out why the premature script headers |
| 11:15 |
dokma |
symlinks do not work for some reason |
| 11:16 |
dokma |
hmmm |
| 11:16 |
FloLeBlanc |
is it secure to insert a usergroup for staff, install a FE_user_editor and set access only to this usergroup? |
| 11:16 |
dokma |
it seems I figured out why symlinks do not work |
| 11:16 |
dokma |
watch this |
| 11:16 |
dokma |
my fle-xo-dent.hr is addon domain |
| 11:17 |
dokma |
located in it's own folder |
| 11:17 |
dokma |
fle-xo-dent |
| 11:17 |
dokma |
however the sources are outside of that folder |
| 11:17 |
dokma |
and symlinks to the outside of the addon domains folder |
| 11:17 |
dokma |
cause apache to kill the request |
| 11:18 |
dokma |
anyone know how to tell apache to allow access |
| 11:18 |
dokma |
I do not want a separate source installation for every site I do |
| 11:18 |
dokma |
that would kill the whole point |
| 11:39 |
FloLeBlanc |
dax77 are you there? |
| 11:45 |
tommyd |
Hi all! |
| 11:46 |
tommyd |
Can somebody recommend me an extension which can be used to import RSS/Atom feeds into tt_news records? |
| 11:58 |
MarwolTuk |
is it possible to let a be-user only be able to use a specific be-tool like cc_awstat for the manager? |
| 11:59 |
FloLeBlanc |
Is there a version of variant_date_to_timestamp in php4? |
| 11:59 |
MarwolTuk |
flo: what do you want to do? |
| 12:00 |
MarwolTuk |
still your birthday prob? |
| 12:01 |
MarwolTuk |
maybee this: http://www.php.net/manual/en/function.strtotime.php |
| 12:05 |
MarwolTuk |
seems to generate also negative timestamps if date before 1970 |
| 12:05 |
FloLeBlanc |
marwolTuk: yes :) |
| 12:05 |
FloLeBlanc |
ah thank you |
| 12:06 |
MarwolTuk |
have fun... |
| 12:12 |
FloLeBlanc |
;) |
| 12:19 |
FloLeBlanc |
marwo|Tuk that function takes a TIME variable any idea how I can do one for the func? |
| 12:19 |
FloLeBlanc |
ah nvm |
| 12:31 |
dokma |
still getting Premature end of script headers even when the sources are within the addon domain subfolder |
| 12:31 |
dokma |
it seems it has something to do with the copy process |
| 12:31 |
dokma |
but can't figure what |
| 12:32 |
FloLeBlanc |
Marwo|Tuk : strtotime seems unable to create negative timestamps :( |
| 12:35 |
MarwolTuk |
It says in Documentation "Additionally, not all platforms support negative timestamps", so what are you useing as server os? (it's known that windows do not support them) |
| 12:36 |
FloLeBlanc |
good question actually.. the point is SOMEHOW t3 can use negative stamps as sr_feuser_register does so *grumbles* |
| 12:37 |
MarwolTuk |
but you clould use a work-around: |
| 12:37 |
Ries |
morning guys/girls |
| 12:37 |
FloLeBlanc |
hi ries |
| 12:38 |
FloLeBlanc |
do you happen to know how sr_feuser_register converts the dates to timestamps? |
| 12:38 |
MarwolTuk |
ad about 50 to 70 jears to the input date and subtract them in seconds from the output ;-) |
| 12:38 |
FloLeBlanc |
Marwol: :-P |
| 12:38 |
Ries |
FloLeBlanc: he does that to store them in teh database |
| 12:38 |
FloLeBlanc |
Ries yes but HOW is 1960-05-05 converted f.e.? |
| 12:38 |
FloLeBlanc |
I can't seem to find a php func that does that for me under php4 |
| 12:38 |
Ries |
FloLeBlanc: take a look at the adodb time libraries.... |
| 12:39 |
Ries |
Unfortunatly typo3 has never adopted the database timestamp types, and want's to use unixtimestamps.... |
| 12:39 |
Ries |
However unixtimstamps are bad bad bad bad for storing dates..... i think that Kasper was from after the 70th |
| 12:40 |
Ries |
Now stanlies was smart... and he fogured out that when users want to register.... he expects birthdates before teh 70th (before Kasoer was born) |
| 12:40 |
FloLeBlanc |
ries: I see that this is bad bad bad and I hate it but I have to work with it because I installed sr_fe_userregister |
| 12:40 |
Ries |
and see he looked for a library... and that ias teh adodb library... he copied a couple of classes to convert dates correctly that are entered from before thr 70th |
| 12:41 |
Ries |
no to be honest... I a not sure how FE rendering would work ... but I am sure there is a solution for that |
| 12:42 |
FloLeBlanc |
Ries: I'm adapting ameosfeusermanager atm to be able to edit FE Users and their birthdates *sigh* |
| 12:50 |
Phlogiston_ |
I can't get a non admin user be able to clear FE Cache :( Can anyone tell me what to do? I tried to set: options.clearCache.all = 1 in the group TS config but it does not work |
| 12:53 |
tobi |
there is a extension Phlogiston_ |
| 12:56 |
Phlogiston_ |
tobi: do you know the name? |
| 12:58 |
tobi |
cl_becache |
| 12:58 |
dax77 |
re |
| 13:00 |
smda |
yo |
| 13:05 |
smda |
I'm doing a search with TS using a GP var. but I got trouble reading the gp. Any clue on why? in short I'm doing this: 10.select.uidInList < GP:damuid. Setting the value manually works fine |
| 13:06 |
tobi |
that makes no sense ... |
| 13:06 |
tobi |
10.select.uidInList.data=GP:damuid |
| 13:11 |
smda |
tobi: but that doesn't return anything then |
| 13:11 |
FloLeBlanc |
Ries: thank you, works |
| 13:12 |
tobi |
because the syntax was wrong, it is GPvar:damuid |
| 13:16 |
Ries |
FloLeBlanc: I just pointed you in the righ direction I guess |
| 13:17 |
FloLeBlanc |
still need to find out how I can best convert 11.12.2007 to single $year, $month, $day variables any input? |
| 13:17 |
FloLeBlanc |
substr and strpos seem like a bad solution to me |
| 13:17 |
Ries |
FloLeBlanc: php has a timeparse function to do teh work |
| 13:18 |
Ries |
Just make sure you use one of teh ISO date formats |
| 13:18 |
tobi |
explode or strtotime |
| 13:18 |
Ries |
I always use year.month.day |
| 13:18 |
FloLeBlanc |
tobi: strtotime screws my before 1970 dates :) I'll try explode or date_parse thx |
| 13:19 |
FloLeBlanc |
ah no date_parse is php 5 :( |
| 13:21 |
Ries |
FloLeBlanc: does teh adodb class set has a function for it? |
| 13:21 |
FloLeBlanc |
ries no there are only the funcs that accept $year, $month, $day, etc. |
| 13:21 |
FloLeBlanc |
what second/minute/Year should I input if I would ommit them but the func does not allow me to? :) |
| 13:21 |
FloLeBlanc |
does it matter vor t3 WHICH time I use? |
| 13:22 |
tobi |
adodb_strftime also has the bug with pre 1970 ? |
| 13:22 |
Ries |
FloLeBlanc: accordign to teh manual : : The valid range of a timestamp is typically from Fri, 13 Dec 1901 20:45:54 GMT to Tue, 19 Jan 2038 03:14:07 GMT. (T |
| 13:23 |
Ries |
tobi: it was designed to handle dates before 1970 |
| 13:23 |
FloLeBlanc |
tobi no but there is no adodb_strtotime |
| 13:24 |
tobi |
nice ... i should have used more adodb_* functions in the past... |
| 13:25 |
FloLeBlanc |
omg.. thank you guys I finally have a way to edit those birthdays and create new users by admins WITH birthdays :) |
| 13:25 |
Phlogiston_ |
tobi: thanks |
| 13:26 |
Ries |
FloLeBlanc: http://phplens.com/phpeverywhere/adodb_date_library |
| 13:27 |
FloLeBlanc |
ries: I checked that one out thank you |
| 13:35 |
FloLeBlanc |
Ries & tobi (hopefully) last question: I have a FE plugin now that allows editing the FE Users, is it secure to create a page, set the page properties to Access: the newgroup and give the group only to the ones who should be able to edit the page or do I need further steps? |
| 13:37 |
Boonkerz |
hi can i access from an mod to an extconf? |
| 13:38 |
tobi |
yes that should be enough |
| 13:38 |
dax77 |
Boonkerz: you mean TS? |
| 13:39 |
FloLeBlanc |
tobi: thx |
| 13:40 |
Boonkerz |
yes |
| 13:40 |
Boonkerz |
i will programm an mod but i need konf vars |
| 13:40 |
dax77 |
if you know the pid it possible |
| 13:41 |
Boonkerz |
or i can use the ext conf? |
| 13:41 |
Boonkerz |
in extension manager? |
| 13:42 |
Boonkerz |
getModTSconfig? |
| 13:42 |
dax77 |
Boonkerz: http://svn.webempoweredchurch.org/calendar/browser/trunk/cal/controller/class.tx_cal_api.php starting line 76 |
| 13:43 |
dax77 |
ok, thats from the frontend - maybe there are some nice calls for the backend |
| 13:46 |
Ries |
FloLeBlanc: You only need to make sure on the PHP site that people are not trying to forge post vars... |
| 13:47 |
Ries |
I never store uid's in post fors, but always use teh session to check who the user is... and then check if he is allowed to update some records |
| 13:48 |
Template |
hello, how can i remove a template? |
| 13:48 |
FloLeBlanc |
Ries: hmm ok thx |
| 13:49 |
Template |
a have created a template for a sub-site but not a ext-template, i've created a site template |
| 13:49 |
Ries |
Template: go to the list module and delete it |
| 13:50 |
Template |
super thanks :) |
| 13:50 |
Template |
all works |
| 13:51 |
Template |
ok, then i will continue working :) |
| 13:51 |
Template |
by :) |
| 13:51 |
Template |
thanks again |
| 14:37 |
FloLeBlanc |
cya all have a nice evening thx for the help |
| 14:37 |
beev0r |
how can i avoid the "[Translate to XXX:]" note when i copy content of a website to an alternate language version? |
| 15:08 |
dokma |
If anyone recalls my issues with premature end of script headers I managed to solve it |
| 15:09 |
dokma |
it was needed to copy index.php from the source folder |
| 15:09 |
dokma |
directly into the site folder |
| 15:09 |
m4rtijn |
does anyone know where the install tool password is saved in the DB? |
| 15:09 |
dokma |
I do not know why |
| 15:09 |
m4rtijn |
hehe, lol dokma.. good you found that out though |
| 15:09 |
dokma |
isn't it in localconf.php ? |
| 15:10 |
dokma |
yeah wasn't an easy one |
| 15:11 |
m4rtijn |
im still stuck with my problem.. grmbl. since this morning 10'oclock |
| 15:15 |
Ries |
m4rtijn: it's a MD5 in localconf like dokma sais |
| 15:27 |
bernd3423 |
hallo |
| 15:27 |
bernd3423 |
i want include a javascript into the header of my page |
| 15:27 |
bernd3423 |
how cann i do this via typoscript? |
| 15:30 |
bernd3423 |
because typoscript overwrites it |
| 15:31 |
tobi |
page.includeJS is your friend |
| 15:33 |
bernd3423 |
cool |
| 15:33 |
bernd3423 |
on which position i must paste it? |
| 15:33 |
tobi |
there is a sample in tsref |
| 15:33 |
bernd3423 |
ok |
| 15:34 |
bernd3423 |
i will look |
| 16:28 |
j0hndeere |
Good morning, humans. |
| 16:54 |
|gawain| |
hi there. |
| 16:55 |
|gawain| |
has someone an idea, where this number on http://www.trommelschule-dresden.de/typo3/typo3/ comes from ? |
| 17:40 |
uschi |
she is |
| 17:40 |
uschi |
hi bedlamhotel :) |
| 17:43 |
bedlamhotel |
oho. Hello uschi. |
| 17:54 |
dokma |
hi uschi |
| 17:54 |
uschi |
hi dokma |
| 17:54 |
dokma |
whats new? |
| 18:02 |
Boonkerz |
can i convert from an locallang an xml ? |
| 18:03 |
uschi |
Boonkerz, from locallang.php to locallang.xml? |
| 18:03 |
uschi |
there is an extension lfeditor |
| 18:03 |
Boonkerz |
yes :) |
| 18:11 |
Suncho |
anyone here ever used the Authenticate phpbb users as FE-users extension? |
| 18:13 |
Suncho |
anyway, I need help with it |
| 18:13 |
Suncho |
say my name if you come back |
| 18:13 |
Suncho |
er... |
| 18:13 |
Suncho |
say my name if you can help me, and I'll come back |
| 18:20 |
Suncho |
I've installed it and uninstalled it multiple times and I only got it to semi-work once |
| 18:20 |
Suncho |
now I can't get it to work at all |
| 18:27 |
andy__ |
hey there, http://daihatsu.autoglobal.ch/index.php?id=11&L=1 <-- when you visit this page, there's a language menu. Why does it say "German" instead of "Deutsch"? |
| 18:28 |
andy__ |
but it says "Francais" and not "French" |
| 18:37 |
t3po |
.. |
| 19:17 |
saias |
Hi guys :) |
| 19:18 |
saias |
Glad to find this chan ^^ I have one question. I am a n00b to Typo3 so far. Can anybody tell me how to use external css data for my project? |
| 19:19 |
ndee |
I'm using tt_news and although I added a news, in the frontend it still tells me that there is no news available for this category. How can that be? |
| 19:48 |
Ries |
we so people leave so fast when tehy have a question?!?!?! |
| 19:48 |
j0hndeere |
Good afternoon, earthlings. |
| 19:49 |
Ries |
Hey j0hndeere |
| 19:49 |
Ries |
j0hndeere: if we are earthlings, are you then a spaceling?? |
| 19:53 |
Suncho |
I had a question and I didn't leave =) |
| 19:54 |
Suncho |
now I have a new question |
| 19:54 |
Suncho |
which I'll probably find the answer to on my own |
| 19:54 |
Suncho |
but is there a good extension that allows people to edit the data associated with their frontend login (password etc) ? |
| 19:55 |
Suncho |
or create new accounts |
| 19:57 |
j0hndeere |
Well, a õ+¦¡?B?ling, technically, but it's hard to pronounce. Spaceling will do. |
| 19:57 |
sebkur |
hey |
| 19:57 |
Suncho |
hi |
| 20:01 |
bedlamhotel |
suncho: sr_feuser_register. It's a lot of work to configure though. |
| 20:01 |
Suncho |
thanks bedlamhotel |
| 21:13 |
Co2 |
i'm logged in as admin, but there is no extension manager and no user manager |
| 21:13 |
Co2 |
in the tools section there is only the Quicplorer and the Log module |
| 21:15 |
Co2 |
Ah okay: wronmg workspace |
| 21:46 |
Guest71 |
http://www.ComedySearchEngine.com |
| 22:26 |
dokma |
q: I need to write an extension but I would not like to write from scratch so I would like to find an extension that has similar functionality and modify it. This is the functionality: store data from a form to the database, data must be editable, provide a way to print out the data in a nicely formatted fashion. Anyone know of an extension that does something similar to this? |
| 22:32 |
bedlamhotel |
dokma: mailformplus |
| 22:36 |
dokma |
hmmm I see what you are aiming at |
| 22:36 |
dokma |
though it seems to me it is a very complex extension |
| 22:36 |
dokma |
I was thinking perhaps there is something simpler |
| 22:42 |
bedlamhotel |
dokma: mailformplus is not /that/ complex (though any extension that uses TYPO3's old-style form-templating is going to be fairly complex...) |
| 22:43 |
dokma |
there is a new style form templating? |
| 22:43 |
dokma |
I guess I should use that then |
| 22:52 |
dokma |
good night everyone |
| 22:52 |
dokma |
dream well and God bless you all |
| 23:25 |
tansta |
morning :D |
| 23:45 |
Boonkerz |
hello |
| 23:54 |
tansta |
bloody hell i cant get freecap captcha to work |
| 23:54 |
tansta |
:( |
| 23:55 |
Boonkerz |
i that is not good :) |
| 23:55 |
Boonkerz |
i have problems with croping images |
| 23:56 |
Boonkerz |
my images must have xy 105x105 |