Search found 40 matches

by shrmaprem0202
Tue Feb 27, 2024 6:05 am
Forum: Newbies questions
Topic: Please respond to this
Replies: 15
Views: 14935

Re: Please respond to this

You can use api for this
by shrmaprem0202
Mon Feb 12, 2024 6:33 pm
Forum: Ask any question
Topic: Javascript not working
Replies: 0
Views: 2935

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 is 05:30 ...
by shrmaprem0202
Wed Feb 07, 2024 7:46 am
Forum: Problems
Topic: Can anyone tell me how to use this api new method
Replies: 23
Views: 21046

Re: Can anyone tell me how to use this api new method

vikkas wrote: Wed Feb 07, 2024 7:37 am Image
It's working thanks there are no script option available in mobile version i requested to admin please update it in m.wapka.org
by shrmaprem0202
Tue Feb 06, 2024 9:17 pm
Forum: Problems
Topic: File manager tag codes
Replies: 0
Views: 3431

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
by shrmaprem0202
Tue Feb 06, 2024 6:33 pm
Forum: Problems
Topic: Can anyone tell me how to use this api new method
Replies: 23
Views: 21046

Re: Can anyone tell me how to use this api new method

francisco wrote: Mon Feb 05, 2024 4:12 am Do not use <script> and </script>, this is Lua code, not Javascript.
In tag code
by shrmaprem0202
Tue Feb 06, 2024 6:32 pm
Forum: Problems
Topic: Can anyone tell me how to use this api new method
Replies: 23
Views: 21046

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, lis...
by shrmaprem0202
Mon Feb 05, 2024 5:11 pm
Forum: Problems
Topic: Can anyone tell me how to use this api new method
Replies: 23
Views: 21046

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) ...
by shrmaprem0202
Mon Feb 05, 2024 3:31 am
Forum: Problems
Topic: Can anyone tell me how to use this api new method
Replies: 23
Views: 21046

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: %...
by shrmaprem0202
Mon Feb 05, 2024 3:23 am
Forum: Problems
Topic: Can anyone tell me how to use this api new method
Replies: 23
Views: 21046

Re: Can anyone tell me how to use this api new method

francisco wrote: Sun Feb 04, 2024 4:36 pm
shrmaprem0202 wrote: Sun Feb 04, 2024 5:25 am I don't know why but it's still not working 🚫
What error are you getting?
If i use script tag display nothing was display and without script tag displayed code in text format
by shrmaprem0202
Sun Feb 04, 2024 5:25 am
Forum: Problems
Topic: Can anyone tell me how to use this api new method
Replies: 23
Views: 21046

Re: Can anyone tell me how to use this api new method

I don't know why but it's still not working 🚫