Drupal Technical
| 2
min read
I came across a situation in my recent project, where user roles other than admin have to access the admin pages. The default admin theme was not provided for the admin pages in which the user role is not admin.
Drupal has a module which allows us to add the admin theme to specific pages irrespective of the user role. Below are the steps which I followed to achieve this.
Drupal Technical
| 2
min read
Have you ever found it difficult to access a private file within Drupal? Then read on.
Drupal Technical
| 1
min read
Have you ever found it difficult to access a private file within drupal, then read on. Below are the steps I followed to create and access the private file.
Drupal Technical
| 1
min read
In one of my recent projects i came across a situation where i had to add a machine name for the node title. If you have ever came across such a situation Drupal safeword is your friend.
Drupal Technical
| 2
min read
Have you ever found it difficult to style a block with the block unique ID, if yes then read on this. There is this amazing module named Block Class which will help you in adding a class name to the blocks.
Drupal Technical
| 3
min read
Flex Slider is a power full Drupal module which integrates with the flex-slider library which allows us to build responsive and resizable slideshows
Drupal Technical
| 1
min read
Slick Carousel is a Drupal module for ken wheelers slick carousel. Slick Carousel is fully responsive and it works with views.
Drupal Technical
| 1
min read
In one of my recent projects a requirement was to add a gmap to a node view page. I thought of writing it down so that some one may find this useful.
Drupal Technical
| 2
min read
In one of my recent projects i came across a situation where i had to create a order line item programatically. If you have ever came across such a situation you would end up in line_item_example.module which demonstrate the addition of a new line item type programatically.
Drupal Technical
| 2
min read
Are you trying to create a scrolling marquee content programatically in Drupal. Then read on!