Search Result: co
----------(Post-Search)---------->
How to remove this error on console
prabhu · Published on 2022-01-10 16:23:24 (3 years ago )
prabhu · Published on 2022-01-10 16:23:24 (3 years ago )
How to remove this error on console on wapka advert
comment |
----------(Post-Search)---------->
convert [br] to // in user input paragraph click.
mario · Published on 2022-01-08 18:52:17 (3 years ago )
mario · Published on 2022-01-08 18:52:17 (3 years ago )
in msg snder you dont need to announce that paragraph is [*br] just enter config. and put something like these <*message>:POST(msg).REPLACE(["//","[*br]"]);<*/message>
comment |
----------(Post-Search)---------->
File uploader code style
Admin · Published on 2021-12-31 19:43:49 (3 years ago )
Admin · Published on 2021-12-31 19:43:49 (3 years ago )
<br><br><br><center><div style="color:#fff; background-color:#0099ff; width:96%; border-radius:4px;">%notify% <font size="6" color="#fff"><b>Image Uploader</b></font><br><br>
<br/>%file%<br/><br>
<font size="4" color="#fff"><b>Description</b></font><br/>
%description%<br/><br>
<center>
<table w><tr>
<td><center><font size="4" color="#fff"><b>File Name</b></font><br/>
%var-name%</center></td>
<td><center><font size="4" color="#fff"><b>WA Number</b></font><br/>
%var-number%</center></td>
</tr></table></center>
<br/><br><br>
%submit% <br><br><br></div></center>
<style> input {
background:#e1e1e1;
height:;
width:94%;
color:#;
border:1px solid #bbb;
border-radius:4px;
padding:8px 0px 8px 0px;
margin:0px;}
textarea {
background:#e1e1e1;
height:;
width:94%;
color:#;
border:1px solid #bbb;
border-radius:4px;
padding:8px 0px 8px 0px;
margin:0px;}
</style>
comment |
----------(Post-Search)---------->
wapka clock/time/date codes
mario · Published on 2021-11-20 10:56:59 (3 years ago )
mario · Published on 2021-11-20 10:56:59 (3 years ago )
<br><div class="list1" style="margin-left:10px;margin-right:10px;background:aliceblue;border-radius:15px;padding:10px;box-shadow:3px 3px 9px grey;">:DATE(D); - to show todays day in name<br>:DATE(d); - to show todays day in number<br>:DATE(m); - to show todays month in number<br>:DATE(M); - to show todays month in name<br>:DATE(s); - seconds<br>:DATE(S); - to show todays day in 2digit name<br>:DATE(H); - hours<br>:DATE(mm); - minutes<br>:DATE(utc); - UTC</div><br>
comment |
----------(Post-Search)---------->
Wapka newsfeed personal like & unlike button code
mario · Published on 2021-11-20 10:15:29 (3 years ago )
mario · Published on 2021-11-20 10:15:29 (3 years ago )
we know that api data is not only made for comment but can do more than what you think.... wapka api data can save people who like your post or unlikes. by using key1 to seperate comment from likes & unlikes go to your post comment page edit api data lister add <*key1>comment<*/key1> for comment lister. create another api data lister then add these
<*key1>like<*/key1> for like lister. and create another api lister then <*key1>unlike<*/key1>
we have succed seperating comment from likes an unlikes lister then read previous wapka on how to add the counts in newsfeed in index
comment |
----------(Post-Search)---------->
How do I allow a user to recover/change a forgotten password?
fchagas97 · Published on 2021-11-19 12:58:49 (3 years ago )
fchagas97 · Published on 2021-11-19 12:58:49 (3 years ago )
I realized that Wapka does not have a password recovery system for my users. Is it possible to create a workaround to allow this?
comment |
----------(Post-Search)---------->
how to replace your name with any content in message lister
mario · Published on 2021-11-18 17:53:28 (3 years ago )
mario · Published on 2021-11-18 17:53:28 (3 years ago )
:VALUE(%sender_id%).IFEQ.VAR(USER_ID).THEN(your content here).ELSE(%sender_id%);
comment |
----------(Post-Search)---------->
[HELP] File Editing Code Please(Working)
sajeevscg · Published on 2021-11-15 16:42:39 (3 years ago )
sajeevscg · Published on 2021-11-15 16:42:39 (3 years ago )
i have code but not working.. #*Configuration <'set_var_description'>:POST(description);<'/'set_var_description'> #*Codes <'textarea' name="description" value=""><'/'textarea'> Not Working!
comment |
----------(Post-Search)---------->
how to abbrevate color text bbcode.
mario · Published on 2021-11-15 08:10:59 (3 years ago )
mario · Published on 2021-11-15 08:10:59 (3 years ago )
:POST(content).REPLACE([["[red]","[blue]","[green]","[/red]","[/blue]","[/green]"],["[*color=red]","[*color=blue]","[*color=green]","[/color]","[/color]","[/color]"]]);
comment |
----------(Post-Search)---------->
how to add button to claim point everyday 1 times when user come online
mario · Published on 2021-11-15 08:00:43 (3 years ago )
mario · Published on 2021-11-15 08:00:43 (3 years ago )
Add User editor and edit
configuration: <*userid>:VAR(USER_ID);<*/userid> <*set_point>:POST(point);<*/set_point> <*set_var_date>:POST(date);<*/set_var_date>
code: <*input type="hidden" name="date" value=":DATE(d);"/> <*input type="hidden" name="point" value=":VALUE(%point%).PLUS(50);"/>:VALUE(%var(date)%).IFNE.DATE(d).THEN(<*button type="submit">claim 50 point<*/button>).ELSE(You have successfully claim today gift point,come back tomorrow for more);
comment |