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 am trying to make a simple alert message module. I want to use cookies to have the message to appear once per visitor.
I was able to achieve this easily enough in PHP, but apparently that's not the way you do it in D7 (or at least where I work). I need to use AJAX to achieve this.
I've searched for tutorials, but have found nothing I can use.
I know it's a broad question, but I am completely stuck. Would anyone know of a way I could go about this?
Currently, in my workbench, every user sees something like this
Title | web segment | Content Type | .... |
CT12 | Manager |CustomType | ....
CT13 | Seller |CustomType | ....
CT14 | Executive |CustomType | ....
I want to create a filter so the users only can see the content created by their role; Sellers only see content created by sellers and so on. is this possible using only the drupal interface? Should I go deeper to modify code? Is this possible at all? thanks!
Is there a way that those two "tick boxes" from "Views Send" & "Views Bulk Operations module can be "melted" together? Or is there another module with which you can delete the content in a fast and easy manner. Or another good solution how to solve this problem?