WAP / Pocket PC skin: Mobile Alabama

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • one.
    New Member
    • May 2004
    • 10

    Originally posted by AshAbed
    Oh so the error only happens on that skin? In that case I'll have to have that skin be selectable so I can take a look at it... right now I don't see any problems
    Thanks a ton! I have set it to be selectable.

    Thanks again!!!

    Comment

    • AshAbed
      Senior Member
      • Nov 2003
      • 137
      • 3.0.3

      one.: It seems to work fine for me.. I don't get any error pages... can you link me to an example?

      Comment

      • one.
        New Member
        • May 2004
        • 10

        AshAbed, I get the error when trying to access via my phone.

        Thanks.

        Comment

        • AshAbed
          Senior Member
          • Nov 2003
          • 137
          • 3.0.3

          I can't figure out why that's happening.. sorry.
          I finished up another project - now my goal is to install every edit created in this thread and post a zip file with all the changes for download.

          Comment

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

            AshAbed,

            Nice to see you back here again. I have no problem with this mobile style and I am very proud to use it. I cauldn't have done this without your help, AshAbed

            However, there are things that I think will better enhance this mobile style and you have promised to fix them, please refer to :

            Looks just like the vB3 archive except that it allows logging in, posting and PMs! You can download it here (http://www.vbulletin.com/forum/showthread.php?t=108640) This is the discussion thread :)


            Looks just like the vB3 archive except that it allows logging in, posting and PMs! You can download it here (http://www.vbulletin.com/forum/showthread.php?t=108640) This is the discussion thread :)


            And I really hope you could do it for us. The Edit and simplified Quick Reply functions are very important for me and my forum. I hope you can consider it. If you do, this will be my last request to you

            Thanks a million!

            Cheers!

            Comment

            • AshAbed
              Senior Member
              • Nov 2003
              • 137
              • 3.0.3

              Simplified Quick Reply
              Click Edit templates
              Expand the template group 'Show Thread Templates'
              Step 1
              Edit the 'SHOWTHREAD' template
              Search for the code:
              PHP Code:
              <!-- / controls below postbits --> 
              Add AFTER:
              PHP Code:
              <br />
              $quickreply 
              Step 2
              Edit the 'showthread_quickreply' template
              Replace ALL of the current code with:
              PHP Code:
              <script type="text/javascript">
              <!--
              var 
              WYSIWYG $WYSIWYG;
              var 
              threadedmode $threadedmode;
              var 
              minchars $vboptions[postminchars];
              var 
              maxchars $vboptions[postmaxchars];
              var 
              require_click $QRrequireclick;
              var 
              must_click_message "$vbphrase[click_quick_reply_icon]";
              var 
              istyles = new Array(); istyles = { $istyles_js };
              var 
              normalmode false;
              var 
              vbphrase = {
                  
              // wysiwyg only
                  
              "wysiwyg_please_wait" "$vbphrase[wysiwyg_please_wait]",
                  
              "wysiwyg_initialized" "$vbphrase[wysiwyg_initialized]",
                  
              "wysiwyg_command_invalid" "$vbphrase[wysiwyg_command_invalid]",
                  
              "moz_must_select_text" "$vbphrase[moz_must_select_text]",
                  
              "moz_edit_config_file" "$vbphrase[moz_edit_config_file]",
                  
              "enter_tag_option" "$vbphrase[enter_tag_option]",
                  
              "must_select_text_to_use" "$vbphrase[must_select_text_to_use]",
                  
              "browser_is_safari_no_wysiwyg" "$vbphrase[browser_is_safari_no_wysiwyg]",
                  
              // standard only
                  
              "enter_text_to_be_formatted" "$vbphrase[enter_text_to_be_formatted]",
                  
              "enter_link_text" "$vbphrase[enter_link_text]",
                  
              "enter_list_type" "$vbphrase[enter_list_type]",
                  
              "enter_list_item" "$vbphrase[enter_list_item]",
                  
              // both
                  
              "must_enter_subject" "$vbphrase[must_enter_subject]",
                  
              "message_too_short" "$vbphrase[message_too_short]",
                  
              "enter_link_url" :  "$vbphrase[enter_link_url]",
                  
              "enter_image_url" "$vbphrase[enter_image_url]",
                  
              "enter_email_link" "$vbphrase[enter_email_link]"
              };
              //-->
              </script>
                  
              <
              form action="newreply.php" method="post" name="vbform" onsubmit="return checkQR(this);">

              <
              table cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="100%" align="center">
              <
              tr>
                  <
              td align="center">
                      <
              div>    
                          <
              table cellpadding="0" cellspacing="0" border="0" align="center">
                          <
              tr>
                              <
              td class="smallfont" align="$stylevar[left]">$vbphrase[quick_reply]:</td>
                          </
              tr>
                          <
              tr>
                              <
              td align="$stylevar[left]">
                              <!-- <<<< 
              indent back for ease of reading -->        

              <!-- 
              no-toolbar quick reply -->

                  <
              div>
                      <
              textarea name="message" id="qr_message" style="width:500; height:100px;" rows="5" cols="60" tabindex="0"></textarea>        
                  </
              div>

              <!-- / 
              no-toolbar quick reply -->    


                              <!-- >>>> 
              outdent back to normal -->
                              </
              td>
                          </
              tr>
                          </
              table>
                      </
              div>
                      
                      <
              div style="margin-top:$stylevar[cellpadding]px">
                          <
              input type="hidden" name="fromquickreply" value="1" />
                          <
              input type="hidden" name="s" value="$session[sessionhash]/>
                          <
              input type="hidden" name="do" value="postreply" />
                          <
              input type="hidden" name="t" value="$threadidid="qr_threadid" />
                          <
              input type="hidden" name="p" value="$qrpostidid="qr_postid" />
                          <
              input type="hidden" name="parseurl" value="1" />
                          <
              input type="hidden" name="clickedelm" value="" />
                          <
              input type="submit" class="button" value="$vbphrase[post_quick_reply]accesskey="s" title="(Alt + S)" name="sbutton" tabindex="2" onclick="this.form.clickedelm.value=this.value" />
                          <
              input type="submit" class="button" value="$vbphrase[go_advanced]accesskey="x" title="(Alt + X)" name="preview" tabindex="3" id="qr_preview" onclick="this.form.clickedelm.value = this.value" />
                      </
              div>        
                  </
              td>
              </
              tr>
              </
              tbody>
              </
              table>

              </
              form>
              <
              br />

              <if 
              condition="!is_browser('ie') AND $WYSIWYG == 2">
                  <!-- 
              Mozilla work around for focusing on QR in WYSIWYG mode -->
                  <
              div id="qr_scroll"></div>
              </if>

              <
              script type="text/javascript" src="clientscript/vbulletin_quickreply.js"></script>
              <!-- 
              END WYSWIWYG QUICK REPLY --> 

              Comment

              • AshAbed
                Senior Member
                • Nov 2003
                • 137
                • 3.0.3

                Originally posted by i-Symbian.Com
                However, there are things that I think will better enhance this mobile style and you have promised to fix them, please refer to :

                Looks just like the vB3 archive except that it allows logging in, posting and PMs! You can download it here (http://www.vbulletin.com/forum/showthread.php?t=108640) This is the discussion thread :)


                Looks just like the vB3 archive except that it allows logging in, posting and PMs! You can download it here (http://www.vbulletin.com/forum/showthread.php?t=108640) This is the discussion thread :)


                And I really hope you could do it for us. The Edit and simplified Quick Reply functions are very important for me and my forum. I hope you can consider it. If you do, this will be my last request to you

                Thanks a million!

                Cheers!
                Feel free to add on more requests, I edited my original post with how to get Editposts to work, here's a link to the post:
                Looks just like the vB3 archive except that it allows logging in, posting and PMs! You can download it here (http://www.vbulletin.com/forum/showthread.php?t=108640) This is the discussion thread :)

                Comment

                • URPREY
                  New Member
                  • Sep 2004
                  • 3
                  • 3.0.7

                  Any idea when the zip file will be posted?

                  Comment

                  • keith455
                    New Member
                    • Feb 2005
                    • 6

                    This works great but when i'm on my mobile device how can I make it so it always loads the mobile style?
                    Is there a link i can point to?
                    Thanks again for all the hard work.
                    Edit -- I've done all these mod's and attached it. I hope it works.

                    Keith
                    Attached Files
                    Last edited by keith455; Thu 17 Mar '05, 11:30pm.

                    Comment

                    • AshAbed
                      Senior Member
                      • Nov 2003
                      • 137
                      • 3.0.3

                      This works great but when i'm on my mobile device how can I make it so it always loads the mobile style?
                      Is there a link i can point to?
                      Yes, just put the link to your forums and add ?styleid=(the style's ID)
                      IE:


                      If you aren't sure how to get the styleID try this:

                      Login to the AdminCP, click Styles & Templates > Style Manager
                      Click the name of the mobile style, the link should open in a new window. The url it takes you to is the one you go to on your phone.

                      I plan on posting a zip file with the updated style later today or tomorrow.

                      Comment

                      • AshAbed
                        Senior Member
                        • Nov 2003
                        • 137
                        • 3.0.3

                        I've attached a zip file containing the updated xml file, let me know if there are any problems installing it.
                        Attached Files

                        Comment

                        • hankster
                          Senior Member
                          • Feb 2002
                          • 890

                          Does anyone have the code to put in the header so that when WAP enabled devices views the site that they automatically get the WAP theme?

                          Comment

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

                            I tried that on my site, but it didn't work. I got the code from one of the early pages in this thread. So if somebody has new code (that works!) I would be glad to use it!

                            Comment

                            • Girlys
                              New Member
                              • Mar 2005
                              • 4

                              I tried to install this style but I received an error saying that Im running 3.0.7 and the .xml file was created with 3.0.3Please help

                              Comment

                              • Steve Machol
                                Former Customer Support Manager
                                • Jul 2000
                                • 154488

                                Choose the option to ignore the version.
                                Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
                                Change CKEditor Colors to Match Style (for 4.1.4 and above)

                                Steve Machol Photography


                                Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


                                Comment

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