-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testing and dev: count me in #1
Comments
Hi, thanks! Yes, it is very basic what it does now. I first planned to solve this for the journal just with a custom page, but then realized that they would be constantly contacting me when they would add a new theme issue :D So decided to do a simple plugin instead. What you are describing is basically a custom taxonomy for issues. @NateWr any ideas how to approach this in OJS? I know you have been thinking about taxonomies and articles, but how about taxonomies and issues? A more detailed question Nate: any plugin that handles custom image uploads at the moment? edit: and another one: was there a way to pass on custom parameters to queries here: https://github.com/ajnyga/themeIssues/blob/master/pages/ThemeIssuesHandler.inc.php#L44-L50? I mean could I check the |
Nothing planned. I would suggest not a single text field. You'll want a new
No, not that I'm aware of.
A quick rundown:
Then you should be able to do something like: $issues = Services::get('issue')->getMany(['categoryIds' => [1]]); But to my knowledge this has never been done in a plugin. A good opportunity to test out our hook structure! 👍 |
Sorry, I see now you just wanted the |
Wouldn't it be possible to use the tables |
It would be possible but there's a risk whenever you use a data structure intended for one thing for something else. We (PKP) expect the This is usually fine for one-off cases. And categories are -- for the moment -- not used very much in OJS. But I discourage it for plugins that reach general distribution because the people using the plugin don't necessarily know what's happening under the hood. |
Dear all There are now two different checkboxes at the bottom of the issues settings form where I can choose. Of course, the data stored in the |
I need your help: |
Dear @ajnyga
I'd like to contribute to this plugin e.g. German translation and usability.
But first I'd like to understand the plugin and get it running on my test-/sandbox, first. As far as I understand, the plugin just adds a single descriptor to an issue (the checkbox) to add the issue to "themeIssues" which will then be collected and displayed under (journalpath/themeIssues).
I'd be happy to get in touch
All the Best, Klaus
The text was updated successfully, but these errors were encountered: