Is there an easier way to change the description on the front page, rather than messing with the code? I'm talking about:Quote Help is appreciated. :cool:
This is us.
This forum is running Wedge, a forum-building platform written in PHP 5. In order to change this blurb, you can clone the following files: core/app/Home.php, core/html/Home.template.php, core/languages/Home.*.php. Give them a different prefix, such as MyHome. Apply your modifications to these new files, upload them, and tell Wedge to point its index page to MyHome (default_index in the settings table).
While this may seem complicated, this allows you to provide multiple translations for your blurb, and safely modify your files without seeing them overwritten by a Wedge update.