I stumbled upon this, too. But then the error was me not reading properly what is written on the setting page under the radio buttons for the pager position:
Choose the position of page navigation. If set to Keine, $node->paging can be used to place it at a customizable location. Position of enabled pager(s) can further be customized for content types under Manage fields tab.
Ah! There it is: all I had to do is go to the manage fields tab for the content type and move the pager into the position I needed it to be. This thing usually happens if you have some CCK fields in your node type and have hidden the default node body.
Comments
Comment #1
superflyman commentedFigured out another pager was overriding it...
Comment #2
clane commentedWhat pager is overriding this one? I've got the same problem. Thanks;)
Comment #3
clane commentedWhat pager is overriding this one? I've got the same problem. Thanks;)
Comment #4
gateone commentedI stumbled upon this, too. But then the error was me not reading properly what is written on the setting page under the radio buttons for the pager position:
Ah! There it is: all I had to do is go to the manage fields tab for the content type and move the pager into the position I needed it to be. This thing usually happens if you have some CCK fields in your node type and have hidden the default node body.
Comment #5
clane commentedThanks for pointing this out;)