Search found 40 matches
- Tue Feb 27, 2024 6:05 am
- Forum: Newbies questions
- Topic: Please respond to this
- Replies: 15
- Views: 60506
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: 12465
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 ...
- Wed Feb 07, 2024 7:46 am
- Forum: Problems
- Topic: Can anyone tell me how to use this api new method
- Replies: 23
- Views: 74938
- Tue Feb 06, 2024 9:17 pm
- Forum: Problems
- Topic: File manager tag codes
- Replies: 0
- Views: 12783
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: 23
- Views: 74938
- Tue Feb 06, 2024 6:32 pm
- Forum: Problems
- Topic: Can anyone tell me how to use this api new method
- Replies: 23
- Views: 74938
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...
- Mon Feb 05, 2024 5:11 pm
- Forum: Problems
- Topic: Can anyone tell me how to use this api new method
- Replies: 23
- Views: 74938
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) ...
- Mon Feb 05, 2024 3:31 am
- Forum: Problems
- Topic: Can anyone tell me how to use this api new method
- Replies: 23
- Views: 74938
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: %...
- Mon Feb 05, 2024 3:23 am
- Forum: Problems
- Topic: Can anyone tell me how to use this api new method
- Replies: 23
- Views: 74938
Re: Can anyone tell me how to use this api new method
- Sun Feb 04, 2024 5:25 am
- Forum: Problems
- Topic: Can anyone tell me how to use this api new method
- Replies: 23
- Views: 74938
Re: Can anyone tell me how to use this api new method
I don't know why but it's still not working