Jump to content

Recommended Posts

  • 1 month later...
Posted

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

 

 

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

Sir, is this suitable for FluxCP - Renewel - Native_rAthena recently of yours?

  • 1 month later...
  • 2 months later...
Posted (edited)

Does anyone have a mirror of calciumkids CMS Addon files? the link seems have broken on rathena download. /sob

Edit: Finally after 2 days tried to download, the link's works. now my cp have content_management addons

Edited by komisaris
  • 4 months later...
  • 3 months later...
  • 4 months later...
Posted

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.

  • 4 weeks later...
  • 3 months later...
Posted

HELP. I'm using it on my local CP, but when I transferred it to the hosted CP, it doesn't work. 

 

 

NOTE: I added a theme based on my current theme name, but it doesnt work.

 

 

It says:
Page Not Found

The page you have requested was not found on our server. Please check the address and make sure it is correct, and try again.

/?module=news&action=view

  • 5 months later...
Posted

Everything's well put! But there is this one thing though...

 

My website's www.plus-ro.com

 

It's weird how It doesnt redirect to the 'news' page. I reckon I followed everything correctly. Any thoughts?

 

yes I already overwrite my index.php to

 

 

 

        <?php if (!defined('FLUX_ROOT')) exit;
        $this->redirect($this->url('news','view'))
        ?>
  • 3 months later...
Posted (edited)

Help test.png

test1.jpg

 

test.jpg

 

 

<?php if (!defined('FLUX_ROOT')) exit; 

if ( $eADev['enablerss'] ):
require_once("rsslib.php");
endif;
?>
<div class="indexpage">
<div class="welcome-area">
<p class="welcomeimg"><img src="<?php echo $this->themePath('img/welcome.png'); ?>" alt=""></p>
<p class="adjust">
<iframe width="320" height="215"
</iframe>
</p>
<p class="adjust">
Call your Friends And Team up . 
</p>
<p>So what are you waiting for? Join us right now! <span class="downloads">
<a href="<?php echo $this->url('pages','downloads'); ?>">click Here</a></span></p>
</div>
<div class="news-panel">
<div class="news-panel-adjust">
<div class="news-panel-1">
<p>News</p>
<?php
if ( $eADev['enablerss'] ):
echo RSS_Display($eADev['news'], 10, 0, 0, 0);
endif;
?>
</div>
<div class="news-panel-2">
<p>Events</p>
<?php
if ( $eADev['enablerss'] ):
echo RSS_Display($eADev['news'], 10, 0, 0, 0);
endif;
?>
</div>
</div>
</div>
<div class="itemmall">
<ul id="my-list">
<?php foreach( $eADev['itemmall'] as $itemmall ): $mall = explode(",", $itemmall); ?>
<li><img src="<?php echo $this->themePath("img/mall/{$mall[0]}") ?>" title="<?php echo "Name: {$mall[1]} <br/> Cost: {$mall[2]}"; ?>" /></li>
<?php endforeach; ?>
</ul>
</div>
</div>
 
this is my  themes/default/main/index.php

 

Edited by mhielo12
  • 1 year later...
Posted (edited)

Can someone help me edit my CMS News?
CMSNews.thumb.png.4453e921399a686bad852c31d25b0ec8.png

I'm trying to leave it that way,


CMSNews.thumb.png.9d1a27b6a2b9f5e92db2ff2374f36f48.png
 

but I've received many errors

 

error.thumb.png.3ac689652c1f2e950724caf9d88dd6ae.png

I still do not have much knowledge, but I'm doing a web designer course, soon I'll contribute more to the forum, but if anyone can help me now I'll be grateful!

this is what i want in my view:

newswp.png.5aa300bbf2981ebd97d4e33797c05b3b.png

I hope you understand what I wanted to show!

When we create a news item we will inform if the news are: news, update or event, so when it appears in the view it will be distinguished from each other.

The IMG orange will be where an image will appear that will show if the news is: event, update or news, it will be declared in the menu during the creation of the news

updatenewsevent.png.a4dd3fb57d5097c7175941a55634674c.png

The green IMG will be where the image of the link entered in the creation will appear

58c6f8acf273e_imagelink.png.f3b0e33e281c7cc423c6cf023476e3ca.png

my news is based in warp portal news

thanks anyway, best regards ZelosAvalon

 

view.png

Edited by ZelosAvalon
  • Upvote 1
  • 3 months later...
Posted
On 3/14/2017 at 3:48 AM, ZelosAvalon said:

Can someone help me edit my CMS News?
CMSNews.thumb.png.4453e921399a686bad852c31d25b0ec8.png

I'm trying to leave it that way,


CMSNews.thumb.png.9d1a27b6a2b9f5e92db2ff2374f36f48.png
 

but I've received many errors

 

error.thumb.png.3ac689652c1f2e950724caf9d88dd6ae.png

I still do not have much knowledge, but I'm doing a web designer course, soon I'll contribute more to the forum, but if anyone can help me now I'll be grateful!

this is what i want in my view:

newswp.png.5aa300bbf2981ebd97d4e33797c05b3b.png

I hope you understand what I wanted to show!

When we create a news item we will inform if the news are: news, update or event, so when it appears in the view it will be distinguished from each other.

The IMG orange will be where an image will appear that will show if the news is: event, update or news, it will be declared in the menu during the creation of the news

updatenewsevent.png.a4dd3fb57d5097c7175941a55634674c.png

The green IMG will be where the image of the link entered in the creation will appear

58c6f8acf273e_imagelink.png.f3b0e33e281c7cc423c6cf023476e3ca.png

my news is based in warp portal news

thanks anyway, best regards ZelosAvalon

 

view.png

is this feature is available in CMS ?? :)

  • 4 weeks later...
Posted

Does anyone knows where the pages are saved? 

I changed hosts, but as I changed the pages got lost.

Are they saved on a specific directory?

 

THANKS

  • 7 months later...
  • 4 weeks later...
Posted
On 7/13/2017 at 4:42 AM, Profile said:

Does anyone knows where the pages are saved? 

I changed hosts, but as I changed the pages got lost.

Are they saved on a specific directory?

 

THANKS

`cp_cmspages`

 

On 3/5/2018 at 8:49 PM, Leic said:

does anyone has a mirror link? I cannot download the file.

A more upto date version of this CMS plugin is already included within FluxCP.

  • 3 months later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...