Version: 1.00, by davidw
Developer Last Online: Nov 2023
Version: 3.5.5
Rating:
Released: 08-29-2006
Last Update: 07-25-2007
Installs: 11
Uses Plugins Template Edits
Additional Files
No support by the author.
What does this do? It allows you to take your news from your news forums (up to 9 news forums) and display them in a category-style fashion with the ability to add new content, reply to the original story, send to a friend, and print.
Thanks go out to sabret00the for his help on the project who helped out a lot, to peterska2 for testing and working with me on the templates, and to the beta testers for helping find potential problems and bugs to be fixed/worked out.
Install/Upgrade Instructions
Located in the zipped readme.txt file.
Frequently Asked Questions
What is the forumid?
The forumid is the id of the forum you have created. Each forum has its own unique number assigned to it. When you click on a forum link you can see a number that is assigned to it. This will show up in the URL of the page you are browsing. Another way of seeing the forumid is to go to your admin control panel => Forums & Moderators => Forum Manager => Click on [Expand All] and then move your mouse over (hover) any of the forums you've created. Your status bar (bottom of screen) should display your forumid (number at the end of the link/url).
Changes
Added security
Known Bugs/Issues:
1) - When you go to the page directly, the page acts as a normal page - however, if you click refresh on the page, the refresh stalls. I don't understand why this occurs.
2) - BBCode does not parse yet - I am looking into making it parse without causing problems.
In theory, I would assume you could make more than one page, provided you
A) Use the legacy version of the file
B) change the name of the file
C) edit this line
Code:
define('THIS_SCRIPT', 'vbnews');
to the name of the new file (without .php on the end)
D) Only use the sections you want for each script. They start with:
Code:
if (forumid1) {
$getnews1 = $db->query_read("
and end with
Code:
}
}
and leave ALL other code intact.
I've not tried this, so I don't know if it will work - but I suspect it could.
also, perhaps you could answer a question. I've tried to run news rss feeds on my site before, but the members complain that they don't want to see 1000 new threads just from the news feed in the "new posts" section."
is there any way to get newly created threads from the news feed not to show up on "new posts" until at least a couple of replies to the said threads?
this looks pretty cool, example of it working live tho? i have vbadvanced and wonder how i would incorporate this into my site.
I have it running live http://www.christianboards.org/vbnews.php
All I did was not use the news function for the home page in vba admincp options and put a link for the page in my navigation menu on the left side of my home page.
Quote:
Originally Posted by dirtycrow
also, perhaps you could answer a question. I've tried to run news rss feeds on my site before, but the members complain that they don't want to see 1000 new threads just from the news feed in the "new posts" section."
is there any way to get newly created threads from the news feed not to show up on "new posts" until at least a couple of replies to the said threads?
You can limit however many you want to show in the admincp options for vb news. In regards to post count, I'm not sure offhand, but it would have to be a query edit. I can look into this when I get time, but it could be a few days.