Search Result:
----------(Post-Search)---------->
how to abbrevate color text bbcode.
mario · Published on 2021-11-15 08:10:59 (5 years ago )
mario · Published on 2021-11-15 08:10:59 (5 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 (5 years ago )
mario · Published on 2021-11-15 08:00:43 (5 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 |
|
----------(Post-Search)---------->
----------(Post-Search)---------->
----------(Post-Search)---------->
----------(Post-Search)---------->
how to inform user that his or her point is not enough to purchase items
mario · Published on 2021-11-14 16:15:32 (5 years ago )
mario · Published on 2021-11-14 16:15:32 (5 years ago )
:VALUE(%point%).IFLE(299).THEN(Sorry your point is too low to purchase item cost 300 point); you need :VALUE(300).MINUS(%point%); point to purchase these item.
correct lol am good in maths.
| comment |
|
----------(Post-Search)---------->
News Feed
unikizelements · Published on 2021-11-14 15:55:29 (5 years ago )
unikizelements · Published on 2021-11-14 15:55:29 (5 years ago )
It's
crazy Now.....make just a telegram or whatsapp group for the forum.....😂 this is hilarious
| comment |
|
----------(Post-Search)---------->
what is wapka code RULE means?
mario · Published on 2021-11-14 07:52:31 (5 years ago )
mario · Published on 2021-11-14 07:52:31 (5 years ago )
anytime i add code i see RULE under the code.... code rule is the easy way to detect and ban or command what will happen to the code when success not archeived.
| comment |
|
----------(Post-Search)---------->
how to inactivate user account.
mario · Published on 2021-11-14 07:47:53 (5 years ago )
mario · Published on 2021-11-14 07:47:53 (5 years ago )
Go to admin panel and enter user profiles click default user and click edit type....
| comment |
|
----------(Post-Search)---------->
how to add comment count for newsfeed in homepage
mario · Published on 2021-11-14 07:39:59 (5 years ago )
mario · Published on 2021-11-14 07:39:59 (5 years ago )
Newsfeed/Posts
<'comment id="count%id%"><'/comment> <'script src="/count/?id=%id%"><'/script>
page count.js
--Api data lister
---configuration
<'pid>:GET(id);<'/pid><'key1>comments<'/key1>
---code(header)
document.getElementById("count:GET(id);").innerHTML = "%total%";
---code
:NULL();
Updated 20/07/2022
| comment |
|

