Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • sranantube Friend
    #157360

    I have problem with creating a Read More in my text. Is there a problem with READ MORE in this template?

    Phill Moderator
    #366446

    It is working well for me. What browser are you using? Some IE8 installs seem to cause readmore problems when using the TinyMCE editor on all Joomla installs.

    sranantube Friend
    #366544

    I’ve tried it with IE8 and Firefox, but the problem is still there. This is the problem: When I use the Read more option in thet back end, than I see the text divides in two parts. When I open the site with a browser, I see only the lower part of the text.
    Is there a solution??

    Hayden A Friend
    #366640

    Details on how to can be found at the following link http://docs.joomla.org/Add_article_title_to_read_more_link
    Example you want to create read more for front page

    you open file templatesja_nickelhtmlcom_contentfrontpagedefault_item.php and find line
    [PHP]<?php echo $this->item->text; ?>
    <?php if ($this->item->params->get(‘show_readmore’) && $this->item->readmore) : ?>
    <a href=”<?php echo $this->item->readmore_link; ?>” title=”<?php echo $this->item->title; ?>” class=”readon<?php echo $this->item->params->get(‘pageclass_sfx’); ?>”>
    <?php if ($this->item->readmore_register) : ?>
    <?php echo JText::_(‘Register to read more…’); ?>
    <?php else : ?>
    <?php echo JText::_(‘Read more…’); ?>
    <?php endif; ?>
    </a>
    <?php endif; ?>[/PHP][PHP]<?php echo $this->item->text; ?>
    <?php if ($this->item->params->get(‘show_readmore’) && $this->item->readmore) : ?>
    <a href=”<?php echo $this->item->readmore_link; ?>” title=”<?php echo $this->item->title; ?>” class=”readon<?php echo $this->item->params->get(‘pageclass_sfx’); ?>”>
    <?php if ($this->item->readmore_register) : ?>
    <?php echo JText::_(‘Register to read more…’); ?>
    <?php else : ?>
    <?php echo JText::_(‘Test link read more…’); ?>
    <?php endif; ?>
    </a>
    <?php endif; ?>[/PHP]

    Similarly for section, category

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

This topic contains 4 replies, has 3 voices, and was last updated by  Hayden A 13 years, 11 months ago.

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