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,062 sales
Recently Updated

botble supports this item

Supported

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

804 comments found.

Route extension bug? Or do you need to execute some kind of command? Why nte in the documentation description?

http://joxi.ru/brRJ6nRcYKjkPr

))))))))))))))))))) I am writing to you about a possible bug. I did not understand your answer. Why duplication here? These are all examples, and duplication does not affect the result.

I write that user routes in the template do not work. And if, for example, I need the address of my page https://mysite.com/my-custom-page – then it would be logical to add this in the file. ..... / platform / themes / oi / routes / web.php

Route :: get (’/ my-custom-page’, ‘OiController @ getIndex’) -> name (‘public.index’);

And the controller would have to run the OiController, but it would not be executed.

In the screenshot, I have indicated three different router configuration files.

1. In the upper left – the file of the router “web.php” of my topic, the OiController controller and its getIndex method are not executed. 404 error. 2. in the upper right – the “web.php” router file of your RIPPE theme, also does not work when adding your own router. 3. bottom left – the global router file from the “public.php” package – only my controller works in it.

The question is, how do we redefine and manage the controllers in the topic itself and not in the core of your package?

I will write the solution myself. Requires “Theme :: routes ();” move to the end

Hi,

The document for routes here: https://docs.botble.com/cms/5.6/theme-routes

Thanks!

In case I will install it locally, is it possible to move/deploy it to the hosting later on? Is it counted as 1 domain? Or I need another purchase? Sorry for this maybe stupid question. But I am new here.

Hi,

You can install locally, you don’t need to activate license on localhost.

Your license can be activated on 1 domain but you can activate/deactivate it anytime to change domain.

Thanks!

Demo is not working (419 – Page Expired)

Hi, I cleared the cache, used another browser and also incognito mode. I can see login screen but after I click on login 419 error appears. Any other idea?

It is working on IE :D I don’t know why not on Firefox/Opera, maybe issue in my computer. Thank you for support.

Thank you :)

I have a “model” called “attendees” where users will use a “form” to apply for an “event”.

this model is not expected to be multi-language, hence, there are not related data saved to the “Language meta” table.

the issue is that there is no data shown in the backend “data table” page although there are data in the “attendees” table.

After some investigation, I figured out that I believe that the issue is in the following query:

inner join `language_meta` on `language_meta`.`reference_id` = `edition_attendees`.`id` where `language_meta`.`reference_type` = ? and `language_meta`.`lang_meta_code` = ?" 

Kindly advise regarding the proper implementation.

Thank you for your prompt response. highly appreciated

it works :) when I select “show all”.

is there any possibility to disable the language selection or even let the default selection to be “show all”

because it won’t be multi-language based ever.

Hi,

Sorry, there is no option to set default selection to “show all” now.

You can disable multilanguage for Attendees by removing Language::registerModule(Attendee::class) in platform/plugins/attendee/src/Providers/AttendeeServiceProvider.php

Something like this https://prnt.sc/tiebuw

Thanks!

thank you

I am interested in this script, I see the Media can be in Public or AWS S3 which are the Laravel “defaults”.

Is this still using Laravel 5.4? 5.4 is EOL, any plans of upgrading it to Laravel 6.x anytime soon?

And can DigitalOcean Spaces be added in addition to S3. Spaces is S3 compatible storage. I have 2TB of content that I need to off local storage and on Spaces.

Thanks.

Hi,

For now, you can enter DO spaces credentials in setting for S3. In Laravel, it’s using driver s3 so it should works https://prnt.sc/tetg59.

I will update setting page soon.

Hi,

We’re working on it https://prnt.sc/teu3pv

It’s same as s3 and we have done it, just need do some tests https://botble.sgp1.digitaloceanspaces.com/banner-4.jpg

It’s will be released in next 1 hour :D

It’s updated on Codecanyon :D

Good day. Interested in this:

1. Where did the API plugin go? How to return it?

2. How to remove CMS BotBle name definitions? (someone already asked you a question, you answered in PM. Now I ask the same question.)

3. There is still no complete description of creating new plugins. When it will be?

What is the problem, make an answer in the description? I think everyone needs to know this

Hi,

We don’t sell answers. I think your support license is expired.

We can’t send source code to you here.

Some files need to change. I will give you the answer. You need to find and replace all “Botble CMS”, “Botble Technologies”, “botble_” to your company name.

I can’t give you exactly files because it’s more than 10 files, I can’t send you .zip file for that changes because this is the public place, other people can download our source code.

Keep in mind that we don’t need to support you if your support is expired, that Envato support policy.

Regards,

You have a good product, you are cool and I like what you do. That’s right, my support has expired. And this is a place of comments, where I turn not only to you. If you do not want to answer, do not answer – this is your right. I think the security issue is relevant for everyone. If services cease to define the site as Botble CMS, then this will increase its rating and security. And you will have even more sales. I’m ready to pay for technical support, but I’m not ready to pay for bugs and for questions that would need to be published in order to increase the security of using your CMS. If you still have a couple of minutes, write an article on how to solve this problem correctly. I have mail. If you receive such an article or instruction or even an archive of files – write me an email please, I will be grateful.

roman3.xxx [DOT] bigmir.net

Can I upload MP3 files and pdf files

Yes, you can. You can test it on the demo site.

Thanks!

Can I save the images of gallery in different sizes like in wordpress like thumbnails ,medium size

hi, Does this support Mobile OTP Registration & login with Firebase or Twillo ?

Hi,

Sorry, it doesn’t support that functionality.

