I have a small problem, maybe this is a feature request.
I have a complex website running, where I have a news section with a lot of news. Now I've created a views to list all those views and I have set this module to show 5 titles at a time. I've setup this module the way I need it... show 5 titles, and by clickin' on the next button show the next 5 titles.
I use the Viewfield module to show this scrollable views list on a node, the theme is custom, but everything works so far to this point. My problem is the following.
Like I said, I setup the view ( scrollable views ) to show 5 titles. Now I click on next button and see the titles 6 - 10. If I click for example on title no 7, the news node no.7 is opening, I'm on a new node/page/with new url. The views list is opening just fine, but it opens the first 5 titles again. What I want is that the views scrollable list is on the page where the active title no.7 is. If I would have 100 titles in the views, showing 10 at a time, and I would open news no. 89, the news no.89 would open, but the views list would still show the first 10 titles, which isn't good since I'll have to scroll to page where the active title is. What needs to be done so scrollable views jumps to the page with the active title? Is this a question of .js edit or is there much more to do? Is it possible to add a checkbox in the settings that says "Show the views scrollable page with the active title" ? Of course if there isn't an active title stay on the first page...
I would like to say thanks in advance for your help.
Igor