How to use url alias in views for taxonomy terms?

How to use url alias in views for taxonomy terms?

On a Drupal 7 site with pathauto installed I’m using a view to show all taxonomy terms of a given node. The terms are linked to the term’s page. The problem is, that the path of those terms does not use the url alias’ that are set for the terms. Is... read more
How to use url alias in views for taxonomy terms?

search block form not accepting special characters in drupal 7

If I search with any special character in drupal default search block form it returns error message like “You must include at least one positive keyword with characters or more.”.after i do search with letters or numbers it does not bring results.shows... read more
How to use url alias in views for taxonomy terms?

What’s the correct way to enable clean urls when Drupal is hosted in a sub directory (linux server)?

Until recently, I’ve never used Drupal in a subfolder before, and having followed the directions in the .htaccess file as well as this page, I’m unable to get it working. Drupal projects will be stored in the following structure: localhost/drupal/project1... read more
How to use url alias in views for taxonomy terms?

create a custom form based on user fields

I created new menu item witch I want to insert a custom form to edit some user fields : $items[‘user/%user/edit-custom’] = array( ‘title’ => ‘Knowladge’, ‘page callback’ => ‘drupal_get_form’,... read more
How to use url alias in views for taxonomy terms?

How to hook into an attachment?

I have a field loading hidden in an attachment view and I need to hook into that attachment to alter the output of the field. It involves PHP and I’d rather hook into template.php rather than download some PHP module to store PHP code in my database. I’ve... read more