Search Result:
----------(Post-Search)---------->
how to styled user status using green icon for online and grey icon for offline.
mario · Published on 2021-11-13 10:52:59 (5 years ago )
mario · Published on 2021-11-13 10:52:59 (5 years ago )
however it comprises of css like 100% and wapka tag like 65%
<*style>
#on {width:3px;height:3px;background:green;padding:3px;border-radius:50%;}
#off {width:3px;height:3px;background:grey;padding:3px;border-radius:50%;}
<*/style>
:VALUE(Published).IFNE(online).THEN(<*span id="off"><*/span>).ELSE(<*span id="on"><*/span>);
| comment |
|
----------(Post-Search)---------->
----------(Post-Search)---------->
----------(Post-Search)---------->
----------(Post-Search)---------->
----------(Post-Search)---------->
----------(Post-Search)---------->
----------(Post-Search)---------->
how to direct guest from any page to login page
mario · Published on 2021-11-13 05:07:46 (5 years ago )
mario · Published on 2021-11-13 05:07:46 (5 years ago )
Try to command :VAR(USER_ID).IFEQ().GOTO(/login.php).ELSE.NULL;
| comment |
|
----------(Post-Search)---------->
how to create smilies code in post
mario · Published on 2021-11-12 20:39:41 (5 years ago )
mario · Published on 2021-11-12 20:39:41 (5 years ago )
Welcome all new wapka developer my name is mashionmario let learn how to create smilies code in wapka 2021 post creator Single replace is :POST(content).REPLACE(["hello","HELLO"]);
when content is hello then switch to HELLO. multiple is just easy when calm down and an create it :POST(content).REPLACE([["1","2","3"],["a","b","c"]]);
thats you can also create :POST(content).REPLACE([[":D",":)"],["['img]laugh photo['/img]","['img]smile photo['/img]"]]); hope all is well.?
| comment |
|
----------(Post-Search)---------->

