Any Manual or Good documentation for developing and customization Ojs

Any Manual or Good documentation for developing and customization Ojs

Hi @dipak.acharya,

Have you tried the OJS technical reference?

Regards,
Alec Smecher
Public Knowledge Project Team

But from that document we can not get ojs application flow?
If developer has to customize ojs application :
CURD operation in Ojs ?
How to create model, schema and relationship? Why there are more files in model(Class folder)? and what each file purpose?
How to integrate themes ?
How ojs system create custom route ?..etc

There is no single example for it. just descriptive text for system?

Hi @dipak.acharya,

The Technical Reference is the best resource for those questions. If you can describe what you’d like to accomplish, I might be able to link to useful examples in the OJS code.

Regards,
Alec Smecher
Public Knowledge Project Team

I have one registration which is common to all journals?
I want to create contact us navigation link? store contact details and give contact listing with pagination in admin side? how to create,update,delete, insert functionality as per framework standard
Add item in navigation ?
Example for how to create model , schema, table and use it as per framework standard

Hi @dipak.acharya,

I assume this is the same question?

Let’s start with that – I’ll follow up on that post.

Regards,
Alec Smecher
Public Knowledge Project Team

how to create,update,delete, insert functionality as per framework standard ?
Example for how to create model , schema, table and use it as per framework standard

Hi @dipak.acharya,

See the documentation on Data Access Objects (DAOs):

Regards,
Alec Smecher
Public Knowledge Project Team