Posted by etrangerequitra... on October 14, 2008 at 11:14pm
Jump to:
| Project: | AJAX Views |
| Version: | 5.x-1.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
I am experiencing this too.
#2
Subscribing.
Facing the same problem.
#3
I 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.
#4
same problem here, any solutions?
#5
maybe 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.
#6
Thanks 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!