richardalberto / articlesextras

OJS plugin to add aditional fields to articles.
10 stars 1 forks source link

OJS 2.4 compatibility #1

Open mendesrocha opened 10 years ago

mendesrocha commented 10 years ago

Hello,

Do you think your plugin is compatible with OJS 2.4.0 ?

I've just installed it as guided at README. I uncompressed files to plugins/generic, then I enabled the plugin on generic plugins page, but I can't see any modification neither on Editor pages, nor on submission metadata edit page. The webpage

/index.php/{journal_abrevviatte}/articlesExtrasPlugin

is not accessible from browser.

I installed it to work with Scielo Export plugin, and this seems to work fine altought I cannot include the full article text on the generated xml.

Thanks in advance. Renato

richardalberto commented 10 years ago

For OJS 2.4.0 you should try to install it via web, download the tar.gz version of this release https://github.com/damnpoet/ojs-articlesextras/releases/tag/2.1.0.0 and try to install it via web.

If you want to do it manually, you will need to add a record for this plugin to the versions table on you ojs installation.

Hope this helps.

On 8/22/13, mendesrocha notifications@github.com wrote:

Hello,

Do you think your plugin is compatible with OJS 2.4.0 ?

I've just installed it as guided at README. I uncompressed files to plugins/generic, then I enabled the plugin on generic plugins page, but I can't see any modification neither on Editor pages, nor on submission metadata edit page. The webpage

/index.php/{journal_abrevviatte}/articlesExtrasPlugin

is not accessible from browser.

I installed it to work with Scielo Export plugin, and this seems to work fine altought I cannot include the full article text on the generated xml.

Thanks in advance. Renato


Reply to this email directly or view it on GitHub: https://github.com/damnpoet/ojs-articlesextras/issues/1

mendesrocha commented 10 years ago

I've downloaded the tar.gz file but got this error message when uploaded via web:

Errors occurred processing this form: The uploaded plugin archive does not contain a folder that corresponds to the plugin name.

Then, I tried to uncompress and create new folders (plugins/generic/articlesExtras) and compress the files with the directory tree and got the same error.

After that, I executed the following command on MySQL

INSERT INTOmyBase.versions(major,minor,revision,build,date_installed,current,product_type,product,product_class_name,lazy_load,sitewide) VALUES ('2', '1', '0', '0', '2013-08-23 00:00:00', '0', 'plugins.generic', 'articlesExtras', 'ArticlesExtrasPlugin', '0', '0');

And I got nothing new on OJS. Could'nt see any modification on Editor's page or article metadata edit page.

richardalberto commented 10 years ago

I have updated the README.md file with more specific directions, please check it, and let me know if the persists. thank you for your contributions.

Medfac9 commented 6 years ago

Hola, este plugin no es compatible con OJS 3.1, yo he intentado adaptarla pero no lo he conseguido. ¿Usted podría adaptar este plugin y el pluguin de scielo para la versión 3.1 de ojs? Gracias