PHPJavascript

Web Development Guide – My Personal Library of Tutorials and Scripts

Drupal

Drupal form_alter not working

June15
I was creating a custom module to add a default weight for product in ubercart. I was using the hook_form_alter ...

Ubercart attribute select box hide show textfield

June13
I have an attribute called "size" with an option "custom". Now when a user selects the custom option a ...
posted under Ubercart | No Comments »

Ubercart dependent attribute hide show

June13
I have an attribute called "size" with an option "custom". Now when a user selects the custom option a textfield ...
posted under Ubercart | No Comments »

Ubercart Shipping Weight and Location with Start Weight

June7
The ubercart shipping, flatrate and weight modules do great for most of the basic shipping requirements. My shop had to sell ...
posted under Ubercart | No Comments »

Ubercart Country Add State

June7
The country United Arab Emirates states are listed wrongly, to correct I went directly to table uc_zones and corrected.  It ...

Drupal custom module cron

June5
Click here to download the final module. Click here to view the details of the module. To write a ...
posted under Drupal | No Comments »

Drupal Ubercart Delivery Date Pending Admin Notification

June5
I have created a custom module which send notifications to the store admin email address; if the order is not ...
posted under Drupal | 1 Comment »

Drupal rss theme items

March25
The rss being generated has by default node title, author name and time. Now these rss items can be controlled ...
posted under Drupal | No Comments »

Drupal rss remove author name

March25
The rss being generated has by default node title, author name and time. Now these rss items can be controlled ...
posted under Drupal | 1 Comment »

Disable right click

February23
Use jquery to disable right click Add the following code in the <head> of your webpage <script type="text/javascript"> $(document).ready(function(){ $("img").bind("contextmenu",function(e){ return false; }); }); </script> I had ...
« Older EntriesNewer Entries »

2,885 spam comments
blocked by
Akismet