LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   User modifiable webpage (https://www.linuxquestions.org/questions/programming-9/user-modifiable-webpage-4175454868/)

harry_ord 03-20-2013 12:16 PM

User modifiable webpage
 
Hello, friends

I saw a webpage the other day with the following characteristics:

It was a webpage about properties (houses, apartments, etc...) and it had a control panel where users could add different properties with a code and a picture. Once the user finished adding the information, the webpage is modified automatically with the new data. The new property appeared with the name, the code and the picture in the properties list.

How can i do that?

gnashley 03-20-2013 12:19 PM

A wiki?

harry_ord 03-20-2013 12:23 PM

No, it wasn't a wiki, but maybe it could work. Where can i get a code for that?

dugan 03-20-2013 12:28 PM

It's called a content management system, or, for short, a CMS. There are many.

Here's a video demo of one (a Django plugin) that I've had recent success with:

django-cms: Friends don't let friends use Drupal.

A wiki is a type of content management system.

harry_ord 03-20-2013 04:17 PM

What can i do when i have already created my site? i have all the HTML documents, images folder, ccs document, etc...

If i use a CMS i have to create all over again, right?

sycamorex 03-20-2013 04:22 PM

Quote:

Originally Posted by harry_ord (Post 4915481)
What can i do when i have already created my site? i have all the HTML documents, images folder, ccs document, etc...

If i use a CMS i have to create all over again, right?

Basically, yes... but you can use lots of ready made templates or themes (if you don't mind using other people's designs) or create your own theme for a particular CMS.

harry_ord 03-20-2013 06:18 PM

Sorry for so much questions, i'll try to be more straight.

Can i do something that looks like this on a CMS?

http://www.hbn.cl/

sycamorex 03-20-2013 09:41 PM

Quote:

Originally Posted by harry_ord (Post 4915549)
Sorry for so much questions, i'll try to be more straight.

Can i do something that looks like this on a CMS?

http://www.hbn.cl/

You can create almost any website. It's just a question of creating an appropriate template/theme.

harry_ord 03-20-2013 09:45 PM

Not with wordpress, all the templates i've tested look like blogs.

sycamorex 03-20-2013 10:09 PM

Quote:

Originally Posted by harry_ord (Post 4915632)
Not with wordpress, all the templates i've tested look like blogs.

Well, because Wordpress it predominantly a blogging platform. Try other CMSs.

harry_ord 03-20-2013 10:15 PM

How about Django? can Django do it?

harry_ord 03-21-2013 12:23 PM

Sorry, i can find any tutorial for Django, they just teach me how to install Django an nothing else. How can i create my site and all that stuff?

dugan 03-21-2013 12:37 PM

Quote:

Originally Posted by harry_ord (Post 4916079)
Sorry, i can find any tutorial for Django, they just teach me how to install Django an nothing else. How can i create my site and all that stuff?

Seriously?

Official tutorial:

https://docs.djangoproject.com/en/1.5/intro/tutorial01/

"Getting Started with Django":

http://gettingstartedwithdjango.com/

And if you don't like either of those, then honestly, server-side scripting isn't for you. You should hire someone to get this done.

Quote:

Well, because Wordpress it predominantly a blogging platform. Try other CMSs.
I wouldn't use Wordpress for this, but you can write your own Wordpress template and make it look like anything you want. Including specifically "this": http://www.hbn.cl/

theNbomr 03-23-2013 05:38 PM

From my cursory inspection, that looks like a classic CMS use-case. The content is visible to the public, while some 'owner/administrator' has a back door access to update the content. Other than a simple e-mail contact form, I didn't see anything where the public user modifies the content.

--- rod.

harry_ord 03-23-2013 05:55 PM

I was investigating and i think Joomla can help me a lot. It appears to be easy to use and it has templates that actually look like websites instead of the "blog-like" used in Wordpress.

@TheNbomr the section of the web i gave in example that is modifiable is where the properties (houses, buildings, etc...) are listed with their picture and data. A user with priviledges can enter a "control panel" where he can upload a new property with it's respective data and picture filling a form.


All times are GMT -5. The time now is 09:25 PM.