Jump to content

amanojaku22

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by amanojaku22

  1. File Name: Flux CP CMS Addon

    File Submitter: CalciumKid

    File Submitted: 26 Feb 2012

    File Category: Web Resources

    Features:

    • Integrates directly into FluxCP as an Addon.
    • Designed to comply with FluxCP PDO programming techniques.
    • WYSIWYG Editor (TinyMCE), you may change that with some tweaks.
    • Designed to be skinned further for Integrated website designs via FluxCP CSS edits.
    • Public sections are SQL injection protected.
    • Simple administration user interface.
    • "Last modified" functions.
    • Ability to link a "read more" url.
    Planned Features:
    • Automatically load news from IPB RSS Feed
    Download:

    Password: "RAthena"

    Installation:

    Basic Setup:

    • Download the ContentManagement1.0.zip and extract it.
    • Open the addons folder it extracted. Copy the content_management folder inside it to your webserver's FluxCP addons folder (or write over the addons folder with the extracted addons folder)
    • Visit your FluxCP installation. You will be redirected to the installation system. Provide it with your details and allow it to install.
    • You should be redirected to the home page of your FluxCP. If this goes without error, we're almost there.
    • On your webserver, visit themes\default\main and open index.php for editing. Replace everything inside the file to contain this:

      		<?php if (!defined('FLUX_ROOT')) exit;
      		$this->redirect($this->url('news','view'))
      		?>
      
    • Save the file and close. Upon visiting the home page of your site you should now be presented with the News System.
    • Job done. Celebrate having a free CMS?
    Adding Content:
    • Login as an account with Admin (level 99) access.
    • In the admin menu, either click News or Pages.
    • Then add or edit as required.
    Adding/Editing links on the CMS:
    • Visit addons\content_management\config and open addon.php for editing.
    • Edit the array entries under "// Sample items for pages function." as required making sure to edit the "path=" section to what you defined when you created content on the CMS.
    Known Issues:
    • When using CleanURLs, you must change the addon.php file to use ExtURL on it's URLs.

    Example:

    // Sample items for pages function.
    'Downloads' => array('module' => 'pages','action'=>'content&path=downloads'),

    Becomes:

    // Sample items for pages function.
    'Downloads' => array('exturl' => 'http://<your FluxCP Install URL>/?module=pages&action=content&path=downloads'),

    If you like my work, please rate the topic and give reputation! Thanks!

    Click here to download this file

     

     

    It asks me for the installer password but RAthena doesnt work... Please help thank you

    Sorry for the question but I am new to this.

×
×
  • Create New...