How to make navigation 1 2 3 4 5... In other place of page? See attach...

CommentFileSizeAuthor
pager.gif4.27 KBpvasili

Comments

pvasili’s picture

Anyone can offer the variant of the decision?

pvasili’s picture

Category: support » feature
Status: Postponed (maintainer needs more info) » Active

I want to see the numbering in another variable (for a beautiful design theme), for example $paging.
How to implement the withdrawal numbering is not in the $content?
Could this problem be solved?
Thank you

oshaly’s picture

...and paging for drupal 6.x???

есть ли модуль Paging для drupal 6.x??

sun’s picture

pvasili’s picture

(2 olga-yola) - не смешивайте разные вопросы в одну кучу...
(2 sun) - big thank you for your reply. I will try to do it.

pvasili’s picture

Component: Miscellaneous » Code
Status: Closed (duplicate) » Active

(2 sun) thank you, this patch does not solve the problem :(.
I should be able to navigate the withdrawal ANY place in the Page Layout.
Your patch displays inside the variable block $content, above AND(OR) below :(.
Thanks.

Gurpartap Singh’s picture

Before providing this feature, I want the page names patch in, on which I'll be working in the coming month (hopefully).

pvasili’s picture

Gurpartap Singh thank you. I will wait. I always can help test :)

sun’s picture

Status: Active » Closed (duplicate)

@pvasili: No, #266373: Add configurable position for pager above and/or below content or custom pager output in theme also allows to store the rendered pager in a variable that can be output in any place in the theme (as the issue title implies).

pvasili’s picture

sun, big thank you for your answers and assistance.

I decided the problem easier:

I replacing the line:

 function _paging_nodeapi
...
// $node->content['body']['#value'] .= theme('pager', NULL, 1, $element); 
   $node->pagination .= theme('pager', NULL, 1, $element);
...

in the file paging.module.

I used variable $node->pagination in file node.tpl.php to show pagination.

p.s. (Big thank _Troy_)

pvasili’s picture

Status: Closed (duplicate) » Closed (fixed)
Gurpartap Singh’s picture

Status: Closed (fixed) » Active

Duplicate issues need not to be closed.

pvasili, you made a good point to counter the problems with current inclusion of pager in content. I hope to make such a change in Drupal 6 version of paging! (issue active now).

Gurpartap Singh’s picture

Status: Active » Closed (duplicate)

Duplicate of http://drupal.org/node/266373 perhaps.