Givan

Results 364 comments of Givan

The fix is to change line 953 in [system/functions.php#L953](https://github.com/givanz/Vvveb/blob/master/system/functions.php#L953) to ```php $file = preg_replace('@^.*[\\\/]themes[\\\/][^\\\/]+[\\\/]@', '', $file); ``` Can you please check that the line is changed and also manually empty...

I'm unable to reproduce this, can you please check write permissions for theme folder `/public/themes/promodise`? ![xampp-permissions](https://github.com/user-attachments/assets/8420bf5b-16d1-43d2-a52a-48f2952825c4)

This is probably caused by page cache not being cleared, please try to manually delete all files inside `/public/page-cache/` and `/storage/compiled-templates` maybe the files can't be deleted because of file...

Thanks for the bug report, it's fixed in `latest.zip` changed file [/public/js/admin/functions.js](https://github.com/givanz/Vvveb/blob/master/public/js/admin/functions.js) you might need to clear your browser cache.

Can you please provide more details about this issue?

Hi Emin, When installing the Turkish language pack from admin files are downloaded and compiled from https://github.com/Vvveb/tr_TR Translation file is saved to `/vvveb/locale/tr_TR/LC_MESSAGES/vvveb.po` You can use a text editor or...

If `ALLOW_PHP` is set to false then the php code is not removed in `save.php`. The php code is probably stripped by the browser, you can log `$_POST['html']` and see...

You should use a template system like twig or blade, with php the user can insert any code and you expose your app to arbitrary code execution. I use Vtpl...

Hi Selecting links in the editor should not navigate to the url, can you try on the links from the demo? https://www.vvveb.com/vvvebjs/editor.html This might happen if there are js errors...