Jump to content

Flux CP CMS Addon


CalciumKid

Recommended Posts


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   2
  • Joined:  12/21/12
  • Last Seen:  

Hello, how to setup the the new CMS? The installation instruction in the first page is outdated

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  113
  • Reputation:   2
  • Joined:  10/29/12
  • Last Seen:  

this worked before but cant get this one to work :(

~ sigh

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  133
  • Reputation:   14
  • Joined:  12/23/11
  • Last Seen:  

Are you guys using FluxCP for rAthena?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  14
  • Reputation:   0
  • Joined:  01/15/13
  • Last Seen:  

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?

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  06/15/12
  • Last Seen:  

its very nice i like it but when i create a news it will show in news/information/stuff and downloads, any possibility to solve this?

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   1
  • Joined:  03/18/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   1
  • Joined:  08/05/12
  • Last Seen:  

how can i delete the Date Modified" ?

Link to comment
Share on other sites

  • 4 months later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  10/19/13
  • Last Seen:  

WHy  I can't open page after I create a new one?
I use xampp and every I click the link, it go to the xampp page.

Link to comment
Share on other sites

  • 3 months later...

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  81
  • Reputation:   5
  • Joined:  02/07/12
  • Last Seen:  

Anyone know how to change to appear Automatic updates IPBOARD? I noticed that the system is compatible .. Thanks

Link to comment
Share on other sites

  • 4 months later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  2
  • Reputation:   0
  • Joined:  07/13/14
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  11/20/11
  • Last Seen:  

I am not seeing the news feed in my homepage. Any idea guys? 

Link to comment
Share on other sites

  • 3 months later...

  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  177
  • Reputation:   10
  • Joined:  04/02/12
  • Last Seen:  

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

Link to comment
Share on other sites

  • 5 months later...

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  65
  • Reputation:   0
  • Joined:  05/11/14
  • Last Seen:  

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'))
        ?>
Link to comment
Share on other sites

  • 3 months later...

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  112
  • Reputation:   4
  • Joined:  08/28/14
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  112
  • Reputation:   4
  • Joined:  08/28/14
  • Last Seen:  

bump

Link to comment
Share on other sites

  • 1 year later...

  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  181
  • Reputation:   33
  • Joined:  11/11/12
  • Last Seen:  

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
Link to comment
Share on other sites

  • 3 months later...

  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.03
  • Content Count:  164
  • Reputation:   8
  • Joined:  12/30/16
  • Last Seen:  

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 ?? :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  248
  • Reputation:   34
  • Joined:  11/19/11
  • Last Seen:  

On 9/3/2015 at 11:31 AM, mhielo12 said:

bump

just set your RSS.

Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  77
  • Reputation:   1
  • Joined:  04/15/17
  • Last Seen:  

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

Link to comment
Share on other sites

  • 7 months later...

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  48
  • Reputation:   0
  • Joined:  02/27/18
  • Last Seen:  

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

Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3122
  • Reputation:   1614
  • Joined:  03/26/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 3 months later...

  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  1167
  • Reputation:   159
  • Joined:  06/12/12
  • Last Seen:  

2 hours ago, angelusinferni said:

Link Off ? 

try rathena fluxcp at here https://github.com/rathena/FluxCP

already include this addons.

  • Upvote 1
Link to comment
Share on other sites

×
×
  • Create New...