Seite 1 von 1

Probleme mit EZportal

Verfasst: 24.01.2005 21:32
von deb1an
Hallo liebe leute,
ich habe phpBB plus, aber wenn ich im acp den inhalt dieses infokästchens oberhalb der news ändern will tut sich da nichts, es bleibt immernoch der standart: elcome to My Community

Thanks for using ezPortal,

Have a good time! ^_^

könnt ihr mir da helfen?
http://www.root-board.de <--da ist das board

Verfasst: 24.01.2005 23:21
von Markus67
Hi ...

schau mal in die portal.php :wink:

Code: Alles auswählen

// Welcome Text: note that we are in PHP file, so use \' instead of ' and use \\ instead of \ (HTML enabled)
$CFG['welcome_text'] = 'Welcome to <b>My Community</b><br /><br />Thanks for using ezPortal,<br /><br />Have a good time! ^_^';
Markus