Delete The Categories and Recent Comments - Printable Version +- Free Adult Tube-Video Script Forum (http://freeadultscript.com/forum) +-- Forum: My Category (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Delete The Categories and Recent Comments (/showthread.php?tid=69) |
Delete The Categories and Recent Comments - online28 - 10-08-2010 07:54 PM How to Delete the categories column and Recent Comments column? which is on the left hand side and I want larger the pic too. Also, How to updata the video automatically? For example, I want to updata the Teen categorie's video of YouPorn.com automatically thank you very much RE: Delete The Categories and Recent Comments - admin - 10-08-2010 09:05 PM open include/functions.php to disable recent comments; find PHP Code: function recent_comments() at line 976 chage it as bellow PHP Code: function recent_comments() to disable categories find; PHP Code: function categories() at line 871 chage it as below PHP Code: function categories() it is not possible add the videos auto RE: Delete The Categories and Recent Comments - admin - 10-08-2010 09:14 PM to make the pics larger open include/functions.php find PHP Code: $data=$data.'<td valign="top"><a href="'.$root_url.$linki.'"><div align="center"><img multiple_thumbnail_url="g" class="video-thumb" border="0" src="'.$root_url.'img/thumb/'.$row['v_id'].'_0.jpg" num="'.$row['num'].'" id="thumb'.($i+1).'" alt="'.urldecode($row['title']).'" width="160" height="120" /></div>'.urldecode($row['title']).'</a></td>'; at line 504 also find PHP Code: $data=$data.'<td valign="top"><a href="'.$root_url.$linki.'"><div align="center"><img multiple_thumbnail_url="g" class="video-thumb" border="0" src="'.$root_url.'img/thumb/'.$row['v_id'].'_0.jpg" num="'.$row['num'].'" id="thumb'.($i+1).'" alt="'.urldecode($row['title']).'" width="160" height="120" /></div>'.urldecode($row['title']).'</a></td>'; edit width="160" height="120" for two codes as you want RE: Delete The Categories and Recent Comments - online28 - 11-08-2010 06:26 AM It doesn't work on larger the pic I mean the thumb of the video larger the thumb RE: Delete The Categories and Recent Comments - admin - 11-08-2010 09:49 AM after edit the codes be sure you clean caches for video tables i think you see caches |