804 comments found.
Regards
Hi,
Please download the latest version then replace folder /platform again. We’ve fixed that API 2 days ago.
Thanks!
ok, thanks. Could you check mobile menu on iPhone -> http://prnt.sc/rhvsje Search icon is under hamburger menu.
It’s so weird. It’s working fine on browser but doesn’t work on real device https://prnt.sc/rhvva2
I will ask my team to fix it tomorrow and will release it soon.
Thanks!
Could you upload vendor/core folder because it is missing ?
Hi,
There’s no folder vendor/core. If you’re missing some files in /vendor, you can delete that folder then run “composer install” to reinstall it.
Thanks!
I miss this file in my package: https://cms.botble.com/vendor/core/plugins/gallery/js/lightgallery.min.js
I have 404 not found.
Screen: https://prnt.sc/rhwykk
Hi,
We’ve just updated on Codecanyon, please download the latest version on Codecanyon then replace folder /platform, /public/themes and /public/vendor. It will fix missing files and mobile navigation.
Thanks!
\Event::listen(\Illuminate\Routing\Events\RouteMatched::class, function () {
dashboard_menu()
->removeItem('cms-core-system-information');
});
I tried to remove cms-core-system-information menu, but it seems, this code can not remove Dashboard sub-menu.
Hi!
The problem with the location of the menu is https://prnt.sc/rg941l. After opening and closing the search, the elements fall into place https://prnt.sc/rg947p in triple template
Hi,
I will check and fix it.
Thanks for your feedback!
Also, there is no problem with the drop-down menu; in the mobile version, items are not clicked; in the desktop version, it is impossible to open the second drop-down list; it is overlapped by the previous one.
Sorry, I don’t catch your point. Can you show me a screenshot for that issues?
Hi,
For mobile menu, we’ve just fixed it and updated on Codecanyon, please download the latest version then replace /platform/themes/ripple and public/themes/ripple.
Thanks!
on desktop version I can’t select next menu item – https://yadi.sk/i/beHrqhtz3iboUA
Hi,
I will check and fix it soon.
Thanks for your feedback!
Hi,
I’ve just updated on Codecanyon, please download the latest version then replace folder /platform, /public/themes, /public/vendor then it should be fixed.
Thanks!
Hi,
One more problem – https://yadi.sk/i/nZrbnq0ZryTrpA
Can you make the menu move in the opposite direction when it hits the screen area?
Thanks!
Hi,
Sorry, we just can support menu 3 levels. From level 4, you have to do it by yourself.
Thanks!
When I add a picture path with RV_MEDIA_WATERMARK_SOURCE to the env file, the picture is loaded but watermark is not added.
error ‘Image source not readable’
What’s your setting with RV_MEDIA_WATERMARK_SOURCE? It should be a full path to watermark.
P/s: Your support is expired, please extends your support to get support from us.
well then let’s be my last question my env setting RV_MEDIA_WATERMARK_SOUR of = / vendor / core / images / monopanel_logo.png
It should be full path to image, not relative path. E.g: /home/user/botble/domains/botble.com/public_html/public/images/watermark.png
RV_MEDIA_WATERMARK_SOURCE=/vendor/core/images/MonoPanel_logo.png
If we give it this way, will he find it because it is not easy to reach the other address
It can’t work like that, it needs the physical path to read image.
Hello, how can I change data format in posts ? Now I have “Aug 02, 2016” I want “10.02.2016 (dd.mm.yyyy)”.
Hi,
You can change it in /platform/themes/ripple/views/post.blade.php
You can use
$post->created_at->format('d.m.Y')
Thanks!
Thank, how can I edit format date on index page ? “Whats new posts” module.
You can search ”->created_at” in /platform/themes/ripple
Then change
date_from_database($xxx->created_at, 'M d Y')
To
date_from_database($xxx->created_at, 'd.m.Y')
You may find it in /platform/themes/ripple/partials/short-codes or /platform/themes/ripple/views.
Hi,
Did you import database.sql? I think plugin Blog isn’t activated yet, please go to Admin -> Plugins to activate plugin Blog.
Thanks!
Hi 1. php 7.4 plugin activation works fine but gives proc_close error when switching to php 7.2 version How can I resolve shared server
2. Pop-up media has been deliberately closed, right click or is this an error?
sorry for bad english
Hi,
1. You need to enable function proc_close, proc_open on your PHP.
2. We disabled right click on popup, do you need that feature on popup. I think that you just need to select file on popup only.
Thanks!
Nice function to delete in case of wrong file upload
I will check if we can do it or not. If it’s easy to do, I will add that feature.
Thanks!
Hi,
You can use the actions in the top right https://prnt.sc/rc0p9j
Hi, On form page, it’s possible to have more fields with editor content ? And change fonctions each one ? Also, for information when i add an new user and update this password, it’s change password for admin user ! Thanks
Hi,
Can you use Custom Fields to add more fields to form page? That’s the easiest way to do.
For change password bug, it’s a big bug. To fix it you just need to remove Auth::logoutOtherDevices($request->input(‘password’)); in platform/core/acl/src/Services/ChangePasswordService.php line 45
see screenshot: https://prnt.sc/rb6j9q
Thanks for your feedback!
Hey Botble team! 
I would like to modify the botble scss file for the back-office, but I guess that if I edit the original files, when I will come to update the entire core, those edited files will be overwrited, right ?
If so, have you got some tips to edit the scss files and keep those change, even if the core will be updated in the future ?
Thanks for your answer ! 
Hi, there is no tips for it. If you want to modify scss files in core, you have to remember those files to keep update it later.
It’s same for all CMS, you need to add new css file if you want to modify admin theme, not edit existing files in core.
Thanks!
Ok, thanks a lot for your answer and your time! 
Is there any document which can explain the process of API security?
Hi,
We’re using Laravel Passport https://laravel.com/docs/6.x/passport. It’s an official package from Laravel team for API authentication.
Our API docs: https://cms.botble.com/docs/
Thanks!
Hi, Recent View in (media ) tab is not working. It gives no value in result. Everytime, this is blank. Can you suggest what can be issue and which logic is working behind this.
I opened multiple images in popup but still no media in recent tab. Any suggestion please?
Hi,
I will ask my dev team to check it.
Thanks for your feedback!
Hi, I cannot find Simple Slider plugin anywhere in the code, can you please help me please?
Hi,
There’s no simple slider plugin on this product. Simple slider is a plugin in LaraMag, not default Botble CMS.
Thanks!
Ok Thanks. Do I have to purchase LaraMag or can I have only the plugin from the folder?
Hi,
That plugin doesn’t available to purchase so if you need it, you have to purchase LaraMag or do it by yourself.
Thanks!
Hello ! 
Is it possible to know how to create a theme for the back-office ?
Thank you for your answer ! 
Hi,
We don’t have any command to create new admin theme, you need to add more css file or modify css files in /public/vendor/core/css to change theme.
Thanks!
Ok thank you very much for this answer ! 
I need your help please
...
I want to get current locale on controller, but with $language->getCurrentLocale() i have always the default locale even if i use /fr or /en .
How i can get the current local with URL ?
Thanks for your help
Hi,
Please use
Language::getCurrentLocale()
Thanks!
Hi Add a post in the members section, the gallery doesn’t open. What can I do?
Does it happen on demo site?
I will check it again then let you know.
Thanks!
yes I checked it on the demo site but it doesn’t work thank you
Okay, my team are checking it.
Hi,
Select gallery images can’t work outside Admin panel so we need to hide that box. We have no choice because it will open media modal and media modal just work in admin panel.
To hide gallery box, you need:
- Add to platform/core/base/src/Supports/Action.php line 20
krsort($listeners);https://prnt.sc/r2k1b0
- Add to platform/plugins/member/src/Providers/MemberServiceProvider.php line 92
add_action(BASE_ACTION_META_BOXES, function () {
if (request()->segment(1) == 'account') {
\MetaBox::removeMetaBox('gallery_wrap', 'Botble\Blog\Models\Post', 'advanced');
}
}, 12, 2);
https://prnt.sc/r2k240
When you copy code from Codecanyon, you need to update quote string character (‘), it’s invalid.
Thanks!
Hi, how can I create a new plugin so I can assign Custom Fields to it? I’ve managed to create it and activate it but the model_name in Custom Fields doesn’t appear in the selection list after following the https://docs.botble.com/cms/5.x/plugin-custom-field#how-to-use-custom-fields-plugin and custom fields are not shown on backend.
Hi,
To create a new plugin, you can use command “php artisan cms:plugin:create <plugin name>”. Document for it: https://docs.botble.com/cms/5.x/plugin
To add custom field support, you can follow this document: https://docs.botble.com/cms/5.x/plugin-custom-field#add-support-custom-fields-for-your-plugin-add-to-function-boot-of-your-plugin-service-provider
After that, you can select model name when you create new custom fields https://prnt.sc/qz0rra
Thanks!
Hello , nice app. I didnt see any slide image on the demo. Also no Video (youtube integration on Gallery) I will like to know if these features are available before i purchase thanks
Hi,
It doesn’t have that features. It’s a CMS for Laravel developers so I don’t add too much features.
Thanks!
Target class [Theme\NewsTv\Http\Controllers\NewsTvController] does not exist. please help.
Hi,
Please make sure that your database connection is valid.
Try to go to Admin -> Appearance -> Themes then activate a theme.
Thanks!
Hey Botble team !
I’ve got a simple question : Is it possible to get the translation in a JS file, like so for example : let message = trans(‘plugins/contact::contact.message’)
Thanks for your answer ! 
Hi,
You can do it like this in blade views:
<script>
var contactMessage = '{{ trans(‘plugins/contact::contact.message’) }}';
</script>
<script src="contact.js"></script>
Then in contact.js use can use contactMessage variable and it’s translated.
Ok thanks for this answer, I knew this one, but it was to know if there were a way to write it directly into the JS file.
But that’s perfect like this also, so thanks again for your time ! 
Hi! i’m having some problems deleting the contact requests from the backend ( all i get is generic error message ). Is there any issue with this module and do you have any idea how can i fix this? Thank You.
Hi,
If you can’t see error detail, please check log in storage/logs/laravel-xxx.log
Thanks!
the log file is empty, is there any other way to debug this?
If it has error, it should be written to log file in storage/logs. You can enable debug on .env APP_DEBUG=true to see the error.
Contact plugin is working fine on demo site so I think that issue is from your hosting.
Thanks!
{!! JsValidator::formRequest(\Botble\Member\Http\Requests\SettingRequest::class); !!}
on theme view but i could’nt use yield or stack insert for this.
What is the better solution to put validator request on views theme ?
Hi,
Js validation is just available in admin panel. If you want to apply it in theme, you have to follow this document: https://github.com/proengsoft/laravel-jsvalidation#validating-form-request