Popular Post CalciumKid Posted February 26, 2012 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 257 Reputation: 253 Joined: 11/29/11 Last Seen: February 21, 2014 Popular Post Share 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 Link to comment Share on other sites More sharing options...
Yetsuki Posted May 12, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 34 Reputation: 7 Joined: 04/24/12 Last Seen: December 19, 2012 Share 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 Link to comment Share on other sites More sharing options...
Keitaro Urashima Posted May 18, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 34 Reputation: 1 Joined: 05/13/12 Last Seen: February 1, 2021 Share 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 Link to comment Share on other sites More sharing options...
Docubo Posted May 18, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 117 Reputation: 8 Joined: 05/07/12 Last Seen: May 12, 2024 Share 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 Link to comment Share on other sites More sharing options...
Keitaro Urashima Posted May 18, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 34 Reputation: 1 Joined: 05/13/12 Last Seen: February 1, 2021 Share 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 Link to comment Share on other sites More sharing options...
VhayneRO Posted May 21, 2012 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 41 Reputation: 0 Joined: 02/12/12 Last Seen: July 16, 2013 Share 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) Link to comment Share on other sites More sharing options...
Keitaro Urashima Posted May 21, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 34 Reputation: 1 Joined: 05/13/12 Last Seen: February 1, 2021 Share 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 Link to comment Share on other sites More sharing options...
VhayneRO Posted May 21, 2012 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 41 Reputation: 0 Joined: 02/12/12 Last Seen: July 16, 2013 Share 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 Link to comment Share on other sites More sharing options...
Robotculator Posted May 23, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 24 Reputation: 0 Joined: 04/10/12 Last Seen: February 9, 2013 Share Posted May 23, 2012 WOW! FLUX CP TO THE NEXT LEVEL! CONGRATS! Link to comment Share on other sites More sharing options...
Aoi Tokichiro Posted May 25, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 34 Reputation: 1 Joined: 12/17/11 Last Seen: December 8, 2014 Share 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 Link to comment Share on other sites More sharing options...
Keitaro Urashima Posted June 10, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 34 Reputation: 1 Joined: 05/13/12 Last Seen: February 1, 2021 Share 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 Link to comment Share on other sites More sharing options...
VhayneRO Posted June 10, 2012 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 41 Reputation: 0 Joined: 02/12/12 Last Seen: July 16, 2013 Share Posted June 10, 2012 i think the cms addon by calcium kid does that already Link to comment Share on other sites More sharing options...
Keitaro Urashima Posted June 10, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 34 Reputation: 1 Joined: 05/13/12 Last Seen: February 1, 2021 Share 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. Link to comment Share on other sites More sharing options...
kaye17 Posted June 15, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 05/10/12 Last Seen: July 4, 2016 Share Posted June 15, 2012 i have question. .where can i edit the News and Update?. .Thank you Link to comment Share on other sites More sharing options...
Gerome Posted June 16, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 185 Reputation: 26 Joined: 12/07/11 Last Seen: January 31 Share 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 Link to comment Share on other sites More sharing options...
kaye17 Posted June 17, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 05/10/12 Last Seen: July 4, 2016 Share 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. Link to comment Share on other sites More sharing options...
Gerome Posted June 21, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 185 Reputation: 26 Joined: 12/07/11 Last Seen: January 31 Share Posted June 21, 2012 @kaye rename your content_management/themes/default to content_management/themes/<Flux cp themes you are currently using> Link to comment Share on other sites More sharing options...
Lord Ganja Posted August 5, 2012 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Share Posted August 5, 2012 (edited) ... Edited August 8, 2012 by iamken Link to comment Share on other sites More sharing options...
Lord Ganja Posted August 7, 2012 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Share Posted August 7, 2012 reply please??? Link to comment Share on other sites More sharing options...
Shogun Posted October 25, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 99 Reputation: 4 Joined: 10/25/12 Last Seen: January 20, 2013 Share 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 Link to comment Share on other sites More sharing options...
Mootie Posted November 12, 2012 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share 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 Link to comment Share on other sites More sharing options...
a1252962 Posted November 30, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 13 Reputation: 1 Joined: 11/29/12 Last Seen: December 29, 2012 Share 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 Link to comment Share on other sites More sharing options...
cdequilla Posted December 6, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 2 Reputation: 0 Joined: 11/30/12 Last Seen: November 20, 2015 Share 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. Link to comment Share on other sites More sharing options...
mekam182 Posted December 6, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 3 Reputation: 0 Joined: 10/09/12 Last Seen: September 15, 2014 Share 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 Link to comment Share on other sites More sharing options...
ayson Posted December 23, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 12/23/12 Last Seen: February 28, 2013 Share Posted December 23, 2012 incorrect password RAthena Link to comment Share on other sites More sharing options...
Recommended Posts