JoomCoder-com / JoomCCK

Advanced Web Application Builder & Content Construction Kit (CCK) for Joomla CMS
https://www.joomcoder.com
GNU General Public License v2.0
10 stars 1 forks source link

Alphaindex customization #222

Closed Giorgi625 closed 1 week ago

Giorgi625 commented 1 month ago

I like to have on all my websites different style of alpha index. before I would simply go to records templates folder and create copy of markup template. Find alpha index code and edit its css class in that file, but now I see that alpha index code is taken from that file and put in separate folder in com_joomcck/layouts/core/markup

How can I edit alpha index so that it will not be overwritten after update?

andiamine commented 1 week ago

We will come with a new good solution soon, currently we are trying to remove duplicate codes using Joomla Layouts.

default alpha index will be found here: /layouts/core/markup/alphaIndex.php

the new structure will be something this like this

/layouts/apps/your_section_alias_camel_case/markup/alphaIndex.php (where here you can put your custimized alphaIndex for your section

this solution will be implemented in next version

andiamine commented 5 days ago

Please check documentation here https://github.com/JoomCoder-com/JoomCCK/wiki/Customization