Page 1 of 1

How to add Read More in Custom Modules!!!

Posted: Sat Feb 12, 2011 3:35 pm
by karux
Hi!


I wonder that it is possible have Read More button in custom module?!








sorry about my bad EN!

Re: How to add Read More in Custom Modules!!!

Posted: Sat Feb 12, 2011 7:11 pm
by jmuehleisen
First of all, let me welcome you to the Joomla forum.

As you have found, the build in "Custom HTML" module does not support the "Read More" button.

So there are a few ways you can get past this.

One, you could continue to use the "Custom HTML" module and manually add a "read more" button to the text ... and link that button to the article that you want to show when the person click's the "read more."

So, you would need the beginning of the article in the module, and then the rest of the body of the article in a standard Joomla article.

But, you could also use a Joomla extension that DOES support the "read more."

I have often used this extension to place an article in a module position:

http://extensions.joomla.org/extensions ... -embed/498

Another one I have used is this one:

http://extensions.joomla.org/extensions ... mbed/10799

Using the first link I gave you, it installs a new type of module ... where you can give this module an article number, and it will display the article in a module position ... including the "read more" option.

It is quite useful for things like what you are trying to do.

I hope that helps, and again, welcome to the Joomla forum.

Re: How to add Read More in Custom Modules!!!

Posted: Thu Mar 29, 2012 1:22 pm
by yakusa
SOLUTION

In Your Custom HTML module click HTML button to view HTML source code and insert at the end:

Code: Select all

<p><a class="readon" href="link to Your article or other thing"> Read more…</a></p>
Pros and Cons:
+ easy
+ looks like other Read More buttons (class="readon")
- manual links

Re: How to add Read More in Custom Modules!!!

Posted: Fri Nov 23, 2012 7:38 pm
by Spider223365
Hi There... Is this code:

<p><a class="readon" href="link to Your article or other thing"> Read more…</a></p>

Entered where you want the 'readmore' to appear? Or as you say 'at the end' of the custom HTML?
Quote: "In Your Custom HTML module click HTML button to view HTML source code and insert at the end"
If so, how do you control the location...
I suppose you can show only as much article as you want, place the 'code' and then the link will appear and take you directly to the article... I am thinking this is what you have devised for this...

Spider....

Re: How to add Read More in Custom Modules!!!

Posted: Thu Sep 10, 2015 4:28 am
by Nazzam
Another thing that should be standard embedded in joomla. Man what a messy software.

Re: How to add Read More in Custom Modules!!!

Posted: Thu Sep 10, 2015 4:29 am
by Nazzam
One, you could continue to use the "Custom HTML" module and manually add a "read more" button to the text ... and link that button to the article that you want to show when the person click's the "read more."
I get a link to a 404 category not found page.