Skip to main content
Logo

drupaljedimaster

Main navigation

  • Home
  • Blog
  • Log in

Main navigation

  • Home
  • Blog
  • Log in
  1. Home
  2. node


<span>Organizing your theme files in Drupal 7</span>

Organizing your theme files in Drupal 7

Tim Rabbetts | April 2, 2020

When working on a large Drupal site, your theme can become quite complicated with dozens of templates or template overrides, images, css files,...


<span>Multiple SSH keys for different accounts</span>

Multiple SSH keys for different accounts

Tim Rabbetts | April 2, 2020

Problem is, Bitbucket doesn’t allow you to use the same SSH key with more than one Bitbucket account. As GitHub explains you can...


<span>A Beginner's Guide to Caching Data in Drupal 7</span>

A Beginner's Guide to Caching Data in Drupal 7

Tim Rabbetts | April 2, 2020

Building complicated, dynamic content in Drupal is easy, but it can come at a price. A lot of the stuff that makes a site engaging can spell...


<span>Install or Upgrade Drush for Drupal 7</span>

Install or Upgrade Drush for Drupal 7

Tim Rabbetts | April 2, 2020

# Download latest stable release. php -r "readfile('https://s3.amazonaws.com/files.drush.org/drush.phar');" &gt;...


<span>How to programmatically create nodes and taxonomies in Drupal 7</span>

How to programmatically create nodes and taxonomies in Drupal 7

Tim Rabbetts | April 2, 2020

I've been busy with a migration work for my client recently. There is an established website built with some proprietary CMS with a decent amount...


<span>Google calendar v3 add event via php google api</span>

Google calendar v3 add event via php google api

Tim Rabbetts | April 2, 2020

I need to add event via php on server for a gmail account. &nbsp;So I need a service account not a web application or installed application....


<span>Get drupal node form via ajax and embed in page or block</span>

Get drupal node form via ajax and embed in page or block

Tim Rabbetts | April 2, 2020

Finally figured out how to embed a node form via ajax the Drupal way and using the asaf module it will be ajax submitable itself. The...


<span>Example code for creating an admin page for Drupal 7 module</span>

Example code for creating an admin page for Drupal 7 module

Tim Rabbetts | April 2, 2020

function pivotal_menu() { $items = array(); $items['admin/config/development/pivotal'] = array( ...


<span>Entity metadata wrappers to the rescue - Drupal 7</span>

Entity metadata wrappers to the rescue - Drupal 7

Tim Rabbetts | April 2, 2020

This wrapping class is provided by the Entity API module, which I would highly recommend you run (more than likely you already are as it is...


<span>Convert a date using php</span>

Convert a date using php

Tim Rabbetts | April 2, 2020

The easiest way to convert a date in php I find is to use the php date and strtotime function. The strtotime function will parse about...

Pagination

  • First page « First
  • Previous page ‹ Previous
  • …
  • Page 10
  • Page 11
  • Page 12
  • Page 13
  • Page 14
  • Page 15
  • Page 16
  • Page 17
  • Page 18
  • Next page Next ›
  • Last page Last »
Subscribe to