full feature multisite blogging engine [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
is there any full feature multisite blogging engine on ruby(rails)/php?

The standard Wordpress 3.0 installation contains Multisite Support (MS)
You can Download it here.
Here is a guide to migrating multiple sites to Worpress 3.0 Multisite.

I would use the product that John Nunemaker came out with, Harmony. App built very solid on Rails and makes blog creation a snap along with any type of customization you want to add.
Harmony App

In rails, mephisto is a one of good blogging engines which can be found here: http://mephistoblog.com/
And also one of good CMS is there- radiant: http://www.radiantcms.org/

Wordpress (The MU version) :)

Related

Create a SilverStripe theme with Reactjs [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am thinking on using SilverStripe as a CMS for a website I'm coding. I want to use ReactJS for the theme of the frontend's UI. I can't find any information on this except from this, but that only states that they are integrating it and nothing else. Have also looked into this but that's a backend UI extension.
Has anybody tried it out?
SilverStripe makes no assumptions or impositions on what you do with your frontend. You're free to use any framework and/or toolchain you like. For some good examples of React/Webpack with in a SilverStripe theme, check out:
https://github.com/stevie-mayhew/silverstripe-redux-example
Or for just a basic webpack workflow:
https://github.com/unclecheese/silverstripe-webpack-starter

Silverstripe only framework, use only framework part without base CMS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Silverstripe has an awesome framework has anybody found any tutorials or examples how to take the framework and make own admin or CMS of your own?
Just don't install the CMS. Setup your routes (routes.yml), controllers (RootURLController and others) and templates (RootURLController.ss etc...), and you're done. The Framework actually comes with the admin side, which you can use for Member/Security management, and ModelAdmin!
http://doc.silverstripe.org/en/developer_guides/controllers/routing/
http://doc.silverstripe.org/en/developer_guides/controllers/introduction/
http://doc.silverstripe.org/en/developer_guides/templates/rendering_templates/
http://doc.silverstripe.org/en/developer_guides/customising_the_admin_interface/modeladmin/
It's not that different. Just remove the cms folder and do your things with the controller.
http://doc.silverstripe.org/en/developer_guides/controllers/introduction/

How to include js file in yii 2.0? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I want to use 3rd party js files in my application. I have little bit knowledge in Yii 1.1.
But I'm very new to Yii 2.0. Now i'm started working on Yii 2.0 advanced.
I tried with Yii official documentation but it's hard to understand.
Can anyone suggest me for Yii 2.0 reference book in simple manner.
Thanks in advance.
A good book for yii2 beginners, based upon the advanced template:
https://leanpub.com/yii2forbeginners/ (290 pages)
If you already have some experience with yii1 or yii2 and like the test driven developement I recommend this book (rewritten 3rd edition of a book which was already published on yii1 in two editions):
https://www.packtpub.com/web-development/web-application-development-yii-2-and-php/

Adding Search Capabilities to my website [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Instead of writing a PHP script from scratch, I wanted to know if there are any free scripts, plugins, or APIs out there that allow me to add a search box to my website to search only content on my site.
Google's free version is ad-supported, and I am looking for a clean, simple, and non ad-supported solution. Any ideas?
Check out the zend lucene extension. It provides a PHP interface to the open source Apache Lucene search engine.
Zend_Search_Lucene Documentation:
http://framework.zend.com/manual/en/zend.search.lucene.html
Apache Lucene project:
http://lucene.apache.org/java/docs/index.html
There are a number of these, one of them are sphider.
Here is a super easy way that works pretty well:
http://sitecomber.com/getsitecomber/
You can create code to paste into your site in about 2 minutes. It doesn't get easier than that. Search is powered by Google, but results are isolated to your website.

Opensource CMS that allows defining editable regions [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for an opensource lightweight CMS for those situations where you would like to be able to set up a web site with some editable content regions, but don’t want to have to install a full-blown CMS or try to hack a blogging system in order to do the job. Something similar to Perch or Cushy CMS, but free and opensource ofcourse.
Thanks
Have you tried having a look at concrete CMS.
Has editable regions and is fairly easy to use.
http://www.concrete5.org/
Check out http://php.opensourcecms.com/ they have a lot of CMSs (all opensource), they all have demos or links to demos. Check out the lite categories and you should be able to find what you want.

Categories