Software Hosting and Development Services available at PKP Publishing Services
As the developers of Open Journal Systems, Open Conference Systems, Open Harvester Systems, and Open Monograph Press, the PKP team are experts in helping journal managers and conference organizers make the most of their online publishing projects. PKP Publishing Services offers support for:
As a customer of PKP Publishing Services, you will not only receive direct, personalized support from the PKP Development Team, but will be contributing to the ongoing development of the PKP applications. All funds raised by PKP Publishing Services go directly toward enhancing our free, open source software. For more information, please contact us.
Are you responsible for making OJS work -- installing, upgrading, migrating or troubleshooting? Do you think you've found a bug? Post in this forum.
Moderators: jmacgreg, michael, jheckman, barbarah, btbell, bdgregg, asmecher
Forum rules
What to do if you have a technical problem with OJS:1.
Search the forum. You can do this from the
Advanced Search Page or from our
Google Custom Search, which will search the entire PKP site. If you are encountering an error, we
especially recommend searching the forum for said error.
2.
Check the FAQ to see if your question or error has already been resolved.
3.
Post a question, but please, only after trying the above two solutions. If it's a workflow or usability question you should probably post to the
OJS Editorial Support and Discussion subforum; if you have a development question, try the
OJS Development subforum.
by dsanchez » Thu Nov 30, 2006 9:32 am
Hello,
I just active the Feed Plugin in the admin and now I'd love to put some Feed icon in the bottom of our page. How can I do that?. What rss-link I have to point the feed icon to?
Thanks
David.
-
dsanchez
-
- Posts: 30
- Joined: Thu Feb 09, 2006 3:42 pm
-
by mj » Tue Dec 05, 2006 3:40 pm
Hi David,
The RSS/Atom icon links appear on the right-hand sidebar on the table of contents page for the current issue (index.php/myjournal/issue/current). In the CVS version of the WebFeed plugin (to be included in the next OJS release), this can be configured to appear on every page.
In the meantime, if you want to manually add RSS/Atom feed links to the bottom of your page, you will have to edit the file /templates/common/footer.tpl and make a change like so:
From:
- Code: Select all
</div><!-- content -->
</div><!-- main -->
</div><!-- body -->
to:
- Code: Select all
</div><!-- content -->
</div><!-- main -->
<a href="{url page="feed" op="atom"}">
<img src="{$baseUrl}/plugins/generic/webFeed/templates/images/atom10_logo.gif" order="0" alt="" border="0" /></a>
<a href="{url page="feed" op="rss2"}">
<img src="{$baseUrl}/plugins/generic/webFeed/templates/images/rss20_logo.gif" order="0" alt="" border="0" /></a>
<a href="{url page="feed" op="rss"}">
<img src="{$baseUrl}/plugins/generic/webFeed/templates/images/rss10_logo.gif" order="0" alt="" border="0" /></a>
</div><!-- body -->
Or however you would like it to appear in your footer. I should also note that there is a previous discussion similar to this elsewhere in the forum:
viewtopic.php?t=1078
Hope this helps!
MJ Suhonos
Open Journal Systems
Development Team
-
mj
- Site Admin
-
- Posts: 304
- Joined: Fri Mar 26, 2004 9:32 am
- Location: Toronto, Canada
-
Return to OJS Technical Support
Who is online
Users browsing this forum: No registered users and 5 guests