Hello there,
I've been trying to use AJAX Views in my website but im finding myself a bit trapped.
I've followed all the instructions in the Project Page, but when I place the newly created block in a region, only an animated loading bar and the text "Loading content for" appears.
I've read all the information in here: http://drupal.org/node/211801 but nothing i see there seems to apply to this problem.
There's a testing site here: http://dpa0809.dpa-etsam.com
Any ideas?
Thanks!
Comments
Comment #1
cmjns commentedI am experiencing this too.
Comment #2
pragna commentedSubscribing.
Facing the same problem.
Comment #3
awolfey commentedI had the same problem. The js and css were not making it into the page via the module. When I put them in page.tpl.php myself the content did load, but the Next -> link does not return anything.
Comment #4
CyberCore commentedsame problem here, any solutions?
Comment #5
CyberCore commentedmaybe this helps you....:
1. Create View
2. Specify a Page view of any type <- AND SET A url for it, this is a caller url. (calls the ajax)
3. Specify a Block view with "AJAX Paging Block View" type and the node count you want on each page
4. Specify an argument of type "AJAX Views: AJAX Selector" with "Display all values" specified
5. enable the block with the view in the blocks menue.
so i think it's important to have both, a block and a page for this... the block calls the page for the ajax request... it's all in 1 view.
now you should see a result.... i hope so, if not, don't ask me, please :-D
the way above helps me and could maybe help you, too.
Comment #6
etrangerequitraverselaville commentedThanks for the answer CyberCore, I've got to admit i decided to forget about D5 and got into D6 and its better Views world. Thanks anyway!