Re: [TYPO3-english] tslib_pibase.pi_getPageLink, but for a specified language

2009-01-19 Thread Mathias Schreiber [wmdb >]
David Vandemaele schrieb: > Is it possible to create a link for a certain language and id? > So, I want the url for page with ID 22, and for language with ID 3? I guess you will use a certain GET Var so identify the language you're using (comonly L). Use $this->cObj->typolink('TEXT',$params); Pa

Re: [TYPO3-english] Duplicate cHash values

2009-01-19 Thread Mathias Schreiber [wmdb >]
Tomaž Zaman schrieb: > One newbie question, if I build my own extension, extending pibase, do I > need to use these Chashes with my links (links are mostly in listview, > pointing to single view). And if yes, why? cHashes are used to bring a page into different "states". Example: Page 14 has an e

Re: [TYPO3-english] tslib_pibase.pi_getPageLink, but for a specified language

2009-01-19 Thread Mathias Schreiber [wmdb >]
David Vandemaele schrieb: > I know this functions, but I did not get what I expected. (Maybe that's > the problem ;)) > > This is what I have: > > $params = array('parameter' => 22, 'additionalParams' => '&L=3'); > $content .= $this->cObj->getTypoLink("TEXT", $id, $params); > > And this is what

Re: [TYPO3-english] Duplicate cHash values

2009-01-19 Thread Mathias Schreiber [wmdb >]
Dmitry Dulepov schrieb: > Hi! > > Dmitry Martynenko wrote: >> May be better solution is to decrease key length - for example use 16 >> byte (binary) MD5 value, instead of 32 chars value. In any case they are >> equal. >> Binary comparison is always faster then text comparison. Because text >> com

Re: [TYPO3-english] Duplicate cHash values

2009-01-19 Thread Mathias Schreiber [wmdb >]
Dmitry Dulepov schrieb: > Hi! > > Mathias Schreiber [wmdb >] wrote: >>> md5 provides uniqueness only if it is full 32-bit value. Using 16 bit >>> will decrease probablity of conflict but will not eliminate it. >> Why not use integers anyways? > >

Re: [TYPO3-english] Duplicate cHash values

2009-01-19 Thread Mathias Schreiber [wmdb >]
Dmitry Dulepov schrieb: > Hi! > > Mathias Schreiber [wmdb >] wrote: >> As far as cHash is concerned instead of doing an MD5 hash you could >> simply do CRC32() in mysql. > > Yes, crc32 function also exists in the PHP. But I doubt that 32 bits is > enough for m

Re: [TYPO3-english] Slightly OT: Newsletter tool

2009-01-20 Thread Mathias Schreiber [wmdb >]
Kilian Hann schrieb: > Hi there, > > We are looking for a (hosted) newsletter tool to integrate with TYPO3 > installations. > The must have's for the tool are: > * multiple languages > * tracking > * good scalability (from 500 recipients * 3 newsletter/year up to > 60'000*12/year) > > The tool is

Re: [TYPO3-english] anchor makes content disappear

2009-01-20 Thread Mathias Schreiber [wmdb >]
Stephan de Bruin schrieb: > Hey, > > well, if it is, I don't know how or what is wrong. The anchor position > is just regarded as the top of the page... > Everything else is just positioned upwards, outside of the viewport is it possible to look at the code? enjoy Mattes ___

Re: [TYPO3-english] Mailform for reporting error on pages

2009-01-20 Thread Mathias Schreiber [wmdb >]
Gunnar Jonsson schrieb: > I am considering making a link on all my pages, where readers easily > could report errors or suggest changes on pages. Does anyone have a > recommendation which extension to use for this? The error report page > should automaticaly enclose the page id from the page it

Re: [TYPO3-english] typolink

2009-01-21 Thread Mathias Schreiber [wmdb >]
Rakowski Tomasz schrieb: > Hello! > > I would like to add onfocus="something" to all links in my system. > How should I do it? > I know I should start with typolink() function, but maybe someone of you > has done that kind of stuff before. I think it might be faster if you build an EventObserver

Re: [TYPO3-english] anchor makes content disappear

