↧
Drupal 7: quick-edit link for nodes for authorized users [SOLVED]
Showing a “edit this node” link for users who have authorization to edit that node is a useful feature. The link will show only to logged users who have the editing privilege. In Drupal7 this can be...
View ArticleAdding jQuery UI tabs to Drupal 7 [SOLVED]
I recently wanted to add some jQuery UI tabs to nodes. Drupal 7 has jQuery 1.4 included in core, so we’ll take advantage of that. This is how you do it: First, edit template.php and create / make some...
View Article