Good Day,
I have service links, flag content and custom pagers module installed, custom pagers is between the service links icon and flag content link. Is there a way to move the pager link ( < previous 1 of 100 next> ) all the way to the bottom of the page? What do I have to edit or modify?
Thank you,
Mark
Comments
Comment #1
wayland76 commentedHave you tried http://drupal.org/project/moduleweight ? Let us know how you go.
Comment #2
ubersoft commentedYou can use the contemplate module to specifically define where in a node everything goes. It will have codes for Custom Pagers links that you can insert into its templates.
Comment #3
mrgoltra commentedI was thinking about this route, since the weight module was giving me some problems.
do you happen to have some example snippets?
I tried this http://drupal.org/node/142444 but I just can't find the custom pager in the available variables. I doubled check each line on the teaser, body and RSS variable.
Thanks,
Mark
Comment #4
mrgoltra commentedFigured it out. Thank you very much for your help.
Comment #5
wayland76 commented@mrgolta: would you like to enlighten us with your answer?
Comment #6
mrgoltra commentedI had to enable the contemplate for body and just added the variables available and the ones I needed. For some reason with this particular content type, the variable for the custom pager was not available so what I did was looked at my test site and added the variable and added some div tags + CSS
print $node->content['custom_pager_bottom'][1]['#value'](there were a few variables but this was the only one that worked)I hope that helps.
Comment #7
spiffyd commentedYour code allows you to position the pagers wherever you want in CONTEMPLATE. However, how did you disable the original pagers so that they don't show up in two locations?