Mobile app version of vmapp.org
Login or Join
Turnbaugh106

: Letting hosted forum users design their own forums? I'm developing forum/blog hosting software. I'd like the forum/blog owners that'll be using my service to be able to layout and style their

@Turnbaugh106

Posted in: #Template #WebHosting

I'm developing forum/blog hosting software. I'd like the forum/blog owners
that'll be using my service to be able to layout and style their own pages, e.g. make their own forum/blog "landing page", or about page, or page listing the hottest forum threads.

I figure I could either build some graphical HTML design tool, which allows
forum/blog owners to visually drag-and-drop page components to construct pages.
Reminiscent of e.g. drag-and-drop-website-builder www.weebly.com/, or snappages.com/ or doodlekit.com/.
Or I could provide a template language, so forum/blog owners could write
their own CSS and HTML in that template language.


The template language approach seems terribly much easier than the
graphical design tool approach, and more
powerful for those who understands HTML — but terribly hard for those who
don't?
I want to spend as little time as possible with this templating / design tool
stuff. It's not particularly related to the Unique Selling Point. But I
think I need to do something.


Questions:


What do you think I should do? Start with a template system and then later
on consider some user friendly graphical design tools? Or let non-techies
click-and-choose between templates/CSS made available by technically skilled
people?
Other benefits/drawbacks of the template or graphical-design-tool approaches?
Do you have any general comments? E.g. in what manners is all this silly? Or
what should I do differently... or not at all?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Turnbaugh106

1 Comments

Sorted by latest first Latest Oldest Best

 

@Speyer207

This is what I did: Admins are able to edit html and CSS, and via a <div> with a magic id attribute, they can specify where the blog/forum/wiki software stuff (that the software I'm building generates) gets inserted. -- I think this was a reasonably simple solution, and fairly useful, for people who knows HTML. However, not very user friendly to other people perhaps.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme