View Single Post
  #6  
Old 31st December 2009, 23:07
benjaminbih benjaminbih is offline
Senior Member
 
Join Date: Jul 2008
Bosnia-Herzegovina
Posts: 70
Default
Quote:
Originally Posted by yoligim View Post
torrents search works fine, but Users search doesn,t because it gives me a blank page...is anything wrong?
here we go.

open /fts-contents/blocks/block-search.php and change:

PHP Code:
   <form method=\"get\" action=\"page.php?type=users&\">
   <input type=\"text\" name=\"search\" size=\"20\" value=\"\" /></td></tr> 
to this

PHP Code:
   <form method=\"get\" action=\"page.php?\">
   <input type=\"hidden\" name=\"type\" value=\"users\">
   <input type=\"text\" name=\"search\" size=\"20\" value=\"\"></td></tr> 
Reply With Quote