Version: 1.3, by davidw
Developer Last Online: Nov 2023
Category: Add-On Releases -
Version: 3.7.0
Rating:
Released: 01-04-2008
Last Update: 01-04-2008
Installs: 40
Uses Plugins Template Edits
Re-useable Code Additional Files Translations
No support by the author.
Built on the foundation of the 3.6 version, I've rewritten a lot of code and added a few things.
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.
Install Instructions
Located in the zipped readme.txt file.
New Features
- Allow usergroups to be able to add/reply to news/content.
- Give the ability to show archives (more than the initial x amount on the vbnews page). The archive page shows only the news/content for that specific forum and is however many you decide.
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).
What if I don't like the archive name for the forum?
.../archives.php?&do=forum1
you can change this only in the vbnews.php file
Find each instance of
Code:
$archivetext = 'forum1';
and change the forum1 to whatever you want it to say, but keep in mind that you will want to ensure each one is different (just as it is there).
Changes
none for 3.7
See screenshots for how it works. Sorry, no demo available at the moment.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
- the last "read on" link for each section isn't working
- I think it would be a good idea to separate the archive into different pages of X articles, so that all threads of a forum can easily be displayed at a whole, instead of limiting the total number of threads to be displayed in the archive. That would make the mod perfect!
On the first improvement bulletin - I'm not seeing any issues there. What I am seeing however, is that when I click on the last "read on" link - it opens up in the same page as previously last opened page. It reuses that page. Of course, that is on my 3.7 development site with very little mods installed.
On the second issue, can you PM me more details? This could be an option that I could add and update.