- Joined
- Nov 14, 2004
- Messages
- 238
- Reaction score
- 0
SocialSoapBox.com is a microblogging and community discussion site where users post and reply to topics and can choose a color to emphasize their emotion to what they are posting.
As a user you can create, edit, and subscribe to soapboxes.
As an admin to the site and using our custom coded CMS system you can add/edit soapboxes, add/edit pages, add/edit soapbox moods, add/edit categories, and manage users all with the click of a mouse using an very simple and intuitive UI.
The CMS system for this site was created specifically for this project. It features professional PHP object oriented programming utilizing a MySQL database on the back-end.
With this CMS system you can easily change out templates and add others to modify this site or even create other based off of it.
Here is a quick read me on the site and CMS:
-------------------------------------------------------------
/////
////////////////////////////
///// READ ME
///////////////////////////
/////
*****1st time setup
*******************
1)Import testing.sql into database
2)Edit ./includes/config.inc.php to reflect your current setup
3) Register 1st account to create admin
//Adding new Content
To add a new page:
1) login as admin
2) Click on new page under the admin panel
3) Create the new page.
//options
- setting published to no will create the page but not add it to the navigation
- setting a page to default will set it as your default home/index page
- content can contain html
To add a new Mood:
1) login as admin
2) Click on new Mood under the admin panel
//options
- color must be a 3-6 hex color value or a simple declaration (ex. red or #ff0000)
To add a new Category:
1) login as admin
2) Click on new category under the admin panel
//options
- (Currently not used by templating)color must be a 3-6 hex color value or a simple declaration (ex. red or #ff0000)
//Managing content/users
1) login as admin
2) choose what to manage from admin panel
3) delete and edit as needed
//templating
to create a new template copy the default template folder, rename it, and then edit the html within the template files as needed.
to make the template active set the folder name in the config file
-------------------------------------------------------------
The system is designed in a way to quickly scale once the site starts to grow.
If you have any further questions feel free to PM me.
Notes:
-Payment via paypal
-Includes the domain name SocialSoapBox.com
-BIN not set yet.
As a user you can create, edit, and subscribe to soapboxes.
As an admin to the site and using our custom coded CMS system you can add/edit soapboxes, add/edit pages, add/edit soapbox moods, add/edit categories, and manage users all with the click of a mouse using an very simple and intuitive UI.
The CMS system for this site was created specifically for this project. It features professional PHP object oriented programming utilizing a MySQL database on the back-end.
With this CMS system you can easily change out templates and add others to modify this site or even create other based off of it.
Here is a quick read me on the site and CMS:
-------------------------------------------------------------
/////
////////////////////////////
///// READ ME
///////////////////////////
/////
*****1st time setup
*******************
1)Import testing.sql into database
2)Edit ./includes/config.inc.php to reflect your current setup
3) Register 1st account to create admin
//Adding new Content
To add a new page:
1) login as admin
2) Click on new page under the admin panel
3) Create the new page.
//options
- setting published to no will create the page but not add it to the navigation
- setting a page to default will set it as your default home/index page
- content can contain html
To add a new Mood:
1) login as admin
2) Click on new Mood under the admin panel
//options
- color must be a 3-6 hex color value or a simple declaration (ex. red or #ff0000)
To add a new Category:
1) login as admin
2) Click on new category under the admin panel
//options
- (Currently not used by templating)color must be a 3-6 hex color value or a simple declaration (ex. red or #ff0000)
//Managing content/users
1) login as admin
2) choose what to manage from admin panel
3) delete and edit as needed
//templating
to create a new template copy the default template folder, rename it, and then edit the html within the template files as needed.
to make the template active set the folder name in the config file
-------------------------------------------------------------
The system is designed in a way to quickly scale once the site starts to grow.
If you have any further questions feel free to PM me.
Notes:
-Payment via paypal
-Includes the domain name SocialSoapBox.com
-BIN not set yet.