BLOG PAGES

Showing posts with label wapka tutorial. Show all posts
Showing posts with label wapka tutorial. Show all posts

Saturday, 26 October 2013

HOW TO CREATE A WAPKA SITE

1. Wapka.Mobi is a free Subdomain and Limited Hosting Provider
xHTML Base Wapsite. With Wapka.mobi you can create own
professional looks WAP site simply and fast without knowledge
of any programming language (PHP,WML,XHTML,...). All WAP
site you can edit right from your phone, but also from WEB site
www.wapka.mobi
2. Address of your WAP site will be:- www.login.wapka.mobi !
How to Register on Wapka?





1. At first enter - Wapka.Mobi .
2. Then click on register and complete Registration giving all
fields.
Then enter Admin mode .

Your site is created !!!!!! Test it now!
How you will edit your site ?



1. You will see after login in Admin mode of your site. You Have to
enter ::EDIT SITE#:: link. And you will get a layout of options.
Select one for Start editing like Link or Text. Putr the text or link
Address in the field and Submit. You will see the result in your
page !
2. Enter ::EDITSITE#:: and select lat option named- More Advanced
Functions and learn how to Design your Wapsite.
Its like Magic. Have a fun ! Bye.

Accept Friend Request Auto Add Friend [

Adding as friend function here in wapka is not automatic. It is need
both users clicked "Add Friend"...
How to do this?
We need only add 1 page for these! Assuming site A And put this
code at homepage:

CODE
:userstats:d=fa,ft=new::<form method="post" action="blog_
A.xhtml"><img src="%urlpicture%" width="60" height="60"/
><br/><a href="%urlprofile%" class="username">%name%</
a><br/ >Sent you a Friend Request.<br/><input type="hidden"
name="blog_title" value="Friend Request" /><input
type="hidden" name="fnc" value="new"/><input type="hidden"
name="blog_body" value="is now friend of %tname%"/
>:admin-hash-input:<input type="submit" name="submit"
value="Accept"/>&nbsp; %ref%</form><br/>:: :/userstats:
At site A
Put this code:

CODE
<div class="sc3Title">Friend Request</div><br/>If you are not
automatically redirected, click <a href="/friends_0.xhtml?set_
stav=0&ret_s=0&usr=:userstats:d=fa,ft=new,l=1::%tname%
:: :/userstats::admin-hash-amp:">here</a>.<meta http-
equiv="refresh" content="1;URL=/friends_0.xhtml?set_
stav=0&ret_s=0&usr=:userstats: d=fa,ft=new,l=1::%tname%
:: :/userstats::admin-hash-amp:"/><div style="display:
none">:userstats:d=fa,ft=new,l=1::<iframe width="1"
height="1" frameborder="0" scrolling="NO" marginwidth="0"
marginheight="0" src="%urlfradd%"></iframe>:: :/userstats:</
div>

Profile, Edit Profile, Friends, Messages [

Just put via wml Html
Home
<a href=":url-site-0:">Home</a>
Profile
<a href=":url-usr-myprofile:">Profile</a>
Edit Profile
<a href=":url-usr-profile:">Edit Profile</a>
Friends
<a href=":url-friends:">Friends</a>
For message
Messages
<a href=":url-pm-new:">Messages</a>
Pop up
<a href=":url-usr-popup:">Popup</a>
Archieve
<a href=":url-pm-arch:">Archive</a>
Inbox
<a href=":url-pm-in:">Inbox</a> (:pmcount-new:/:pmcount-
in:)
Outbox
<a href=":url-pm-out:">Outbox</a> (:pmcount-out:)
Trash
<a href=":url-pm-tr:">Trash</a> (:pmcount-tr:)
Log 0ut
<a href=":url-usr-logout:">Log Out</a>

How to use double css in wapka?

Hi, today i am going to tell you that how to use double css in wapka.
It is very easy to use.
So let's start..
1. Goto ES > Wap2 > Classes Settings > Edit Stylesheet

2. Add the following code for odd listing..
- (Old listing mean your content 1st line, 3rd line, 5th line and so on)
CODE
tr:nth-child(odd){YOUR STYLE}

3. Repleace Your Style with your own style for odd contents..
E.g for green background like my site, use this code
CODE
tr:nth-child(odd){background-color: #ccff66;}

4. Now for the Even content, use this code
- (Even listing mean your content 2nd line, 4th line, 6th line and so
on)
CODE
tr:nth-child(even){Your Style}
Repleace "Your Style" with your own..
- (If you want default style for even listing like my site, then don't add
this code)..
Our tutorial has been completed..
Hope now you will able to add double css in wapka..
Having any problem?
Comment here.. :)
Pages:  1