Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
News Management & Portal System Lite Details »»
News Management & Portal System Lite
Version: 2.0.7 Gold, by Mythotical Mythotical is offline
Developer Last Online: Jun 2022 Show Printable Version Email this Page

Category: Major Additions - Version: 3.7.x Rating:
Released: 03-12-2008 Last Update: 07-14-2008 Installs: 82
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

Description: News Management & Portal System Lite (NMAPS) is a portal system that is completely based on news without the use of forums. Instead each news story/review story is stored in the database under its own tables. I have seen many requests for news management system and I decided to create NMAPS, then Bree took it to the next stage with v2 with all the changes and features.

The system will act as a portal or a second frontend for your site. It has many features that I'm sure everyone will enjoy.

Features:
* Portal
* Modules
* Chief Reporter Option
* Cover Story
* Top Story
* Categories
* Reporter CP for managing stories
* Phrased
* Admin Settings without using vBulletin's Options page
* Usergroup Permissions
* User Perms
* Phrased

History:
v2.0.7-2 (HOTFIX) -
* Fixed nmaps_config.php requirement in nmaps_install.php and nmaps_upgrade.php

v2.0.7-1 (HOTFIX) -
* Fixed nmaps_config.php error in ACP nmaps.php file

v2.0.7 -
* Add nmaps_config.php so NMAPS can be ran outside of forum directory
* Edited 1 phrase

v2.0.6 -
* Fixed 'Title' setting bug

v2.0.5 -
* Fixed bug with editor on edit entry page

v2.0.4 -
* Fixed WYSIWYG editor when editing an entry
* Added Arabic phrase pack
* Removed unnecessary loop

v2.0.3 -
* Allow BBCode in entries
* Added missing phrases
* Altered nmaps_pg_news_add and nmaps_pg_news_edit templates to remove hard coded file name
* Fixed left/right column display when no modules are present
* Added new phrases to replace nmaps title from being hard coded to navbits as well added new phrases for editing story, moving story, etc.
* Moderation of entries fixed
* Added missing footer template

v2.0.2 -
* Fixed security vulnerabilities
* Combined install and uninstall files into 1 file
* Fixed return value error

v2.0.1 -
* Fixed various display errors
* Added install file
* Fixed 3 database errors

v2.0 -
* Fixed database errors
* Phrased
* Added more features
* Redid code and alters modules
* Own settings page
* Category code rewrote

v1.0 -
* Initial Release

Demo: www.mfgz.co.uk/forum/nmaps.php - Thanks to dodgeuk19
http://www.mlkclan.net/forums/nmaps.php - Thanks to mmerced

Review: Meet the Geeks review of NMAPS

Installation:
Plugins: 4
File Uploads: 16
Files to Import: 1
Directories to Upload: 7

REQUIREMENTS: At least 3.7.1 or later
PHP 5 or later

Support will be given in this thread.

Enjoy and I hope to get suggestions for 2.1

NOTE: If you like this mod, please click INSTALL, it goes a long way with me.

FAQ:
  1. How do I edit the navigation links?
    • Go to your AdminCP > Styles & Templates > Style Manager > Edit Templates > Find NMAPS Templates in the list of templates > Edit nmaps_mod_nav
  2. What version of PHP/MySQL is required to use this mod?
    • Unfortunately this mod requires PHP5 or later as well as MySQL5 or later.
  3. What does Pro version have that Lite doesn't?
    • Pro has many features that Lite doesn't, right now there is no full demo of Pro and if you wish to be notified when a demo is available please PM me.
  4. When is the next version of NMAPS due to be released?
    • I try not to give an exact date as errors, sql fixes, etc could cause dates to be changed therefore I try to give more of a week or 2 weeks as I usually give an exceptional amount of time to allow for fixes and such.
  5. My editor isn't showing up when I try to add a new article, what is wrong?
    • Go to AdminCP > vBulletin Options > Message Posting Interface Options then Enable Standard & WYSIWYG Controls under Full Editor. Once done, you must reimport the product with overwrite set to 'Yes' once complete the editor will show up when adding a new article.
  6. I receive this error when accessing /admincp/ "Warning: require_once(/includes/adminfunctions_template.php) [function.require-once]: failed to open stream: No such file or directory in [path]/admincp/nmaps.php on line 22

    Fatal error: require_once() [function.require]: Failed opening required '/includes/adminfunctions_template.php' (include_path='.:/usr/lib/php:/usr/local/lib/php')"
    • Download the file from Post #378, upload to your /admincp/ directory overwriting the existing file.
  7. Admincp and index still showing incorrectly or not at all.

