Inspired by Ryan Boren's WordPress theme switcher which was adapted from Alex King's WordPress style switcher http://www.alexking.org/software/wordpress/
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
Average Rating





Your Rating
Author: _ck_
-
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 # -
Demonstration of direct link switching:
http://bbshowcase.org/forums/?bbtheme=onvertigo
http://bbshowcase.org/forums/?bbtheme=kakumei-too
http://bbshowcase.org/forums/?bbtheme=Crystal
http://bbshowcase.org/forums/?bbtheme=futurekind(note that themes will not "stick" unless cookies are enabled)
other themes:
http://bbshowcase.org/forums/view/available-themesPosted: 2 years ago # -
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 # -
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 # -
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 # -
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 # -
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 #
Add a Comment
You must log in to post.