Static page plugin file creation

I’m running ojs version 2.4.8 I’m trying to create static pages through the static page plugin. It works great but I can’t find where it creates the .tpl file or files. Could you help?

This plugin doesn’t create template files on the server. It stores the HTML for the pages in the database. See the tables static_pages and static_page_settings.

is there a simple process to add new pages without this plugin? I hate that it stores them in the db.

Hi @FlaminSeraphim,

In my opinion the best way to do that is to create your own plugin (you could even start with the Static Pages plugin and strip out all the dynamic code), or to modify the codebase directly (the About pages are probably the simplest example).

Regards,
Alec Smecher
Public Knowledge Project Team