Setting Themes In Lavalair

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Setting Themes In Lavalair

    This is the option that lets you save your new theme in settings

    echo "<input type=\"Submit\" name=\"submit\" Value=\"Save\"></form>";

    echo "</p>";
    which shows up on a pc but it doesnt show up on a phone that accepts the themes can someone please show me what i need to add to get it to work for phones please.. I cant code it myself as i cant code, I&#39;ve looked at other index files and they are all the same

    #2
    <div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>
    echo "<input type=\"submit\" value=\"save!\"></form>";

    or

    echo "<input name=\"submit\" value=\"save!\"></form>";
    </div>

    try this dont know it that will work

    Comment


      #3
      <div class='quotetop'>QUOTE (jsyguy23 @ Mar 10 2009, 11:26 PM) <{POST_SNAPBACK}></div>
      <div class='codetop'>CODE
      <div class='codemain' style='height:200px;white-space:pre;overflow:auto'>
      echo "<input type=\"submit\" value=\"save!\"></form>";

      or

      echo "<input name=\"submit\" value=\"save!\"></form>";
      </div>

      try this dont know it that will work[/b][/quote]
      thank you , it didnt work but thanks anyway

      Comment


        #4
        it must be an old phone that your useing

        Comment


          #5
          <div class='quotetop'>QUOTE (jsyguy23 @ Mar 10 2009, 11:56 PM) <{POST_SNAPBACK}></div>
          it must be an old phone that your useing[/b]
          Its not just my phone, one ive tested it with is a walkman latest model, will try the e65 see if thats any different ....

          Comment


            #6
            Originally posted by tzoulij View Post
            This is the option that lets you save your new theme in settings

            echo "<input type=\"Submit\" name=\"submit\" Value=\"Save\"></form>";

            echo "</p>";
            which shows up on a pc but it doesnt show up on a phone that accepts the themes can someone please show me what i need to add to get it to work for phones please.. I cant code it myself as i cant code, I&#39;ve looked at other index files and they are all the same
            Where is the rest of your form?

            Comment


              #7
              Code:
               echo "<p align=\"center\">";
                echo "<b>Site Themes</b></p>";
                echo "<p align=\"center\">changing ur site theme will change all the colors of the site eg:<br/>backround, text, links, typing fields etc..<br/>";
                echo "<form action=\"genproc.php?action=updtthme&amp;sid=$sid\" method=\"post\"><p align=\"center\">";
                echo "<select name=\"thms\">";
                echo "<option value=\"default\">Default</option>";
                echo "<option value=\"red\">Red</option>";
                echo "<option value=\"green\">Green</option>"; 
                echo "<option value=\"Orange\">Orange</option>";
                echo "<option value=\"image\">Image</option>";
                echo "</select>";
                echo "<select name=\"size\">";
                echo "<option value=\"small\">Small</option>";
                echo "<option value=\"medium\">Medium</option>";
                echo "<option value=\"large\">Large</option>";
                echo "</select>";
                echo "<input type=\"Submit\" name=\"submit\" Value=\"Save\"></p></form>";
                echo "</p>";
              just edut this part to ur theme names.

              Code:
              echo "<select name=\"thms\">";
                echo "<option value=\"default\">Default</option>";
                echo "<option value=\"red\">Red</option>";
                echo "<option value=\"green\">Green</option>"; 
                echo "<option value=\"Orange\">Orange</option>";
                echo "<option value=\"image\">Image</option>";
                echo "</select>";
              its that hasnt cured it the problems probobly with the action, so if you post the action al ava look.
              Want something coded email me at sales@webnwaphost.com for a prices.




              Comment

              Working...
              X