Showing similar content nodes on Drupal
- goto
admin/build/block
- Drag the Similar Entries module
OR
If you want to integrate the similar content to the node body, call thesimilar_content
theme function. print theme('similar_content', $node);
on node.tpl.php
Using the variables available withing node.tpl.php
you can choose whether to display the similar content on teasers or full views etc. For example to show similar node contents on the full node use the following code
if($teaser == false):
print theme('similar_content', $node);
endif;
:)
01 Dec, 2009
Related Searches
php perl content management system
accessible of drupal
drupal preview not working
drupal cannot modify header
drupal hosting on windows
drupal terminal module uninstall
free drupal websites hosting
drupal drag and drop module
sql injection database book drupal
drupal http response object
php perl content management system
accessible of drupal
drupal preview not working
drupal cannot modify header
drupal hosting on windows
drupal terminal module uninstall
free drupal websites hosting
drupal drag and drop module
sql injection database book drupal
drupal http response object