Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Point+Click CMS ideas

Which of these are important in a CMS? 9 members have voted

  1. 1. tick a max of 3 which you feel are most important in a CMS

    • multiple users in the backend, with different levels of access
      8%
      2
    • in-site editing for image fields, URLs, and other non-visible data
      26%
      6
    • poll-management system
      0%
      0
    • contact-form system
      13%
      3
    • pre-built set-ups (blog, news site, community site, downloads site, etc)
      13%
      3
    • data API
      4%
      1
    • easy backups (other than copy+paste from your server)
      17%
      4
    • RSS feeds built in
      4%
      1
    • registered users only areas
      0%
      0
    • re-orderable pages/sections/content
      13%
      3
    • download management system
      0%
      0
    • 0%
      0

Please sign in or register to vote in this poll.

Featured Replies

Hi there.

 

I am about to start on full development of my point+click CMS. The core technology is there (PHPQuery for backend-frontend interaction, and my own Flat File RDB for data storage) to build it with.

 

How it will work is that you (designer) will have a number of "keywords" in your page.. or rather there will be a number of specifically-named items in your page which will be filled by the PHP.

 

Say I want to put a content blocki n my page, it would go something like this:

<div id="content">
<div class="contentblock">
	<h3 class="contentblock-title">Some headline</h3>
	<p class="contentblock-text">the main story</p>
</div>
</div>

The code would then read that, and replace "Some headline" and "the main story" with the relevant data in each case.

 

Not very powerful, I know. BUT, there are a number of features:

1 : if you put more than one contentblock in the same #content, then these blocks will be used sequentially (eg 1 2 1 2 ...).

2 : if you put an id of "first" in a contentblock, it will only be used for the first element, eg (#first 1 1 1)

2a: a similar thing with last

4 : you can specify the fields yourself (so title and text is just one configuration). If you want an "image" field, then you can make that happen easily.

5: all text-based fields (and possibly other fields) are editable with an inline wysiwyg editor

 

You might have to see it to understand, but at this stage it is all speculation.

 

Anyway, developing software is no easy task, so I want you to fill in the poll in what you think is most important to get working first.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.