June5
Click here to download the final module.
Click here to view the details of the module.
To write a ...
June5
I have created a custom module which send notifications to the store admin email address; if the order is not ...
March25
The rss being generated has by default node title, author name and time. Now these rss items can be controlled ...
March25
The rss being generated has by default node title, author name and time. Now these rss items can be controlled ...
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 ...
February22
I wanted a flashy scrollpane for the content on my drupal site.
I have drupal 5 where the scrollpane module is ...
February22
I am using webforms and I have three fields were either one of em should be filed.
Use the "additional validation" ...
February22
I am using webforms and I have three fields were either one of em should be filed.
Use the "additional validation" ...
February18
Create a separate stylesheet like style-rtl.css
Then in the page.tpl file instead of <?php print $styles?> variable use the following:...
February10
Make sure the website is not in maintenance mode :) took me atleast 20 mins to figure it out.