TIDEngine News/Blog Manager 2.0

Downloads: 2637
Category: Plugin
Compatible with: GetSimple 3.0 - 3.1

Last Updated: August 7, 2012
Tags: news news manager blog blog manager
Author: bogyvet
Author Website: http://tidengine.info
Support: Support Forum

(3.3) 9 Votes

Plugin Description:

TIDEngine News/Blog Manager - This is 2.0 release completely updated from version 1.0+.

Release 2.2 with bug fixes:

  1. Share Services Settings - removed personal keys, fixed CSS container height.
  2. Tags Page - Undefined index: tide_tags.
  3. Extended news page - Displayed news contains only news summary without rest of the content.
  4. Latest News Extended - News content did not show
  5. Archive Page - News did not shown.
  6. Edit / Create News: -Problem with tags containing special chars. -Problem updating new tags, and changing old tags
  7. RSS Feed Category Menu - showing on archive, tags and latest news page

Release 2.1 with bug fixes:

  1. General Setings Page, External commenting checkbox. Do not accept checked state.
  2. RSS Feed Setings Page, after uploading image doesn't show in preview area, when iage is uppercase.
  3. Share Services Settings Page, CSS fixed.
  4. Problem with Html enteries Create News
  5. Admin Navigation fixed
  6. Problem with extended news template
  7. Category delete message language missing
  8. Admin login problem after installation.

Features:

General:

  • Automatic Plugin installation.
  • Fancy Url support .
  • Multilingual support.
  • Shortcodes support.

Backend Features:

  • Category Management: create/ edit/ delete, Category Meta Tags, Private Category
  • News Management: create/ edit/ delete, News Meta Tags, Private News, News Tags, Permanent Link...
  • RSS Feed Management: Manual/ Automatic Feed creation, News Order...
  • Template Editor All frontend News Templates.
  • Plugin Settings: Covers almost every aspect of functionality.
  • Help

Frontend Features:

  • Latest News Page
  • Tags Page
  • Archive Page
  • RSS Feed Page

  • Latest News Menu - Simple/ Extended

  • Tags Menu - General/ Category
  • Archive Menu - General/ Category
  • RSS Feed Menu - General/ Category
  • Addthis and ShareThis menus

  • Breadcrumbs

  • Different Multiple Pages navigation: Old/ New, Paginate, Drop List

Install Instructions:

Upload TIDEngine News/Blog Manager plugin files into "plugins" directory You should see in Admin Pannel new tab "NEWS". Go to News Page. Installation is based on simple installation wizard. Follow installation steps.

If you are using vesion 1.6 before installation remove from .htaccess file code between

 #TIDEngine News Plugin and #TIDEngine News Plugin

Additional support site .

All shortcodes from last versions are deprecated


  • Successfull Installation - you should see button that link to "NEWS SETTINGS". There are Default Settings. But you should adjust Settings that fit your needs.
  • Installation Problems - you will get Error Message. You must manually create directory and file structure to enable Plugin functionality.

All other Instructions are included in Plugin Help.

News Page Content:

 <?php tide_show_news("CATEGORY_SLUG"); ?>


 {%{TIDE_NEWS::CATEGORY_SLUG}%}

CATEGORY_SLUG - Category slug is added/ updated/ removed by Plugin. You do not need to add it manually, except there are some problems with this functionality.

Latest News Page Content

 <?php tide_show_news("master"); ?>

 {%{TIDE_NEWS::MASTER}%}

Archive Page Content

 <?php tide_archive($_GET); ?>

 {%{TIDE_ARCHIVE}%}

Tags Page Content

 <?php tide_tags($_GET); ?>

 {%{TIDE_TAGS}%}

News Page Breadcrumbs

 <?php tide_news_breadcrumbs(); ?>

 {%{TIDE_BREADCRUMBS}%}

Latest News Menu

Menu with News Short Summary:

 <?php tide_news_menu("summary"); ?>

 {%{TIDE_NEWS_MENU::SUMMARY}%} 

Menu without News Short Summary:

 <?php tide_news_menu("menu"); ?>

 {%{TIDE_NEWS_MENU::MENU}%} 

Tags Menu

Site/ General Tags Menu:

 <?php tide_tags_menu("general"); ?>

 {%{TIDE_TAGS_MENU::GENERAL}%} 

Category Tags Menu:

 <?php tide_tags_menu("category"); ?>

 {%{TIDE_TAGS_MENU::CATEGORY}%}

Archive Menu

Site/ General Archive Menu:

 <?php tide_archive_menu("general"); ?>

 {%{TIDE_ARCHIVE_MENU::GENERAL}%} 

Category Archive Menu:

 <?php tide_archive_menu("category"); ?>

 {%{TIDE_ARCHIVE_MENU::CATEGORY}%}

RSS Feed Menu

Site/ General RSS Feed Menu:

 <?php tide_rss_feed_menu("general"); ?>

 {%{TIDE_RSS_MENU::GENERAL}%} 

Category RSS Feed Menu:

 <?php tide_rss_feed_menu("category"); ?>

 {%{TIDE_RSS_MENU::CATEGORY}%}

Addthis

 <?php tide_share_addthis("share_code_1"); ?>

 {%{TIDE_ADDTHIS::SHARE_CODE_1}%}

sharecode1/ SHARECODE1 - Are predefined in Share Services Settings

ShareThis

 <?php tide_share_sharethis("share_code_1"); ?>

 {%{TIDE_SHARETHIS::SHARE_CODE_1}%}

sharecode1/ SHARECODE1 - Are predefined in Share Services Settings

Archived Versions:

These are old versions of this file. Please use with caution as they are probably out of date and no longer supported. ShowHide