bbPress

Simple, fast, elegant

bbPress Plugin Browser »

bbPress Theme Switcher (1.1.6)

Download

Version: 1.1.6

Last Updated: 2009-2-6

Requires bbPress Version: 0.8 or higher

Compatible up to: 0.9

Author Homepage »

Plugin Homepage »

Donate to this plugin »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(4)

Your Rating

Author: _ck_

Inspired by Ryan Boren's WordPress theme switcher which was adapted from Alex King's WordPress style switcher http://www.alexking.org/software/wordpress/


  1. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    1.06 is an early release based upon a request.

    Note (for now) you'll have to hand edit the plugin if you want theme persistance longer than three minutes or would like to disable the automatic dropdown.

    Posted: 2 years ago #
  2. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

  3. Can this be used so that a moderator or key master could switch themes, but no one else? I think it would be a great way to test new themes , or modifications thereof, before making them go live.

    Posted: 1 year ago #
  4. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    Yes just add after this line:

    function bb_ts_add_dropdown($template='',$file='') {

    this new line:

    if (!bb_current_user_can('administrate')) {return $template;}
    Posted: 1 year ago #
  5. Good plugin :) Thanks!

    but is it possible to exclude the default themes (Kakmumei & Kakumei Blue)?
    And what about storing the theme as a user profile preference?

    Posted: 1 year ago #
  6. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    Those are good feature ideas.

    I've implemented the exclude in 1.1.6

    Storing them in a profile I might do at a future time.
    Right now you can just set a very long cookie timeout so at least it "sticks" on their PC.

    Posted: 1 year ago #
  7. citizenkeith

    Member

    We've been using this at our forum to test out other themes, and it's been really nice.

    My users are requesting the profile preference as well. I know you're busy, _ck_, but I just wanted to let you know that there was interest from my users.

    Thanks again for this outstanding plugin. :)

    Posted: 9 months ago #

RSS feed for this topic

Add a Comment

You must log in to post.

Code is Poetry.