Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have a couple questions about drupal views:
So, the is a views with list of materials, articles/products.
1 how can i open material views instead of node from the main views
2 is it possible to create navigation "previous/next" between these materials, like here www.salinsky.ru/view.png
I am willing to implement ajax based paging on one of the blocks http://i53.tinypic.com/2dt0w1f.png . Is there a ready to use module that can implement such functionality or should I build a module myself.
Hi,
I am using ctools modules for popup modals, ive got into a situation where ive got to open a popup modal from within a popup modal, the first opens up succesfully, but on clicking the second popup link, it returns white screen with the form JSON.
I've created "User A" and "User B". These two users belong to "Role A". In the "Role A" permission settings, I checked the following:
* Edit own content
* Delete own content
I've created one node for each of those users so that I have "Node A" created by "User A" and "Node B" created by "User B".
All in all, currently, I have two nodes.
I've logged in using "User A" and I can see that I can edit "Node A" but not "Node B".
I've logged in using "User B" and I can see that I can edit "Node B" but not "Node A".