View Single Post
  #11  
Old 28th April 2011, 18:17
Cyberlock Cyberlock is offline
Senior Member
 
Join Date: Aug 2008
Posts: 15
Default
hi there.
i have a problems with this line
Code:
<td align="left">'.$showwait.'<a name="#showtorrent'.$torrents['id'].'"></a>&nbsp;'.$name_torrent.'<br />'.'&nbsp; <font color="red"> Genre: </b>'.$genre.'</font>'.$isScene.'</td>
when im using this line. i dont see the Subscription/torrent name in browse.php


I only see Added: 04-22-2011 07:58 PM Genre: Action

edit: okay i fix my problems i just make som change at it

So i change this:
PHP Code:
<td align="left">'.$showwait.'<a  name="#showtorrent'.$torrents['id'].'"></a>&nbsp;'.$name_torrent.'<br  />'.'&nbsp; <font color="red"Genre:  </b>'.$genre.'</font>'.$isScene.'</td
To this:
PHP Code:
<td align="left">'.$showwait.'<a name="#showtorrent'.$torrents['id'].'"></a>&nbsp;'.$torrent_name.'<br />&nbsp; <font color="red"Genre: &nbsp;'.$genre.'</font><br />'.$isScene.'</td
Reply With Quote