Jump to content

Recommended Posts

Hey guys,

I'm looking to create a content management system where my users can log in, type information into some text boxes, and publish their own page - much like a blogger. I would like to create different templates so that they can just type their information into the boxes, and it displays on the template they chose. Is this difficult to do? I've been looking for days at open source content management systems, but they all seem to go way beyond what I need (not to mention I have yet to find one that I can install on a remote server).

Thank you.

~Nick
Link to comment
https://forums.phpfreaks.com/topic/31427-simple-content-management-help/
Share on other sites

well it would depend on what kind of template, like is it a full on template or just basic coloring. if its coloring then just use CSS and make them select one, have them like 1, 2, 3, 4 or whatever. THen when loading there page select the apropraite css...

[code=php:0]
<link rel="stylesheet" href="template/css/style_<?php echo $userCSS; ?>.css">
[/code]

just a basic one though...
[quote author=ProjectFear link=topic=119455.msg489253#msg489253 date=1166657131]
well it would depend on what kind of template, like is it a full on template or just basic coloring. if its coloring then just use CSS and make them select one, have them like 1, 2, 3, 4 or whatever. THen when loading there page select the apropraite css...

[code=php:0]
<link rel="stylesheet" href="template/css/style_<?php echo $userCSS; ?>.css">
[/code]

just a basic one though...
[/quote]

Thank you. Yes, the stylesheets will probably work. My problem is a little bit bigger though - I actually need to create everything else. Although I'm not new to web design, I am to PHP. I have no idea how to make a database where users can create their own accounts and manage their sites.

Things that I need to start off - 1.) A way for people to create accounts and access a controls page. and 2.) A way for the users to enter text into multiple boxes and publish their own site using the stylesheet I defined.
well you will need some basic PHP knowledge along with MySQL... registration is fairly simple... i suggest search the PHP Freaks main site or google for a basic PHP user page or just some basic PHP to get you started...
[quote author=ProjectFear link=topic=119455.msg489290#msg489290 date=1166660109]
why not. its great. you never no, you may need it one day! :)
[/quote]

I'm up for learning a little...But I have a baby on the way soon and a wife who looks at me strange when I'm on the computer after work (i work from home as a web media specialist). So my time spent on the computer is usually limited.
ok...so i'm reading a tutorial on how to make "memberships". At the end of the first page it says this -

"Now that you have those files, you can save those to your desktop or wherever you want. Open up phpMyAdmin and click on your database name (usually the name of your website). Scroll down until you see the section "Run SQL query/queries on database yoursitename_com [Documentation]". Click the browse button, find your file, click OK, then click Go. That should do it!"

What the hell is he talking about...I made the tables just fine, but not sure what he means by opening up phpMYAdmin


so your running a server off your computer. i run WAMP, download it from www.wampserver.com
phpMyAdmin is like a program... No...how to describe it... Basicly it lets you handle all your MySQL tables etc through the browser... Its a good tool...
[quote author=ProjectFear link=topic=119455.msg489308#msg489308 date=1166661247]
so your running a server off your computer. i run WAMP, download it from www.wampserver.com
phpMyAdmin is like a program... No...how to describe it... Basicly it lets you handle all your MySQL tables etc through the browser... Its a good tool...
[/quote]

Nah...have a remote server that I connect to through dreamweaver. And actually, I have wamp - I used it for testing something in the past.
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.