skIdOOO
Weezy Ok thankx wht about the login signin code
Weezy
skIdOOO Advance wapka registration page tutorial ..First introduce Wapka Registration
Page Link code-
2. Goto
Admin Mode > User > User profile > Active user profiles and Display profile from in registration page - Mark Checkbox. Now find - Registration Profile From and Paste this code
<div class="Header">
Full Name* :</div>
::var+1(25)::
<div class="Header">
Phone :<br/><small><small>International Format like +88017********</small></small></div>
::var+4(15)::
<div class="Header">
Site Url :<br/><small><small>Must Write http://</small></small></div>
::var+6(50)::
<div class="Header">
Site Title* :</div>
::var+7(100)::
<div class="Header">
Payment Type* :</div>
::var+9(Wapka MB;Rs;Tk;$)::
Copy code
3. Avove this code we used Variables
(::var-number:
Tag. This tag create fields for input data. You may edit this and use huge Number of variables as you want. These Variables for this field will design reg page , so we will discuss about reg Variables only. Lets know Details about Variable Tag-For redefined values (select menu) use following shape of
variable
::var-N(text1;text2;text3):: For example: Gender: ::var-4(male;female)::
You can use also this format of
variable: ::var-N('value1'>'text1';'value2'>'text2'):: valueN is stored in database, but user see in select menu textN Instead of redefined values you can set maximal length of the text: Example: Name: <br/> ::var-5(20):: If you want Big textarea use this format:
::var-N(area)::
Note:- ::var+N:: is same as ::var-N:: with little difference: if you insert + instead of -, value will be mandatory.
4. Now goto
WAP2 > Styles for
login/registration > Registration
Page and now paste this Code-
<div class="lgn">
New User Registration</div>
<div class="sur">
::notifications::</div>
<p>
<div class="Header">
Login Name :</div>
::login::<div class="Header">
Password :</div>
::password1::<div class="Header">
Verify password :</div>
::password2::<div class="Header">
::email::</div>
::profile::<div class="Header">
::submit::</div>
</p>
Copy code
Use your Own class setting. You
may edit this code as you want but careful -read the tags details under this field and dont
remove ::profile:: tag. Now submit it.
5. Our work is finish and check now your Registration Page.
skIdOOO
Weezy Ok thankx weezy but i ddnt understand the first one
Weezy
skIdOOO Dyu mean the wapka registration page link code?
skIdOOO
Weezy Forget dat but pls what are the diffrent between
var- and
var+, and pls correct me this,
<b>Full Name :</b><br/>
::var+6(25)::
<br/>
<b>Site Title :</b><br/>
::var+7(100)::
<br/>
<b>Site Url :</b>
<br/><small><small>Must Write http://</small></small><br/>
::var+8(50)::
<br/>
<b>Your Site Description :</b><br/><textarea name="::var+9::</textarea><br/><b>Payment Type* :</b><br/>
::var+10(None;Recharge card;Bank Transfer)::
<br/><b>Your Payment Number :</b><br/><small><small>International Format e.g +234***********</small></small><br/>
::var+11(15)::
Copy code it's showing me erro in the time of registration
skIdOOO
Weezy Ok thank i will try, but how abt the order question pls