kokropas,
No. There is no non-programming way to do this. If you want to do some programming, you may want to look at the
OJS Technical Reference. In particular, there is a section there on how Handlers work.
However, you might want to change the plugin I pointed you to. a simple change will get that plugin's content on your journal's homepage.
In MostPopularArticleBlockPlugin.inc.php, add in
- Code: Select all
function getBlockContext() {
return BLOCK_CONTEXT_HOMEPAGE;
}
You will probably want to modify the block.tpl file so that the formatting is a little more suitable to your journal's homepage.