Thanks!

another query my client want to use uuid so also i can generate in model i can write some uuid modules from github it could work fine right? also laravel upgrade would be fine ? to latest version ?

Hi,

We’re using integer id for all tables so you have to change all migration from $table->id() to $table->uuid();

I’m not sure all features will work.

for api is it passport used with grant_type and scope permission also used ? and this one crud operation work with rest api ? of web modules or not ?

Yes, sorry, we don’t have that functionality.

what u mean restfull api with passport u mention in product feature list ?

Sorry, we have restful API but we don’t have auto API generate. To add new API CRUD, you need to write your own code.

Multiple Image upload option is not visible in the Gallery plugin. But this is visible in the demo. Please suggest

Can you check Console tab of your browser? Maybe it’s having JS script issue.

I am sending you screenshot http://prntscr.com/t1dzvr.. Please check this.

Hi,

I think it has something wrong in /platform/core.

I sent you source code for /platform/core, please replace it.

Hi Botble Team ! :)

I would like to know if it’s possible to use the @yield function and use it with @section.

For example, I put a @yield(‘head’) into the <head> tag of the default layout, and I would like to use it into an other file with @section, like index.blade.php for example, which is of course extended by the default layout.

But, it doesn’t work and I can’t add external file like css file into the @section(‘head’) of the index.blade.php.

Thanks for your support ! :)

Hi,

You can use Theme::get() and Theme::set().

Ex:
// layouts/default.blade.php
{!! Theme::get('head') !!}

// index.blade.php
@php
{!! Theme::set('head', '<link rel="stylesheet" href="/css/custom-style.css" />');
@endphp

You can also can use a file in /platform/themes/your-theme/partials instead of string.

@php
{!! Theme::set('head', Theme::partial('custom-style'));
@endphp

Document for it: https://docs.botble.com/cms/5.5/theme#working-with-regions

Next time, please create a ticket on https://botble.ticksy.com for faster support.

Thanks!

Yes, thank you very much and sorry for this ticket here, I know that you told me this before. Now I will send you a ticket on this link.

Thanks again for everything ! :)

Thank you!

Hi, how can remove Wappalyzer extension detection? What kind of footprints Botble CMS need to remove for no detection by Wappalyzer?

Please create a ticket on our support center https://botble.ticksy.com. I don’t want to share it in public place.

Thanks!

Hello guys ! :)

I would like to know if you have an example of the paginate function for a blog page. Indeed, I would like to display, let’s say 6 articles maximum into the page, and have a pagination if there’s more.

Is there any example on your botble demo ?

Thanks for your reply ! :)

Hi,

You can use helper get_all_posts().

Ex: get_all_posts(true, 6);

You can see it in platform/plugins/blog/helpers/helpers.php

When you query DB to get posts, you just need to use - >paginate(6) to paginate data and use $posts->links() in blade views to show pagination links.

If you can, please create tickets on https://botble.ticksy.com for quickly support.

That’s perfect, thank you ! I will create tickets on the link that you put.

But one last question, how can I change the vue of the pagiation ? How can I customize it ?

Thank you very much for your time ! :)

Hi,

You can see example here: https://stackoverflow.com/a/30298599/4041790

Just google “Laravel custom pagination views” and you will find the answer.

Hello Botble team ! :D

I just would like to know how can I access to a gallery (created with the gallery plugin in the back-office) into a blade file ? Is there any helpers for that ?

Thanks for your answer ! :)

I’m sorry but what do I have to put into the parentheses ? Is it the ID of the gallery ? It doesn’t work for me if I put the ID of the gallery.

I just want to get one specific gallery.

Hi,

You can query to get gallery data then display it.

$gallery = app(GalleryInterface::class)->findById(1);

$galleryImages = gallery_meta_data($gallery);

@foreach($galleryImages as $galleryImage)
@if ($galleryImage)
...
<img src="{{ get_object_image(Arr::get($image, 'img')) }}" alt="{{ Arr::get($image, 'description') }}" />
...
@endif
@endforeach

You can see example code in platform/themes/ripple/views/gallery.blade.php

Thanks!

Thank you very much for this answer ! :)

Hello. I need help changing the names of categories such as property, city and others including in the url for friendly SEO.

Hi,

Please purchase our product first.

Thanks!

create new plugin but cannot copy js & css for to command: ​php artisan vendor:publish—tag=cms-public—force​

Hi,

You need to add ->publishAssets() in plugin service provider.

For future issues, please create ticket on https://botble.ticksy.com for quickly support.

đằng nào cũng mất công tạo plugin bằng lệnh thì nên update thêm đăng ký view cho plugin nữa.

Hello, could you please answer these queries: 1-Can I customize frontEnd from backEnd like change or add or reome any section in home page or add and remove item in the menus? 2- Is it support RTL in backEnd? 3- is it support change language from forntEnd? 4- do you have support in Arabic language? 5- Is there documentation installation for local and live server? 6- Is this script as a default structure of laravel when I need to add any feature like add new payment gateway or any thing?

Is it support RTL in backEnd and frontEnd?

Can I add new section in the dashbord and display it in home page?

Yes, it’s a Laravel project so you can modify/customize it if you have more than 1 year experience on Laravel framework.

is it api avaialble api generator ?

Hi,

Sorry, it doesn’t have that feature.

Hello will there be a plugint in botble CMS for managing files like https://www.wpdownloadmanager.com/ in a simpler form?

Hi,

Sorry, we don’t have plan to do that plugin.

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