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.
This is my third post to the forum. My first two posts received comments which were extremely helpful, without the slightest hint condescension. I do promise to contribute once my Drupal skills are of a reasonable level.
Todays question is about generic content types and how I might restrict access to specific content of these types. For example, if I had the content type 'event' and I wanted to publish both fundraising and promotion events would it be possible to control the creation\editing\deletion of these content types to different user groups?
I'd like to hear some views on the how best to manage additional site-wide information.
We're potentially going to be using domain access to manage a number of websites with each site needing different contact information and footer text, there's no requirement for these bits of content to have there position changed by the user by they will need to be editable. I'm sure there are numerous ways to acheieve this but I'm looking for the cleanest solution.
My problems
-how to make prices at same level? Now its little bit funny, when prices level depense size of box.
-how to order these products to start cheapest to most expensive?
Thank you very much. I have used so many hours to find some solutions of these problems, but didnt find..
I am trying to create interactive images that I can use in Drupal. I couldn't find any Drupal modules that have this functionality, so I am trying out Adobe Edge which is exactly what I need. The only problem is that I don't know how to import the HTML pages I create in Edge into Drupal. I know Drupal has the ability to write in Full HTML in nodes, but I don't think it is as simple as copying and pasting the HTML, because images and etc. need to be included. I was hoping someone could give me a tip of how to do this.
I am adopting a cli based tooling to web based site.
The cli is in perl (rest based) and does all the database interactions and has all the functionality.
I have got a basic drupal based website up and running however now would like to have following and cannot find my way around.
- Only logged in users can access/view mydetails page
- mydetails page calls this perl based cli, pass arguments, get response and display in the right format.