Page to show submenu items

How a Mature WebOps Process Unleashes Your Website’s Potential

Looking to unlock your website’s true potential and remain competitive in the face of today’s modern digital ecosystem? Learn more in the following post. The number one obstacle in staying competitive that organizations face in today’s modern digital ecosystem... read more
Page to show submenu items

Saving form fields on custom entity

I’m having problems saving my custom entity to the db. I created a custom entity called ‘review’ using hook_entity_info() with a custom controller. I have specified some parameters in the controller using: public function create(array $values =... read more
Page to show submenu items

Drush dl not working on Ubuntu with postgresql backend

modules can be added manually, but drush dl or drush en produce errors and will not download a module database section from settings.php $databases[‘default’][‘default’] = array( ‘driver’ => ‘pgsql’,... read more
Page to show submenu items

Remove email validation from Feed Import

I’m trying to import about 15000 users from a CSV file. Most of the users have valid email addresses, but some (+/- 5000) don’t, they’re also not blank fields. Is there a way that I can bypass the email validation? Or a module that can easily help... read more
Page to show submenu items

Display youtube video using Media Oembed in the node

I have embedded youtube video in an article using media+media_oembed+media_internet modules.Media(my field) is a field collection item with two fields – media and caption field.I have custom themed(necessary for my custom bootstrap template) media using theme... read more