View Single Post
  #1 (permalink)  
Old 11-17-2006, 07:39 PM
chuckroast's Avatar
chuckroast chuckroast is offline
Pligg Developer
 
Join Date: Jun 2006
Posts: 3,832
Here is a simple hack to add a "find more like this"
to your stories..

1 open yourtemplate/link_summary.tpl

2 directly after
Code:
admin links</a>
        </span>
3 enter the following code
Code:
| <a href="{$my_base_url}{$my_pligg_base}/search.php?search={$tags}">find more like 

this</a>
It should look something like this..


Enjoy!


Download the full Pligg Module Pack






Last edited by chuckroast; 11-17-2006 at 07:43 PM.
Reply With Quote