givanz / Vvveb

Powerful and easy to use cms to build websites, blogs or ecommerce stores.
https://www.vvveb.com
GNU Affero General Public License v3.0
241 stars 49 forks source link

Header links can't be changed #28

Open roast247 opened 1 year ago

roast247 commented 1 year ago

Have installed the last 4 updates when they came out and still having issues changing header links let alone even the text of said header links. when is this supposed to be finished?

givanz commented 1 year ago

Hi

Do you have issues changing menu links or other links? Menu items can be edited from admin > pages > menus > main menu. I added page editor support for menu component in the last update and now menu items are also saved from editor. If other links from header can't be edited please provide more details and I will check.

Currently ecommerce features are being implemented, after they are finished there will be some review, refactoring and bug fixing and then the first beta will be released for testing.

After the beta is released bug fixing and writing documentation will be done until the final stable release.

Thank you for your patience.

roast247 commented 1 year ago

trying to delete a menu item, it throws and error

Notice: Undefined variable: menu in admin/controller/content/menus.php on line 55

givanz commented 1 year ago

Thanks for the bug report, it's fixed in the last update.

roast247 commented 1 year ago

is there a way to install new updates without having to delete the whole site and uploading the new files?

roast247 commented 1 year ago

also for posts, it won't allow you to delete multiple at the same time

givanz commented 1 year ago

I fixed post bulk delete, you don't need to delete the site to update, you only need to upload and overwrite existing files.

To reinstall (only if you want to reset the data) you only need to remove config/db.php

You can also reinstall faster from the command line

 php cli.php install host=127.0.0.1 user=root password= database=vvveb admin[email]=admin@vvveb.com admin[password]=admin