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 installed and am using the Events module, however I would like to remove the tags from the front page that show how many days remain untill an event and the event type. How can this be done?
Can somebody please help me with a module or something that can allow me to set specific pages to be accessible for specific ROLES (like authenticated user etc) only?
I'm planning to use taxonomy on a site that will be handed over to a group of non-techies. I'm using the control panel module as it takes some of the fear away, but I think it would also be so much easier if I could swap the unique taxonomy titles for something more intuitive (e.g. categories).
Is there an easy way to do that? Has anyone done the same?
I've been trawling through the mods, and I can't seem to find one that does what I need... I'm hoping someone here can point me in the right direction.
I've already create my page by with drupal. :)
I created new file with file name extention '.module' and paste that file to module folder.
But I'm not sure that right !?
What do you think?
In investigating the autocomplete.js functionality (and the js involved in the Activeselect module), I ask myself why the messages sent back and forth between the browser and server are of the form of pipe delimited values instead of something that is native to at least one of the environments, such as javascript arrays (JSON). We have the server side infrastructure to produce these arrays from Drupal PHP objects and values, and it would cut down on a lot of string replacement code both client side and server side. I'm curious as to the motivation for the current implementation.