Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • marcendres Friend
    #133432

    Hello guys,

    I look for the opportunity to customize title of blogs and sections in contentheading and in componentheading.
    I wrote a class in contentheading, but there seems no way to alter…

    thx for help,

    Marc

    marcendres Friend
    #271036

    O.K. I think I have to change the folder into templates/edenite/html to add classes für contentheading and componentheading. Unfortunately I can`t change to 777 for the folders. How could this be solved???

    marcendres Friend
    #271040

    1 step done: I changed my own localhost by filezilla, so I could insert a new folder “frontpage” and change componentheading.
    But:
    Because I’m not expreienced with this mvc model of joomla, it seems that there are no changes I result.

    Here ‘s the code I changed in xampphtdocsjoomla1templatesja_edenitehtmlfrontpagedefault.php:

    <div class=”componentheading<?php echo $this->params->get(‘pageclass_sfx’) ?>”>
    <?php
    $length = 1;
    $titel_alt = $this->escape($this->params->get(‘page_title’));

    $text = substr($titel_alt, 0, $length);
    $text2 = substr($titel_alt, 1);
    $titel_neu = ‘<span style=”color: red;”>’.$text.'</span>’.$text2;
    // style=”color: red;” Ist jetzt nur nen Beispiel kannst auch ne Klasse vergeben
    echo $titel_neu;
    ?>
    </div>

    But nothng changes…

    What do I do wrong???

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 1 voice, and was last updated by  marcendres 16 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum