I have tried to implement this with a Zen sub-theme, No errors are logged, though the output is empty.

<ul id="node-navigation">
   <li class="next"></li>
   <li class="prev"></li>
</ul>

I have added the code from the readme into the themes template... Any one have thoughts?

Comments

BettyJJ’s picture

I have tried other themes, and got the same result.
The module author does not seem to be responding. I wonder is there anyone who has got this working?

kbahey’s picture

Status: Active » Postponed (maintainer needs more info)

This is certainly working for other sites.

You have to change template.php, and then call the function from the appropriate node.tpl.php or node-NODETYPE.tpl.php.

It is done exactly like it is in README.txt.

BettyJJ’s picture

I've figured it out. Editing template.php and node.tpl.php as in README.txt does not work for nodes other than image and video. I have to add some code to make it work for regular nodes.

kbahey’s picture

Status: Postponed (maintainer needs more info) » Fixed

I reworded the README.txt a bit to mention the content type. Hope this avoids confusion in the future.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.