UseBB Community

The official board for UseBB help and discussion

UseBB Community » Feature Requests » Nintendo Wii-compatible themes

Nintendo Wii-compatible themes

Page: 1

Author Post
Member
Registered: Aug 2006
Posts: 43
Location: The Netherlands
Hi,
With the Nintendo Wii booming in sales (got one myself, too), it would be cool to have standard support for TV/Wii-browsers (Wii is Opera 9-based) in UseBB 2's theme system.
The idea is to detect if the user uses a TV/Wii to browse a forum, and then to override the themes with a special TV/Wii-optimized theme.
I'm going to do this with my site too, though at the moment it displays quite good anyway. Here's a piece of code to demonstrate the detection:

if(stristr($_SERVER["HTTP_USER_AGENT"], "Wii")){
echo "You're using the Wii!";
}
else{
echo "You're not using the Wii! Instead you use: ";
echo $_SERVER["HTTP_USER_AGENT"];
}

Including this support should really be considered, due to the fact of increasing popularity of TV-browsing.
CMSes like Joomla! already have gotten plugins for this, but in my opinnion UseBB 2 should include this support by default.
When I have time, I'll also try to write a modification for UseBB 1.

Thank you very much and good luck with developing!
Member
Registered: Aug 2006
Posts: 43
Location: The Netherlands
Does nobody have anything to say about this? It's been some while since I posted this...
Developer
Registered: Apr 2004
Posts: 2180
Location: Belgium
Like all other feature requests this is to be considered for 2.0...
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Member
Registered: Aug 2006
Posts: 43
Location: The Netherlands
Thanks for the reply!
It would be a first-of-a-kind feature in a bulletin board (standard feature of course, not a mod) to have this kind of support. ;)
Developer
Registered: Apr 2004
Posts: 2180
Location: Belgium
The idea is to simply enforce a certain theme for certain user-agent strings. This wouldn't be hard to achieve at all.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog

Page: 1

UseBB Community » Feature Requests » Nintendo Wii-compatible themes

UseBB Community is powered by UseBB 1 Forum Software