Setting Themes In Lavalair

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

  • crazybrumi
    replied
    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.

    Leave a comment:


  • something else
    replied
    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?

    Leave a comment:


  • Guest
    Guest replied
    <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 ....

    Leave a comment:


  • jsyguy23
    replied
    it must be an old phone that your useing

    Leave a comment:


  • Guest
    Guest replied
    <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

    Leave a comment:


  • jsyguy23
    replied
    <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

    Leave a comment:


  • Guest
    Guest started a topic Setting Themes In Lavalair

    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
Working...
X