Jump to content

cms configuration


Recommended Posts

For some reason, I do not have an 'edit' ability for each CMS. I go to tools->CMS and I see all of the CMS items. I can create new ones, I can delete existing ones, and I can view existing ones. How do I edit existing ones? Is there something wrong with my back office?

I attached a pic of what it looks like for me.

Thanks in advance.

46497_mThZxtxZtjCq1wh3iJmM_t

Link to comment
Share on other sites

what version of PrestaShop are you using?
and are you logged in as admin?

Edit button (icon) is there on the action column by default.

If you are admin, you should be able to see everything.

by the way, maybe if it is not enabled in some earlier versions, you can change it to editable by modify file /adminFolder/tabs/AdminCMS.php.

    public function __construct()
   {
        $this->table = 'cms';
        $this->className = 'CMS';
        $this->lang = true;
        $this->edit = true;
        $this->view = true;
        $this->delete = true;

Link to comment
Share on other sites

Thanks for your reply shokinro.

I am an admin (I can delete and create too).
I am using prestashop 1.4.1.0.

AdminCMS.php has the edit attribute set to true, however, I still can't see the (supposed) edit icon. My prestashop install was purchased by my client from a template company. I'm wondering if they somehow managed to 'corrupt' the admin BO. Either on purpose or by accident.

I'm going to keep looking into it. In the meantime, would it be advisable to download 1.4.1.0 and restore the admin area myself, leaving everything else intact? Anyone done this before? Any other ideas?

Again, thanks.

Link to comment
Share on other sites

I guess it is permission issue.
it is beter check your permission setting.
See if you really belong to admin profile.

Or try to download the original same file from original package.
Iif that does not fix you problem, mybe you have check permission setting in database.

Link to comment
Share on other sites

Ok I figured it out. I'll post what I did (with the fix) in case it helps someone else.

When I updated to my new template, I somehow lost the folder:

prestashop/img/admin

This folder holds the icons used in the back office for things like the edit, delete, etc. Without these icons, the alternative text was displayed. But there is not enough room for the alternative text, so all I could access was the 'view' and 'delete' actions.

As soon as I restored the img/admin directory, the icons showed up, including the edit icon.

Thanks again for the help.

Link to comment
Share on other sites

I did click the ‘Mark as solved’ but I’m not sure it took. I’m not the OP after all…

Sorry I thought you are the original owner of the this thread. It is my mistake.
Only original owner the thread and mark it as solved, thanks.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...