Popular Post CalciumKid Posted February 26, 2012 Popular Post Posted February 26, 2012 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 23 1
Yetsuki Posted May 12, 2012 Posted May 12, 2012 (edited) Thanks for the CMS, really looks great. Was wondering if it's compatible with FluxCP's rA version? CMS installs fine, but the news feed seems to not appear. EDIT: Nevermind, fixed it looks and functions amazingly, thanks CalciumKid. Edited May 12, 2012 by Yetsuki
Keitaro Urashima Posted May 18, 2012 Posted May 18, 2012 (edited) I have a question. How do I make the CMS support characters like "áéúçíú" etc? I'm using FluxCP renewal mod (group_id). When I type these kind of characters, it appears as a bunch of "???". Thank you, Keitaro. Edited May 18, 2012 by Keitaro Urashima
Docubo Posted May 18, 2012 Posted May 18, 2012 (edited) I think, you need to save the file in "UTF-8" with notepad.. thats what i did with ceres cp motd.txt. Edited May 18, 2012 by Docubo
Keitaro Urashima Posted May 18, 2012 Posted May 18, 2012 (edited) @Docubo I tried to do that, but didn't work =/ For exemple, when I change: addons/content_management/lang/en_us 'NewsHomeTitle' => 'News & Updates', to this: addons/content_management/lang/en_us 'NewsHomeTitle' => 'Notícias e Atualizações', It appears like this: Edited May 19, 2012 by Keitaro Urashima
VhayneRO Posted May 21, 2012 Posted May 21, 2012 Well first of all thank you for this wonderful add on! Hurray! I Successfully installed CMS on my Flux CP But i have Some Problems regarding adding pages This is the image to be precise. Im using a theme btw, (if that matters)
Keitaro Urashima Posted May 21, 2012 Posted May 21, 2012 (edited) Well first of all thank you for this wonderful add on! Hurray! I Successfully installed CMS on my Flux CP But i have Some Problems regarding adding pages This is the image to be precise. Im using a theme btw, (if that matters) I don't know if there's an easier way to do, but that's how I use it: First, go to your addon.php located in: "addons\content_management\config\addon.php" and edit this: // Sample items for pages function. 'Downloads' => array('module' => 'pages','action'=>'content&path=downloads'), 'Rules' => array('module' => 'pages','action'=>'content&path=rules'), 'Features' => array('module' => 'pages','action'=>'content&path=features'), 'NewPageYouWantOnMenu' => array('module' => 'pages','action'=>'content&path=PathYouWant'), Then, when creating the page using CMS (logged as administrator), you will insert the PathYouWant in the "Page Path" field. The rest will be as you like. Edited May 21, 2012 by Keitaro Urashima
VhayneRO Posted May 21, 2012 Posted May 21, 2012 (edited) For Example i want to use the default module Downloads Module to be precise what should i type on the Page Path? Downloads? Wow it worked silly me >.> thanks much! Edited May 21, 2012 by jem578
Aoi Tokichiro Posted May 25, 2012 Posted May 25, 2012 (edited) Wrong installation password? I got wrong, can't use "RAthena" / RAthena either.. (Even without "") I tried rathena / RATHENA but failed. I got it now. Sorry my bad. Edited May 27, 2012 by Aoi Tokichiro
Keitaro Urashima Posted June 10, 2012 Posted June 10, 2012 (edited) So, i'm trying to make this modification to my FluxCP. I wanted to make the different "News" to appear in separate boxes like that. Could anyone help me make this modification? Thank you, Keitaro. Edited June 10, 2012 by Keitaro Urashima
VhayneRO Posted June 10, 2012 Posted June 10, 2012 i think the cms addon by calcium kid does that already
Keitaro Urashima Posted June 10, 2012 Posted June 10, 2012 i think the cms addon by calcium kid does that already But the content of all the news are part of one and only big panel/box, like this: I would like it to be in separete panels for each news, as the screenshot I posted before. Thank you, Keitaro.
kaye17 Posted June 15, 2012 Posted June 15, 2012 i have question. .where can i edit the News and Update?. .Thank you
Gerome Posted June 16, 2012 Posted June 16, 2012 @Kaye17 What do you mean ? you want to edit the news you've added ? login to your Flux CP. then in admin menu panel click news, after that you will see Edit | Delete link
kaye17 Posted June 17, 2012 Posted June 17, 2012 @Gerome i try but i got this message 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.
Gerome Posted June 21, 2012 Posted June 21, 2012 @kaye rename your content_management/themes/default to content_management/themes/<Flux cp themes you are currently using>
Shogun Posted October 25, 2012 Posted October 25, 2012 (edited) Wrong installation password? I got wrong, can't use "RAthena" / RAthena either.. (Even without "") I tried rathena / RATHENA but failed. I got it now. Sorry my bad. What is the password? Seem like i didnt get the detail MY BAD! I got it. Edited October 25, 2012 by scenenarykeem
Mootie Posted November 12, 2012 Posted November 12, 2012 (edited) i was wondering how to remove the read more...... that directs yo www.domain.com/news so i want to remove that read more things any suggestions? and removing the date modified Edited November 12, 2012 by Mootie
a1252962 Posted November 30, 2012 Posted November 30, 2012 (edited) I'm setting up a server, and after messing with drupal & wordpress, trying to integrate rathena's database & those cms, I found this solution and it's quite a time saver... I'll have to theme it a bit and i'm done with the web part of my project I wanted to say thanks for this wonderful work, this and your fluxcp-renewal thread, both have been of great use... Thumbs up Edited November 30, 2012 by a1252962
cdequilla Posted December 6, 2012 Posted December 6, 2012 can't create a pages or news. After logging admin account, i click News or Pages, then Add. after clicking the Add, no content appear.
mekam182 Posted December 6, 2012 Posted December 6, 2012 I have a problem in Registering account why does The Register or create account is not there Ive finished all the column to fill up but there no create bottom
Recommended Posts