Code

Discussion on SmartEnd CMS - Laravel Admin Dashboard with Frontend and Restful API

Discussion on SmartEnd CMS - Laravel Admin Dashboard with Frontend and Restful API

Cart 1,546 sales

smart4ds supports this item

Supported

This author's response time can be up to 1 business day.

1188 comments found.

Hi,

I have 404 error when switching topic from language to language,

The problem in -> page url -> in SEO Tab, when it’s creating url similar to spoking language in English,

But when I change the page url to the same English page url, Its working fine.

For Example:

English page url is (acid-battery)

Arabic page url is (btary-asyd)

it’s giving 404 error when switching from Arabic to English

But when replace the Arabic page url (btary-asyd) with the english one (acid-battery) it’s working when switching languages

How to solve this?.

Hi,
Thank you for reporting the problem in details.
I have published a new update to fix this issue. you can just check update in your website and update to the latest version 10.0.2.
https://prnt.sc/1ITQAafhwRz6
Regards

On the contact us page at the frontend, when you fill in traditional Chinese in the name column like”謝謝” , will appear <Please enter your name> in the detection, and it can be used normally if you use English. Where can it be modified?

After testing, if you type 4 characters, you can pass. How to modify it to just type 2 characters. And the warning message can be changed to <input at least 2 characters>?

Hi, you are right there is a validation on characters count for the name field. You can change char required length from the contact view.
/core/resources/views/frontEnd/contact.blade.php
This line
{!! Form::text('contact_name',@Auth::user()->name, array('placeholder' => __('frontend.yourName'),'class' => 'form-control','id'=>'name', 'data-msg'=> __('frontend.enterYourName'),'data-rule'=>'minlen:4')) !!}
You can change
minele:4
To
minele:2
Regards

Yes! It works! Thank you so much for the help and response.

Hello,

How I can assign a custom banner for each section or page?

Hi, you are welcome.
Currently we have a main picture for every topic/post that shown on the top of topic on the frontend view page only.
You will need to update the source code of the view to make this picture shown as a banner fit your needs. Or you can add an extra custom field for another picture and use it.
For categories also there is an attached picture ( not used currently on frontend).
You can update source code of this view

/core/resources/views/frontEnd/topic.blade.php
/core/resources/views/frontEnd/topics.blade.php
Regards

Thanks a lot

It’s a wonderful code and easy to customize

Your admin panel is very unique and very organized.

Thanks a gain dear and please forgive me because I used your code (nulled) before purchase.

Thank you, you are welcome.

Hi,

can you please tell me why I connect connect to my ionos mail server?

The script keeps giving me the error:

530 Must issue a STARTTLS command first

Kind regards,

Mark

Morning I am nearly there with my website – Just two small things remaining – 1 the nav menu spacing is incorrect when you add a dropdown – the padding to the right of the drop down symbol is wider than that on the left – how can I change this? – 2 is it possible to force a link to open in a new window? – thank you

Hi,
1. I don’t know exactly which part you mean, please send a screenshot if it possible.
But anyway you can target and change it using CSS like

header .nav li .dropdown-menu li a {
    padding: 3px 12px !important;
}
Or for mobile like
@media (max-width: 767px){
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px !important;
}
}
You can add the custom CSS from Dashboard >> Website Settings >> General Settings >> Custom CSS

2. For open links on new window. It is currently not available, I listed it to add this feature on the next update.
Regards

Perfect on the CSS – and great that you can add the function for opening links in a new window – brilliant and thanks again – very happy :)

Hi

How can I add, one new section (created by me) on the home page. ? because when I am trying using admin panel – general setting, it is not coming properly. Also if no partners selected, then also section is visible on the home page.

Can you advise how to resolve this . thanks in advance

Hi, you are welcome.
There is no option to add new custom rows with dynamic data on the home page from dashboard.
You can only control/disable/enable/edit the current rows from dashboard : Webmaster => General Settings >> Home Settings.
If you face any issue after change general settings, try to clear browser cache or logout and login again from dashboard to refresh the session, because General settings always cached on browser session to speed up getting data.
Another idea If you want to add static data like the welcome message you can edit this from dashboard => Site pages => Home Welcome
And use the text editor or drag and drop editor to add your custom data.
Example:
https://prnt.sc/Sjib0BGa2KUJ
It will be shown of homepage like: https://prnt.sc/PYrLGFq2RXLp
For this part:
Also if no partners selected, then also section is visible on the home page.
If you don’t need it you can disable this row from the general settings as I mentioned.
Regards

Hi, thanks for your response. it’s working now. further I was trying to upload a audio file of about 53mb, which gave me following error ; Warning: POST Content-Length of 54611525 bytes exceeds the limit of 8388608 bytes in Unknown on line 0. please advise – thanks

Hi,
For the max upload size it is depend on the max allowed on PHP for your hosting server.
You need to set the value of upload_max_filesize and post_max_size in your php.ini
upload_max_filesize = 200M

post_max_size = 200M
Hope this helps. Regards

Hello, Good Afternoon, I am trying to install this APP, but getting error message ( Composer detected issues in your platform: Your Composer dependencies require a PHP version ”>= 8.0.2”.) – could you please let me know how to resolve this issue

Hello, Thanks for your quick response. my MAMP server ( I am trying to setup on localhost) is showing PHP 8.2.6, and when I try to access/ install the script it gives this Composer dependencies error.

Also, I have few queries , can we add more row at Home page ( blog, site pages, product, etc) 2. how to add blog author ?, How do I add full page slider on home page? and how we can customise right hand sidebar – please suggest/ help

