Numbers of videos next to category names in menu
|
30-03-2011, 06:25 AM
(This post was last modified: 10-04-2011 05:49 AM by Punktured.)
Post: #1
|
|||
|
|||
Numbers of videos next to category names in menu
To do this, we one have to exchange one line of code.
This code is in the functions file, which is located at /include/functions.php Find this line, in the function "categories()": Code: $kategoriler=$kategoriler.'<li><a href="'.$root_url.$linki2.'">'.urldecode($row['category']).'</a></li>'; change that, to: Code: $cat_id = $row['id']; NOTE: Be sure to clear your cache files for the changes to take effect. Custom HTML/CSS/PHP http://theorderofindividualacceptance.co...p.php?id=1 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Numbers of videos next to category names in menu - Punktured - 30-03-2011 06:25 AM
RE: Numbers of videos next to category names in menu - admin - 30-03-2011, 03:39 PM
RE: Numbers of videos next to category names in menu - Dreamer26 - 07-04-2011, 11:43 AM
RE: Numbers of videos next to category names in menu - Punktured - 07-04-2011, 12:01 PM
RE: Numbers of videos next to category names in menu - Dreamer26 - 07-04-2011, 06:52 PM
RE: Numbers of videos next to category names in menu - Punktured - 07-04-2011, 09:51 PM
RE: Numbers of videos next to category names in menu - admin - 07-04-2011, 11:15 PM
RE: Numbers of videos next to category names in menu - Punktured - 07-04-2011, 11:17 PM
RE: Numbers of videos next to category names in menu - Dreamer26 - 08-04-2011, 10:31 AM
RE: Numbers of videos next to category names in menu - Punktured - 10-04-2011, 05:50 AM
|