PHPJavascript

Web Development Guide – My Personal Library of Tutorials and Scripts

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 ...

Drupal 5 jscrollpane

February22
I wanted a flashy scrollpane for the content on my drupal site. I have drupal 5 where the scrollpane module is ...
posted under Drupal | No Comments »

Drupal webform validate either fields

February22
I am using webforms and I have three fields were either one of em should be filed. Use the "additional validation" ...
posted under Drupal | 3 Comments »

Drupal webform atleast one of the fields mandatory

February22
I am using webforms and I have three fields were either one of em should be filed. Use the "additional validation" ...
posted under Drupal | 1 Comment »

drupal arabic or rtl support theming

February18
Create a separate stylesheet like style-rtl.css Then in the page.tpl file instead of <?php print $styles?> variable use the following:...
posted under Drupal | No Comments »

Remove php extension

February11
I need to redirect pages with .php extension to without. Like www.magrudy.com/mystore.php to www.magrudy.com/mystore Use the following RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/\ ]+/)*([^.\ ...
posted under htaccess | No Comments »

Redirect .php pages

February11
I need to redirect pages with .php extension to without. Like www.magrudy.com/mystore.php to www.magrudy.com/mystore Use the following RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/\ ]+/)*([^.\ ...
posted under htaccess | No Comments »

Drupal tweetmeme button error

February10
Make sure the website is not in maintenance mode :) took me atleast 20 mins to figure it out.
posted under Drupal | No Comments »
« Older EntriesNewer Entries »

2,885 spam comments
blocked by
Akismet