Osclass forums

Support forums => Tips, tricks, and tutorials => Topic started by: poundy.net on August 26, 2015, 08:55:57 pm

Title: To add phone number to the register form in an easy way!!
Post by: poundy.net on August 26, 2015, 08:55:57 pm
* this example to add phone number in register form in  OSCLASSWIZARDS theme
* this my website see how its working http://poundy.net (http://poundy.net)

1- Go to your theme file --->> to (( user-profile ))
2- copy these lines

<div class="form-group">
          <label class="control-label" for="phoneMobile">
            <?php _e('Cell phone', OSCLASSWIZARDS_THEME_FOLDER); ?>
          </label>
          <div class="controls">
            <?php UserForm::mobile_text(osc_user()); ?>
          </div>
        </div>

3- Go to your theme to --->>>(( user-register ))
4- past that lines which is in the (2 step)
past theme in the (user-register) under name dav in line almost 51
5- and make the user have to register to put a new add
    -  Listing
    - Listing Settings
    -  Only logged in users can post listings  (mark it)

my website is http://poundy.net   CHECK IT OUT