Search found 41 matches
- Tue Feb 27, 2024 6:05 am
- Forum: Newbies questions
- Topic: Please respond to this
- Replies: 15
- Views: 188690
Re: Please respond to this
You can use api for this
- Mon Feb 12, 2024 6:33 pm
- Forum: Ask any question
- Topic: Javascript not working
- Replies: 0
- Views: 61885
Javascript not working
I need a last post info with time code like
a post information is
Title - Something
Content - 111
Var(time) - 05:30 AM
2nd post
Title - Something
Content - 222
Var(time) - 05:30 AM
Now if time is 12:00 AM TO 05:30 AM
CHANGE THE FIRST POST CONTENT TO XXX AND 2ND POST CONTENT 111
And if time ...
a post information is
Title - Something
Content - 111
Var(time) - 05:30 AM
2nd post
Title - Something
Content - 222
Var(time) - 05:30 AM
Now if time is 12:00 AM TO 05:30 AM
CHANGE THE FIRST POST CONTENT TO XXX AND 2ND POST CONTENT 111
And if time ...
- Wed Feb 07, 2024 7:46 am
- Forum: Problems
- Topic: Can anyone tell me how to use this api new method
- Replies: 24
- Views: 275418
Re: Can anyone tell me how to use this api new method
It's working thanks there are no script option available in mobile version i requested to admin please update it in m.wapka.org
- Tue Feb 06, 2024 9:17 pm
- Forum: Problems
- Topic: File manager tag codes
- Replies: 0
- Views: 62879
File manager tag codes
Hello i think admin forgot to add %sn% tag in file viewer is these anyone who xan help me in this
- Tue Feb 06, 2024 6:33 pm
- Forum: Problems
- Topic: Can anyone tell me how to use this api new method
- Replies: 24
- Views: 275418
Re: Can anyone tell me how to use this api new method
In tag codefrancisco wrote: Mon Feb 05, 2024 4:12 am Do not use <script> and </script>, this is Lua code, not Javascript.
- Tue Feb 06, 2024 6:32 pm
- Forum: Problems
- Topic: Can anyone tell me how to use this api new method
- Replies: 24
- Views: 275418
Re: Can anyone tell me how to use this api new method
local tags = [=[ <div class="container" id="form"> <b>User:</b> %username% <br> <b>Registered:</b> %regdate% </div> ]=] local param = { limit = 10, order = "id_desc" } local is_ok, list = api.user_info(param) if is_ok then print('\n \n') print(html.render_tag(tags, list, true)) print('\n \n ...
- Mon Feb 05, 2024 5:11 pm
- Forum: Problems
- Topic: Can anyone tell me how to use this api new method
- Replies: 24
- Views: 275418
Re: Can anyone tell me how to use this api new method
Do not use <script> and </script>, this is Lua code, not Javascript.
I removed script tag and put this code in tag code then this result was show
local tags = [=[
%username%
Registered: %regdate%
]=] local param = { limit = 10, order = "id_desc" } local is_ok, list = api.user_info(param) if ...
- Mon Feb 05, 2024 5:08 pm
- Forum: Problems
- Topic: Can anyone tell me how to use this api new method
- Replies: 24
- Views: 275418
Re: Can anyone tell me how to use this api new method
Ok can i use this in html pagefrancisco wrote: Mon Feb 05, 2024 4:12 am Do not use <script> and </script>, this is Lua code, not Javascript.
- Mon Feb 05, 2024 3:31 am
- Forum: Problems
- Topic: Can anyone tell me how to use this api new method
- Replies: 24
- Views: 275418
Re: Can anyone tell me how to use this api new method
If i use script tag display nothing was display and without script tag displayed code in text format
This is weird, I don't know what the problem could be
<script>
local tags = [=[
<div class="user-line">
<a href="/user/%id%/%username%"><b>%username%</b></a><br>
<i>Registered: %regdate%</i ...
- Mon Feb 05, 2024 3:23 am
- Forum: Problems
- Topic: Can anyone tell me how to use this api new method
- Replies: 24
- Views: 275418
Re: Can anyone tell me how to use this api new method
If i use script tag display nothing was display and without script tag displayed code in text format