Featured
Read our handpicked blogs, curated for you.
|
Every pharma CMO today proudly lists their tech stack: Salesforce or Veeva CRM, Adobe Experience Manager, Drupal or…
|
Every CMO we speak to says the same thing: “We have content. We just can’t get it out fast enough.” That sentence…
|
We talk to marketing leaders across pharma almost every week. Everyone’s investing in digital transformation- new CRMs…
Recent releases
|
How do you use hook_menu_alter() in drupal 7
A hook is one of the most used one and to change the theme on a particular page. We can also use the hook menu alter as another way to achieve the same feature.
|
Custom Account cancellation methods in Drupal 7
In this post, we are going to explain how to create a custom account cancellation method like ‘Disable the account and make its content belong to the admin user
|
How to create custom tokens in Drupal 7
One of the great features in drupal is tokens system. Tokens are reusable text that can be placed into documents via simple placeholders, like %site-name/[user]
|
Implementing themes based on specific conditions in Drupal 7
In Drupal 7, we have options to set default theme & admin theme. Admin theme will be available for roles which has access permission for the admin theme.