2009-01-21 Thread Mathias Schreiber [wmdb >]
Stephan de Bruin schrieb: > What code would you like to see? My template or my css or something else? Ideally the website that throws the error. enjoy Mattes ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/c

Re: [TYPO3-english] If with else in TS config

2009-01-21 Thread Mathias Schreiber [wmdb >]
Tapio Markula schrieb: > Hi > > I tried > > > ACTIFSUB.allWrap.dataWrap.if.isTrue.Field=subtitle > ACTIFSUB.allWrap.dataWrap={field:subtitle}| > ACTIFSUB.allWrap.dataWrap.if.isFalse.field=subtitle > ACTIFSUB.allWrap.dataWrap={$text.Header_taso2main}| > > To get conditional dataWrap, where norma

Re: [TYPO3-english] Help with permissions and extensions

2009-01-22 Thread Mathias Schreiber [wmdb >]
Piers temp account schrieb: > Hi everyone, help would be massively appreciated - further to my > previous post: > > It's gone a bit wrong for me since I started trying to mess around with > the direct mail cron file, dmailerd.phpcron. I got the ownership of this > file changed, then changed it

Re: [TYPO3-english] Problem cannot access web pages with IE

2009-01-22 Thread Mathias Schreiber [wmdb >]
Aquamarine Verner schrieb: Hi, Well, I'm not sure but it's work fine in FF. I think it might be .htaccess or javascript. But none of my JS have redirection or status manipulation. If it's .htaccess, it should also be a problem with FF. Is Typo3 add anything into webpages that will hinder IE

Re: [TYPO3-english] Problem with upgrade from 4.0.4 to 4.2.1

2009-01-22 Thread Mathias Schreiber [wmdb >]
Toke Herkild schrieb: > Hi Gideon, > > I've used the Install Tool, I've compared and updated the DB > I've looked through the Login form wich is set to load backend.php > redirectUrl=backend.php. > > Now the only thing I can think of now is that some plugin is causing > this. But I've only loade

Re: [TYPO3-english] Problem with upgrade from 4.0.4 to 4.2.1

2009-01-22 Thread Mathias Schreiber [wmdb >]
Toke Herkild schrieb: > Hi Mathias, > > Good idea, but that one has been tried: > clearing all temp_internet files, cookies, and what else left over, -> > relogin: no change. not just that trivial.. Proxy Server involved? Ah... *nix or Windows? If *nix install.. did you use symlinks? hth Mathia

Re: [TYPO3-english] Problem cannot access web pages with IE

2009-01-22 Thread Mathias Schreiber [wmdb >]
Aquamarine Verner schrieb: Hi, I actually also suspect javascript but have no clue which part of it. Since IE is very bad for JS debugging. I'll look into that Install the Script Debugger from your Windows CD... helps at least a bit. Ah... and another thing... Could you try to use a newsrea

Re: [TYPO3-english] Problem cannot access web pages with IE

2009-01-23 Thread Mathias Schreiber [wmdb >]
Aquamarine Verner schrieb: > Hi, > > Thanks, Mathias, I've already tried that. I got rid of any error I can find. > Now my JS is error free, at least for FF and IE7. > The 404 problem is still there. > Now I found out it's CoolURI, so I start new topic. > > I've never know about newsreader befo

Re: [TYPO3-english] Problem cannot access web pages with IE

2009-01-23 Thread Mathias Schreiber [wmdb >]
Aquamarine Verner schrieb: Hi, Is that really the case, Dmitry? Have you ever got thai encoding (from me) before? Even I'm Thai but I use UTF-8 by default. I thought it might be because Hotmail's formatting. But that isn't matter now. I'm going to use newsreader. That would get rid of the pro

Re: [TYPO3-english] Error Install DBAL

2009-03-18 Thread Mathias Schreiber [wmdb >]
Joko Nurjadi schrieb: > Dear all, > > I'm using Typo3 ver 4.2.6, and try to install extension Backend - Database > Abstraction Layer (dbal), but it returns error: > > Fatal error: Call to a member function admin_get_charsets() on a non-object > in D:\xampp\htdocs\typo3\t3lib\class.t3lib_install

