WAP / Pocket PC skin: Mobile Alabama

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pugzly
    Member
    • Oct 2002
    • 48

    #61
    Just curious as to if anyone has done some smaller buttons and images for this style.

    Show us your PDA skin!

    Comment

    • Bulent Tekcan
      Senior Member
      • Feb 2003
      • 1102
      • 4.2.x

      #62
      Thanks Zachery now great

      Comment

      • Bloodlust
        Member
        • Sep 2004
        • 54
        • 3.0.3

        #63
        This will be great for my members who use Palms. Thanks very much for sharing!

        Comment

        • cyclical
          Member
          • Jul 2003
          • 45

          #64
          anyone know how to get the txt to be smaller on a cell phone? I went into style options and decreased the font sizes from 10-11px to 2px, but it only decreases the size on a computer internet browser.... the font on my cell phone stays the same.

          any clues?

          Comment

          • SnitchSeeker
            Senior Member
            • Aug 2004
            • 141
            • 3.8.x

            #65
            Zachery, could you please tell us how to make it so that avatars and siggies don't show up in this skin?

            I would also love to see regular html buttons instead of image buttons for the skin. The ideal would be no images at all - except for maybe logo and inside topics (user-posted only).

            Once I can eliminate the images (at very least in siggies and avatars) this will be a great skin!

            Thanks!

            Comment

            • Remi
              Senior Member
              • May 2001
              • 222

              #66
              Hi

              This style needs two links to be perfect.

              1- A link for quick delete.
              2- A links for quick ban

              If you are a moderator, these two links are vital for you and including them into this style is very important.

              sadly, I don't know how to do it
              Last edited by Remi; Tue 26 Oct '04, 9:59am.

              Comment

              • Zivilyn
                Member
                • Nov 2002
                • 48

                #67
                Wow! Only one issue..

                When I choose to reply via my sprint phone, I get insufficient memory, due to all my post icons displaying for selecting.

                Can I get rid of those in this style?

                Comment

                • SnitchSeeker
                  Senior Member
                  • Aug 2004
                  • 141
                  • 3.8.x

                  #68
                  I've been wanting to do the same thing but nobody seems to be supporting this thread so I guess we're SOL.

                  Comment

                  • swspeed
                    New Member
                    • Nov 2004
                    • 1

                    #69


                    three things I'd like to see, new posts and moderator controls (enable signature check box, delete button and ban button) like others have suggested around here.

                    thanks for the hard work guys, I appreciate all the work you've put into this so far

                    Comment

                    • hankster
                      Senior Member
                      • Feb 2002
                      • 890

                      #70
                      Where can the auto-select code be found?

                      Comment

                      • symbian.info
                        New Member
                        • Jun 2003
                        • 18
                        • 2.2.1

                        #71
                        Everybody got it working with VBadvanced? (portal)?
                        Last edited by symbian.info; Sat 8 Jan '05, 11:01am.
                        Kind regards,
                        Alex

                        Comment

                        • pendalar
                          New Member
                          • Dec 2004
                          • 4
                          • 3.0.3

                          #72
                          Hi guys, just curious if anyone else had a problem with the mobile Alabama skin as listed below... this error ONLY appears on new post or new thread actions, nothing else. It says page completed with errors, then clicking on the error button at bottom on IE :
                          (for newthread.php?do=newthread)

                          Line: 204
                          Char: 1
                          Error: Object Unexpected
                          Code: 0

                          I looked this up and didn't see anything wrong in the source code but then again I'm not a coder.

                          Comment

                          • bkaul
                            New Member
                            • Jan 2005
                            • 3
                            • 3.0.6

                            #73
                            The one thing this skin was missing for me was a navbar (New Posts, Logout, etc. links) - so I trimmed the default navigation bar table down to a width that will not cause the skin to scroll horizontally (on a PocketPC anyway) - got rid of the Members List and some other links, but kept the most useful ones (at least those I find most useful when on a PocketPC)

                            Here's the modified navbar template for anyone interested.
                            Code:
                            <!-- breadcrumb, login, pm info -->
                            <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
                            <tr>
                            	<td width="100%">
                            		<div class="smallfont" style="background-color:#f9f9f9;border: 1px solid #c0c0c0; padding:4px;">
                            			
                            			<if condition="$navbits['breadcrumb'] OR $navbits['lastelement']">	
                            		    	<a href="$vboptions[forumhome].php?$session[sessionurl]">
                            			</if>
                            			
                            			$vboptions[bbtitle]
                            			
                            			<if condition="$navbits['breadcrumb'] OR $navbits['lastelement']">	
                            				</a>
                            			</if>
                            			
                            			<if condition="$navbits['breadcrumb']">    		    		    	
                            		    	$navbits[breadcrumb]     		    			
                            			</if>
                            
                            			<if condition="$navbits['lastelement']">    		    			
                            				> $navbits[lastelement]
                            			</if>
                            		</div>
                            	</td>
                            </tr>
                            <tr>
                            	
                            	<if condition="$bbuserinfo['userid']">
                            	
                            	<td valign="top" nowrap="nowrap">
                            		<div class="smallfont" style="margin-top:6px;">
                            		    <strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong> 
                            			<if condition="$show['pmstats']"><a href="private.php?$session[sessionurl]">PMs: $bbuserinfo[pmunread] unread, $bbuserinfo[pmtotal] total</a>.</if>
                            		</div>
                            	</td>
                            		
                            	<else />
                            		
                            		<td nowrap="nowrap" style="padding:0px">
                            			
                            		<!-- login form -->
                            		<form action="login.php" method="post" style="margin:0px;margin-top:6px;" onsubmit="md5hash(vb_login_password,vb_login_md5password)">
                            		<script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
                            		<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                            		<tr>
                            			<td class="smallfont">$vbphrase[username]</td>
                            		    <td><input type="text" class="button" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="1" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
                            			<td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="3" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />$vbphrase[remember_me]</label></td>
                            		</tr>
                            		<tr>
                            			<td class="smallfont">$vbphrase[password]</td>
                            		    <td><input type="password" class="button" name="vb_login_password" size="10" accesskey="p" tabindex="2" /></td>
                            		    <td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="4" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
                            		</tr>
                            		</table>
                            		<input type="hidden" name="s" value="$session[sessionhash]" />
                            		<input type="hidden" name="do" value="login" />
                            		<input type="hidden" name="forceredirect" value="1" />    		
                            		<input type="hidden" name="vb_login_md5password" />
                            		</form>
                            		<!-- / login form -->
                            			
                            		</td>
                            		
                            	</if>	
                            	
                            </tr>
                            </table>
                            <br />
                            
                            <div align="center">
                            	<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
                            	<tr align="center">	
                            		<!--<td class="vbmenu_control"><a href="$vboptions[forumhome].php?$session[sessionurl]">Home</a></td>-->
                            		
                            		<if condition="$show['member']">
                            			<td class="vbmenu_control"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_cp]</a></td>
                            		</if>
                            		<if condition="$show['registerbutton']">
                            			<td class="vbmenu_control"><a href="register.php?$session[sessionurl]">$vbphrase[register]</a></td>
                            		</if>
                            		<if condition="$show['searchbuttons']">
                            			<td class="vbmenu_control"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a></td>
                            			<if condition="$show['member']">
                            		    	<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                            			<else />
                            		    	<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                            			</if>
                            		</if>
                            		<td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td>    
                            		<if condition="$bbuserinfo['userid']">
                            			<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]</a></td>
                            		</if>
                            	</tr>
                            	</table>
                            </div>

                            Comment

                            • i-Symbian.Com
                              New Member
                              • Jan 2005
                              • 24
                              • 3.0.5

                              #74
                              @bkaul

                              Totally what I want. You read my mind! With the addition of your squeezed down navbar, the mobile version is now more complete and look more professional.

                              Checkout my website's Mobile Forum :



                              Rgds

                              Comment

                              • AshAbed
                                Senior Member
                                • Nov 2003
                                • 137
                                • 3.0.3

                                #75
                                Ok guys... since vBMechanic isn't around I'll help you out. Post what you need fixed / changed about the skin and I'll get it done - but only replies after my post, I don't want to look through all these pages to fix errors for people that may no longer be checking for updates.

                                Comment

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