To change the label of Ubercart Event Registration (uc_event_registration) without hacking the module simply insert some Jquery.
Put a pice of JQuery like this in your page.tpl.php
Here are my personal mount in /etc/fstab for mounting my server to the filesystem on my Desktop and Lapto
First install nsf-common
apt-get install nfs-commonMake the mountpoint on the local filesystem
mkdir /extra
mkdir /home/rob/[HOSTNAME]Add to /etc/fstab
robox:/extra /extra nfs rw,nfsvers=3,hard,intr 0 0
One of my client notified that when she clicked on the Google search results she was re-directed to a other website than mentioned in the results. Al redirects went to the website http://www.gomeo.com/
I noticed that not all click on the links where re-directed to Gomeo. Two out of three click where redirected to Gomeo while the other click landed on the correct page.
This brief guide will explain the steps you can take to get basic SMTP AUTH working with Debian Sarge's exim4 package. (For users connecting to your server, not for forwarding via your ISP)
First of all generate an Exim SSL certificate:
# /usr/share/doc/exim4-base/examples/exim-gencertPlace this code in your template.php file if you want u use different templates for the same code.
Create a template named page-SOMETING-tpl.php
Create a url alias node/NID SOMETHING
function phptemplate_preprocess_page(&$vars) {
if (module_exists('path')) {
$alias = drupal_get_path_alias(str_replace('/edit','',$_GET['q']));
if ($alias != $_GET['q']) {