Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   Browse (http://www.bvlist.com/showthread.php?t=735)

Mika 1st August 2008 10:44

1 Attachment(s)
How do you get the number behind the category

Gr Mika

Fynnon 2nd August 2008 23:14

What TS version are you using ?

That is a mod, i was thinking those numbers are there by default...

" : "");
Above that add
Code:

$countcats = get_row_count('torrents', "WHERE category = $cat[id]");
Code:

print("
\n");
Replace it with

Code:

print("
\n");
Tested and works

Gr Mika
Mika 4th August 2008 14:52

Ts 3.4

Like here: nzbmasters :: Login



EDIT: (found the solution)

In browse.php find this or similar

Code:

$catsperrow = 4;
print(($i && $i % $catsperrow == 0) ? "
" . htmlspecialchars($cat[name]) . " " . htmlspecialchars($cat[name]) . " ($countcats)

ohm2525 7th September 2008 20:05

Thank. I apply work in TS 4.3 too.


All times are GMT +2. The time now is 10:12.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.