-
AuthorPosts
-
December 12, 2010 at 9:47 pm #157360
I have problem with creating a Read More in my text. Is there a problem with READ MORE in this template?
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
December 12, 2010 at 9:51 pm #366446It 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.
December 13, 2010 at 11:33 am #366544I’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 FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
December 14, 2010 at 3:32 am #366640Details 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 pageyou 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
-
AuthorPosts
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