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.
I have been using flexinode to create nodes of different types (like product attrubutes, product image etc). Now I am looking for a module which will allow me to create a node (say product) which itself can consist of a number of such flexinodes (like one product attribute node and one product image node inside the product node). Has someone written such a module which i can use or is there anyway i can use a combination of the existing modules to get this functionality.