Just one thing I’m missing in Elements at the moment

I’ve created a new website and I’m really happy with how far you’ve come in the development, but there’s one feature I need before I can publish my new site — a blog. This is something important for me to have in place.

Do you have a timeline for when blog functionality will be available in Elements?

Do you have any suggestions for blog solutions that can be integrated with Elements in the meantime?

2 Likes

Maybe… @ben was looking into a third-party stop-gap solution. However, keep in mind that this won’t be an official solution and, as such, won’t ship as part of Elements. Hopefully, he’ll have more news to share on this in the coming weeks.

2 Likes

I’ve got a proof-of-concept set of components that integrate with a third-party blogging service.

I’m planning to share more details once I’ve had a chance to flesh them out a bit further :slight_smile:

2 Likes

I am currently completing development of and testing my Blog replacement for Foundry Alloy 3.

I first of all got it working in standalone mode as I was using ChatGPT (OpenAI) and Le Chat (Mistral) to develop the code and I didn’t want to confuse them (and me!) with using Elements. The primary aim I started with was to be able to easily migrate my current Alloy posts to Elements along with the ability to Add and Edit new posts etc.

Now that I have got this working well, I am well into the migration of this into Elements Component DevPacks. Whilst at first sight this should be comparatively easy, I am having to spend time generalising it and setting up Component Properties so that users other than myself can configure the Blog to their liking. I found too many places in the code where I had made default assumptions that worked well in my usage case but probably (make that definitely!) wouldn’t for others.

It will be at least another few weeks (probably) before it is ready for alpha testing (wouldn’t dare call it a beta :wink: ). However, as you might see from other of my posts, it is also dependant on some outstanding Elements feature/bug fixes.

At the moment, there are five components in the Dynamic component group:

  • Configure Blog
  • List Blog Posts
  • View Blog Post
  • Edit Blog Post
  • Blog Carousel

Just thought I would give a quick update to say that work is still actively progressing on this. :slight_smile:

6 Likes

Nice work, @logrunner! This is fantastic news. It’ll be great to have a few solutions available for users to set up a blog in Elements!

Your Alloy replacement is crucial. Many users have been left standed, so this will be wonderful to provide them with a path to move forward. :blush:

Can you tell us which paid service you are thinking of?

we’ll be sharing more details in the near future, stay tuned! :smiley:

What about this script by PHPjabbers?

Ok, it needs a MySQL database, but that’s all. Simply copy a php code snippet into your Elements page and you should be good to go…