Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vB News CMS Details »»
vB News CMS
Version: 1.2a, by davidw davidw is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.8 Rating:
Released: 12-04-2006 Last Update: 07-25-2007 Installs: 57
Uses Plugins Template Edits
Additional Files Translations  
No support by the author.

Very similar to vB News CMS for 3.5, but a some of the code was rewritten. This now works with BBCode - (This includes line breaks, URLs, smilies, etc.). I've removed several lines and taken out have removed the dual option for SQL 4.1 or higher as a lot of people are still on the lower MySQL

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.

This works only for vbulletin 3.6.0 or higher.

There is a 3.7.x version here

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

V. 1.2a Added security for admins
V. 1.2 Added support for Who's Online

Things in consideration for future releases

1) Menu system that dynamically displays a menu based on forum choices.

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.

Temporary demo location:
http://www.christianboards.org/vbnews.php

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 05-22-2007, 12:08 AM
davidw's Avatar
davidw davidw is offline
 
Join Date: Jul 2005
Location: Arkansas
Posts: 2,815
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try this...

change this

Code:
// ######################### REQUIRE BACK-END ############################
GLOBAL $parser;
require_once('./includes/class_bbcode.php');
require_once('./global.php');
$parser 	=& new vB_BbCodeParser($vbulletin, fetch_tag_list());
to this

Code:
// ######################### REQUIRE BACK-END ############################
GLOBAL $parser;
require_once('./includes/includes/init.php');
require_once('./includes/class_bbcode.php');
require_once('./global.php');
$parser 	=& new vB_BbCodeParser($vbulletin, fetch_tag_list());
Of course, you may have to edit the links to make them point directly to where the files are located based on this file's location.
Reply With Quote
  #43  
Old 05-22-2007, 12:44 PM
Timan Timan is offline
 
Join Date: Mar 2002
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey david, sorry to be a pest about it, but seem that didn't work either, now the error is the following.

Code:
Warning: main(/home/aquasoft/public_html/includes/class_core.php) [function.main]: failed to open stream: No such file or directory in /home/aquasoft/public_html/board/includes/init.php on line 45

Fatal error: main() [function.require]: Failed opening required '/home/aquasoft/public_html/includes/class_core.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/aquasoft/public_html/board/includes/init.php on line 45
Reply With Quote
  #44  
Old 05-22-2007, 01:00 PM
davidw's Avatar
davidw davidw is offline
 
Join Date: Jul 2005
Location: Arkansas
Posts: 2,815
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How are you setting this up in relationship to the forum? It may not be the files that are missing, but the link needs to be changed to what were originally required.
Reply With Quote
  #45  
Old 05-22-2007, 01:36 PM
Timan Timan is offline
 
Join Date: Mar 2002
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well seems this addon fits my needs perfect for my site. We wanted to have a specified forum's posts be like news on a main page. Right now it works perfect at http://www.aqua-soft.org/board/news.php problem is we really wanted to move that news.php file to the root of the site so we could access it at http://www.aqua-soft.org/index.php Hope that helps.
Reply With Quote
  #46  
Old 06-30-2007, 07:27 PM
Joshyyy Joshyyy is offline
 
Join Date: Jun 2007
Location: Stevenage
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there a way to edit the name of the mod, when displaying it on your forums?

Example atm its:

NAME OF FORUMS
--- vB News CMS

is there a way to edit the vB News CMS bit?
Reply With Quote
  #47  
Old 06-30-2007, 07:31 PM
davidw's Avatar
davidw davidw is offline
 
Join Date: Jul 2005
Location: Arkansas
Posts: 2,815
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can edit the vbnews.php file and find around line 499 (near the bottom):

Code:
$navbits[$parent] = 'vB News CMS';
and change it there. Save then reimport.
Reply With Quote
  #48  
Old 10-07-2007, 06:26 PM
Blindchild02's Avatar
Blindchild02 Blindchild02 is offline
 
Join Date: Apr 2002
Location: USA
Posts: 741
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can this just do the newest threads from said forums, rather than newest threads per group?

Does that make sense? lol

I just want it to feed from all the forums I chose in order of date, rather than order of date within a group.
Reply With Quote
  #49  
Old 10-07-2007, 06:40 PM
Millenium IT Millenium IT is offline
 
Join Date: Nov 2006
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

BBcode doesnt work :/
Reply With Quote
  #50  
Old 10-07-2007, 07:04 PM
davidw's Avatar
davidw davidw is offline
 
Join Date: Jul 2005
Location: Arkansas
Posts: 2,815
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Blindchild02 View Post
Can this just do the newest threads from said forums, rather than newest threads per group?

Does that make sense? lol

I just want it to feed from all the forums I chose in order of date, rather than order of date within a group.
Are you wanting this to encompass all your forums altogether, rather than individual forums?

Quote:
Originally Posted by Millenium IT View Post
BBcode doesnt work :/
Where is this not working?

Btw, don't forget to click install.
Reply With Quote
  #51  
Old 10-07-2007, 07:31 PM
Blindchild02's Avatar
Blindchild02 Blindchild02 is offline
 
Join Date: Apr 2002
Location: USA
Posts: 741
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by davidw View Post
Are you wanting this to encompass all your forums altogether, rather than individual forums?
no no, I still want the option to choose which forums, but I dont want them organized in categories, I'd rather them all be in 1 category and by date.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:57 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04682 seconds
  • Memory Usage 2,316KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete