Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Wii-friendly theme  (Read 7755 times)

0 Members and 1 Guest are viewing this topic.

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Wii-friendly theme
« on: February 15, 2007, 06:06:08 am »

Since last year I offered a theme for Valentine's, I figure today is a good day to share a new theme, though it's not related to Valentine's Day.

With guidance from Web design guide for Opera Browser on Wii, I modified the Classic theme to be more easily viewable on the Wii. That is, it doesn't require zooming in to view the text.

To make your gallery detect the Wii user agent so that it will automatically switch to the Wii theme, you'll need to edit includes/init.inc.php:
Code: [Select]
if (eregi("wii",$_SERVER["HTTP_USER_AGENT"])) {
    $USER['theme'] = 'wii';
}

Attached is the theme in a zip file.

What's the point of this wii theme? Well, if you already have a Coppermine gallery, you probably don't need the Wii's photo channel. However, if you want to share your photos, why not use the gallery you already have?

Here's the Wii theme from my site.

Happy Valentine's Day (although it's already over for most of you).  :-*

PS. I haven't tested all the pages or functions so feel free to provide feedback if the theme doesn't work everywhere it should. I already know that the full-size popup doesn't work but that might be a limitation of the Wii Opera browser.
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 19 queries.