I wanted to ask if its possible to configure the index.php so that it displays in cathegories on one page.
example:
--------------------------------------------
<name of the TV show>
episode1
episode2
.
.
---------------------------------------------
<space>
Another table.
--------------------------------------------
<another tv show>
ep1
.
..
--------------------------------------------
because, it seems to read all torrents at once, so splitting it to different tables doesn't seem to be possible to me. Is there maybe a more easy way or do I have to ask some php expert guy to make some extra code?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
damn, i wanted that feature also categories at the moment are hard, is there an installation step by step thats more for the noob then the one in the docs?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There really isn't anything else, other than what's provided in the docs.
To use the categories in the manner above you need to rewrite the index scripts. The provided scripts will show all of the categories but it will not break them up into seperate tables.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry for flooding...
I wanted to ask if its possible to configure the index.php so that it displays in cathegories on one page.
example:
--------------------------------------------
<name of the TV show>
episode1
episode2
.
.
---------------------------------------------
<space>
Another table.
--------------------------------------------
<another tv show>
ep1
.
..
--------------------------------------------
because, it seems to read all torrents at once, so splitting it to different tables doesn't seem to be possible to me. Is there maybe a more easy way or do I have to ask some php expert guy to make some extra code?
You will need someone to write a script for you.
The new version of phpbttracker will have some torrent grouping/sorting in categories, but it won't be ready for quite some time yet.
damn, i wanted that feature also categories at the moment are hard, is there an installation step by step thats more for the noob then the one in the docs?
There really isn't anything else, other than what's provided in the docs.
To use the categories in the manner above you need to rewrite the index scripts. The provided scripts will show all of the categories but it will not break them up into seperate tables.