Learn wapka tags, codes and functions here.
Admin
Welcome to wapka learning wap,here is were you will learn how to build wapka site or wap within 2minutes plus and click the register button to start learning the tags and functions today.
Login
Register
wapka
Learning: 1. TAGS PATTERN .:::(posted: 11):::.
User agent tag code
These code will show you the browser agent and the phone name
:VAR(USER_AGENT);
  • published
  • To show your ip number tag code
    use these code to show your ip address
    :VAR(IP);
  • published
  • User type tag code
    these code is to show user type, default is Active,you can change it in user editor or user registration form in wapka,make sure starting is capital else it would'nt work e.g Active,Inactive,Blocked,Temporary_blocked.
    :VAR(USER_TYPE);
  • published
  • User email tag code
    These code is to show your email in your wap,notice any wapka builder should hide their email because that login email can be hacked
    :VAR(USER_EMAIL);
  • published
  • User role tag code
    These code is to show you the role you will pay attention too,neither author or member but default is author why from wapka direct registration are moderator,admin,administrator,editor,master editor,master moderator e.t.c.
    :VAR(USER_ROLE);
  • published
  • Page type tag code
    Use these code to see your page type,whether text/html or text/css or text/xml e.t.c.
    :VAR(PAGE_TYPE);
  • published
  • see your page id
    Use these code to show your site page id
    :VAR(PAGE_ID);
  • published
  • your site name tag code
    These is a code placed in header or footer,is just a tag code to view your site name
    :VAR(SITE_NAME);
  • published
  • Active page name tag code
    These code is very visible in any tag form or code,these code is to show the page name.
    :VAR(PAGE_NAME);
  • published
  • Userid tag code
    These code is to show userid,not another user but you who login in that process,here is the code
    :VAR(USER_ID);
  • published