Status
Not open for further replies.

Shadow008

Banned
Banned
663
2010
2
0
CAN ANY WCDDL OWNER TELL ME HOW CAN I ADD THE FILE HOSTING SHOWER AND THE SEARCH IT ON MY DDL,PLEAS THANK YOU,WAITING FOR YOUR REPLY :D,THE EXAMPLE IMAGE IS BELOW,I HAVE MARKED IT IN RED
[SLIDE]http://i56.tinypic.com/j9ac77.jpg[/SLIDE]
 
7 comments
the search it
in the table
PHP:
 <?php if(!isset($core->q) && $core->numRows > 2)'<td>Search It</td>';?>
in table rows
PHP:
<?php if(!isset($core->q) && $core->numRows > 2)'<td><center><a href="index.php?q='.$dl['title'].'" target="_blank" title="Search for '.$dl['title'].'"><img src="/images/lupa.gif"></a></center></td>';?>
Not tested, i guess will work.
The idea, only show the searchIt row if not doing an search and have more than 2 results.
 
Status
Not open for further replies.
Back
Top