Closed (fixed)
Project:
Previous/Next API
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2009 at 05:34 UTC
Updated:
13 Oct 2009 at 11:00 UTC
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
Comment #1
BettyJJ commentedI 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?
Comment #2
kbahey commentedThis 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.
Comment #3
BettyJJ commentedI'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.
Comment #4
kbahey commentedI reworded the README.txt a bit to mention the content type. Hope this avoids confusion in the future.