Paul Booker

Primary tabs

Articles from Paul Booker

/**
* Implements hook_install().
*/
function artist_install() {
artist_install_vocabularies();
artist_install_terms();
}

$ dig A paulbooker.co.uk @208.67.220.220

; > DiG 9.8.3-P1 > A paulbooker.co.uk @208.67.220.220
;; global options: +cmd
;; Got answer:
;; ->>HEADER
$ dig MX paulbooker.co.uk @208.67.220.220

$ dig A paulbooker.co.uk @208.67.220.220

; > DiG 9.8.3-P1 > A paulbooker.co.uk @208.67.220.220
;; global options: +cmd
;; Got answer:
;; ->>HEADER
$ dig MX paulbooker.co.uk @208.67.220.220

/**
* Implements hook_user_login().
*/
function mymodule_infusionsoft_user_login(&$edit, $account) {

global $tag;

if (user_access('administer site configuration')) {
return TRUE;
}

/**
* Implements hook_user_login().
*/
function mymodule_infusionsoft_user_login(&$edit, $account) {

global $tag;

if (user_access('administer site configuration')) {
return TRUE;
}

If you wanted to add right double angle quotes or raquo to each of your comment block comments. First you would track down the functionality that needs changing to theme_comment_block() inside the comments module ..

If you wanted to add right double angle quotes or raquo to each of your comment block comments. First you would track down the functionality that needs changing to theme_comment_block() inside the comments module ..

/**
* Implements of hook_services_resources().
*/
function mymodule_services_services_resources() {
$api = array(
'frontpage' => array(
'operations' => array(

/**
* Implements of hook_services_resources().
*/
function mymodule_services_services_resources() {
$api = array(
'frontpage' => array(
'operations' => array(

It's been more than a month since Drupageddon so I thought I would post an update of my previous post.Commands that help with auditing:

Showing files that have changed on the live server:

git status

Pages