neoCms Preview 1 - Backend edition and Collection loading - Forum

Forum Navigation
You need to log in to create posts and topics.

neoCms Preview 1 - Backend edition and Collection loading

I have just published the first neoCms Sample as a sneak preview:
https://visualneo.com/tutorials/neocms1/

Data is retrieved from a remote server in a different domain where neoCms is installed:
https://cms.sinlios.eu

There I have created an author account for you to test, with limited permissions so you can sign-in an edit contents:
User: author
Password: cmsauthor

Max image file size to upload: 20Kb.
Once you update the content in neoCms reload the sample app to see the changes.

This is just the tip of the iceberg... More to come.

Let me know what you think.

Thank you!

Vadim, farhad2008 and 3 other users have reacted to this post.
Vadimfarhad2008Darbdenralemoroccocogliano

At first glance it looks very, very interesting indeed.

Thank you so much Luis

Hi Luis,

I can't believe my eyes !!! Really, VisualNeoWeb is....To infinity, and beyond!
Thank you for all !!!

@luishp

I tried to make a record, through the GUI. I just could not add a picture from my desktop, it must be disabled. It looks very professional and beautiful!!! Interesting to learn more about what you can create with NeoCMS! In a neighboring thread, you wrote that this plugin can make working with databases easier, if I understand correctly.

Thank you so much for the new features!!!

This looks like a powerful addition!  I can't wait for it!  The ideas are spinning in my head.. :)

thanks!

Sorry @vadim, I have reviewed the configuration. Now it's possible to upload .png and .jpg images up to 20Kb using "Select asset" option. Thank you for testing!

Vadim has reacted to this post.
Vadim
Quote from luishp on November 26, 2021, 11:47 pm

Sorry @vadim, I have reviewed the configuration. Now it's possible to upload .png and .jpg images up to 20Kb using "Select asset" option. Thank you for testing!

@luishp I was curious..  I have Cockpit installed and  I was looking for something to limit file size or dimensions for images on their forums..  Is that a custom config option?

thanks!

@darbdenral I have tested many options and addons in Cockpit to pack a "customized version" for us.
I use some important addons to allow better user management, included upload file size. I also use "Cockpit Next" branch, as it seems to fix some problems in the main one.
The only thing I don't like about Cockpit is it's lack of documentation...
Anyway it seems to me like the perfect marriage for VisualNEO Web. I will be sharing more samples and possibilities to help you getting familiarized before publishing the next VisualNEO Wrb release.

Take a look at the attcahed neoCms command list I have already prepared :)

Regards.

Uploaded files:
  • You need to login to have access to uploads.
Vadim, CDY@44 and 2 other users have reacted to this post.
VadimCDY@44Darbdenralroccocogliano

I have re-uploaded the sample files (see first post) to fix remotely hosted images problem.
Thank you!

Vadim and emo have reacted to this post.
Vadimemo

You have been busy ;)  A customized version? That sounds like a really good idea!  It's a sweet script and really does seem like a great fit, good find.   I experienced the lack of documentation too. I did manage to implement user groups with the help of their forums but  I'll look into that branch you mentioned and look forward to what you come up with.. :)

thanks!

@luishp

Thank you so much, Luis!!!

hi,@luishp

Thank You for neoCms sample but missed plugin .

Best Regards.

Hi @farhad2008, this is just a preview. You are helping me to test the new funcitonalities while I work on them.
Thank you for your patience :)

I have updated this sample app to show search and sorting capabilities. If you test it online please press Ctrl-F5 once loaded to be sure you are not loading the cache version.

Thank you!

Vadim has reacted to this post.
Vadim

Ohh man, @luishp you really released the power with the SearchCollection command!  Seemed to work fine here ;)   Looking good..

 

hi, luishp

Thank You and It works well.

This is great.  Can it access SQL data bases?

This is great. Can it access SQL data bases?

@neal-stone No. You can do that using neoPhp. This has a different purpose.
Although neoCms use SQLite (or optionally MongoDB) it's a NoSQL solution.
If you need more advanced search, it will include GraphQL compatibility.
But you will be able to search, read, insert, update and delete "Items on Collections" (just like records on tables) All from client side, no server side programming necessary.
Please stay tuned for the new samples I will be publishing.

Best regards.

Vadim and CDY@44 have reacted to this post.
VadimCDY@44

Hmmmmm maybe I can learn PHP to pull off the same idea?  Second question.  I see that it will be a service type product.  Will I be able to allow users to check their own stats on projects I create?

I see that it will be a service type product.

@neal-stone that will be optional. You will be able to host your own neoCms backend very easily and even test it local.

Will I be able to allow users to check their own stats on projects I create?

Yes, but you will have to create your own statistics facility.

Regards