Number of comments under the video on the videos page - Printable Version +- Free Adult Tube-Video Script Forum (http://freeadultscript.com/forum) +-- Forum: My Category (/forumdisplay.php?fid=1) +--- Forum: Tutorials (/forumdisplay.php?fid=8) +--- Thread: Number of comments under the video on the videos page (/showthread.php?tid=305) |
Number of comments under the video on the videos page - Punktured - 30-03-2011 06:23 AM To do this, we one have to exchange two lines of code. This code is in the functions file, which is located at /include/functions.php The two lines we change in functions.php are the same, so once you find the first one, the second one is just a bit further down in the code. Find this line, in the function "tablo()": 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>'; Add this bit of code above that line: Code: $vid_id = $row['v_id']; Then change the end of the lines at: Code: td>'; Code: <br>Comments: $com_tot</td>'; NOTE: Be sure to clear your cache files for the changes to take effect. RE: Number of comments under the video on the videos page - admin - 30-03-2011 03:43 PM you do not need to write the code so i edit your post PHP Code: while ($row2 = mysql_fetch_array($result2)) |