Michael Posted January 19, 2018 Report Posted January 19, 2018 Hi there to all our fantastic customers and visitors, we are currently working on 1.2.6 and it should be shipped soon. This will add a few features and if you have any feature requests please post them below and we'll see if we can add them into the next versions. Blesta Addons and Paul 2
Joseph H Posted January 19, 2018 Report Posted January 19, 2018 Can you share the change log for this version. But would be nice to have A code editor instead of plain text PHP Support in Pages
Michael Posted January 19, 2018 Author Report Posted January 19, 2018 2 minutes ago, Joseph H said: But would be nice to have A code editor instead of plain text I'm hoping to have a new one in 1.3.0 but we need some sales so I can invest into it haha so i can buy the license and then we need to get it perfectly working. Blesta removed the one included in Blesta's portal and which we use for the articles but because it added <p></p> around everything and strips the top and bottom of the code they removed it. Which is why we don't use it as-well. 18 minutes ago, Joseph H said: PHP Support in Pages This is something I don't really want at all due to security reasons but a few people want it so I may add it but with a warning. But we need to work out the best way to do it. Joseph H 1
Joseph H Posted January 19, 2018 Report Posted January 19, 2018 2 hours ago, BlestaStore said: This is something I don't really want at all due to security reasons but a few people want it so I may add it but with a warning. But we need to work out the best way to do it. That will be great, I have been trying to do some edits today and Meet some road blocks. It's a useful addition. Michael 1
Joseph H Posted February 13, 2018 Report Posted February 13, 2018 Blog Posts > List new first Michael 1
Michael Posted February 13, 2018 Author Report Posted February 13, 2018 1 hour ago, Joseph H said: Blog Posts > List new first I had it on our docs website but it will be in the new readme. Maybe @GosuHost can help us add it in 1.2.6 as a setting? Open: plugins/blesta_cms/views/default/main_category.pdt Find: foreach ($entries as $entry) { Replace with: foreach (array_reverse($entries) as $entry) { Joseph H 1
Joseph H Posted February 13, 2018 Report Posted February 13, 2018 11 minutes ago, BlestaStore said: I had it on our docs website but it will be in the new readme. Maybe @GosuHost can help us add it in 1.2.6 as a setting? Open: plugins/blesta_cms/views/default/main_category.pdt Find: foreach ($entries as $entry) { Replace with: foreach (array_reverse($entries) as $entry) { Thanks mate all good now Michael 1
Beav Posted February 13, 2018 Report Posted February 13, 2018 There will be a solution added to 1.2.6 for this and for blank categories Joseph H and Michael 2
Recommended Posts