- Posts: 4
COMMUNITY FORUM
Read More Link not working in K2 Content module
- Jared Brandon
- Topic Author
- Offline
- New Member
Less
More
12 years 8 months ago #63119
by Jared Brandon
Read More Link not working in K2 Content module was created by Jared Brandon
I am using a k2 Content module to place K2 items on my home page. However, it does not publish the Read More at the end of the intro text. I have triple checked all of the introtext and readmore link settings at the category, item, and module level and they are all set correctly.
I have tried multiple solutions including editing some core code on two pages based on recommendations on this site and it still isn't working.
The site is www.lamplighterguild.com/
I have tried multiple solutions including editing some core code on two pages based on recommendations on this site and it still isn't working.
The site is www.lamplighterguild.com/
The topic has been locked.
- Aaron
- Offline
- Premium Member
12 years 8 months ago #63120
by Aaron
Aaron :)
Replied by Aaron on topic Re: Read More Link not working in K2 Content module
There is a "read more" hide/show option right in the module. If you have that to show and you are still not seeing it, try changing your template (hate the blame the template) to rule it out.
Aaron :)
The topic has been locked.
- Jared Brandon
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
12 years 8 months ago #63121
by Jared Brandon
Replied by Jared Brandon on topic Re: Read More Link not working in K2 Content module
Still no luck resolving this. The theme developer, JoomlArt, denies that it is their template that is causing the issue and maintain that the module is at the root cause.
Is it possible that the K2 Content Module loses certain functionality when placed into certain user positions on a Joomla installation?
Is it possible that the K2 Content Module loses certain functionality when placed into certain user positions on a Joomla installation?
The topic has been locked.
- Randy
- Offline
- New Member
Less
More
- Posts: 15
12 years 7 months ago #63122
by Randy
Replied by Randy on topic Re: Read More Link not working in K2 Content module
Jared,
Have you gotten an answer yet? I am having exactly the same problem! When I insert a "read more" link in the K2 item content pane, only the intro text shows up on the front end (as it should) but there is no "read more" link to access the rest of the text. I have spent days trying every fix I can think of and have searched the web for an answer - but to no avail. Please post if you find a solution.
Have you gotten an answer yet? I am having exactly the same problem! When I insert a "read more" link in the K2 item content pane, only the intro text shows up on the front end (as it should) but there is no "read more" link to access the rest of the text. I have spent days trying every fix I can think of and have searched the web for an answer - but to no avail. Please post if you find a solution.
The topic has been locked.
- brian
- Offline
- New Member
Less
More
- Posts: 2
12 years 1 week ago #63123
by brian
Replied by brian on topic Re: Read More Link not working in K2 Content module
in modules/mod_k2_content/tmpl/Default/default.php
find:
<?php if($params->get('itemReadMore') && $item->fulltext): ?>
and remove && $item->fulltext
should be: <?php if($params->get('itemReadMore')): ?>
There is a reference to Full Text, but there is no such option in K2 Content Module Params, so I just removed it and it Works!
find:
<?php if($params->get('itemReadMore') && $item->fulltext): ?>
and remove && $item->fulltext
should be: <?php if($params->get('itemReadMore')): ?>
There is a reference to Full Text, but there is no such option in K2 Content Module Params, so I just removed it and it Works!
The topic has been locked.
- James
- Offline
- Junior Member
Less
More
- Posts: 26
11 years 7 months ago #63124
by James
Replied by James on topic Re: Read More Link not working in K2 Content module
Unfortunately that doesn't work for me. Read more and page work for latest K2 and Joomla 3.0
The topic has been locked.
- James
- Offline
- Junior Member
Less
More
- Posts: 26
11 years 7 months ago #63125
by James
Replied by James on topic Page Break Success
So I'm not entirely sure if the read more works with this plugin, but the Page Break does work! Which is at least good enough for me, thank goodness!
extensions.joomla.org/extensions/news-display/article-elements/articles-tabs/20479?qh=YToxOntpOjA7czo4OiJteWpzcGFjZSI7fQ%3D%3D
extensions.joomla.org/extensions/news-display/article-elements/articles-tabs/20479?qh=YToxOntpOjA7czo4OiJteWpzcGFjZSI7fQ%3D%3D
The topic has been locked.
- Nilotpal Singha
- Offline
- New Member
10 years 3 months ago #63126
by Nilotpal Singha
Nilotpal Singha | Founder of Creativica E-magazine (India, Assam)
Replied by Nilotpal Singha on topic Re: Read More Link not working in K2 Content module
Thank you @brian. It works!
Nilotpal Singha | Founder of Creativica E-magazine (India, Assam)
The topic has been locked.