WAP / Pocket PC skin: Mobile Alabama

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • URPREY
    New Member
    • Sep 2004
    • 3
    • 3.0.7

    Originally posted by cmeinck
    Has anyone made this 3.54 compatible? It won't let me install?
    Just click the box that says to ignore version, and it will work fine.

    Comment

    • princessfrozen
      Member
      • Feb 2005
      • 57
      • 3.0.6

      Originally posted by DJRoppolo
      Does this style automatically detect a handheld browser? I dont see much help with the install and questions like that answered.
      You can use the info in this post to add automatic detection: http://www.vbulletin.org/forum/showp...&postcount=121

      Comment

      • cmbehan
        New Member
        • Jul 2006
        • 3

        I installed the 353 version on our 354 installation and the main page works fine, but when I click to go into one of my forums, I get the default style instead of the new one.

        What am I doing wrong?

        Comment

        • hype901
          Senior Member
          • Mar 2004
          • 105

          Originally posted by LeftCoastBias
          our forum also experienced an error with this skin.

          once you have selected the skin, you cannot select another skin from the drop down. they all respond with an error on the page- and you are stuck in the mobile skin.

          i had to delete it from the style manager to regain use of my other skins.
          I had that problem with the 3.0.1 version of this skin, but the 3.5.3 version of this skin works fine on vB 3.5.4 from what I can tell. Quick Style Chooser switches back and forth with ease

          Comment

          • Glen C
            Senior Member
            • Aug 2001
            • 119

            has anyone tried this with 3.60?

            i'd like to configure my board to at least be able to read PMs via cell phone.

            Comment

            • mvpower
              New Member
              • May 2006
              • 1

              I just installed it on 3.5.4 and it works fine.

              Also for everyone who want browser autodetection and dont want to modify vBulletin scripts - here is instruction how to add autodetect plugin (thanks to vBulletin team for hooks):

              1. Go to admin area "Plugin System/Add new plugin"

              2. Fill in form here:
              - Product: "vBulletin"
              - Hook location: style_fetch
              - title: "WAP auto detect" or whatever sounds good for you
              - PHP code:
              $browsers = array(
              "Windows CE",
              "WebTV",
              "AvantGo",
              "Blazer",
              "PalmOS",
              "lynx",
              "Go.Web",
              "Elaine",
              "ProxiNet",
              "ChaiFarer",
              "Digital Paths",
              "UP.Browser",
              "Mazingo",
              "Mobile",
              "T68",
              "Syncalot",
              "NetFront",
              "Danger",
              "Symbian",
              "Nokia",
              "Xiino",
              "AU-MIC",
              "EPOC",
              "BlackBerry",
              "Wireless",
              "Handheld"
              );

              if(preg_match('/('.implode('|', $browsers).')/i', $_SERVER['HTTP_USER_AGENT'], $match)) {
              $mobile=1;
              } else if (isset($_SERVER['HTTP_UA_OS'])) {
              if (strstr($_SERVER['HTTP_UA_OS'],"POCKET PC") !== false) {
              $mobile=1;
              }
              } else {
              $mobile=0;
              }

              if ($mobile==1) {
              $styleid=2;// your wap theme ID here
              $vbulletin->options['styleid'] = 2;// your wap theme ID here
              }

              Enable plugin and enjoy

              Comment

              • johngdk
                New Member
                • Jul 2004
                • 21
                • 3.8.x

                Originally posted by LanciaStratos
                I got this working on 3.5.3, check it out at http://mobile.gtplanet.net - thanks for the hard work, Floris! Everyone using this style, to include sub-forums, just include this code:

                Code:
                <if condition="$show['forumslist']">
                <!-- sub-forum list  -->
                <strong>$vbphrase[subforums]:</strong>
                $forumbits
                <br />
                <!-- / sub-forum list  -->
                </if>
                ...right below this code in the FORUMDISPLAY template...

                Code:
                <!-- / controls above thread list -->
                
                <div style="background-color:#ffffff;border: 1px solid #c0c0c0; padding:8px;margin-top:6px;margin-bottom:6px;">

                Does anyone have this to work on 3.5.4 ?

                Comment

                • ryanozawa
                  New Member
                  • Jan 2002
                  • 15

                  Originally posted by Glen C
                  has anyone tried this with 3.60?
                  I've installed it on a 3.6.1 forum and am experimenting with it now. Seems to work fine. Since this 'skin' is basically a skin stripped of graphics and other goodies, I'd expect it to require little tweaking except when vBulletin undergoes a substantial code change.

                  Comment

                  • skoenig
                    New Member
                    • Jun 2006
                    • 3
                    • 3.5.x

                    Great template...

                    Found a small buglet..

                    In the threadbit - around line 4 there's a stray right bracket bewteen usename and Thread Title...

                    ~ Steph

                    Comment

                    • ryanozawa
                      New Member
                      • Jan 2002
                      • 15

                      Originally posted by skoenig
                      Found a small buglet.. In the threadbit - around line 4 there's a stray right bracket bewteen usename and Thread Title...
                      I think that's intentional, actually. I made a number of tweaks to the template myself, just based on having different aesthetic preferences.
                      • Added in "New Posts" (getnew) "Latest Posts" (getdaily) and "Search" links to the logged-in header (after the PM notice).
                      • Removed the "Thread/Thread Starter," "Last Post," and other column headers (which didn't seem to connect to anything and took up a lot of space).
                      • In the search template (such as "Latest Posts"), instead of "Username) Thread Title" I used "-Thread Title (Username)" and changed the username from the thread starter to the latest poster.
                      • Put a link next to the header/forum title to switch back to the "Full" version (i.e. normal skin).
                      I haven't been able to get the moderation features to work, and the PM interface and advanced search screen aren't "scaled down," so that may be what was affected in the upgrade from 3.0.x to 3.5.x, but to browse and get around, it's great.

                      Comment

                      • skoenig
                        New Member
                        • Jun 2006
                        • 3
                        • 3.5.x

                        Agree. I love it.
                        ...very well put together a good looking.

                        Wopuld dearly love to make 'old' and 'new' to grey and green backgrounds respectively but can't for the life of me figure out how. All I can fine is forum[statusicon] which doesn't fo anythign if I dick with it.

                        Can anyone help?

                        ~ Steph

                        Comment

                        • pablo
                          Senior Member
                          • Apr 2002
                          • 592
                          • 3.8.x

                          looking forward to 3.6.2 release !
                          My Sites :

                          Comment

                          • TheOverclocked
                            Member
                            • Jan 2005
                            • 60
                            • 3.6.x

                            Originally posted by pablo
                            looking forward to 3.6.2 release !
                            ditto.

                            Comment

                            • Zachery
                              Former vBulletin Support
                              • Jul 2002
                              • 59097

                              vBMechanic has been gone for a long time, i wouldnt hold your breath.

                              Comment

                              • BlueKnight
                                Member
                                • Aug 2006
                                • 41
                                • 3.6.x

                                so does this install as a product or a plug in? or? I triedboth and no go.

                                Comment

                                widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                                Working...