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

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

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.

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

I think two or three members have set the vBNews up on a non-vb page. How to go about doing that - I've not tried that so I don't know specifically, however I do believe it is possible.
Reply With Quote
  #23  
Old 05-09-2008, 05:55 PM
ishare ishare is offline
 
Join Date: Jun 2006
Location: Stockholm
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to sort the threads in alphabetical order instead of listing it from new to old ?
Thanks again for all your efforts Davidw.
Reply With Quote
  #24  
Old 05-09-2008, 08:04 PM
davidw's Avatar
davidw davidw is offline
 
Join Date: Jul 2005
Location: Arkansas
Posts: 2,815
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

However you are able to sort them in the database is how you can sort them using this. This uses a mysql select. So, it could be possible, but I'd have to look later.
Reply With Quote
  #25  
Old 05-14-2008, 04:30 AM
EcoForumZ's Avatar
EcoForumZ EcoForumZ is offline
 
Join Date: Apr 2008
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I add this to the homepage?

Thanks.
Reply With Quote
  #26  
Old 05-14-2008, 10:47 AM
davidw's Avatar
davidw davidw is offline
 
Join Date: Jul 2005
Location: Arkansas
Posts: 2,815
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've granted permission for a CMPS module to be released - so keep a watch out for that.
Reply With Quote
  #27  
Old 05-14-2008, 06:45 PM
EcoForumZ's Avatar
EcoForumZ EcoForumZ is offline
 
Join Date: Apr 2008
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by davidw View Post
I've granted permission for a CMPS module to be released - so keep a watch out for that.
Were you replying to me? If so does that mean there is currently no way to add this to the homepage?

Thanks.
Reply With Quote
  #28  
Old 05-14-2008, 08:22 PM
davidw's Avatar
davidw davidw is offline
 
Join Date: Jul 2005
Location: Arkansas
Posts: 2,815
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you are not using the CMPS, then all you would need to do is call the page that it uses - such as set up an iframe and enter the page's information into the iframe.

Curious, exactly what did you have in mind?
Reply With Quote
  #29  
Old 05-14-2008, 09:18 PM
EcoForumZ's Avatar
EcoForumZ EcoForumZ is offline
 
Join Date: Apr 2008
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by davidw View Post
If you are not using the CMPS, then all you would need to do is call the page that it uses - such as set up an iframe and enter the page's information into the iframe.

Curious, exactly what did you have in mind?
I just want to add 3 to 5 news articles to my homepage. Your product looks good I just want to know how to move the news to the homepage.
Reply With Quote
  #30  
Old 05-15-2008, 06:56 PM
Phongvanlau Phongvanlau is offline
 
Join Date: Jul 2007
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi David,

is this hack similar to CMPS, Do they see this page (news) as soon as they login?

Thanks
Reply With Quote
  #31  
Old 05-15-2008, 07:18 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 EcoForumZ View Post
I just want to add 3 to 5 news articles to my homepage. Your product looks good I just want to know how to move the news to the homepage.
Can you PM me a link to your home page so I know how to proceed? It may be easier than I suspect.

Quote:
Originally Posted by Phongvanlau View Post
Hi David,

is this hack similar to CMPS, Do they see this page (news) as soon as they login?

Thanks
If you are referring to vBAdvanced, they have a News section but a lot of people have suggested they wanted an alternative, which this is one reason I created this. There is a CMPS module coming up that will work as a replacement to the vBAdvanced News module. If you are referring to another CMPS, please specify so I can find out.
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 11:16 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04429 seconds
  • Memory Usage 2,311KB
  • Queries Executed 25 (?)
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
  • (1)bbcode_code
  • (4)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