Extra Notes: If you wish to translate NMAPS then I ask you translate and email me the language xml file so that I can properly get it added to the mod pack.

Languages Being Translated to:
* Chinese
* German

NOTE: I have removed the nmaps zip file until I have released the new version. Countdown till new version is at 3 days 12 hours.

News Management and Portal System ?2008 The vBCoders
Please do not redistribute or distribute modified code without my explicit permission.

Show Your Support

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

Comments
  #82  
Old 04-15-2008, 12:00 AM
fragumz.com fragumz.com is offline
 
Join Date: Apr 2008
Location: Spring Lake, NC 28390
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by joeycano View Post
Also got error:

Invalid SQL:
CREATE TABLE `vb_nmaps_settings` (
`varname` varchar(100) NOT NULL,
`set_value` varchar(25) NOT NULL,
PRIMARY KEY (`varname`)
) ENGINE=MyISAM DEFAULT;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5
Error Number : 1064



Also, I tried installing the fix above

Try this:


PHP Code:
CREATE TABLE `vb_nmaps_settings` (
`
varnamevarchar(100NOT NULL,
`
set_valuevarchar(25NOT NULL,
PRIMARY KEY (`varname`)
); 
This should fix the sql problem. If not, PM me and I will recheck.
Reply With Quote
  #83  
Old 04-15-2008, 12:49 AM
Mythotical Mythotical is offline
 
Join Date: Jun 2004
Location: Booneville, AR, USA
Posts: 1,428
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oops, forgot about ENGINE=MyISAM DEFAULT, I try to get rid of it before releasing code. My bad. Thanks fragumz.com
Reply With Quote
  #84  
Old 04-16-2008, 06:31 AM
dcw dcw is offline
 
Join Date: Dec 2006
Location: Florida
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So how do I add an artical? I have it installed but I can't post nothing in it...
Reply With Quote
  #85  
Old 04-16-2008, 05:07 PM
Mythotical Mythotical is offline
 
Join Date: Jun 2004
Location: Booneville, AR, USA
Posts: 1,428
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You have to set yourself as a reporter through the user section of your admincp.
Reply With Quote
  #86  
Old 04-16-2008, 06:02 PM
trigon trigon is offline
 
Join Date: Dec 2005
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the nmaps Setting we can change if the Chief Avatar is shown or not.
But where is the avatar? Cause my isnt shown there.
Quote:
Image preferences->
Display the cheif's avatar?
Yes No
Reply With Quote
  #87  
Old 04-16-2008, 06:17 PM
dcw dcw is offline
 
Join Date: Dec 2006
Location: Florida
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh thanks, that would help right lol...

What is the links in the navigation do? Can we use them for what we want? if so how do we change them?
Reply With Quote
  #88  
Old 04-16-2008, 09:14 PM
Mythotical Mythotical is offline
 
Join Date: Jun 2004
Location: Booneville, AR, USA
Posts: 1,428
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

dcw: The navigation links are controlled via a template.

trigon: You must make sure the avatar is actually selected from your gallery and not a custom uploaded avatar, that feature is not working fully, only gallery avatars will work.
Reply With Quote
  #89  
Old 04-19-2008, 10:45 AM
gbcompro gbcompro is offline
 
Join Date: Apr 2008
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

which folder on your sever do you upload the files ?
Reply With Quote
  #90  
Old 04-19-2008, 12:12 PM
trigon trigon is offline
 
Join Date: Dec 2005
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Steve M View Post
dcw: The navigation links are controlled via a template.

trigon: You must make sure the avatar is actually selected from your gallery and not a custom uploaded avatar, that feature is not working fully, only gallery avatars will work.
Ok, works. Another Quest: How can i modifiy/delete News?
Reply With Quote
  #91  
Old 04-19-2008, 11:17 PM
Mythotical Mythotical is offline
 
Join Date: Jun 2004
Location: Booneville, AR, USA
Posts: 1,428
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

gbcompro: What files? NMAPS files goes to your root directory, avatars are housed however your options are setup via admincp.

Trigon: As a reporter you have a specific section you can manage news or you can manage it through the admincp.
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 09:35 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.05315 seconds
  • Memory Usage 2,321KB
  • Queries Executed 27 (?)
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_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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_postinfo_query
  • fetch_postinfo
  • 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