ktauber.com Java / LDAP Programming Printable Page
Copyright © 2001-2003 Karl Tauber.
All rights reserved.

Powered by phpCMS.

Change Style MOD

Overview

Preview

Change Style MOD is a modification (MOD) for phpBB 2.0. It displays a "Board Style" box in the top right corner of each page that allows all users (registered and guests) to change the board style. Normally a user must be registered to change the board style.

It instroduces a new URL parameter: s=<style> where <style> can be a style ID or a style name. Example: www.yoursite.com/phpBB2/index.php?s=subGreen or index.php?s=2

It the user is logged in, then the MOD updates the style in the user's profile. Otherwise it sets a cookie.

You can see it in action at Forums.

License

Change Style MOD is open source, licensed under the GNU General Public License (GPL)External Link.
phpBB is Copyright © 2001, 2002 phpBB GroupExternal Link.

Download

FileSizeDate
download Change Style MOD 0.9.9 164 KB2006-04-23

Support

Please use the support forums to submit questions or report bugs.

Links

History

Version 0.9.9 (2006-04-23)
  • Added moded phpBB 2.0.20 files (simplifies the installation).
Version 0.9.8 (2006-02-09) Version 0.9.7 (2006-01-06)
  • Added moded phpBB 2.0.19 files (simplifies the installation).
Version 0.9.6 (2003-12-10)
  • Added moded phpBB 2.0.9-2.0.11 files (simplifies the installation).
Version 0.9.5 (2003-08-28)
  • Added moded phpBB 2.0.6 files (simplifies the installation).
Version 0.9.4 (2003-06-29)
  • Fixed a URL redirection bug in changestyle.php (thanks to SHS for reporting).
  • Error message in setup_style() improved.
  • Added moded phpBB 2.0.5 files (simplifies the installation).
Version 0.9.3 (2003-01-18)
  • Added moded phpBB 2.0.4 files (simplifies the installation).
Version 0.9.2 beta (2002-10-30)
  • Added moded phpBB 2.0.3 files (simplifies the installation).
Version 0.9.1 beta (2002-09-06)
  • Fixed a bug in init_userprefs() ($db added to globals).
Version 0.9.0 beta (2002-09-03)
  • Update the profile if a registered user changes the style.
Version 0.8.0 beta (2002-05-08)
  • First public beta.