| Re: A little problem with my Casdedi |
Betreff: Re: A little problem with my Casdedi von frankblack am 31.05.2006 07:35:18 Open casdedi/index.php and look for the following code (starts about line 109):
if ($note) {
and replace it with this code:
if ($note) {
Be sure that you that the preferences are correct or change the above code if you want the other settings for the webmaster note. Ex.: If html is not allowed in preferences for your guest, but you want to have html for the webmaster change
$xoopsModuleConfig['htmlallow']
into
1
|