I run head long in following while I try to add or change anything in Views
An error occurred while attempting to process
my-test-site/?q=admin/structure/views/ajax/add-item
name-of-view-display/block-1/filter:Cannot call method 'call' of undefined
We’ll soon be moving our site from Drupal 5 to 7 – and once that is done we want to integrate a new feature. This feature we will be needing some help with. I will describe it below:
We will set up a new content type with about 1500 nodes. Authenticated users will see two of them, selected randomly, up against each other in a head to head match. They will vote on which one they prefer. Next two more items will appear and the same thing happens; one winner and one loser. And so on. The results are compared in a basic sort algorithm, so that eventually all items can be sorted based on the user’s preference after she has been through all the necessary matches.
About 50 items will be added to the list once a year, and when they are added the user should be able to continue the voting game – essentially merging the 50 new items into her existing list.
The user should be able to stop/pause whenever she wants to – and come back and continue the game from where she left. And she should be able to find the matches given to her on the user page. Here she will have the option of re-doing a match.
It is mainly a personal game and only those with the appropriate permissions will be able to see the results of any user. It should be possible though to create a global top 100 out of all votes, and separate top lists based on taxonomy added to the nodes on which users can vote.
All I want to do is when you click HISTORY on 2nd level I want to display list of articles (basic pages) on the 3rd level.
Could you help me with this ? I've read it can be done using views but I don't want to create taxonomy or another content type if only thing that differenates this articles from other content is position in main menu.
I want to show a bunch of tables (image, title, description) as a slideshow, with a menu (with node title) to browse through the items (not just a Prev / Next pager). I'm also hoping to get a fluid width slideshow (I know it's a tall order).
I've tried Views Slideshow, but it doesn't seem to have a menu option (?).