Hi,
So far i was not able to find a way to add a bottom navigation to "next", "prev" and "table of contents" when using epublish. Is it possible? how?

Any help is greately appreciated. Atleast we would like to have a link to "table of contents" of the current edition. How can I do this? Is it possible through the theming functions?

thanks,
paul

Comments

mkpaul’s picture

Hi,
Any updates on this feature request? We are receiving a lot of requests from our readers for nex/prev links at the bottom of the articles. Can some one help?

Paul
www.chintha.com/epublish/1/v2n1

travischristopher’s picture

You should check out using this phpsnippet as a starting place http://drupal.org/node/37767, this most likely could be included some where in the /modules/epublish/layout_nodes.inc. You might have to do a bit of reworking the code to get it too work but, seems like a pretty easy way to go...

travischristopher’s picture

also if you want a TOC have you considered using the book.module? this seems to be closer to functionality of what your users are requesting.

Patricia Barden’s picture

Status: Active » Closed (fixed)

OK, we've added this feature to both the 4.6 and 4.7 versions of the module. The "next" and "previous" and back-to-table-of-contents navigation appears at the bottom of the node. The function that adds the navigation is themeable, so you can make it display differently if you want.

mkpaul’s picture

Thanks a lot... I will test it out soon.

regards,
Paul

mkpaul’s picture

Version: 4.6.x-1.x-dev » 4.7.x-1.x-dev

The page navigation doesn't work for flexinode nodes. It is working fine for book pages and normal nodes. But I don't see the links at the bottom, if the node is a flexinode. Do i need to do anything special for flexinodes in theme? It is displaying comment links without any problem.

regards,
Paul

mkpaul’s picture

Here is some more info:

The prev/next links are available in theme_epublish_navigation in $output variable. But they are not getting into the flexinode body.

Is there a way to add the next/prev links to $links variable?

Paul