• 0

How do I make a quick login box for IPB 1.2?


Question

7 answers to this question

Recommended Posts

  • 0

where do i get this code? On the index of the page, there is a quick login box, but when I goto edit index.php (downloaded from server (FTP)) there is no code about the quick login. what file has this code?

Link to comment
Share on other sites

  • 0

I tried looking in other files but found nothing. There was nothing in the wrapper, but i could not edit the html from the skins section for some reason. it gave me an error about, i think, some id.

Link to comment
Share on other sites

  • 0

Please do not bump threads like this.

The first bump came after 27 minutes and the second bump came after 21 minutes. These posts do nothing to enhance Neowin and are purely self-serving. If you use a decent thread title (and post in the correct section) then there s no need to bump your own threads. People will find it.

[bumps Removed]

[Thread Title Edited]

Link to comment
Share on other sites

  • 0

think this is what you mean..

<html>

<div id="ipbwrapper">
  <!--IBF.BANNER-->
  <form action="http://sikhbulletin.com/technocast/index.php?act=Login&CODE=01" method="post" name="LOGIN" onsubmit="return ValidateForm()" target="_blank">
    <input name="referer" value="http://www.sikhbulletin.com/technocast/" type="hidden">
    <div class="tableborder">
      <table class="tablebasic" cellspacing="1">
        <tr>
          <td class="pformleftw">Please enter your name</td>
          <td class="pformright">
          <input size="20" maxlength="64" name="UserName" class="forminput" type="text"></td>
        </tr>
        <tr>
          <td class="pformleftw">Please enter your password</td>
          <td class="pformright">
          <input size="20" name="PassWord" class="forminput" type="password"></td>
        </tr>
      </table>
      <div class="pformstrip">
        Options</div>
      <table class="tablebasic" cellspacing="1">
        <tr>
          <td class="pformleftw"><b>Remember me?</b><br>
          If enabled, you will be automatically logged in again when you visit.<br>
          This is not recommended for shared computers.</td>
          <td class="pformright">
          <input name="CookieDate" value="1" checked="checked" type="radio">Yes<br>
          <input name="CookieDate" value="0" type="radio">No</td>
        </tr>
        <tr>
          <td class="pformleftw"><b>Privacy</b>, do you want to appear on the 
          active users list?</td>
          <td class="pformright">
          <input name="Privacy" value="1" type="checkbox">Don't add me to the 
          active users list</td>
        </tr>
      </table>
      <div class="pformstrip" align="center">
        <input name="submit" value="Log me in" class="forminput" type="submit"></div>
    </div>
  </form>
</div>

</html>

if someone logs in, it logs them in and the forum pops up in a new window :) if you want it in the same frame change _blank to _self ;)

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.