CMS system that allows you to control an entire multi-language website simply from within it's built in Admin control panel.
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
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/'
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 ?
@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.
@tpoxa Don't use it then!
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
After a bit of looking into this CMS myself I have found to log into the admin section you need to do the following:
That should get you into the admin section to have a look around.
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
checkouting via tortoise. :)
Please use the support topic!
Login in the front end with admin/admin then try again.
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:
Thank you.
Leave a comment
Please login to leave your comment.