Re: [TYPO3] inline user functions

2007-11-28 Thread Dmitry Dulepov [typo3]
Hi! Max Novikov wrote: > Hello Dmitry, Please, reply to news group only. There is no need to send a copy to me by e-mail :) > It's a bit more complicated than links overwriting. I have huge > file repository, which should be distributed to users according to > their access levels. I've se

Re: [TYPO3] dr_wiki - instability and redirect to login

2007-11-28 Thread lewis . jones
Hi Melgior, Thanks for your help. I had found the fix for the ToC links, but hadn't seen the fix for the redirect. Not sure how I missed it. Can't wait to fix it up. Thanks again. Cheers, Lewis ___ TYPO3-english mailing list TYPO3-english@lists.netf

Re: [TYPO3] inline user functions

2007-11-28 Thread Max Novikov
Hello Dmitry, It's a bit more complicated than links overwriting. I have huge file repository, which should be distributed to users according to their access levels. I've seen several extensions which can do that, in theory, but I would prefer to stick to original (pre-typo3) code, since it'

[TYPO3] mysql function

2007-11-28 Thread Nino Katic
Hello, Does anybody know where is declaration for mysql function that is used in one of Typo3 extensions i'm using or this is some internal php function? I need to debug something and i can't find the source of mysql function. It is mentioned in http://typo3.org/documentation/document-library/

Re: [TYPO3] Problem with realUrl on iis

2007-11-28 Thread Melgior
Looks like Typo3 is correctly configured, but your rewrite configuration doesn't work. Is there any info in the isapi_rewrite error log (httpd.parse.errors)? If not, could you please give an example of an URL that gives a 404? Brian Bendtsen-4 wrote: > > Hi > > Im trying to get realUrl to work

Re: [TYPO3] RealURL automatic configuration but no realurl_autoconf.php?

2007-11-28 Thread Dmitry Dulepov [typo3]
Hi! Robert Wuergler wrote: > I take it then, that there is no way around deleting RealURL stuff in > localconf and consequently extensions using the hook cannot be > configured automatically. If you delete realurl configuration from localconf, realurl will autoconfigure and call extensions too.

Re: [TYPO3] inline user functions

2007-11-28 Thread Dmitry Dulepov [typo3]
Hi! Max Novikov wrote: > Can anyone, please, provide me with working example of how to combine > parseFunc and userFunc (I think they should do it, shouldn't they?), > so that user function can read several variables from content piece > and make appropriate substitution? What kind of sunstitutio

Re: [TYPO3] Problem with realUrl on iis

2007-11-28 Thread Dmitry Dulepov [typo3]
Hi! Brian Bendtsen wrote: > There is nothing in the php error log on this subject Well, it will not be in PHP error log because PHP do not do rewriting. You should look in server error log. I am pretty sure there will be 404 errors, which means rewriting does not work at all. -- Dmitry Dulepo

[TYPO3] inline user functions

2007-11-28 Thread Max Novikov
Hello, My apologies, something tells me that my question is rather dumb, but it seems to me that I can't figure it out by myself. :( Can anyone, please, provide me with working example of how to combine parseFunc and userFunc (I think they should do it, shouldn't they?), so that user functi

Re: [TYPO3] RealURL automatic configuration but no realurl_autoconf.php?

2007-11-28 Thread Robert Wuergler
Hallo Dmitry Dulepov [typo3] wrote: >> RealURL: >> I upgraded from 1.1.x to 1.2.1, leaving the default unchanged. According >> to the manual a file typo3conf/realurl_autoconf.php should be generated >> automatically, right? > > Only if RealURL is not configured already. > Thanks. I take it then

Re: [TYPO3] Problem with realUrl on iis

2007-11-28 Thread Brian Bendtsen
Dmitry Dulepov [typo3] skrev: > Hi! > > Brian Bendtsen wrote: >> Ok, this is changed now, but had nothing to do with my problem. > > Then it means that URLs are not rewriting properly. Did you check error > log already? > Hi There is nothing in the php error log on this subject /BB __

Re: [TYPO3] Problem with realUrl on iis

2007-11-28 Thread Dmitry Dulepov [typo3]
Hi! Brian Bendtsen wrote: > Ok, this is changed now, but had nothing to do with my problem. Then it means that URLs are not rewriting properly. Did you check error log already? -- Dmitry Dulepov TYPO3 core team Web: http://typo3bloke.net/ Skype: callto:liels_bugs __

