A way for clients to edit pages

Great timing of your question - we just released Pinegrow CMS today :slight_smile:

The idea is too keep things simple and 100% in HTML.

To make any HTML site CMS-ready, you just need to open it in Pinegrow PRO and define editable areas. Also, if some editable areas contain collections of items (for example Team area contains Team members), you can define a Team member component and tell the editable area that it can contain only Team members.

Then, you install Pinegrow for your clients and set it to run in CMS mode with simplified UI. In CMS mode only editable areas can be edited.

Each client needs a separate Pinegrow license. For that purpose we have a special CMS Client license that costs just $20, one time payment.

Read more about Pinegrow CMS here, a tutorial is included:

3 Likes

So each client will have to pay $20 is there a unlimited license option at all?

Yes. But we’re open to suggestions. Something like $X / year for unlimited client licenses might work as well.

1 Like

Hi guys,

so clients will edit stuff “locally” using Pinegrow and have then to push it live themselves?

Hm - doubting if this is something I’d like to see my clients doing. Of course I might be wrong though.

Cheers

Thomas

1 Like

For now PG doesn’t handle uploads.

A couple of options we’re considering:

  • Built-in FTP/SFTP client
  • Option to define command to run when Publish button is pressed. Like shell script, git command or similar.

In the meantime the workaround can be a publish command as a shortcut on client’s computer that will run the preferred mode of transport. Then instruct client to run that after making changes in PG.

2 Likes

One suggestion - use this as a way to train your clients, simply set-up filezilla on their machine, create a bookmark for their website, which means the bookmark would have a local directory associated with server directory, so all the client has to do is save their work in PG CMS, open filezilla, click their saved bookmark and publish.

I would also edit the settings of filezilla to allow sync of file/folders only if source is newer.

For this purpose I can recommend the freeware version of Fling FTP:
http://www.nchsoftware.com/fling/
With the program, the files can be uploaded automatically or very easy manually (one click).
I have already installed it several times at my friends, works perfectly.
The freeware version is available at the bottom left.

HI,

Is there not a way to leave a created page open to build in wordpress still via something like Sitebuilder?

I need to be able to have a standard template that is customised via the page content still in wordpress, rather than by the customiser.

Anybody have any ideas? I still cant get a PG wordpress template to work with plugins like Ultimate member, which is really slowing me down :frowning:

Thanks

Dan

@danchapuk: Maybe you can have a look at this:

1 Like

HI Earnoud,

So there is only a paid addon/option for this?

Do you think this kind of functionality will be in 3.0?

Thanks

Dan

Using ACF is a perfect example of what can be achieved with both visual web editing in Pinegrow and WordPress features and extensions (plugins).

Pinegrow is a Web Editor with super powers and the idea is not to duplicate WordPress features but work almost seamlessly with it. :wink:

For my needs I use dropkick cms (https://justdropkick.com/cms/).
This littele tool is perfect for my clients and you only have to pay once ($ 29,-).

Greetings

Paddy

There are plenty of other really nice full featured and inexpensive Flat File CMS and CMS options now days for people to chose from as well:

  • Pulse CMS
  • October CMS
  • Grav CMS
  • Respond CMS
  • SiteCake CMS
  • GetSimple CMS
  • Craft CMS
  • Typesetter CMS
  • Statamic CMS
  • DropKick CMS
  • Kirby CMS
  • Perch CMS
  • Surreal CMS
  • Cushy CMS
  • Jekyll
  • etc.,

Some of which are:

  • very polished
  • easy to implement
  • rapidly and actively developed
  • offer many add-ons
  • user extendable
  • brand-able
  • inexpensive
  • etc.,

Of course you can always roll your own as well. I think I believe seeing @Terry44 stating he has his own that he uses for his sites. I’m sure others do as well.

1 Like

You missed out my favourite https://www.couchcms.com

1 Like

A client editing a ‘static’ page is fine but what about functionality that needs records e.g. You have a list of events and each event links to a detailed page. And the events are displayed in order of date and automatically move to a past events section. So you have

Upcoming Events

Event 4 - Dec 1, 2017
Event 5 - Dec 2, 2017

Past Events

Event 3 - Nov 25, 2017
Event 2 - Nov 24, 2017
Event 1 - Nov 12, 2017

Wouldn’t it make sense to have an interface with a form where the client simply adds a new record with info?

Link is broken…
:wave:

Ooops. link(s) fixed.

Yes definately a built in FTP client where we can set it up for the client as we passover the CMS edit version of Pinegrow would be fantastic…are there any issues with Secured servers?

Nice tips here. I like the answers.

I have used both craft cms and october cms and they are really similar when it comes to creating and editing pages. Both have a really innovative way of creating pages, which is through creating a template in Twig (source: https://www.cloudways.com/blog/using-craft-cms-template-and-plugins/ and https://www.sitepoint.com/introducing-octobercms-laravel-based-cms/ ). I haven’t used the other CMS mentioned here. Do these also use Twig templating?