Mobile app version of vmapp.org
Login or Join
Pope3001725

: How to create a site with these features without programming? My girlfriend & I are creating a site as a side business. I'm a programmer but for this site I don't want to do any programming

@Pope3001725

Posted in: #Cms #Content

My girlfriend & I are creating a site as a side business. I'm a programmer but for this site I don't want to do any programming because a) I want to make the site quickly, b) it's a fun side project and I just want a point-and-click interface with no frustration, c) I want her to be able to update any part. I also don't want to hire programmers for budget and time reasons. Editing HTML/CSS/JavaScript/templates is fine though and expected.

The site will have these features:


User registration. Two distinct types of users with different landing pages, functionality, etc. (not just different subscription levels).
User profiles with many custom fields. The profiles would be different for each user type.
Create/Edit/Browse/RSVP for Events - an Event would have many custom fields, so many that using an existing calendar system might not be possible.
Create/Edit/Browse Activities - an Activity would be a custom object with many fields (title, description, address, etc.)
Be able to Rate and Review each Event, Activity, or user.
Easily retrieve and display Events/Activities/Reviews that a user has attended or created in the system.
One-time purchases and recurring monthly subscriptions. This should be automated and apply the appropriate "credits" to their account each month after their card is charged. This would require supporting an offsite credit card info storage system since we don't want to store that info ourselves.
Fully and easily translatable. Many of the users will not understand English well so we need to be able to provide translations for each string on the backend (no need for enduser-supplied translations). We should also be able to present entirely different content depending on their preferred language - e.g. users preferring Japanese will see content about Japan.


What ways are there of creating such a site without programming? Using CMS software is one way, but are there others? And if using a CMS, which would be flexible enough to support creating a site like this without custom programming? I'm quite sure existing modules or addons wouldn't completely fill my needs, so being able to create and manipulate custom objects is crucial.

Thanks in advance for any advice.

FYI: Related questions I found. These deal with simpler types of sites though:


creating a tag-based website and not using programming?
Is there a way to create a website without learning to web-program?
Which CMS can I use to build a website without programming knowledge?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Pope3001725

1 Comments

Sorted by latest first Latest Oldest Best

 

@Gail5422790

It is doable, but at some point, especially if you want to customize things, some coding will factor in.

At this point, your best bet would be:

The CMS Platform:


Wordpress

CMS base, handles users, comments, tags, categories, WYSIWYG interface



eCommerce, Sales:


Woo Commerce Plugin

ecommerce, integrates with Wordpress



For Events/Activities:


EventBrite WordPress Plugin

www.eventbrite.com/l/wordpress Handles event management and allows for charging of events, as well as the social/commenting/etc. aspects.

Meetup Wordpress Plugin

wordpress.org/extend/plugins/wp-meetup/ Interfaces with MeetUp and allows for activities, calendars, planning, etc.



Discussion/Comments/Interaction:


Disqus Wordpress Plugin

Use Disqus for your discussions and comments vs Wordpress builtin.
Much better for handling load and can support social aspects.



Basically, for most of what you want to do, you can do it with Wordpress and plugins.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme