You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 63 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - How to get individual forums rss? [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
stag
Private
Private


Joined: Feb 16, 2004
Posts: 39


PostPosted: Sat Apr 24, 2004 7:07 am Reply with quoteBack to top

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
Find all posts by stagView user's profileSend private message
foxyfemfem
Support Staff
Support Staff


Joined: Jan 23, 2003
Posts: 668

Location: USA

PostPosted: Sat Apr 24, 2004 7:59 am Reply with quoteBack to top

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.
Find all posts by foxyfemfemView user's profileSend private message
stag
Private
Private


Joined: Feb 16, 2004
Posts: 39


PostPosted: Sat Apr 24, 2004 6:56 pm Reply with quoteBack to top

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.!
Find all posts by stagView user's profileSend private message
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Sat Apr 24, 2004 8:59 pm Reply with quoteBack to top

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]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
stag
Private
Private


Joined: Feb 16, 2004
Posts: 39


PostPosted: Sun Apr 25, 2004 1:34 am Reply with quoteBack to top

yes please top cop!
Find all posts by stagView user's profileSend private message
Shoshanna
Nuke Cadet
Nuke Cadet


Joined: Mar 22, 2004
Posts: 9

Location: Chicagoland

PostPosted: Mon Apr 26, 2004 8:27 am Reply with quoteBack to top

Me too! I was actually wondering how it's done myself... Smile

Thanks,
Shoshanna Smile
Find all posts by ShoshannaView user's profileSend private messageAIM AddressICQ Number
dsnail2000
Site Admin
Site Admin


Joined: Mar 17, 2003
Posts: 331

Location: Northern VA

PostPosted: Mon Apr 26, 2004 10:24 am Reply with quoteBack to top

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
Find all posts by dsnail2000View user's profileSend private messageVisit poster's website
stag
Private
Private


Joined: Feb 16, 2004
Posts: 39


PostPosted: Mon Apr 26, 2004 11:18 am Reply with quoteBack to top

bump!
Find all posts by stagView user's profileSend private message
stag
Private
Private


Joined: Feb 16, 2004
Posts: 39


PostPosted: Tue Apr 27, 2004 5:25 am Reply with quoteBack to top

bump again!
Find all posts by stagView user's profileSend private message
anthonyaykut
Lieutenant
Lieutenant


Joined: Mar 26, 2003
Posts: 182

Location: Europe

PostPosted: Tue Apr 27, 2004 5:38 am Reply with quoteBack to top

Me too Wink
Find all posts by anthonyaykutView user's profileSend private messageSend e-mailVisit poster's website
dotcomUNDERGROUND
Lieutenant
Lieutenant


Joined: Jul 18, 2003
Posts: 180


PostPosted: Tue Apr 27, 2004 7:35 pm Reply with quoteBack to top

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 ]
Find all posts by dotcomUNDERGROUNDView user's profileSend private messageVisit poster's website
stag
Private
Private


Joined: Feb 16, 2004
Posts: 39


PostPosted: Wed Apr 28, 2004 1:34 am Reply with quoteBack to top

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??
Find all posts by stagView user's profileSend private message
stag
Private
Private


Joined: Feb 16, 2004
Posts: 39


PostPosted: Wed Apr 28, 2004 1:37 am Reply with quoteBack to top

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!
Find all posts by stagView user's profileSend private message
stag
Private
Private


Joined: Feb 16, 2004
Posts: 39


PostPosted: Wed Apr 28, 2004 4:14 am Reply with quoteBack to top

bumppp!
Find all posts by stagView user's profileSend private message
stag
Private
Private


Joined: Feb 16, 2004
Posts: 39


PostPosted: Wed Apr 28, 2004 12:21 pm Reply with quoteBack to top

dsnail2000 wrote:
I've been waiting for a LONG time for this feature... Am I finnally going to have it???
Find all posts by stagView user's profileSend private message
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.353 Seconds - 359 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::