PDA

View Full Version : [RELEASE v.2.x] Active Threads and Info on Non-VB Page (Headlines)


badmeetsevil-
09-01-2001, 10:00 PM
Headlines.php
..a editing of "PluhNews"
Created by Kayn -- Re-Edited By BadMeetsEvil-

What's it do?

Posts the latest thread's (more than 1 if you choose) title, thread starter, last poster, and other information on a .php page, so you can SSI it in, so it can go on a Non-VB Page.

Demo
http://www.soaped-up.com/bbs/headlines.php

Added Things to PluhNews Headlines

a.) Combinded Config.php and Headline.php into one document.
b.) Added Option to see Total Thread Replies
c.) Added Option to see Last Poster of that Thread
d.) Added Option to use Thread Icon
e.) Thread Starters Username, is now link to Profile.
f.) Config Details taken Further
g.) Script is now only about 65 lines.

Installation

1.) Open headlines.php in Notepad, and edit the config section to fit your forums. Pretty much self explanitory.

$newsforums
is the forum you want the headlines to be displayed from. If you don't know how to find out the forum ID, go to your Forums, and hover the name of the forum (the link). On your toolbar at the bottom, it will display the link (IE), and the number at the very end is the forum ID.

$newsitems
are how many items you would displayed on the page.

$forumspath
is your forums path. Edit this to your needs. I found out that it only works with my server if you put a / infront of the path, or else the link would be /bbs/bbs/blah.php. But, it would be different with yours. No trailing slash.

2.) Edit the HTML section to how you want it.. you can add or delete some of the PHP phrases in case you don't like having the Reply Count, Last Poster, or whatever.

3.) Upload to your forums directory.. and open headlines.php in your browser.

http://www.soaped-up.com
BadMeetsEvil-

cambridge2001
09-03-2001, 01:19 PM
cool hack. it really works good.

badmeetsevil-
09-04-2001, 06:11 PM
Thanks man. :)

mem
10-13-2001, 07:57 AM
Dear, badmeetsevil- :

First,it;s a goog kack. 3Q~~~:D :D

But....

// ID of Forum you would like the Headlines Displayed From
$newsforums = 2;----->only forums = 2



If i want to show top 10(or any) with all forums.

How can i to do ?

Thank you very much.

sorry,my english is bad. :confused: :confused:

badmeetsevil-
10-13-2001, 04:21 PM
I see what you're saying.. You want all the new posts from all the forums.

Hm.. that might be a little tough, I'll look into it though. Promise.

Bouddha
10-26-2001, 02:24 PM
It's a really good hack, thank you ! I think I'll use that !

keely
04-12-2002, 08:05 PM
how would you link this to your mainpage? (IE Index.html)

grandma
04-13-2002, 04:24 PM
Can someone tell me how to include this on an .shtml page?

Thanks

Grandma

grandma
04-13-2002, 04:36 PM
Ok I tinkered a bit.

This works for me.

<!--#include virtual="/vb/headlines.php"-->