Internet Explorer is not supported. Please upgrade to a more modern browser.
Hello! I am here to ask where are the custom pages located? please help
They are stored in the database, but the template used to display the content is pages/extra.php
It's worth noting that the extra.php file is used for all custom pages, so you can't really customise on a per-page basis.
Samerton said:They are stored in the database, but the template used to display the content is pages/extra.php
It's worth noting that the extra.php file is used for all custom pages, so you can't really customise on a per-page basis.
Ok.. I am looking for a way to create a report system as like Staff Aplications is and I can't can you help me?
You'd need to code this manually using PHP instead of using the custom page system. I can't really help too much but you can look at the built-in forum report system as a start (the files you'd need to look at are pages/forum/report_post.php and pages/mod/reports.php, you can look at these and base your own code off them).
This is a good idea for a future built-in feature though, I can try and add one for version 1.2.
Samerton said:You'd need to code this manually using PHP instead of using the custom page system. I can't really help too much but you can look at the built-in forum report system as a start (the files you'd need to look at are pages/forum/report_post.php and pages/mod/reports.php, you can look at these and base your own code off them).
This is a good idea for a future built-in feature though, I can try and add one for version 1.2.
Thanks!