Drupal

Drupal Page Isn’t Updating After I Make Changes

Posted by on March 28, 2010 at 4:45 pm

If you have a web site in drupal and you make changes, but don’t see them, chances are that you need to clear the cache. You can install the drupal cache add-on or you could just create a quick php file and place it on the root. This file only needs this information: <?php include_once [...]

Editing HTML Title Tag in Drupal For Views

Posted by on March 28, 2010 at 4:41 pm

If you can’t seem to do it any other way, as there doesn’t seem to be a fast way to do it with any specific modules, you may want to edit your header.php file in your template. I replaced the original header tag information with something that looked more like this: <title><?php  if ($_SERVER['REQUEST_URI']==”/view1name”)    [...]