Jump to content

[SOLVED] Re-order CMS links in Left Column


Recommended Posts

I have 8 cms pages in my site. Whenever i try to add them to the ledt column in 

 

Modules->Modules-> cms block-> Left Block

 

The cms pages are order automatically and randomly. I want to order them properly in alphabetical order. Does any one have an Idea how to do this??

 

post-908574-0-87534200-1426736267_thumb.png

Edited by shri (see edit history)
Link to comment
Share on other sites

I just checked the code and the module sorts the CMS pages by position. I went to the Preferences > CMS tab and I see the Position column there, though strangely, there's no option to change the position like there is on the Catalog > Categories. If you want to avoid editing code, it seems your only choice is to manually adjust the positions by opening the ps_cms table in phpMyAdmin. If you don't mind editing some code, look for the following at around line 373 of modules/blockcms/BlockCMSModel.php:

            ORDER BY `position`';

and change it to:

            ORDER BY cl.`meta_title`';
  • Like 1
Link to comment
Share on other sites

  • 8 months later...
Hi,

I would like to see on some pages CMS blocks in the left column and on other pages different blocks.

So I would columns different pages CMS.

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