Re: [TYPO3-english] Page types and indexed search

2009-03-18 Thread Mathias Schreiber [wmdb >]
Tapio Markula schrieb: > Hi > > http://www.fintra.fi/index.php?id=40 > > list both pages with normal page type and > page type '99' plaintext. Do somebody know some dirty hack to control > what page type to list. There is a "clean" hack. I suppose you have config.index_enable set to 1. Use a sp

Re: [TYPO3-english] Page types and indexed search

2009-03-18 Thread Mathias Schreiber [wmdb >]
Tapio Markula schrieb: > Mathias Schreiber > >> There is a "clean" hack. >> I suppose you have config.index_enable set to 1. >> Use a specific config section für your indexing setup. >> >> like page.config.index_enable = 1 >> >> OR >> >> disable indexing for the plaintext type >> >> plaintext.conf

Re: [TYPO3-english] formatted tt_content for usage in extension (pdf generation multiple pages)

2009-03-18 Thread Mathias Schreiber [wmdb >]
Gijs Epping schrieb: > Hello, > > I need to generate a pdf of different pages pulled together in one > single page. > > My idea was to use pdf_generator: (That really works great by the way) > http://typo3.org/extensions/repository/view/pdf_generator/current/ > > The whole idea would be like th

Re: [TYPO3-english] formatted tt_content for usage in extension (pdf generation multiple pages)

2009-03-18 Thread Mathias Schreiber [wmdb >]
Gijs Epping schrieb: > Mathias Schreiber [wmdb >] schreef: >> PHP: >> $conf['renderMe.']['select.']['pidInList(or so)'] = $pageId; >> $content .= >> $this->cObj->cObjGetSingle($conf['renderMe'],$conf['renderMe.'

Re: [TYPO3-english] sql error at logout - felogin / kb_md5fepw

2009-03-18 Thread Mathias Schreiber [wmdb >]
Thomas Meixner schrieb: > Hello, > > I'm plagued with an intermittent error on my TYPO3 4.2.6 portal site. If > I disconnect a fe user account sometimes it throws an error message. It > happens about 1 in 20 times so it's difficult to debug. If you know > what's happening could you please give

Re: [TYPO3-english] showpic.php problem realurl IE7

2009-03-19 Thread Mathias Schreiber [wmdb >]
Gijs Epping schrieb: > Christopher Torgalson schreef: >> 1. Temporarily revert any .htaccess changes you may have made to 'fix' >> the problem >> 2. Temporarily remove showpic.php altogether from the web root. >> 3. Test >> >> I'll bet it works properly :) > > I will try it, but still why does sho

Re: [TYPO3-english] TS: Menu splited by 2 itmes

2009-03-19 Thread Mathias Schreiber [wmdb >]
Daniel Huf schrieb: > This page might help else check the other links. > Sorry never tried myself but saw this page. maybe posting the page might help him even more ;-) ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfie

Re: [TYPO3-english] accordion menu

2009-03-19 Thread Mathias Schreiber [wmdb >]
StephenBungert schrieb: > What's an accordian menu? Do you have a link to the site? Some Javascript Animation Stuff. But basically it's all about rendering the HTML from the menu like he wants to. I sugest looking into optionSplit (for repeating the two-column thing), and maybe even at IProcFun

Re: [TYPO3-english] TS error hunt game, round 3 (final! from now till Monday)

2009-04-30 Thread Mathias Schreiber [wmdb >]
Dmitry Dulepov schrieb: > Hi guys! Hey, your TS doesn't make sense ;-) Good thing would be: page = PAGE page.10 = TEXT page.10 { typolink { - additionalParams = &print=1 + target = print* parameter.data = TSFE:id - useCacheHash = 1

Re: [TYPO3-english] Cooluri & Rss links

2009-05-26 Thread Mathias Schreiber [wmdb >]
Alexander Chernov schrieb: > Yes, it's working correctly if i'm viewing page in "normal mode" (i.e > index.php?id=xx), but if i'm viewing it in rss mode > (index.php?id=xx&type=100) links are generated in "not too friendly mode" :( Ok, but did you enable CoolUri for the PAGE type 100? -- TYPO3

Re: [TYPO3-english] Cooluri & Rss links

2009-05-26 Thread Mathias Schreiber [wmdb >]
Alexander Chernov schrieb: > It need it's own configuration? Where do i set it? > Currently i have the following ts configuration on the root page: > > page.config.simulateStaticDocuments = 0 > page.config.tx_cooluri_enable = 1 > page.config.baseURL = http://x > page.config.redirectOld

Re: [TYPO3-english] Make php script as a content element

2009-05-26 Thread Mathias Schreiber [wmdb >]
André L. Keidser schrieb: > Hi all, > > I'm trying to make a php file as a content element. I have done it once > before for about 6 months ago and think I have copied all off the old > code but it still it wont work. Can anyone of you please point me in the > right direction? > > > > * PHP

Re: [TYPO3-english] Email alerts on update

2009-05-27 Thread Mathias Schreiber [wmdb >]
Sylvain Gourvil - Mediasmart schrieb: > Hi all, > > There is something I could not find and I am quite sure it exists > somewhere in repository or core. > > I do not want to use workspace. I just want to receive an email when a > backend user update a content, create a page ... with user and ur

Re: [TYPO3-english] More Databases but one main sysfolder

2009-05-28 Thread Mathias Schreiber [wmdb >]
Richard Jäger schrieb: > Hey :) > > I really dont know how to ask my question exactly that everyone can > understand it, but i will try as good as i can :) > > Ok, i got 1 Typo3 installation and !6! sites included in it. I had to > take like 5000 news news from an old typo3 to the new one. And

