in my views i use an AJAX pager,
works all fine :D
but, if logged in as admin (user:1), with Admin Toolbar Plugin enabled (same behavoir if disabled ..)
the pager just disappears .., for all other roles it shows up - looked also for the right .., but user:1 should have them all.
i simply created the views by copying the taxonomy_term one,
changed to TermID > Term to ID conversion
pager is set to 1 item per page
showing nodes with full content
Comments
Comment #1
ytsurkhave to mention that other roles are also using the Admin Toolbar ..
and pager shown !
maybe related to this
- provided patch didn't help ..
http://drupal.org/node/1046170
Comment #2
dawehnerShort question: If you disable ajax, does it work then?
Did you had a look into the html. Is the pager rendered, but perhaps hidden via css/js?
Comment #3
ytsurkit also doesn't work with ajax disabled,
the pager is missing completly (also in source)
there's an error msg i get sometimes
so probably the offset 0 causes the problem .. ?
maybe there's something corrupt with my install ... working already 4 weeks on that ...
(updating etc .. - last complete new setup was like 2 weeks ago)
Comment #4
dawehnerThe error doesn't have to do with this problem.
Comment #5
ytsurkdo you need (or want ;)) more information ?
tell me if so
Comment #6
esmerel commentedDid you had a look into the html. Is the pager rendered, but perhaps hidden via css/js?
Comment #7
ytsurkyes - but it's missing completly
Comment #8
merlinofchaos commentedDo you have something else on the page that might also have a pager (which may not be visible) -- try changing the pager ID in the pager settings to 1.
Comment #9
ytsurksetting pager ID to 1 makes it show again - thx
although i don't know about any other pager on that page ..