Work started on 5.3.3

There could be even more options inside an already existing htaccess file, and also some, which are not working with Pulse...

1 Like

What you've done is pretty cool, font and colour highlight:

You can also maybe use <pre></pre>

Using the redirect as @instacks says should work:

    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] 

Adding a "force SSL mode" is a good idea for a future update

As part of a great suggestion from @ezchile here, for moving images in Media to other pagination, we have now added this to the next build (5.3.3) :slight_smile:

  • Re-ordering of images in media can now be dragged and dropped (great for when lots of images exist) with drop targets for next/previous pages

It looks something like this:

1 Like

...Great! This is going to be really useful.

1 Like

Just added to this a couple more good ones:

Almost ready for release this one - not long now :slight_smile:

2 Likes

You're on a roll Michael! Well done...

1 Like

Thanks @ezchile - we're doing our best :heart_eyes:

More added to the list including this as mentioned in another thread, info on Editor vs User:

Also based on a great idea from @Oliver we've extended the Blog loop to make it more flexible.

Something like:

{{blog-loop-start}}
...my own layout with divs, cards, whatever {{blog-title}} {{blog-content}} etc.
{{blog-loop-end}} 

The old parser is still in place so no need to do any updates, but we've added this to see how it goes. We will add more examples of it here once it's finalised before release.

2 Likes

Amazing! Thanks for that, this takes designing the blog to a whole new level.

1 Like

Oh that sounds great :+1:

If it is possible to wrap that also into RW, I see a lot of potential. Like having a start and end blog tag, and inside other stacks with own styling and text dynamically inserted.

1 Like

Agreed. If this means what I hope it does, then this could be a bit of a game-changer.

1 Like

Thanks @Oliver for the suggestion.

It will need testing and feedback as it's just the start at this stage but it will mean a lot more flexibility.

With this, the current method is easier to code. The new one has more flexibility, so its a tradeoff.

That's a great idea @instacks and why not!!
You could offer both in case some users prefer the current version.

Inside other Stacks with styling and dynamic text is also brilliant idea :grinning:

And this is something that can be extended to all tags as needed as we go.
eg forms or contact etc..

1 Like

Simple tags now work in the new parser. Compex tags need a debug run. So it's pretty close to being done.

It's worth mentioning this is a largish change so there may be some bumps so we're running lots of tests and of course appreciate community testing / feedback also :slight_smile:

We're just working on finishing this new tags parser and then this edition will be ready.

If there are any new issues then please report them to the tracking repo and they can be done for 5.3.4 - but looks like we're almost there :slight_smile:

The simple case works for this new Blog loop parser! But not when there are nested composite tags eg blog loop inside blog. So that needs more thinking about.

But for now and simple use cases this should be ready for usage :slight_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.

Thanks @annett - this media feature made it into 5.3.5 :slight_smile:
https://forum.pulsecms.com/t/new-release-5-3-5/1584/2

Thanks @ezchile - the checkbox drafts made it's way in there too :slight_smile:

1 Like

Various UI and UX improvements mentioned above in the latest version:
https://forum.pulsecms.com/t/pulse-5-3-7-is-out-today/1673/2

This has been added in 5.3.8!

Added a Plugins & Tags Scanner page to the Account dropdown. This allows users to quickly see what plugins & tags are installed and a quick reference on how to use them. Any uploaded custom Tags will also appear here

1 Like