full-featured-cms

CMS system that allows you to control an entire multi-language website simply from within it's built in Admin control panel.
43 followers

Please Use the support topic for questions!

Features

  • Blogs – Full System (Includes categories, tags, posts, replies, multi-language, permission based and more)
  • Custom Pages – Full System (Includes categories, tags, posts, replies, multi-language, permission based and more)
  • Articles – Full System (Includes categories, tags, posts, replies, multi-language, permission based and more)
  • Tutorials – Full System (Includes categories, tags, posts, replies, multi-language, permission based and more)
  • Downloads System – Full System (Includes categories, tags, posts, replies, multi-language, permission based and more)
  • User Manager – Full user manager
  • Permission Manager – Hierarchy based permissions
  • Forum – Includes topics, replies, editor, topic subscription, topic & replies management and more.
  • Newsletter Manager – Allows you to send an email to all users subscribed
  • Contact Manager – Allows users to contact you through the website and it will email those to a certain email and add them to the admin control panel where you will be able to view and reply directly from the admin control panel.
  • Language Manager
  • Statistics
  • Dashboard
  • Full featured Control Panel with ability to restrict certain users to certain places in the ACP
  • Facebook integration – Ability to allow users to login and register from their facebook account
  • Social ready – You can share pretty much everything with Twitter and facebook share buttons
  • Signup & Login – Ability to signup for the site and login, includes forget password option that verifies the user through his email same thing applies for the signup process.
  • Settings Manager – You can change the sites settings right from the built in admin control panel, You can add settings at any time from the ACP and use them in the code as well.
  • User public profiles – Displays what content is user submitted, his info and role in the application.
  • SEO Ready – All links are SEO ready that includes the user profiles, articles, blogs, custom pages, downloads forum topics etc..
  • Feeds – Includes feeds to all content based on category/language
  • Ability to print or download PDF/Doc for all content available
  • And more features

Usage

It has no installer and you'll need to configure it manually by importing the base.sql file and changing the db connection settings from the protected/config files. This is published for learning purposes.

This has one restriction, The CMS can be used for other websites, But you can't user the theme that comes with this CMS as it's a personal theme i bought from themeforest.net.

Resources

Please Use the support topic for questions!

Total 11 comments

#10332 report it
skworden at 2012/10/20 02:41am
Great extension!

Great extension. I just installed it!!!

Just FYI I got an error after the install, however, it was very minor! It wouldn't let me access the site because of a config error during the install.

In yiipath I input localhost/pathtociim and the install process put a \ after the 'yiipath' in the protected/config file line 74 instead of a / throwing the error.

So in short, it was this:

'yiipath' => 'localhost/pathtociim\'

and needs to be this:

'yiipath' => 'localhost/pathtociim/'

#9952 report it
ibo_s at 2012/09/24 06:50pm
Error

I'm getting this Error after installation:

PHP Error תיאור

Declaration of Settings::model() should be compatible with CActiveRecord::model($className = 'CActiveRec...') קובץ מקור

C:\xampp\htdocs\yiicms\protected\models\Settings.php(138)

00126: public function rules() 00127: { 00128: return array( 00129: array('title, type, category, default_value', 'required' ), 00130: array('title', 'length', 'min' => 3, 'max' => 55 ), 00131: array('category', 'numerical', 'integerOnly' => true ), 00132: array('type', 'in', 'range' => array_keys($this->types) ), 00133: array('extra, php, value, description', 'safe'), 00134: array('settingkey', 'match', 'allowEmpty'=>false, 'pattern'=>'/[A-Za-z0-9]+$/'), 00135: array('settingkey', 'unique', 'on'=>'insert'), 00136: ); 00137: }*/ 00138: } 00139

[...] [...]

Does someone have an idea ?

#9081 report it
mocapapa at 2012/07/18 04:01am
It's quite good to include Zend framework

@tpoxa As Qiang himself once made an example of including Zend framework into Yii (something like RSS functionarity), because Zend framework can rather be thought as useful libraries, it is quite OK to do it.

#8648 report it
Vince. at 2012/06/16 12:40pm
@tpoxa Don't use it then!

@tpoxa Don't use it then!

#8262 report it
xcat at 2012/05/22 03:39am
problems with mail function smtp

Hi,

The code is generating errors - I can't register to log in as per Nodalizer's initial comment - because my ISP requires SMTP authentication for email. Can you tell me where and how I should adjust the code to provide my hostname, port, username and password?

Many thanks

#8202 report it
Nodalizer at 2012/05/17 09:24am
Can't access Admin area [Solved]

After a bit of looking into this CMS myself I have found to log into the admin section you need to do the following:

  • Login in on the home page first as admin@admin.com but as the password was encrypted I could not find it out. So I registered a new user and in mysql I changed my role to admin and logged in using that.
  • Then goto yoursite.com/en/admin

That should get you into the admin section to have a look around.

#7778 report it
t3ns41 at 2012/04/17 10:45pm
error when login after register

after register i try to login then the url directed to this url. [code] http://en.yiiframework.co.il/login/index/index/index/index/index/index/index/index/index/index/index/index/index/index/index/index/index/index/index/index/index/index [/code]

i think something wrong with the redirecting

#7480 report it
ejac at 2012/03/25 01:34pm
Will Check this out!

checkouting via tortoise. :)

#7376 report it
Vince. at 2012/03/18 07:26pm
Please use the support topic!

Please use the support topic!

#7360 report it
Vince. at 2012/03/16 02:24pm
You need to login first

Login in the front end with admin/admin then try again.

#7359 report it
outrage at 2012/03/16 02:18pm
Can't access Admin area

Hi, your project looks very interesting, thanks for sharing.

I have checked out the current svn and followed the instructions provided.

I noticed some warnings of tables missing from the database when installed but the front-end seems to work regardless.

My main problem is when trying to access the admin section I get this:

CException
Sorry, You are not allowed to enter this section.

Thank you.

Leave a comment

Please to leave your comment.

Create extension
Downloads
No downloadable files yet