Support Tickets - CMS 2.1

CMS 2.1

CMS 11.04.2016 2638 Feedback Status: Closed Solution: Yes bluesatkv


Hi Jerome,

I tested CMS 2.1, I am beginning to be happy :-)

Improvements for me:

1. Breadcrumb is very good. But I do not understand your solution breadcrumb with beloweader.

I use this solution without belowheader with my template.

<?php if (!isset($page) || empty($page)) {
    // Code for homepage
?>
<?php } elseif (isset($page)) {
    // Code for all page without home page
?>
<!-- Topic Header -->
<section class="page-header">
    <div class="container">
        <div class="row">
            <div class="col-md-12">
                <ul class="breadcrumb">
                    <li><a href="<?php echo BASE_URL;?>"><?php foreach($jakcategories as $ca) if ($ca['catorder'] == 1 && $ca['showmenu'] == 1 && $ca['showfooter'] == 0) { echo $ca["name"];}?></a></li>
          <?php if ($JAK_TPL_PLUG_T && !empty($page1)) { ?>
          <li><a href="<?php echo $JAK_TPL_PLUG_URL;?>"><?php echo $JAK_TPL_PLUG_T;?></a></li>
          <?php } ?>
          <li class="active"><?php if ($page == "edit-profile") { echo sprintf($tl["login"]["l15"], $jakuser->getVar("username")); } else { echo $PAGE_TITLE;}?></li>
                </ul>
            </div>
        </div>
        <div class="row">
            <div class="col-md-12">
                <h1 class="primary-font"><?php if ($page == "edit-profile") { echo sprintf($tl["login"]["l15"], $jakuser->getVar("username")); } else { echo $PAGE_TITLE;}?></h1>

            </div>
        </div>
    </div>
</section>

<?php } ?>

2. Ace Editor is fantastic :-)

3. Good idea with comments builder

4. Creating template is better now.

What I miss

Blog - the ability to edit date of Article


Replies (3)

  • avatar Jerome

    Thank you for your feedbacks.

    Belowheader will give you more freedom then programing it into the header file.

    You can always reset the time to the latest one, but we will see what we can do within the next release.

    11.04.2016 0
  • avatar bluesatkv

    :-) I look forward to the next version

    Only tip for "alt" tag in image.

    For example: If I create new Blog article, I can put image for this article. But this image have still "alt" tage "preview". I think that is better custom description for this image. I think that is better for SEO. I know that for example Google find image by alt tag :-)

    Many thanks for your hard works.

    14.04.2016 0
  • avatar bluesatkv

    Version 2.1 is very interesting :-)

    14.04.2016 0