Re: [TYPO3] Problem with realUrl on iis

2007-11-28 Thread Dmitry Dulepov [typo3]
Hi! Allan Jacobsen wrote: > I completely agree, but the reason we see so many errors with this is that > the realurl documentation is wrong( or not updated): > http://typo3.org/documentation/document-library/extension-manuals/realurl/1.2.1/view/1/2/ Bugs always exist... In documentation too. Fixe

Re: [TYPO3] Problem with realUrl on iis

2007-11-28 Thread Allan Jacobsen
I completely agree, but the reason we see so many errors with this is that the realurl documentation is wrong( or not updated): http://typo3.org/documentation/document-library/extension-manuals/realurl/1.2.1/view/1/2/ Best regards Allan Jacobsen On Ons, November 28, 2007 15:09, Dmitry Dulepov [ty

Re: [TYPO3] Problem with realUrl on iis

2007-11-28 Thread Brian Bendtsen
Dmitry Dulepov [typo3] skrev: > Hi ries! > > ries van Twisk wrote: >> but I do think that your baseUrl is wrong. You really need to put a >> full URL in there, >> not a number (that is depreciated). >> >> config.baseUrl = http://www.mydomain.com/ > > It is not just deprecated, it does not work a

Re: [TYPO3] Submenus & leveluid

2007-11-28 Thread tonix (Antonio Nati)
Solved. Missing " entryLevel = 1" whitin HMENU. Tonino tonix (Antonio Nati) ha scritto: > I'm trying to set up a menu with submenu, based on usage of leveluid field. > It's a three level page tree, where the first level should never appear. > >From the start page you land on a second level page

Re: [TYPO3] Problem with realUrl on iis

2007-11-28 Thread Dmitry Dulepov [typo3]
Hi ries! ries van Twisk wrote: > but I do think that your baseUrl is wrong. You really need to put a full > URL in there, > not a number (that is depreciated). > > config.baseUrl = http://www.mydomain.com/ It is not just deprecated, it does not work anymore if set to integer due to security re

Re: [TYPO3] Problem with realUrl on iis

2007-11-28 Thread ries van Twisk
I don't know nothing about IIS, but I do think that your baseUrl is wrong. You really need to put a full URL in there, not a number (that is depreciated). config.baseUrl = http://www.mydomain.com/ Ries On Nov 28, 2007, at 8:43 AM, Brian Bendtsen wrote: > Hi > > Im trying to get realUrl to

[TYPO3] Problem with realUrl on iis

2007-11-28 Thread Brian Bendtsen
Hi Im trying to get realUrl to work on iis6 but with no luck so far. I have installed isapirewrite lite on the webserver and added this rule: RewriteRule ^/[^/]*\.html$ /index\.php [L] to the httpd.ini. I have installed realUrl on a typo3 site and added this typoscript: config.simulateStaticD

Re: [TYPO3] timtab - recurring array_merge errors

2007-11-28 Thread Dmitry Dulepov [typo3]
Hi! Cate & Peter wrote: > I only wish I could get the bugs ironed out. If timtab isn't going to be > supported, one has to ask why new plugins (supposed to be) extending it are > continually made. Oh well :) C'est la vie. Some of them are easy to fix... Also I have comments extension (thanks to

Re: [TYPO3] dr_wiki - instability and redirect to login

2007-11-28 Thread Melgior
Hi Lewis, I also don't know about your first problem... I didn't get any blank screens, so I don't know how you should solve that. Is your server configured to show PHP errors? Problems two and three are related to the RealURL plugin (or whatever plugin you use for SEO URL's). According to the d

[TYPO3] Submenus & leveluid

