Search found 68 matches

by francisco
Fri May 24, 2024 6:04 am
Forum: Ask any question
Topic: How to add wapka api, post lister multiple forumid?
Replies: 9
Views: 16888

Re: How to add wapka api post lister multiple forumid?

The example I showed is for when a GET request is made to the REST API, exactly like your first question.

To do the same in Lua you simply pass the ids as a normal array:

Code: Select all

api.post_info({forumid={15554,24306}, limit=10})
by francisco
Thu May 23, 2024 1:39 pm
Forum: Ask any question
Topic: How to add wapka api, post lister multiple forumid?
Replies: 9
Views: 16888

Re: How to add wapka api post lister multiple forumid?

Delimit the html with [=[ and ]=]
by francisco
Wed May 22, 2024 10:57 pm
Forum: Ask any question
Topic: How to add wapka api, post lister multiple forumid?
Replies: 9
Views: 16888

Re: How to add wapka api post lister multiple forumid?

Separate each id as follows: forumid[]=XXXXX, the important part is the square brackets [] indicating that the parameter is a list. Example:

Code: Select all

forumid[]=810&forumid[]=16927&forumid[]=16928&forumid[]=20382
by francisco
Sat May 04, 2024 2:27 pm
Forum: Tutorials
Topic: [Updated] Simple register page code using Lua scripting
Replies: 5
Views: 7059

Re: [Updated] Simple register page code using Lua scripting

In fact your code has so many problems that I don't even know where to start, good luck to you
by francisco
Sat May 04, 2024 2:23 pm
Forum: Tutorials
Topic: [Updated] Simple register page code using Lua scripting
Replies: 5
Views: 7059

Re: [Updated] Simple register page code using Lua scripting

Sir, why is there no error message whenever errors occur? Please help 🙏. Hello! Your code is missing the %s placeholder of the error message, so no error is displayed. The string.format() method is used to create formatted strings by replacing placeholders with specified values. https://www.codecad...
by francisco
Fri Apr 05, 2024 3:40 pm
Forum: Official Bulletin Board
Topic: Live Visitor Statistics Is here
Replies: 5
Views: 7565

Re: Live Visitor Statistics Is here

Administrator wrote: Sun Mar 24, 2024 10:09 amHello everyone we just Developed live Traffic Analytics System now you will be able to view all your site traffic in real-time.
Go to control panel and to view traffic statistics
Hello! For some reason the 404 error pages are not being recorded in the logs
by francisco
Sun Mar 24, 2024 4:09 pm
Forum: Official Bulletin Board
Topic: Live Visitor Statistics Is here
Replies: 5
Views: 7565

Re: Live Visitor Statistics Is here

Administrator wrote: Sun Mar 24, 2024 10:09 am Hello everyone we just Developed live Traffic Analytics System now you will be able to view all your site traffic in real-time.
Go to control panel and to view traffic statistics
Great, do you plan on enabling the %views% tag somewhere in the near future?
by francisco
Mon Mar 18, 2024 9:22 pm
Forum: Problems
Topic: Is there a way?
Replies: 18
Views: 15269

Re: Is there a way?

Cringe
by francisco
Sun Mar 10, 2024 2:04 am
Forum: Tutorials
Topic: Mario Six Wapka Themes and Keys ID
Replies: 3
Views: 4708

Re: Mario Six Wapka Themes and Keys ID

The Themes feature can be accessed as follows: Log in to the Wapka Dashboard ( https://web.wapka.org/dashboard ) Open your website in the "Your services" list Go to the Pre-build Themes option https://snipboard.io/7pLeyN.jpg In this feature you will have three actions available: Publish (b...
by francisco
Sun Mar 10, 2024 1:38 am
Forum: Tutorials
Topic: Mario Six Wapka Themes and Keys ID
Replies: 3
Views: 4708

Re: Mario Six Wapka Themes and Keys ID

@vIkkas please what are the used for Wapka has a lot of cool features and one of them is called Pre-build Themes, which are basically like a backup of your site or third-party sites (like the ones vikkas showed in this post). The backup contains the set of all the pages of the site and their respec...