810 comments found.
Hi,
Can I connect two botble CMS panels, one for managing the warehouse and store, and the other for the website?
Hi,
Botble is a single application with one admin panel, so there is no built-in feature to run two separate panels and sync them together.
The good news is you usually do not need two. A single Botble install already handles both sides: the E-commerce plugin manages your products, stock, warehouse and store, while the CMS side manages your website pages, blog and content – all from the same admin panel and the same database.
If you specifically need two separate installations (for example a private back-office and a public site) talking to each other, that is possible but requires custom development using our REST API to sync data between them. It is not something available out of the box.
I use the ecom version of this and purchased this version for another site. But where do you find this CRUD Generator – Create new plugins with a single command Theme Generator – Build custom themes effortlessly
i dont see them anywheres?
Hi,
The CRUD Generator and Theme Generator are developer command-line tools (Artisan commands), not buttons inside the admin panel – that is why you don’t see them in the dashboard. You run them from your terminal in the project root.
Create a new plugin (generates controllers, models, routes, views, migrations, language files, and the service provider):
php artisan cms:plugin:create your-plugin-name
Create a new theme:
php artisan cms:theme:create your-theme-name
You can also generate full CRUD (list table, forms, model, migration) inside an existing plugin. The step-by-step guide is here:
Commands reference: https://docs.botble.com/cms/commands.html
Plugin development and CRUD generation: https://docs.botble.com/cms/plugin-development/index.html
Both features work the same way in the CMS version and the eCommerce version.
Thank you I was wondering
Hello, i think there is a bug in \platform\core\table\resources\views\base-table.blade.php
in line
@section('main-table')
{!! $dataTable->table(compact('id', 'class'), false) !!}
@show
so if i use 2 tables in one view only the first table gets rendered,it used a shared blade section named main-table. When core/table::base-table was rendered twice on the same page, blade reused that section, so the first table rendered twice and the second table never got its own
Hi,
Thanks for the detailed report – you are right. Wrapping the table in @section(‘main-table’) ... @show turns it into a named Blade section. When the partial is rendered twice on the same page, Laravel’s extendSection() keeps the first section’s content (no @parent placeholder to merge into), so the second table’s HTML is discarded.
The section is there as an extension point – the custom-field plugin uses it to wrap the table in an import form via @parent. We’ll fix it by making the section name unique per table (e.g. keyed on the table id) so the extension point still works while supporting multiple tables on one page.
I’ve logged this for the next release. If you need an immediate workaround on your end, override core/table::base-table in your plugin/theme and replace the section block with a direct render:
{!! $dataTable->table(compact('id', 'class'), false) !!}
Thanks again for catching this.
Thank you for the quick reply and this amazing product and support, i’ve implemented the fix you mentioned, and it works but i thought i might report this so we can keep our favorite script (Botble) clean and optimized.
Hi,
Really appreciate you taking the time to report it – that’s exactly the kind of feedback that keeps Botble clean. Glad the workaround is holding up.
The proper fix is already queued for the next release. We’re keeping the legacy main-table section as a backward-compat extension point (so existing overrides like the custom-field import form continue to work), and adding a per-table main-table-{id} slot so multi-table pages render correctly out of the box.
dear team,
i recently purchase license manager from gumroad i dont have activation code and the ui it look different than the cover looks.
regards
Hi,
We have just replied your email, please check.
good luck, I would like to know, it’s only for creating a blog or can have another site created? I would like a version that is ready how it works I can create sites and resell? But I still have your license on it? I don’t understand, so my client will have to register my license? cordially
Hi,
Botble is a full CMS, not only for blogs. You can build any type of site — corporate, portfolio, news, landing pages, and more. It includes a page builder, blog, theme system, multilingual support, role permissions, and a CRUD generator for building custom modules.
For resale: you can build sites for clients, but each site needs its own license under Envato’s rules (1 license = 1 end product/domain). You can buy a license per project, or the client buys it themselves. A Regular License covers free sites or sites where the client pays you for development. An Extended License is required only if the site charges its own end users (SaaS, subscriptions).
Details: https://botble.com/understanding-botble-cms-license-regular-vs-extended
Hello Team,
I have freshly downloaded and installed the project, but I am facing two issues:
The plugin versions appear to be old “version”: “2.1.8”, even after a fresh installation. The dashboard is missing several widgets that are visible in the demo panel. I have already cleared cache and completed setup, but the issue still persists.
Please guide on how to get the latest plugin versions and enable all demo dashboard widgets.
Thanks & Regards, Praveen
Hi,
About plugin versions: The version shown in each plugin (e.g. 2.1.8) is the plugin’s own internal version, not the CMS version. Plugin internal versions rarely change because the plugin code is stable. The actual CMS core version is separate and currently 7.6.6. You can confirm it at Admin > Platform Administration > System > System information.
About the missing dashboard widgets: You need to set it up at Admin > Settings > Google Analytics to use it.
Check our docs for this setting at https://docs.botble.com/cms/usage-analytics.html
Hello, the product works really well. I’m curious if you’re planning to develop a shop plugin and a classfield plugin for this CMS. If so, I’ll buy it.
Hi,
This one is the CMS version, so it doesn’t have a shop plugin. If you need ecommerce features, you need to check our other scripts which based on Botble CMS https://codecanyon.net/collections/10433615-laravel-ecommerce
We don’t have a classified script for now.
Hi, I purchased this yesterday. While trying to understand the site, I uninstalled and reinstalled it twice, but now it’s giving me a license error.
Your license is invalid. Please activate your license!
Will I experience this situation constantly?
Your license has reached the maximum number of parallel uses.
Hi,
I have just reset your license, please try to activate it again.
Each time you reinstall, please deactivate the license first in Admin → Settings → General before uninstalling. This will prevent hitting the activation limit.
You can also reset your license yourself anytime at https://license.botble.com.
Hi, I’ll do what you said and this will be the last time I won’t get a license error, right?
If I receive a licensing error, please accept my refund.
Hi,
Yes, as long as you deactivate the license in Admin → Settings → General before reinstalling or moving to a new domain, you won’t get the license error again.
The activation limit exists to prevent unauthorized use — it’s not a bug. You can always reset it yourself at https://license.botble.com if needed.
Each license can only be used on one domain at a time. You purchased one license, so it can only be activated on one site.
If you want to use it on teral.com instead of mergi.com, you need to deactivate the license on the first domain in Admin → Settings → General, then activate it on the new domain.
If you need to run both sites at the same time, you will need to purchase a second license.
License rules: https://codecanyon.net/licenses/standard
I’m setting the settings you mentioned, but it’s not working.
Unfortunately, I’m still getting a license error.
Hi,
I have just reset your license again.
You can activate it on the new domain now.
Hello, the installation is now complete. It turns out the error was on your end, which is why I haven’t been able to install it for two days. I don’t want to purchase this software.
Hi,
The license error was not on our end — it happened because the activation limit was reached after multiple reinstalls without deactivating first. This is a standard security mechanism to prevent unauthorized use.
Your installation is now complete and working. Remember to always deactivate the license in Admin → Settings → General before reinstalling or moving domains, and you won’t encounter this issue again.
why is License Manager – Laravel PHP Licenser and Updates Manager – CodeCanyon Item for Sale License Manager – Laravel PHP Licenser and Updates Manager removed ??
Hi,
We got a report from LicenseBox, so it is disabled by Envato. We are trying to resolve it.
okay thans for the response, its so a great product
Hello. I’d like to buy some scripts and I’m testing Botble CMS – Professional Laravel Website Builder and it’s amazing.
But I have some pre-purchase questions: 1. The Custom Fields and Static Blocks plugins (available at https://cms.botble.com/admin) are not listed among the plugins to install. How do I install these plugins in Infinia – Multipurpose Business & Startup Theme or Gerow – Business Consulting Laravel Script?
2. Is it possible to edit or create my own UI Blocks to use on the pages?
Hi,
1. That plugins are just available in this CMS version, it’s not included in Gerow and Infinia.
If you want to use that plugins in Gerow or Infinia, you need to copy it from platform/plugins of this CMS version and put it in folder platform/plugins of Gerow/Infinia, then go to Admin -> Plugins -> Installed plugins and activate those plugins to use.
2. It requires code customization, you need to customize it in platform/themes/ripple/functions/shortcodes.php
Check our docs for UI blocks (shortcode) on https://docs.botble.com/cms/shortcode.html
Okay. So if I copy the Custom Fields and Static Blocks plugins from Botble CMS ‘platform/plugins’ and paste them into the platform/plugins folder of the Infinia theme (which I need to buy) and activate these two plugins, I will be able to use them in Infinia. Do I need to configure the code to show Custom Fields and Static Blocks on the Infinia frontend?
Hi,
Plugin Custom Fields is for developer, you need to add code to display that field in frontend.
Check our docs for this on https://docs.botble.com/cms/plugin-custom-field.html
For static blocks, you can add them to a page using UI block buton.
Hello in the tables when i have 4 actions its shows up as dropdown but the drop down style is broken,
https://imgur.com/a/Yy7cuQFHi,
We have fixed it already.
https://prnt.sc/V7iBDZizeJfVPlease upgrade your site to the latest version, then it should be fixed.
Thanks for your feedback!
Thanks for you reply but as you can see my image shows 4 actions and when its more than 3 actions its grouped as dropdown and that’s where the styling error shows.
Hi,
I see the issue. We will fix it and release it soon. Please wait.
I have a problem with price. I added a product with multiple price. The price I put is already TTC (4.9 €) and I checked the checkbox include TAX. The problem is in Product detail. The price in product detail is 5.17 €. When I added the product on cart, It showed 4.9 €. And when I changed the option on product detail for product EG: 500g to 1Kg, the problem always here. It mean the problem is on Product detail.
Hi,
This issue is not related to our CMS. We don’t have e-commerce features in this script. Please leave your comment on the correct purchased item.
I think the best feature you could add to this CMS is paid membership : Like for other Botble products : Flex. Jobcy and so on.
Hi,
We will consider making another script for this in the future when we have more time.
Hi. I think this will be amazing. membership with some CustomFields support on the membership area. Wanna be an amazing feature ! Thanks.
Hi,
We will consider it.
Thanks for your suggestion!
on the latest version if i run “npm run prod” then the dropdown on the nav will not work any more, i think the problem is conflict between how @tabler handles dropdown and bootstrap.
Hi,
Yes, it’s a conflict between Tabler and Bootstrap.
You need to change bootstrap version in package.json to “bootstrap”: “5.3.7”, then delete node_modules, package-lock.json and run npm install again, it should work after that.
Hey, yes it worked perfectly, thanks for the great support…
Note Plugin is visible on Plugins store on the demo. But I think it’s not included on the code pushed on CodeCanyon.
Hi,
Yes, it’s not included in the download package from CodeCanyon.
It’s a free plugin, you can install it in Admin → Plugins → Add new plugin.
I see but it’s not shown on the plugin manager either. On your demo, that’s the case and activated. I think that the store needs a little update 
Hi,
We have just published it to Marketplace, you can install it to use https://marketplace.botble.com/products/botble/note
Hello! Where can I find the plugins included in the demo version? For example, Simple Slider? Thank you!
Hi,
Simple Slider plugin is not available in this CMS.
It’s just available in other scripts. It’s a paid plugin, and not for this CMS.
Admin can setup some customfields for endusers. When editing or creating a new post, the custom fields are not shown. They are visibe only on admin side. How to get them visible and editable on frontend when the enduser is adding/updating, Please. ?
Hi,
It just can work in the admin panel for now.
You will need to customize our script in platform/plugins/member and platform/plugins/custom-field if you want to support custom fields in member dashboard.
I hope I’ll see more features and updates on this nice CMS oneday. Like membership for users ti be able to publish, more themes, custom fields for posts and so on.
Hi,
Actually, we want to keep the CMS version simple as possible.
We will consider making another script based on CMS with membership feature in future version when we have more time.
Can I create a website to check the availability of domain names with this?
Hi,
Yes, you can make any kinds of script with our CMS, but you will need to develop that feature. It’s not available in our script by default.
You can develop a new plugin to check domain names if you need.
It is possible to make member pay before they can publish a post ?
Hi,
We don’t have this feature.
It requires code customization to add this feature in our script.
Please customize our member plugin in platform/plugins/member and add payment options for it.
you have the latest version of the video to develop the plugins
Hi,
It’s still the same as old versions.
Those videos are still correct:
Make CRUD inside an existed plugin: https://www.youtube.com/watch?v=GAnoZbGHE28
Adding new fields to an existing form: https://www.youtube.com/watch?v=5PC6mzssZ70
Display plugin data on the front theme: https://www.youtube.com/watch?v=YgrfEXK2TBo
Working with SEO helpers: https://www.youtube.com/watch?v=S0tlbt0K44c
You can check our docs on https://docs.botble.com/cms/plugin-development/