How to add Read More in Custom Modules!!!

General questions relating to Joomla! 1.5 There are other boards for more specific help on Joomla! features and extensions.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Locked
karux
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Sat Feb 12, 2011 3:19 pm

How to add Read More in Custom Modules!!!

Post by karux » Sat Feb 12, 2011 3:35 pm

Hi!


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








sorry about my bad EN!

User avatar
jmuehleisen
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 4874
Joined: Thu Nov 09, 2006 2:46 pm
Location: Kampala, Uganda
Contact:

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

Post by jmuehleisen » Sat Feb 12, 2011 7:11 pm

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.
John Muehleisen
Visit my "Getting Started with Joomla" site, now with videos, tips, and new user tutorials:  http://welcometojoomla.com

yakusa
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Fri Sep 02, 2011 11:43 am

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

Post by yakusa » Thu Mar 29, 2012 1:22 pm

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

Spider223365
Joomla! Apprentice
Joomla! Apprentice
Posts: 25
Joined: Thu Jan 14, 2010 9:51 pm

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

Post by Spider223365 » Fri Nov 23, 2012 7:38 pm

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....

Nazzam
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Sun Aug 30, 2015 12:18 am

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

Post by Nazzam » Thu Sep 10, 2015 4:28 am

Another thing that should be standard embedded in joomla. Man what a messy software.

Nazzam
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Sun Aug 30, 2015 12:18 am

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

Post by Nazzam » Thu Sep 10, 2015 4:29 am

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.


Locked

Return to “General Questions/New to Joomla! 1.5”