Hi,
I have replied to your direct mail about how to check the php version that running on the directory you are trying to install the website in.
Because it may be different from the version you are seeing on the MAMP Server, if you have installed multi php version.
For your question about customization, you will need to do that manually. You can update the source code to fit your requirements. You just need to follow the Laravel MVC model. We can continue contacting via Mail if you need more help.
Best Regards

Hi i want to ask if that plugin can be used with WordPress? also can i rename menu elements, show or hide any element for a certain user? thanks in advance.

Hi, you are welcome.
This is not a WordPress Plugin and can be used with WordPress.
It is a full website script built using PHP and Laravel framework. It has a role management and a private sections that can be shown for specific group of users on the dashboard.
You can check the demo here: http://smartend.app/
Regards

I purchased “SmartEND CMS – Laravel Admin Dashboard with Frontend and Restful API” product. I upgraded product solution and cms gave me an error when i entered my purchased code. Can you help me?

Hi, you are welcome.
Sorry for that. Sure, you can contact me directly from here
https://codecanyon.net/user/smart4ds#contact
with your purchase code and website details to check the problem.
Regards

Hi dear Mr.Mondi. thank for awesome update. internal update is good idea but not for developer. maybe its necessary to make a solution like a child theme in wp or ability for turn off auto upadate. more over the main menu in demo has problem and not show correctly

Hi, you are welcome.
For your question about the internal update, It will not install updates automatically. You will need to agree on installing this update. So it will not affect your website files unless you make it by yourself.
For the main menu, can you explain exactly what is the problem, can you send me a screenshot?
Regards

Is ist planned to integrate Rest API Login, Permissions and more? So it’s a bad buy for me. The Rest Resources are nice but not significant for me. Sorry. Regards

Hi, you are welcome.
Yes, there is a plan to add a full api features. But it may take some time to available. I’m currently working on some features with internal update feature to be easy to make more features quickly on the future. Regards

Greetings I have a consultation prior to purchase the system is an installer or is the source code to be able to modify it in the case of requiring it

Hi, you are welcome.
The Smartend script is fully open source built using Laravel framework. You can modify as you want.
It is include also an easy installer wizard for quick installation.
Regards

Does this support relation fields, group fields and nested fields? Thanks

Hi, You are welcome.
If your question about public forms, no this is not supported.
Regards

Hi, did you plan to add CRUD functions ?

No, this is not planned.
But you have an available feature similar to what you need which help you built a new site sections/modules with custom fields.

Hi, nice work bro, there are many parts on the main page of the Arabic language, such as “أحدث المقالات” and “أعمالنا الحالية”, but I cannot see the same parts when modifying the page at https://smartend.app/demo/admin/1/topics/81/edit , or even in the Drag-n-Drop mode at https://smartend.app/demo/admin/keditor/81?lang=ar

I was curious how it is possible to configure such rich parts as “أحدث المقالات” and “أعمالنا الحالية” and make them retrieved dynamically from the database?

Thanks

Thank you for your response, but I meant how these parts “أحدث المقالات” and “أعمالنا الحالية” are added to the home screen (Arabic version), and at the same time they do not appear in the edit mode https://smartend.app/demo/admin/1/topics/81/edit

Thanks again

The homepage has a custom settings to choose the connected section to every row on view.
You can update that from Dashboard >> Webmaster >> General Settings https://prnt.sc/Hw0hlB-DP3cD
That mean from here:
https://smartend.app/demo/admin/1/topics/81/edit
You can only edit the first row and other rows (like photos and blog .. etc.) get data from site sections automatically depending on the connected section to this row.
Regards

Okkay, this is very clear now, thank you very much

Sometimes when i reviiew users page and set permissions, the error happend says “SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘seo_url_slug_’ in ‘where clause’” but when i refresh the page no error, i do not undersatnd how it is happend.

Hi, you are welcome. This error not belong to the users or permissions page, this may happened on case you have made changes on the language settings (disable or delete languages) that still cached on your browser session of the website and you will need to clear website cache on this case.
Try to clear the website cache and if you still face this issue you can contact me directly will your website details to check https://codecanyon.net/user/smart4ds#contact
Regards

can a mobile phone number registration method be easily added on to the website?

You need to have a good knowledge about Laravel framework to be able to update the source code.

Do it support mobile phone number registration?

Sorry, this is not available.

Ok can this be easily added on to the website?

Another question, all tables was started with smartend_tablename, but i need to remove the smartend, I know that was in Model, but i can not find the table name, how can change this?

Hi,
The easiest way to change all tables prefix on production mode:
1. From PhpMyAdmin select all tables and choose “Replace table prefix” then type the old and new prefix
https://prnt.sc/fUrQpL1nIpoe
2. You will need to update the table prefix on config file ”/core/.env” to the new one

DB_TABLE_PREFIX=web_

Hope this helps. Regards

Thank you for your prompt response and detailed explanation.

I just purchase the script, it is very nice and clean, and when i review it i have error when i go “https://mydomain.com/rss?section=1?lang=en” the error says: “Invalid ‘items’ configuration value for feed ‘main’.”.

Ok thanks, but we can replace it if no posts active with empty xml page, is that possible, if possible how?

You can change two lines on this file
/core/app/Models/Topic.php
change this
            ->title(@$this->{"title_" . $lang})
            ->summary(@$this->{"details_" . $lang})
To
            ->title((@$this->{"title_" . $lang} != "") ? @$this->{"title_" . $lang} : "None")
            ->summary((@$this->{"details_" . $lang} != "") ? @$this->{"details_" . $lang} : "None")

Thank You ;)

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