| 00:17 |
voidus_ |
rouwenpi: can you explain a bit? |
| 01:15 |
ries |
rouwenpi: sure it's utf-8?? I have seen MS product putting out so called utf-8 files while in fact they where not |
| 01:38 |
rouwenpi |
ries, actually it's an xml export of Lotus Notes bases |
| 01:39 |
rouwenpi |
And i have trouble with content that could be a pasted one from Word |
| 01:39 |
rouwenpi |
voidus_, do you need more explanation ? |
| 01:40 |
voidus_ |
rouwenpi: i don't understand what do you want to do.. |
| 01:40 |
voidus_ |
is your xml well-formed? |
| 01:40 |
rouwenpi |
voidus_, i have some xml files ( from Lotus Notes export) and i have to import it in TYPO3 ... so i guess i have to parse it to create a sql query |
| 01:41 |
voidus_ |
ok. and what parser says you? |
| 01:41 |
rouwenpi |
http://pierre.pastebin.com/m8b7bfe5 |
| 01:41 |
rouwenpi |
this is one of xml files |
| 01:41 |
rouwenpi |
all is ok but the quote from likely MS Word |
| 01:41 |
rouwenpi |
it's rendre as a ? |
| 01:42 |
rouwenpi |
line 63 for example |
| 01:42 |
voidus_ |
where it is? |
| 01:42 |
rouwenpi |
à létran |
| 01:42 |
rouwenpi |
i have here |
| 01:42 |
rouwenpi |
and i have to replace it with a ' |
| 01:42 |
voidus_ |
à létranger |
| 01:43 |
voidus_ |
after l? |
| 01:43 |
rouwenpi |
yes... i've tried to do a str_replace ... no way |
| 01:43 |
rouwenpi |
yes this one for example |
| 01:43 |
rouwenpi |
i've tried mb_ereg_replace ... no more luck |
| 01:43 |
rouwenpi |
i don't understand |
| 01:43 |
voidus_ |
so, you copied on pastebin already replaced version? |
| 01:43 |
rouwenpi |
nop it's the original xml file |
| 01:44 |
voidus_ |
i don't see any "?" there.. |
| 01:44 |
rouwenpi |
in my parsed version it's « à l?étranger» |
| 01:44 |
rouwenpi |
beacuse the is unknown is iso8859-1 |
| 01:45 |
voidus_ |
hehe.. yes, not all utf-8 symbols are in iso8859-1 |
| 01:45 |
rouwenpi |
yes but i've done utf8_decode too |
| 01:45 |
rouwenpi |
like if simpleXML messes up my charset at all |
| 01:46 |
voidus_ |
probably utf8_decode don't know good replacement for symbol... |
| 01:46 |
rouwenpi |
i guess so |
| 01:47 |
voidus_ |
so... you need to 1) mb_strreplace 2) utf8_decode then |
| 01:48 |
rouwenpi |
yes but what do i have to mb_strreplace ?? ... |
| 01:48 |
rouwenpi |
i can.t find a proper value for the |
| 01:48 |
rouwenpi |
cause Word misued ascii table |
| 01:48 |
rouwenpi |
misused |
| 01:49 |
voidus_ |
hm.. why not use ' instead of ? |
| 01:50 |
rouwenpi |
that's what i want :) |
| 01:50 |
rouwenpi |
but in the files i have it's |
| 01:51 |
rouwenpi |
the department of culture here has used for many years Lotus Notes ... now i have to convert all this data in TYPO3 |
| 01:51 |
voidus_ |
so.. mb_strreplace($str," ","'") or so.. |
| 01:51 |
rouwenpi |
but all the data is mainly a cut and paste from Word |
| 01:52 |
rouwenpi |
actually this function doesn't exist |
| 01:52 |
rouwenpi |
that's why i've tried with mb_ereg_replace |
| 01:53 |
rouwenpi |
but it didn't work at all |
| 01:53 |
voidus_ |
hm.. |
| 01:56 |
rouwenpi |
as you say ;) |
| 01:57 |
rouwenpi |
so it's mainly my problem ... i dunno what else i can try |
| 01:58 |
voidus_ |
the simpler decision i see is |
| 01:58 |
voidus_ |
*simplest |
| 01:58 |
voidus_ |
: get unicode code of symbol |
| 01:58 |
voidus_ |
and make str_replace($str,0xbla0xbla,"'") |
| 01:59 |
rouwenpi |
ok i don't know this notation |
| 01:59 |
rouwenpi |
gonna try this |
| 02:00 |
voidus_ |
good night |
| 02:02 |
rouwenpi |
nop i can't make it work too :) |
| 02:02 |
rouwenpi |
ok see ya good night and thanks a lot anyway |
| 06:04 |
d|g |
hi all |
| 09:36 |
sscholz86 |
hi everyone |
| 09:40 |
sscholz86 |
Since 4.x there is the possibility to change all TCA settings directly with Page TScript, isn't it? I didn't find the right syntax in the documentation, I just found the syntax for changing label or default value. How can I access all config values with page tsconfig. |
| 10:11 |
pulponair |
hi there |
| 10:11 |
pulponair |
ries: are you arround? |
| 11:39 |
typochur |
Is there a way to give the pagetype shortcut GET-parameters? |
| 11:39 |
typochur |
like shortcut to start.html?var=test |
| 12:26 |
FloLeBlanc |
hi all |
| 12:28 |
FloLeBlanc |
anyone using mm_forum? |
| 12:35 |
Nav |
hello |
| 12:36 |
Nav |
http://ahs.42-morrow.de/dev/ |
| 12:39 |
FloLeBlanc |
nav: what should this link tell us? :) |
| 12:43 |
Nav |
have u clicked on the swf file |
| 12:43 |
Nav |
? |
| 12:44 |
Nav |
i have used realURL |
| 12:44 |
FloLeBlanc |
yes, it directs me back to the page again and I see the flash again |
| 12:44 |
Nav |
when i click on the swf file it suppose to redirect to a url |
| 12:44 |
Nav |
now remove the trailing slash at the end |
| 12:44 |
Nav |
and then see |
| 12:45 |
Nav |
the page opened right? |
| 12:46 |
FloLeBlanc |
yes |
| 12:46 |
Nav |
well this is the prblem i m facing for the last week |
| 12:46 |
Nav |
:( |
| 12:46 |
Nav |
if u click on any link it will again redirecto u to home page |
| 12:46 |
Nav |
but if u remove the trailing slash it will be ok then |
| 12:46 |
Nav |
what could be the problem? |
| 12:47 |
Nav |
i have also shared my realURL configuration on http://phpfi.com/292738 |
| 12:48 |
Nav |
plz check it |
| 12:49 |
FloLeBlanc |
nav: http://www.typo24.com/138518.html is what a quick google search gave me |
| 12:49 |
FloLeBlanc |
never worked with real url so I don't know about the conf |
| 12:49 |
Nav |
:( |
| 12:49 |
Nav |
i m really stuck at this prblem |
| 12:49 |
Nav |
its working fine on my local pc |
| 12:50 |
Nav |
but creates problem on the domain live server |
| 12:51 |
Nav |
anybody else worked on realURL? |
| 12:58 |
NublaII |
how about your .htaccess? |
| 13:05 |
Nav |
wait let me send u my htaccess |
| 13:05 |
NublaII |
post it on phpfi |
| 13:05 |
Nav |
http://phpfi.com/292745 |
| 13:05 |
Nav |
heres my htaccess |
| 13:05 |
Nav |
sometimes i feel may be my htaccess is having some prblems |
| 13:07 |
Nav |
NublaII: is my htaccess ok ? |
| 13:08 |
Nav |
i have put it in the /dev folder |
| 13:09 |
NublaII |
mmm... looks ok to me |
| 13:09 |
NublaII |
but it should be on the root folder of the site |
| 13:10 |
Nav |
actually i have live website placed on root folder |
| 13:10 |
Nav |
i guess it should work in dev folder |
| 13:10 |
Nav |
isnt it?? |
| 13:11 |
Nav |
i have heard about htaccess that incase of problem pages stuck in a loop |
| 13:11 |
Nav |
it seems the same happening here |
| 13:12 |
NublaII |
is this just s problem with this swf or in general on the site? |
| 13:13 |
Nav |
no its general |
| 13:13 |
Nav |
plz click on this http://ahs.42-morrow.de/dev/14 |
| 13:14 |
Nav |
it will be redirected ok |
| 13:14 |
Nav |
but http://ahs.42-morrow.de/dev/14/ creates problem |
| 13:14 |
Nav |
it will stuck redirected to home |
| 13:14 |
Nav |
all because of ending slash |
| 13:14 |
NublaII |
yeah, saw that... problem is you probably need to check 3 things: realurl, htacces and apache logs |
| 13:14 |
NublaII |
to see what and where is getting screwed up |
| 13:15 |
Nav |
i guess realURL configuration is ok |
| 13:15 |
Nav |
what do u think? |
| 13:15 |
NublaII |
try removing the last line (or comment it out) |
| 13:16 |
Nav |
which one?? |
| 13:16 |
Nav |
in realurl_conf.php?? |
| 13:16 |
NublaII |
on realurl_conf.php |
| 13:17 |
NublaII |
'emptyUrlReturnValue' => '/', |
| 13:17 |
Nav |
ok wait |
| 13:19 |
Nav |
no it did not work |
| 13:20 |
NublaII |
did you clean up the BE cache? |
| 13:22 |
Nav |
yah i do |
| 13:22 |
Nav |
but still not working |
| 13:22 |
Nav |
how can i check apache logs? |
| 13:24 |
NublaII |
http://typo3.org/documentation/document-library/extension-manuals/realurl/1.2.1/view/1/2/ |
| 13:24 |
NublaII |
look for appendMissingSlash |
| 13:24 |
NublaII |
the ifNotFile adds the ending if the url doesn't look like a file |
| 13:25 |
NublaII |
that's what's adding the ending '/', apparently |
| 13:25 |
Nav |
i have already added that |
| 13:25 |
NublaII |
but still... not sure why typo3 doesn't serve correctly the page |
| 13:25 |
Nav |
have u checked my realurl_conf.php |
| 13:26 |
NublaII |
yeah |
| 13:26 |
Nav |
do u believe its because of apache server |
| 13:26 |
Nav |
coz its the only difference i think |
| 13:27 |
Nav |
between my pc and the domain |
| 13:28 |
NublaII |
do you have access to the apache conf on the server? |
| 13:28 |
Nav |
u mean httpd.conf? |
| 13:28 |
NublaII |
yeah... |
| 13:29 |
NublaII |
maybe you can compare that with the one you have on the pc |
| 13:29 |
NublaII |
but it looks more like a problem on the typo3 side |
| 13:30 |
Nav |
r u sure? |
| 13:30 |
NublaII |
gotta go now... I'll be back in half or so... good luck on the meantime |
| 13:30 |
NublaII |
yeah, mainly because |
| 13:30 |
NublaII |
even though you're getting an error |
| 13:30 |
Nav |
:( |
| 13:30 |
NublaII |
typo3 is still generating the front page |
| 13:31 |
Nav |
so why u think this error is becasue of typo3? |
| 13:32 |
NublaII |
because typo3 is still answering with a regular page instead of an error page |
| 13:32 |
NublaII |
if it doesn't find a page, it outputs the main page... that's typo3 working, not apache |
| 13:33 |
Nav |
what if mod_rewrite not installed? |
| 13:34 |
Nav |
http://ahs.42-morrow.de/phpinfo.php |
| 13:34 |
Nav |
check this out plz |
| 13:35 |
Nav |
is mod_rewrite installed? |
| 13:36 |
Nav |
have u checked? |
| 13:37 |
NublaII |
your phpinfo doesn't report on apache's modules |
| 13:37 |
NublaII |
http://nubla.net/phpinfo.php |
| 13:37 |
NublaII |
mine does... |
| 13:37 |
Nav |
why?? |
| 13:38 |
Nav |
is it hidden?? |
| 13:38 |
NublaII |
you probably have a taylored php file that specifies what is reported on the phpinfo file |
| 13:38 |
Nav |
what if mod_rewrite in not installed? |
| 13:38 |
NublaII |
in that case the problem is definitely typo3 |
| 13:38 |
Nav |
:S |
| 13:38 |
Nav |
now i m too muc h confused |
| 13:39 |
Nav |
why is it typo3 problem |
| 13:39 |
Nav |
if mod_rewirte not installed? |
| 13:39 |
Nav |
isnt it the apache prblem? |
| 13:39 |
NublaII |
because in that case the responsible of rewriting the url is typo3 |
| 13:40 |
Nav |
but apache is the one who is redirecting in the first place |
| 13:40 |
Nav |
right? |
| 13:40 |
Nav |
what if th mod_rewrite not installed |
| 13:40 |
Nav |
the request will not be rewritten |
| 13:41 |
Nav |
doesnt it make sense? |
| 13:43 |
NublaII |
just found this on the manual "The extension requires the Apache module “mod_rewrite” to rewrite the virtual URLs of the site to the TYPO3 frontend engine." |
| 13:45 |
NublaII |
gotta go now |
| 13:45 |
NublaII |
be back in a few |
| 13:46 |
Nav |
k |
| 13:47 |
ries |
pulponair: At that time I was around in bed :) |
| 14:03 |
rdx |
helo |
| 14:03 |
rdx |
i have a problem |
| 14:04 |
rdx |
i need for the gmenu a wrap between the a-tag and the image |
| 14:05 |
rdx |
knows someone how i can wrap in this position |
| 14:27 |
rdx |
i have a problem |
| 14:27 |
rdx |
knows someone how i can wrap in this position |
| 14:27 |
rdx |
i need for the gmenu a wrap between the a-tag and the image |
| 14:50 |
rdx |
someone here? |
| 14:52 |
smeringe |
someone |
| 14:57 |
rdx |
huhu |
| 14:57 |
smeringe |
rdx whats up rdx? |
| 14:57 |
rdx |
i need a wrap for the gmneu beteween the a-tag and the produced gif |
| 14:58 |
smeringe |
whow.. echo :P |
| 14:59 |
Nav |
NublaII, have u came back? |
| 15:00 |
rdx |
smeringe? |
| 15:00 |
rdx |
do u have some idea? |
| 15:02 |
smeringe |
rdx: I'll check my gmenu:s. been a while.. |
| 15:03 |
rdx |
the problem is my gmenu have on RO a bigger h2 tag and a bigger pic |
| 15:03 |
rdx |
the problem is the don t press ... the overlay |
| 15:04 |
smeringe |
why h2 on a menu? |
| 15:06 |
rdx |
i proved 2 with divs |
| 15:06 |
rdx |
it doesn works |
| 15:07 |
smeringe |
rdx: have you read the tsref for gmenu? seems to be a wrap of the menu item on an item state? |
| 15:08 |
smeringe |
rdx: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/10/4/ |
| 15:19 |
Nav |
hello |
| 15:19 |
Nav |
http://ahs.42-morrow.de/dev/19/ |
| 15:19 |
Nav |
please visit this |
| 15:19 |
Nav |
i m having problem with realURL |
| 15:21 |
Nav |
the url will take u again to home page |
| 15:21 |
Nav |
but if u remove the trailing slash it will take u to the correct page |
| 15:22 |
Nav |
what could it be wrong with this? |
| 15:23 |
Nav |
anybody got an idea? |
| 15:27 |
isolysis |
its your htaccess file |
| 15:28 |
isolysis |
copy your htaccess into pastebin or something and paste here |
| 15:32 |
Nav |
ok wait |
| 15:32 |
Nav |
http://phpfi.com/292779 |
| 15:32 |
Nav |
here it is |
| 15:33 |
Nav |
plz ioslysis solve my this prblem |
| 15:33 |
Nav |
i have stuck in this for a week now |
| 15:36 |
Nav |
isolysis, have u checked it? |
| 15:38 |
Nav |
isolysis: you there? |
| 15:39 |
isolysis |
moment |
| 15:39 |
Nav |
ok |
| 15:43 |
isolysis |
try this first http://phpfi.com/292785 |
| 15:43 |
Nav |
ok let me try it |
| 15:44 |
isolysis |
if it doesn't work, then try changing last line from RewriteRule .* /index.php [L] to RewriteRule .* /dev/index.php [L] |
| 15:47 |
Nav |
the first techniquie didnt work |
| 15:48 |
Nav |
no it did not work |
| 15:49 |
Nav |
:( |
| 15:49 |
isolysis |
does the site still work without the trailing slash with the htaccess i sent? |
| 15:51 |
Nav |
actually website was already run succesfully without trailing slash |
| 15:51 |
Nav |
problem occurs when trailing slash is applied at the end |
| 15:52 |
Nav |
u got my point? |
| 15:53 |
Nav |
http://ahs.42-morrow.de/dev/14 does not create problem |
| 15:54 |
Nav |
http://ahs.42-morrow.de/dev/14/ does create problem |
| 15:54 |
LionRock |
hi |
| 15:54 |
LionRock |
how I can use custom query in pi_list_browseresults() ? |
| 15:54 |
Nav |
the second url redirects to home page |
| 15:54 |
thone__ |
hello, im in trouble^^ here is a url to a pasti with the error message |
| 15:55 |
thone__ |
http://phpfi.com/292788 |
| 15:56 |
Nav |
isolysis: you understand what i meant? |
| 15:56 |
isolysis |
yeah i understand |
| 15:56 |
isolysis |
can you paste your realurl conf |
| 15:56 |
thone__ |
may someone can look over it plz |
| 15:56 |
Nav |
ok |
| 15:57 |
Nav |
http://phpfi.com/292791 |
| 15:57 |
Nav |
here it is |
| 15:57 |
Nav |
i just commented much code in it |
| 15:57 |
Nav |
i was just making sure to naroow down the problem |
| 16:03 |
Nav |
is my realurl_conf file ok? |
| 16:04 |
EgilOfBorg |
hi. I have a typo3 4.1.3 site with the Shop system (tt_products) 1.2.7 extension. I need to add online payment support to the site, but i'm unsure how/which extension to use. |
| 16:08 |
Nav |
isolysis: have u looked at it? |
| 16:08 |
isolysis |
im not an expert on realurl, but it appears to be fine |
| 16:09 |
isolysis |
the typo3 system is generating links with or without traiing slash? |
| 16:09 |
Nav |
with trailing slash |
| 16:09 |
Nav |
its working fine on my pc! |
| 16:09 |
Nav |
but not working on the liver server |
| 16:11 |
Nav |
i have tried every solution but failed |
| 16:12 |
Nav |
:( |
| 16:13 |
Nav |
isolysis: do u have sort of solution or alternative for this? |
| 16:13 |
Nav |
isolysis: i have the root page a shortcut |
| 16:14 |
Nav |
does this have to do with it??? |
| 16:14 |
Nav |
i have made the root page a shortcut page |
| 16:14 |
isolysis |
brb |
| 16:14 |
Nav |
when will u come? |
| 16:18 |
Denyerec |
pewpew |
| 16:18 |
Denyerec |
LAZER BEAMZ |
| 16:23 |
rdx |
why the gifbuilder |
| 16:23 |
rdx |
5 = IMAGE |
| 16:23 |
rdx |
5.file = fileadmin/test/xtnavi1.gif |
| 16:23 |
rdx |
5.file.width = 30 |
| 16:24 |
rdx |
doesn t work ordinary? |
| 16:27 |
maholtz |
gifbuilder.image != IMAGE |
| 16:27 |
maholtz |
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/9/2/#id3937689 |
| 16:28 |
maholtz |
may be something to do with that? |
| 16:38 |
thone__ |
hi, im in trouble, im getting a error cleaning "Clear cache in typo3conf" and "Clear FE cache" |
| 16:38 |
thone__ |
here is the pasti http://phpfi.com/292788 |
| 16:39 |
thone__ |
can someone look over it, may guess a way out ? |
| 16:49 |
isolysis |
thone_: it appears your php settings in php.ini are preventing it from opening typo3conf/ folder files |
| 16:49 |
isolysis |
thone_: run the install tool and see if you get any errors there |
| 16:50 |
thone_ |
i wasn#t able to get into the installtool, but i found a way |
| 16:51 |
thone_ |
i was lucky to have a backup, and copied the missing file |
| 16:52 |
thone_ |
it was a great shock. :) |
| 16:56 |
thone_ |
thx anyway :) |
| 17:01 |
Arnee |
Hi, is there a way to allow to embed an IFRAME into the content of a page? I try to insert one using the "code" button in the WYSIWYG edtior, but the tags are always htmlencoded... |
| 17:02 |
Arnee |
I guess iz must be a configuration issue of the rtehtmlarea |
| 17:05 |
Arnee |
Example: I paste <iframe src="about:blank"></iframe> into the editor (text view) and it becomes <iframe src="about:blank"></iframe> after saving |
| 17:11 |
isolysis |
arnee |
| 17:11 |
isolysis |
Arnee: use the html content element |
| 17:14 |
Arnee |
isolysis, Thanks, that worked! |
| 17:14 |
isolysis |
:) |
| 17:30 |
rdx |
how can i wrap between the imgtag and href in a GMENU |
| 17:30 |
rdx |
? |
| 17:31 |
HardPhuck |
anyone using newscalendar exT? |
| 17:35 |
HardPhuck |
thought so :) |
| 17:57 |
just2b |
good evening |
| 18:01 |
rdx |
j2b i need a wrap between the imgtag an the hreftag |
| 18:04 |
HardPhuck |
i have a problem, installed newscalendar, but when i click on a date with the event, the javascript doesn't launch - a pop up window should appear with the event |
| 18:04 |
HardPhuck |
if i check the source, the url for displaying the news item is there |
| 18:05 |
Denyerec |
!seen kraftb |
| 18:13 |
Denyerec |
We need a !seen bot |
| 18:13 |
ries |
I need time!!! |
| 18:14 |
Denyerec |
;) |
| 18:16 |
rdx |
can someone help me |
| 18:17 |
pulponair |
ries: if you discover a way for gaining more time per day please drop me a note ;> |
| 18:17 |
rdx |
how can i put the wrap in the linktag |
| 18:17 |
Denyerec |
rdx |
| 18:17 |
Denyerec |
give an example of a link WITH and WITHOUT what you want |
| 18:17 |
Denyerec |
so I can clearly visualise it |
| 18:17 |
pulponair |
ries: or even better: find a way to reduce the amount of needed sleep without affecting health |
| 18:17 |
Denyerec |
that one is easy! |
| 18:18 |
Denyerec |
polyphasic sleep patterns |
| 18:18 |
Denyerec |
brb |
| 18:18 |
rdx |
i want my div in the <a href="sadasda"><div>menu</div></a> |
| 18:18 |
pulponair |
gotta go...bye folks |
| 18:19 |
ries |
pulponair: I did hear about 'go faster by going slower' need to check that out :) |
| 18:20 |
Denyerec |
ahha |
| 18:20 |
pulponair |
rdx: :http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/5/8/ ATagBeforeWrap |
| 18:20 |
ries |
pulponair: http://www.newscientist.com/channel/being-human/mg18925371.700-teach-your-brain-to-stretch-time.html |
| 18:22 |
pulponair |
ries: sounds promising |
| 18:22 |
ries |
I HAD to see if there where posibilities |
| 18:23 |
pulponair |
ries: drop me a note when you cope with this technic ;> |
| 18:23 |
pulponair |
anyway i have to head home ...cheers |
| 19:18 |
MasterYin |
Good Evening |
| 19:18 |
just2b |
hi master |
| 19:18 |
MasterYin |
Who can tell me why my maximum width of my pictures as content-element is ignored? |
| 19:19 |
just2b |
where did you change what? |
| 19:23 |
moodaepo |
Hey all, does anyone know where I can get a latest 4.2 the sourceforge one has a bad installer (I want to test the new one) |
| 19:24 |
just2b |
through sfn |
| 19:26 |
moodaepo |
sfn? |
| 19:26 |
just2b |
svn |
| 19:26 |
moodaepo |
ah right |
| 19:32 |
ries |
moodaepo: I think you can replace it for the old one... don't ask me how :) |
| 19:36 |
moodaepo |
ries: it says ext install_old needs to be installed, no worries I am getting the core from SVN which has the updated installer so I should be set : ) |
| 19:37 |
moodaepo |
we shouldn't have the BAD 4.2alpha available for download...makes us look bad if the installer itself doesn't work : ) |
| 19:40 |
ries |
moodaepo: it IS an alpha.. so who cares? |
| 19:46 |
rouwenpi |
hi there |
| 19:46 |
rouwenpi |
is there anyone familiar with mvc framework ? |
| 19:47 |
rouwenpi |
i'm trying it and i'm in trouble with $this->configurations |
| 19:47 |
rouwenpi |
Fatal error: Call to a member function get() on a non-object in /var/www/dev1/typo3conf/ext/lib/class.tx_lib_viewBase.php |
| 19:52 |
moodaepo |
ries: true true |
| 19:54 |
ries |
moodaepo: this looks pretty alpha to : http://www.flixxy.com/personal-helicopter.htm |
| 20:07 |
rouwenpi |
i don't understand why i can't have the configuration working, anyone using lib/div ? |
| 20:09 |
rdx |
can someone help me |
| 20:10 |
rdx |
i floaded my navigation |
| 20:10 |
rdx |
but the elements stay together http://www.xt-consulting.de/index.php?id=19 |
| 20:11 |
void |
rouwenpi: me did |
| 20:11 |
rdx |
on IE works on firefox not |
| 20:11 |
void |
rouwenpi: show your code |
| 20:11 |
rouwenpi |
ok void ... when you setup your plugin in TS, you can have a configurations. array |
| 20:12 |
void |
yes |
| 20:12 |
moodaepo |
reis: nice! but at least he knows where to start : ) not that 4.2 alpha is for newbies aye. |
| 20:12 |
rouwenpi |
void this is my TS : http://pierre.pastebin.com/dcd9a8da |
| 20:13 |
rouwenpi |
void the controller : http://pierre.pastebin.com/m62ba2473 |
| 20:13 |
rouwenpi |
it's really simple but i really don't know why i can't have it works |
| 20:14 |
rouwenpi |
the error is $this->configurations is not an object |
| 20:14 |
ries |
rdx: don't forget, IE is broken by default setting :D |
| 20:15 |
rdx |
:( |
| 20:15 |
rapidfyredotne1 |
Howdy all... is it possible to add USER TSConfig (or any other method) to automatically check "Show Hidden Elements" in Templavoila for a BE user group????? I'm running out of ideas VERY quickly. |
| 20:15 |
rdx |
do u know a solution |
| 20:15 |
rdx |
do u know the bug? |
| 20:16 |
ries |
rdx: no sorry.. I was just joking.. I don't use IE |
| 20:16 |
rapidfyredotne1 |
I have more than 100 BE users that I would like to set "Show Hidden Elements" for. |
| 20:16 |
rdx |
but 70 % use IE |
| 20:17 |
ries |
rapidfyredotne1: are you sure it's a TV setting? |
| 20:17 |
ries |
rdx: here 100% uses safari |
| 20:18 |
rdx |
ah |
| 20:18 |
rdx |
u code 4 uself? |
| 20:18 |
void |
rouwenpi: seem to be correct.. |
| 20:18 |
rouwenpi |
void ... ok |
| 20:18 |
moodaepo |
rapidfyredotne1: http://wiki.typo3.org/index.php/Extension_Development,_add_Page_TSconfig,_User_TSconfig_and_TS#userTSconfig.txt |
| 20:19 |
rouwenpi |
void ... i really don't understand |
| 20:19 |
void |
rouwenpi: maybe, clear both caches? |
| 20:19 |
rouwenpi |
already done ... and many times ;) |
| 20:19 |
ries |
rdx: well... I think I have a bad day... here in the house we use safari almost exclusifly... |
| 20:19 |
ries |
however on my site I don't see to many IE users |
| 20:20 |
moodaepo |
but you need for content so somehing using TCAdefaults or setup.defaults in user TSConfig? |
| 20:20 |
rapidfyredotne1 |
ries: No I'm not sure. I find the setting "tt_content_showHidden" within the table be_users and the field uc and it's in a XML looking string. |
| 20:20 |
void |
rouwenpi: lib/div is still buggy alpha... |
| 20:20 |
rouwenpi |
yes ... i guess i'm gonna use the standard way for this time |
| 20:20 |
rouwenpi |
too bad :( |
| 20:21 |
void |
you can use lib/div too... it is possible |
| 20:21 |
rapidfyredotne1 |
TCAdefaults.pages { hidden=1 } ...is referring to the page not content elements. |
| 20:22 |
void |
rouwenpi: most bugs are because of that kickstarter__mvc and lib/div versions are not syncronized |
| 20:23 |
void |
rouwenpi: pi1 is an bad way too... the best way may be to get good MVC framework and write some bridges |
| 20:23 |
rouwenpi |
i haven't used the kickstarter mvc |
| 20:24 |
void |
i'm now going in that way.. but have no time currently |
| 20:24 |
rouwenpi |
yes that's my problem too :) |
| 20:25 |
rapidfyredotne1 |
moodaepo: I have not really done much TS in TCA... do you have any ideas how I could access the value I'm talking about? You are giving me good ideas but since I cannot find it explicitly listed anywhere... it appears I need more knowledge about how to access that value like you are eluding to. |
| 20:26 |
void |
rouwenpi: if you need fast development, use django... |
| 20:26 |
rouwenpi |
django ? |
| 20:27 |
rouwenpi |
it's not to use with typo3 that :) |
| 20:27 |
moodaepo |
rapidfyredotne1: check here > http://typo3.org/documentation/document-library/references/doc_core_tsconfig/4.1.0/view/1/2/ the answer seems to be there : ) |
| 20:30 |
void |
rouwenpi: yes... but it's fast. i'm thinking about using Limb for T3 |
| 20:30 |
void |
rouwenpi: http://www.limb-project.com/ |
| 20:30 |
moodaepo |
rapidfyredotne1: ok that didn't work for me |
| 20:30 |
rapidfyredotne1 |
moodaepo: I think you are right. I don't think it's going to be TCAdefaults since this checkbox does not have a dedicated field in a table as far as I can tell. I'd guess it would be under "options"... so where do I find what my options are :) |
| 20:32 |
rapidfyredotne1 |
moodaepo: Oops... I see the "OPTIONS" section down lower on that page but not the option I'm looking for i don't think. |
| 20:36 |
rouwenpi |
void shamely i have no time to discover new stuff for now :) |
| 20:36 |
void |
rouwenpi: if so... just use habitual tools. |
| 20:37 |
rouwenpi |
yes that's what i'm gonna do |
| 20:37 |
rouwenpi |
unless i can debug my trouble |
| 20:44 |
rapidfyredotne1 |
moodaepo: I see that you can override Page TSconfig with User TSconfig... could that be a possiblity? |
| 20:48 |
moodaepo |
rapidfyredotne1: I don't think that'll help in your case...I say try and fail and learn : ) |
| 20:49 |
rdx |
can u define a RO to stay untill u go to another RO |
| 20:50 |
rapidfyredotne1 |
Does anyone else know how to add USER TSConfig (or any other method) to automatically check "Show Hidden Elements" for an entire BE user group (when using Templavoila, "Show Hidden Elements" is an option under the "Advanced functions" tab)???? |
| 20:51 |
rapidfyredotne1 |
moodaepo: Thank you sooo much for your suggestions!!!! |
| 20:51 |
just2b |
rapidfyredotne1 are more ? and ! helpful? |
| 20:52 |
just2b |
imo there is no tsconfig setting for that |
| 20:52 |
moodaepo |
rapidfyredotne1: I'll let you know if I find anything, if you find something it'd be good to post somewhere (on the general mailing list?) |
| 20:52 |
rapidfyredotne1 |
moodaepo: yes.. I agree. There are others who could find this useful since it's taken me so long to even get this far :) |
| 20:54 |
rapidfyredotne1 |
just2b: That just may be the case. The problem is that the value is in an XML string and so I cannot use conventional methods to just set a value in a table. It requires a specific TS setting I'm guessing. |
| 20:56 |
moodaepo |
I still think it's possible if we can tell what value is changed when "Show hidden content elements" is checked/unchecked |
| 20:57 |
moodaepo |
then we should be able to use TCAdefaults.[tablename].[field] > http://typo3.org/documentation/document-library/references/doc_core_tsconfig/4.1.0/view/1/2/ |
| 20:58 |
just2b |
moodaepo this wonÄt work there.. complete wrong |
| 20:58 |
rapidfyredotne1 |
It's stored in the table "be_users" and the field "uc" within a nasty long string of other stuff. |
| 20:58 |
moodaepo |
just2b: hah ok, I'll take your word : ) |
| 20:59 |
just2b |
rapidfyredotne1 these are the settings of a user |
| 20:59 |
moodaepo |
just2b: I have to go work with rgtabs now see if I can use it for better information presentation : ) |
| 20:59 |
just2b |
;) |
| 21:00 |
just2b |
dont forget to rate |
| 21:02 |
rapidfyredotne1 |
just2b: Here's a section of the XML string: &1:"tx_taskcenterrootlist";}s:19:"web_txtemplavoilaM1";a:3:{s:8:"language";s:1:"0";s:21:"tt_content_showHidden";s:1:"1";s:11:"showOutline";s:1:"0";}s:1& |
| 21:02 |
rapidfyredotne1 |
just2b: look for the "tt_content_showHidden" part. |
| 21:05 |
rapidfyredotne1 |
just2b: by the way... the rgtabs extension looks pretty cool! |
| 21:06 |
just2b |
thx |
| 21:06 |
just2b |
and i know the uc |
| 21:06 |
just2b |
you still can't set it via tsconfig IMO |
| 21:07 |
rapidfyredotne1 |
:( |
| 21:07 |
moodaepo |
rapidfyredotne1: after looking at the uc record I have to agree with just2b |
| 21:08 |
riso3860 |
hi |
| 21:08 |
rapidfyredotne1 |
I'd have to agree as well since I see no hint of a way to set that stuff in tsconfig. |
| 21:08 |
moodaepo |
I usually make it a habit to check that and the extended view options when I create a new user |
| 21:08 |
riso3860 |
hi had a really strange problem the link on the following screenshot appread on all pages, it is gone after cleaning the cache how can this happen? |
| 21:09 |
riso3860 |
http://www.boyle.i3o.de/admin/wiki/upload/problem_links1.png |
| 21:09 |
rapidfyredotne1 |
Me too... but the site this is for is headed to 200 BE users and it's nice to ensure that this are set correctly when you have so many people to support. |
| 21:09 |
riso3860 |
there is absoluty no connection between the link and the page |
| 21:11 |
moodaepo |
rapidfyredotne1: there is a way but you'll need to get under the car/hood : ) |
| 21:11 |
riso3860 |
life: http://www.foto-gaidai.com/58.html?&L=http%3A%2F%2Fitsupportunit.com%2Fawstats%2Ficon%2Fnisum%2Fivuj%2F |
| 21:12 |
moodaepo |
you know the module "Personal user setup" look at the code that manages the info there |
| 21:12 |
rapidfyredotne1 |
moodaepo: you're starting to scare me :) |
| 21:12 |
moodaepo |
I think it manipulates be_user.uc |
| 21:12 |
riso3860 |
s,/life/live :-) |
| 21:12 |
rapidfyredotne1 |
hmmm |
| 21:16 |
moodaepo |
well it might not be useful but after that idea I am going to really do the work I'm supposed to be doing : ) |
| 21:17 |
rapidfyredotne1 |
moodaepo: Thank you for your suggestions. It's easy to get sucked into all these interesting topics huh? I'd like to spend more time here sharing/learning but time doesn't permit it very often. |
| 21:49 |
riso3860 |
are thery any romous of worms using typo3 security holes? or spammers abusing typo3? |
| 21:53 |
riso3860 |
or can someone give me a hint where i can find help? it seems that spammers use my typo3 for somewhat. i'd like to examine it |
| 21:54 |
just2b |
the usual bots for forms |
| 21:54 |
just2b |
but if you think you have found something new > (obscured mail address) |
| 21:56 |
riso3860 |
just2b: so if you take a look at this screenshot: http://www.boyle.i3o.de/admin/wiki/upload/problem_links1.png is it a bot? from your experience? |
| 22:00 |
riso3860 |
because i thought it would only affact logged in backend users |