2007-11-28 Thread tonix (Antonio Nati)
I'm trying to set up a menu with submenu, based on usage of leveluid field. It's a three level page tree, where the first level should never appear. >From the start page you land on a second level page, where menu should start. It's working, except I don't see the third level (which becomes dina

Re: [TYPO3] tt_news single view doesn't cache with realurl

2007-11-28 Thread Georg Ringer
Ok I solved it. A very nice mate makes something like $linkConfig['additionalParams'] = '&tx_ttnews[tt_news]='.$row['uid'].'&L='.$_REQUEST[L]; deleting the L parameter and everything is fine georg ___ TYPO3-english mailing list TYPO3-english@lists.net

Re: [TYPO3] Commerce - Drop down with colors, sizes etc.

2007-11-28 Thread hartmut
I am using Thunderbird too. Newsserver is news.netfielders.de. Have a second look. Must be there. hartmut Jeppe Donslund schrieb: > Yeah I know, > > But I can't find it in Thunderbird. > I can find osCommerce, but thats not the same og what? > > > Jeppe > > > > hartmut skrev: >> There is a

Re: [TYPO3] timtab - recurring array_merge errors

2007-11-28 Thread Cate & Peter
Dmitry wrote: > Yes, this is not encouraging for anyone who wants to use timtab... I sometimes think > that timtab was an experiment and experiemnt did not end good enough. I still use it > but wordpres is much better for blogging, much easier to install and much better > handles comments. If anyon

Re: [TYPO3] Commerce - Drop down with colors, sizes etc.

2007-11-28 Thread Jeppe Donslund
Yeah I know, But I can't find it in Thunderbird. I can find osCommerce, but thats not the same og what? Jeppe hartmut skrev: > There is a list/group dedicated to commerce: > typo3.projects.commerce > maybe you can find an answer there. > > greets > hartmut > > Jeppe Donslund schrieb: >> Hi,

Re: [TYPO3] Commerce - Drop down with colors, sizes etc.

2007-11-28 Thread hartmut
There is a list/group dedicated to commerce: typo3.projects.commerce maybe you can find an answer there. greets hartmut Jeppe Donslund schrieb: > Hi, > > Is it possible in COmmerce 0.9. to not show all the products, but only > one and then a drop down with sizes, colors etc? > > The list is ge

Re: [TYPO3] [GIFBUILDER] why does spacing render so ugly?

2007-11-28 Thread Tomasz Chmielewski
Tomasz Chmielewski schrieb: > Why does "spacing" in GIFBUILDER render so ugly? > > According to the TSref description "spacing" is "Pixel-distance between > letters. This may render ugly!". > > So, here a word "optimal", no spacing: > > http://wpkg.org/optimal-nospacing.png > > > Looks fine,

Re: [TYPO3] timtab - recurring array_merge errors

2007-11-28 Thread Dmitry Dulepov [typo3]
Hi! Thomas Kieslich wrote: > The Developer of the Extension changed to Wordpress for his Blog ;-( Yes, this is not encouraging for anyone who wants to use timtab... I sometimes think that timtab was an experiment and experiemnt did not end good enough. I still use it but wordpres is much better

Re: [TYPO3] RealURL automatic configuration but no realurl_autoconf.php?

2007-11-28 Thread Dmitry Dulepov [typo3]
Hi! Robert Wuergler wrote: > RealURL: > I upgraded from 1.1.x to 1.2.1, leaving the default unchanged. According > to the manual a file typo3conf/realurl_autoconf.php should be generated > automatically, right? Only if RealURL is not configured already. -- Dmitry Dulepov TYPO3 core team Web: ht

[TYPO3] RealURL automatic configuration but no realurl_autoconf.php?

2007-11-28 Thread Robert Wuergler
Hallo RealURL: I upgraded from 1.1.x to 1.2.1, leaving the default unchanged. According to the manual a file typo3conf/realurl_autoconf.php should be generated automatically, right? After upgrading I did nothing but removing all entries in "Encode cache" and "Decode cache". Anything else to do a

Re: [TYPO3] danptagcloud - Call-time pass-by-reference has been deprecated;

2007-11-28 Thread Stefan Galinski
Bartosz Aninowski wrote: > Any hint what is wrong? > Warning: Call-time pass-by-reference has been deprecated; If you would > like to pass it by reference, modify the declaration of [runtime function > name](). If you would like to enable call-time pass-by-reference, you can > set allow_call_time_

Re: [TYPO3] translate labels pagebrowser

2007-11-28 Thread Jeppe Donslund
Hey Bas. Maybe this will do ... plugin.tx_commerce_pi1._LOCAL_LANG.de{ pi_list_browseresults_first = erste pi_list_browseresults_prev = << vorige pi_list_browseresults_page = Seite pi_list_browseresults_next = nächste >> pi_list_browseresults_last = letzte } Regards Jepp