| Author |
Message |
stag
Private


Joined: Feb 16, 2004
Posts: 39
|
Posted:
Sat Apr 24, 2004 7:07 am |
  |
Hi,
I see that nukecops has individual forum rss scripts for most of the forums. I looked for it in downloads and googled the forums but could not lay my hands on the code. Can somebody point me to the right direction???
Example:
http://www.nukecops.com/backendforum3.php
Or paul is keeping this as a secret weapon for his site only????????? |
Last edited by stag on Tue May 25, 2004 11:40 am; edited 2 times in total |
|
   |
 |
foxyfemfem
Support Staff


Joined: Jan 23, 2003
Posts: 668
Location: USA
|
Posted:
Sat Apr 24, 2004 7:59 am |
  |
Hello,
You can download the backendforum.php from http://cvs.nukecops.com |
_________________ If you shoot for the moon and miss, you'll still be amongst the stars. |
|
   |
 |
stag
Private


Joined: Feb 16, 2004
Posts: 39
|
Posted:
Sat Apr 24, 2004 6:56 pm |
  |
Sorry if i was not clear enough in my last post.
I am already using the backendforums.php but that is a general rss for all forums. What i am looking for is the rss script to use to obtain output from an individual forum. That is in this site above most of the forums there is a link (XML) which shows the rss output only for that particular forum and not for all the forums. I checked in the cvs and it has only the general backendforums.php file and not the individual forum rss files.
Can you help me please.! |
|
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Sat Apr 24, 2004 8:59 pm |
  |
Well I made this a little complex. There is another file for each of the individual forums, but that's it, its not simple. You want one? |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
stag
Private


Joined: Feb 16, 2004
Posts: 39
|
Posted:
Sun Apr 25, 2004 1:34 am |
  |
|
   |
 |
Shoshanna
Nuke Cadet


Joined: Mar 22, 2004
Posts: 9
Location: Chicagoland
|
Posted:
Mon Apr 26, 2004 8:27 am |
  |
Me too! I was actually wondering how it's done myself...
Thanks,
Shoshanna  |
|
|
     |
 |
dsnail2000
Site Admin


Joined: Mar 17, 2003
Posts: 331
Location: Northern VA
|
Posted:
Mon Apr 26, 2004 10:24 am |
  |
I've been waiting for a LONG time for this feature... Am I finnally going to have it??? |
_________________ Webmaster of ControlBooth.com
Have new module or block ideas?
Submit your ideas here or in the Suggestions Forum |
|
    |
 |
stag
Private


Joined: Feb 16, 2004
Posts: 39
|
Posted:
Mon Apr 26, 2004 11:18 am |
  |
|
   |
 |
stag
Private


Joined: Feb 16, 2004
Posts: 39
|
Posted:
Tue Apr 27, 2004 5:25 am |
  |
|
   |
 |
anthonyaykut
Lieutenant


Joined: Mar 26, 2003
Posts: 182
Location: Europe
|
Posted:
Tue Apr 27, 2004 5:38 am |
  |
Me too  |
|
|
     |
 |
dotcomUNDERGROUND
Lieutenant


Joined: Jul 18, 2003
Posts: 180
|
Posted:
Tue Apr 27, 2004 7:35 pm |
  |
| Code: |
$result = sql_query("SELECT t.topic_id, t.topic_title FROM ".$prefix."_bbtopics t, ".$prefix."_bbforums f where t.forum_id=f.forum_id and f.auth_view=0 ORDER BY t.topic_last_post_id DESC LIMIT 10", $dbi);
|
anywhere here to set it to get results from a particular forum?? |
_________________ [ Bangla Music | Bngladesh | tech.com.bd | Web Hosting ] |
|
    |
 |
stag
Private


Joined: Feb 16, 2004
Posts: 39
|
Posted:
Wed Apr 28, 2004 1:34 am |
  |
i tried changing the t.forum_id=f.forum_id to t.forum_id=3 , where in 3 is the froum id itself, and it gave an output of the latest post in that froum 3. But all the 10 posts shown were the same i.e. the last single post.
any body??
Top Cop?? |
|
|
   |
 |
stag
Private


Joined: Feb 16, 2004
Posts: 39
|
Posted:
Wed Apr 28, 2004 1:37 am |
  |
| Zhen-Xjell wrote: |
| Well I made this a little complex. There is another file for each of the individual forums, but that's it, its not simple. You want one? |
Ya i do want one please! |
|
|
   |
 |
stag
Private


Joined: Feb 16, 2004
Posts: 39
|
Posted:
Wed Apr 28, 2004 4:14 am |
  |
|
   |
 |
stag
Private


Joined: Feb 16, 2004
Posts: 39
|
Posted:
Wed Apr 28, 2004 12:21 pm |
  |
| dsnail2000 wrote: |
| I've been waiting for a LONG time for this feature... Am I finnally going to have it??? |
|
|
|
   |
 |
|
|