Author |
Topic |
|
kristien
New Member
78 Posts |
Posted - 01 July 2002 : 06:50:16
|
Is it possible to display all topics on one page. The newest on the top.
With page 1, 2, 3 ... on the bottom.
It would really be great...
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 01 July 2002 : 10:53:31
|
every single topic? or just active topics during a time period? both are possible but more info is needed.
http://www.nineinchnailz.com |
|
|
kristien
New Member
78 Posts |
Posted - 01 July 2002 : 13:53:42
|
Active topics are allready possible i think.
I just want them to display all the topics from let me say the last 30 days.
I have for example HARDWARE : - General - Soundcard - ...
SOFTWARE : - ... - ...
Now i want that i have a page where all the hardware topics are put together. And another page where all the software topics are put together.
If that isn't possible, just ALL the topics.
|
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 01 July 2002 : 14:00:35
|
What you are describing is already part of the software.
Active topics will allow you to look at the active topics from the last 30 days. And displays it exactly how you described as long as you have your Forums set up with the names "HARDWARE" and "SOFTWARE" etc.
If you have a "HARDWARE" forum, the page that displays all of the hardware topics together is forum.asp. You would just go there through default.asp and click on the appropriate forum.
EDIT - what I would do if I were you is set up a HARDWARE category. Then name the forums something like HARDWARE: General and HARDWARE: Sound Cards, etc. Do the same for a SOFTWARE category and other categories you might have.
Nikkol
Edited by - Nikkol on 01 July 2002 14:02:42 |
|
|
kristien
New Member
78 Posts |
Posted - 01 July 2002 : 14:12:53
|
http://www.onlinehelpdesk.be
It is like that. BUT i want them to click on hardware and see ALL the topics without the forums and only hardware. So not software ...
When they click on software, they see ALL the software topics...
Is that possible?
Edited by - kristien on 01 July 2002 14:24:14 |
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 01 July 2002 : 14:48:23
|
It is possible, unfortunately I don't have the time to work on it at the moment. But, in a nutshell, a relatively easy way to accomplish it would be:
1. Make a copy of active.asp and name it something different. 2. Place Cat_ID = Request.QueryString("CAT_ID") toward the top of the file somewhere. 3. Add a line to the SQL statement: "AND C.CAT_ID = " & Cat_ID & " " &_ 4. Modify default.asp so that there is a link where the Category titles are to "display all active topics for category". The link will point to "newpage.asp?CAT_ID=" & rs("CAT_ID")
on the new page created, there will be other modifications to make also, like the dropdown menu will need to have the Cat_ID added to the querystring. Not sure what else, but that's just off the top of my head. May not be the best way to do it either. Also, you would need to modify it if you wanted to show topics older than 30 days.
Nikkol |
|
|
kristien
New Member
78 Posts |
Posted - 02 July 2002 : 17:02:51
|
Thanks !
|
|
|
|
Topic |
|