Location via proxy:   [ UP ]
[Manage cookies]    No cookies    No scripts    No ads    No referrer    Show this form

 
Thread Tools
11 Mar 07, 07:37   #1
CyberAlien
Administrator
 
Join Date: Nov 2006
Posts: 311
[Mod] eXtreme Styles mod
Mod name: eXtreme Styles mod
Mod version: 2.4.0
Author: CyberAlien
phpBB version: 2.0.2 - 2.0.22

Download: click here

Description: Fast replacement of phpBB template system. Also allowes to use php in templates.

MOD Features:
- Fast templates compilation algorythm
- Fast templates execution (even if not cached)
- Cache system that doesn't use database
- Auto-check errors in templates while compiling
- Almost all features of this mod can be configured in acp
- PHP code in templates. PHP code should start with
<?php or <!-- PHP --> and end with ?> or <!-- ENDPHP -->
Short tags are not allowed. See manual for examples of code.
- Unlimited <!-- BEGIN blah --><!-- END blah --> switches in one line.
- Include other tpl files with <!-- INCLUDE file.tpl -->
- You can configure separate .tpl files for usual template.php
and eXtreme Styles template.php. It can be configured in xs.cfg
- Variable {LANG} that corresponds to current language. Can be
used to create truly multi-lingual templates (you can use this
in urls: "images/lang_{LANG}/icon_blah.gif").
- Variable {PHP} that corresponds to file extension with session
data. Can be used to avoid modding when you need to add some
url (like "somescript.{PHP}" or "script.{PHP}test=1")
Variable contains "?" or "&" at the end so you could easily
add arguments to url.
- Variable {TEMPLATE} that corresponds to current template
directory (like "templates/subSilver/"). Can be used to avoid
filenames case confusion and to fix phpBB path error when
confirm_body.tpl and message_body.tpl are used in acp.
- In admin control panel you can switch all users from one style
to another and easily change default style.

New Features in version 2.0:
- Faster template compilation
- Mod has its own interface independant from current style
- Mod completely replaces phpBB styles management
- Cache management
- Import/Export styles
- Clone templates and styles
- Better install/uninstall for styles
- Templates editor. Can also edit text files and .htaccess
- Tokens IF, ELSEIF, ELSE, ENDIF, DEFINE, UNDEFINE

New Features in version 2.1:
- Full support for category hierarchy mod 2.1.0
- Styles configuration (applies only to configurable styles)

New Features in version 2.2:
- Support for BEGINELSE

Warning: When upgrading to latest version from version 1.0 or older version you MUST delete all files admin/admin_xs_*.php

Compatibility:
- Compatible with almost all mods. Additionally it has built-in features for following mods:
- Built-in support for subtemplates mod (in template.php)
- Built-in support for usergroups mod (in template.php, code is optimized)
- Built-in support for admin templates mod (you can set admin-only styles in default style menu)
- Built-in support for category hierarchy mod 2.1.0 (in admin control panel and in template.php)
- Built-in support for all mods that add extra fields to phpbb_themes table.
- Fix for cash mod is included in directory "contrib" (thanks to vze3k59w)
__________________
[ my website | phpbb, photoshop and php tutorials | phpbb styles tutorials ]
Please do not pm me for support. Post questions in this forum.
 
11 Mar 07, 14:00   #2
CyberAlien
Administrator
 
Join Date: Nov 2006
Posts: 311
Tutorials on how to use eXtreme Styles mod features are available here: http://www.easytutorials.org/phpbb2_xs.html
All users are welcome to submit their own tutorials if you think it would be useful for visitors.
__________________
[ my website | phpbb, photoshop and php tutorials | phpbb styles tutorials ]
Please do not pm me for support. Post questions in this forum.
 
12 Mar 07, 08:36   #3
CyberAlien
Administrator
 
Join Date: Nov 2006
Posts: 311
Mod updated to 2.4.0

Changes:
- fixed few typos.
- update urls changed from phpbbstyles.com to other location.
- changed the way update script works. now it can handle new type of version information files: text files. see this thread for details.
__________________
[ my website | phpbb, photoshop and php tutorials | phpbb styles tutorials ]
Please do not pm me for support. Post questions in this forum.
 


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:34.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2007, Jelsoft Enterprises Ltd.