pseud0 Moderator
Joined: 18 Oct 2005 Posts: 8
|
Posted: Fri Nov 25, 2005 2:59 pm Post subject: The new ZoneX theme is out now! |
|
|
The XPFire theme is second layout look for ZoneX forums. The default ZoneX theme has been replaced with this attractive one. However our designers are working on new themes, so you can expect in near future some cool new themes.
Here are some screenshots of XPFire theme:
Front - logged as admin view
Front - visitor's view
Forum preview
This theme is based and tested for latest ZoneX version (v.1.0.1).
Click here to download the XPFire time!
Notice:
If you use voting contest you'll need to reduce the number of characters in the heading title for Vote contest members preview on the front page. To change it, just use your admin account and edit this heading in Configuration >> Vote contest block section.
+++++++++++++++++++++++++++++++++++
Also to fit the right column on the front page you need to change few variables in lang_main.php (language file):
| Code: |
$lang['Search_unanswered'] = 'View unanswered posts';
into
$lang['Search_unanswered'] = 'Unanswered posts';
|
and
| Code: |
$lang['Search_new'] = 'View posts since last visit';
into
$lang['Search_new'] = 'Posts since last visit';
|
|
|