We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 4273
    • 356 Posts
    back to that first question - is it possible to disable the websignup captcha on the frontend, i have it disabled in manager but the thing still appears how to get rid of it?
      SMF Bookmark Mod - check it out
      http://mods.simplemachines.org/index.php?mod=350
      • 13577
      • 302 Posts
      It appears that removing the following code from the signup template (found in assets/snippets/weblogin/websignup.inc.php - around line 456 or so) does the trick:
      <tr>
          <td valign="top">Form code:*</td>
          <td>
              <input type="text" name="formcode" class="inputBox" style="width:150px" size="20">
              <a href="[+action+]"><img align="top" src="manager/includes/veriword.php?rand=<?php echo rand(); ?>" width="148" height="60" alt="If you have trouble reading the code, click on the code itself to generate a new random code." style="border: 1px solid #003399"></a>
          </td>
      </tr>
      

      I just gave it a shot on my server and was able to create a new user with no problems.
        Standard Disclaimer
        I could be totally wrong.