[TYPO3] CoolURI: problems with Frontend user registration

Morten Kjems mortenkjems at gmail.com
Fri Sep 14 20:45:27 CEST 2007


Thanks for helping.

> Could you put here your XML conf? Without it it's hard to tell.

I use the standard setup, copied and pasted from the guide by Andreas 
Becker.

Looks like this:

<?xml version="1.0" encoding="utf-8"?>
<cooluri>
   <cooluris>1</cooluris>

   <cache>
     <usecache>1</usecache>
     <params2cool>
       <checkforchangeevery>1</checkforchangeevery>
     </params2cool>
     <cool2params>
       <translateifnotfound>0</translateifnotfound>
       <oldlinksvalidfor>365</oldlinksvalidfor>
     </cool2params>
     <cacheparams>0</cacheparams>

     <pagenotfound>
       <status>HTTP/1.0 404 Not Found</status>
       <behavior type="message"><![CDATA[ <h1>Page not found!</h1> 
]]></behavior>
     </pagenotfound>
   </cache>

   <pagepath>
     <title>alias,subtitle,title</title>
     <saveto>id</saveto>
     <default>0</default>
     <userfunc>tx_cooluri->getPageTitle</userfunc>
   </pagepath>

   <uriparts>
     <part>
       <parameter>tx_ttnews[tt_news]</parameter>
       <lookindb>
         <to>SELECT title FROM tt_news WHERE uid=$1</to>
         <translatetoif>
           <match>^[0-9]+$</match>
         </translatetoif>
         <urlize>1</urlize>
       </lookindb>
     </part>
     <part>
       <parameter>tx_eeblog[showUid]</parameter>
       <lookindb>
         <to>SELECT subject FROM tx_eeblog_maintable WHERE uid=$1</to>
         <translatetoif>
           <match>^[0-9]+$</match>
         </translatetoif>
         <urlize>1</urlize>
       </lookindb>
     </part>
   </uriparts>

   <predefinedparts>
     <part>
       <parameter>tx_ttnews[backPid]</parameter>
     </part>
     <part>
       <parameter>cHash</parameter>
     </part>
     <part>
       <parameter>tx_eeblog[pointer]</parameter>
     </part>
     <part>
       <parameter>tx_eeblog[backPID]</parameter>
     </part>
     <part>
       <parameter>no_cache</parameter>
     </part>
   </predefinedparts>

   <valuemaps>
     <valuemap>
       <parameter>L</parameter>
       <value key="">0</value>
       <value key="en">1</value>
     </valuemap>
   </valuemaps>

   <paramorder>
     <param>L</param>
   </paramorder>

</cooluri>


More information about the TYPO3-english mailing list