I created a static page for Archives and I manually update the links. However, when someone clicks on the breadcrumbs showing the path, they get pushed to the original Archive page above.
What application are you using?
For example, OJS 3.4.0.5
This is odd. Have you checked to see that all the issues are published, and published articles are assigned to issues? Typically, they wouldn’t appear here if they weren’t.
If you want your archive to replace the built-in archive page, you’ll need to name it archive, rather than MyArchive. Otherwise the breadcrumb links will go to the built-in page rather than your custom one.
Regards,
Alec Smecher
Public Knowledge Project Team
Thanks for the tip. I don’t want myArchive to replace the original one. This is just a placeholder. I would rather know how to fix the original one as it is more sustainable that way.
Can you write a little about what you’re looking to accomplish? If you’d really like to write your own archives page, then you should name it archive; if you don’t want to do that, what is the purpose of the myArchive page?
Regards,
Alec Smecher
Public Knowledge Project Team
@kerimsarigul That is correct! The original page has the links disabled and I had to create a separate page to make it work. I do not need myArchives if the original works @asmecher
1 - I upgraded OJS 3.4 from 3.3 only 2 days ago. The problem existed prior to the upgrade.
2 - Not sure if the default theme was modified. I just tried now and deleted it to see if I can reinstall it again (unfortunately cant find it on the plugins page. Where can I download and install the default them?)
3 - I have now tried different themes, it does not affect the underlying files, just changes the theme settings. So, same problem exists with different themes.
Make sure the checkboxes are checked to match the way you want to identify your issue, and that the associated volume/number/year/title data is entered for each issue.
Regards,
Alec Smecher
Public Knowledge Project Team
@asmecher of course, the issue identification is selected for all issues. Thats why myArchive works. I have tried to debug issue_summary.tpl and I can see that the issue is passed to the issue_summary template file and url is generated for each issue. Everything seems to be in order even on the issue_archive.tpl file. The only issue, is the < a > tag on the issue_summary template does not have the hyperlink enabled when the page is displayed. I have even tried to modify this template file to have the hyperlink local instead of reading from .css file for the theme environment (which I did not want to investigate and get lost in that). I hope this clarifies the issue.