Code

Discussion on Botble - Laravel CMS, CRUD generator, Modular & Theme system, Role permissions, Multilingual blog

Discussion on Botble - Laravel CMS, CRUD generator, Modular & Theme system, Role permissions, Multilingual blog

By
Cart 1,063 sales
Recently Updated

botble supports this item

Supported

This author's response time can be up to 2 business days.

804 comments found.

Hello, I replaced folder /platform, /public/themes, /public/vendor Next when I typing I show errors: https://prnt.sc/rhv5tg

Regards

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!

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,

Please create a ticket here: https://botble.ticksy.com. Our support team will help you.

Thanks!

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’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’

RV_MEDIA_WATERMARK_SOURCE=/vendor/core/images/MonoPanel_logo.png

https://cms.monopanel.net/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)”.

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

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?

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!

Hi, i wanted to use
{!! 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

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey