This forum has moved, please join us on github discussions. We will keep these old posts available for reference. Thank you!

Farewell Google Groups, hello Discourse!

Hello longtime Apostrophe users,

As you can see we’ve just created forum.apostrophecms.org, a new discussion forum for talking about the Apostrophe CMS framework based on Discourse. Discourse is an open-source package from the creators of Stack Overflow. As such it has the features developers have come to expect when talking about code and ideas:

addFields: [ 
    { 
      name: '_page', 
      type: 'joinByOne', 
      withType: 'apostrophe-page', 
      label: 'Page', 
      idField: 'pageId', 
      filters: { 
        children: true 
      } 
    } 
 ] 

See what we mean? Google Groups just can’t compete these days.

We look forward to your participation! And no, you don’t have to create “yet another account.” Just log in with your Github account… no muss, no fuss.

Very important: this forum is for talking about Apostrophe. Meta-stuff like Apostrophe’s future, your plans for it, “why doesn’t Apostrophe have this feature / why did you make this decision,” etc.

If you have a how-to question, first check out the documentation. If you don’t see your question answered there, please check out existing questions and answers on Stack Overflow. And if you still don’t find anything, try asking a new question on Stack Overflow, using the apostrophe-cms tag. We will be watching, and so will other Apostrophe developers. Stack Overflow is really good at that kind of stuff, as everyone who writes code has no doubt noticed by now.

And if you have a bug report, go straight to github, of course.

Thanks! We look forward to continuing the conversation.