[TYPO3] CHC_Forum and RealUrl : nice URL's

Ralf Hettinger ng at ralfhettinger.de
Thu Feb 22 12:13:27 CET 2007


Hi Joost,

Joost van Berckel schrieb:
[...]
> 
>   // Post variables
>   'postVarSets' => array(
>    '_DEFAULT' => array(
>     // CHC Forum
> 
> $forumconfig = array (

[...]

> ),
> 
> 
> 
>     // end CHC Forum
>    ),
>   ),

Do not put the forumconfig variable inside postVarSets - that doesn't mak sense
at all. If you really did as you stated I am quite surprised that it seems to
work that far.

You might want to declare $forumconfig outside of
$TYPO3_CONF_VARS['EXTCONF']['realurl'] or put its content directly into
'fixedPostVars' => array(
  // CHC forum weghalen /vragen/
   '79'=> [configuration array of chc]
  ),

Let me know if this helped.

Ralf


More information about the TYPO3-english mailing list