Re: [TYPO3-english] More Databases but one main sysfolder

2009-05-28 Thread Mathias Schreiber [wmdb >]
Richard Jäger schrieb: > Hmmm how does it exactly works? I mean im not an expert in that topic, > thats why im asking :) > > I really just need, 1 main sysfolder for all 6 databases :) > > You got any kind of tutorial or could you be so kind and try to help? > It would really help me more than a

Re: [TYPO3-english] TypoScript Cheatsheet

2009-05-29 Thread Mathias Schreiber [wmdb >]
Ron Hall schrieb: > In additon to the property I might also list the datatype for each. > > Before compiling such a list, does anyone already have such a thing in > existance that can be shared? Hi Ron, the new Typoscript Editor in v4.3 offers auto-competion of TS code. Maybe this is mostly wha

Re: [TYPO3-english] Typo3 hole leads to boom in hash cracking

2009-06-01 Thread Mathias Schreiber [wmdb >]
Vahan Amirbekyan schrieb: > VERY IMPORTANT: > > http://www.h-online.com/news/Typo3-hole-leads-to-boom-in-hash-cracking--/112644 > > > > can salt be added to the algorithm? AFAIK 4.3 will have this. cheers mathias -- TYPO3 certified intregator T3DD09 Entertainer

Re: [TYPO3-english] Language key in url

2009-06-03 Thread Mathias Schreiber [wmdb >]
Richard Jäger schrieb: > Hey, > right now users can switch language by clicking on german or english on > the frontpage, it just adds an L=X, like index.php?id=383&L=0 > > But im using realurl, so its a bit "ugly". If ur surfing the english > site the url looks like www.xxx.de/en/bookshop.html a

Re: [TYPO3-english] Language key in url

2009-06-04 Thread Mathias Schreiber [wmdb >]
Richard Jäger schrieb: > Heythanks, it works great :) > The only prob is, [globalVar = GP:L = 1] wont work anymore. Do you know > why? Um, no (since it should be). So if you do something like this: [globalVar = GP:L=1] page.100 = TEXT page.100.value = [end] there is no output? -- TYPO3 certifi

Re: [TYPO3-english] Language key in url

2009-06-04 Thread Mathias Schreiber [wmdb >]
Richard Jäger schrieb: > Hey this is my setup for my "loginsection": conditions may not be nested. You can "concat" conditions with && like in a normal programming language, but no nesting. Neither can you use conditions within brackets. Does this solve the problem? cheers Mathias -- TYPO3 c