Remove "More Articles" from Category Blog Format

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
tlflow
Joomla! Apprentice
Joomla! Apprentice
Posts: 18
Joined: Mon Mar 24, 2008 8:12 pm

Remove "More Articles" from Category Blog Format

Post by tlflow » Wed Apr 16, 2008 5:01 pm

I cant seem to find a way to remove the More Articles at the bottom of my Category Blog Layout style page. Any ideas?
-- tlflow

Taikonaut
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 213
Joined: Wed Sep 28, 2005 1:52 pm

Re: Remove "More Articles" from Category Blog Format

Post by Taikonaut » Wed Apr 16, 2008 6:44 pm

did you check your menu item parameters?

tlflow
Joomla! Apprentice
Joomla! Apprentice
Posts: 18
Joined: Mon Mar 24, 2008 8:12 pm

Re: Remove "More Articles" from Category Blog Format

Post by tlflow » Wed Apr 16, 2008 7:44 pm

Yes, I check all my parameters - even tried hiding everything just to make sure I'm not missing it. Any other ideas?
-- tlflow

davidToru79
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Mon Apr 14, 2008 4:59 pm

Re: Remove "More Articles" from Category Blog Format

Post by davidToru79 » Fri Apr 25, 2008 11:58 am

tlflow wrote:Yes, I check all my parameters - even tried hiding everything just to make sure I'm not missing it. Any other ideas?
Go to 'Menu' then 'Main Menu'
Click to edit parameters of 'Home'
To remove the page numbers, edit 'Parameter - Advanced' to set Pagination to Hide
To remove the 'More links', edit 'Parameter - Basic' and set '#Links' to 0

tlflow
Joomla! Apprentice
Joomla! Apprentice
Posts: 18
Joined: Mon Mar 24, 2008 8:12 pm

Re: Remove "More Articles" from Category Blog Format

Post by tlflow » Fri Apr 25, 2008 1:04 pm

Excellent!!!!!

That did it, thanks!
-- tlflow

MixPix
Joomla! Apprentice
Joomla! Apprentice
Posts: 15
Joined: Mon Jan 01, 2007 7:31 pm

Re: Remove "More Articles" from Category Blog Format

Post by MixPix » Mon Apr 28, 2008 4:02 am

What if I want to have a list of articles in a section and just need the text "more articles..." removed?

Found the solution! Just edited the file: components\com_content\views\section\tmpl\blog_links.php

If you want to change the view of a category you can just change the directory from "section" to "category".

aniday
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Wed Aug 23, 2006 11:31 am

Re: Remove "More Articles" from Category Blog Format

Post by aniday » Sun Sep 28, 2008 5:51 pm

"What if I want to have a list of articles in a section and just need the text "more articles..." removed?

Found the solution! Just edited the file: components\com_content\views\section\tmpl\blog_links.php

If you want to change the view of a category you can just change the directory from "section" to "category"."
Hey,

I would like to remove 'more articles..' link, but would like to retain the links of the articles. Can you please elaborate on what you have mentioned for the solution. Can I do that for only one menu, but retain the default (where "more articles..." appear) for the rest of the menus...??

Cheers
A

Distael
Joomla! Apprentice
Joomla! Apprentice
Posts: 33
Joined: Tue Oct 14, 2008 3:38 pm
Contact:

Re: Remove "More Articles" from Category Blog Format

Post by Distael » Wed Oct 15, 2008 5:56 pm

I'm curiuous for this solution too. I just want a list of links:

# Leading 0
# Intro 0
# Columns 0
# Links 100

It gives a nice list of links but above the list it says: More Articles...

that looks a kind of silly to me.
Interesse in tropische vissen? Kijk eens op AquaInfo.nl

andria
Joomla! Apprentice
Joomla! Apprentice
Posts: 17
Joined: Tue Jul 22, 2008 9:07 pm

Re: Remove "More Articles" from Category Blog Format

Post by andria » Fri Oct 31, 2008 12:03 am

strange behaviour:
once you set intro to 0 or columns to 0, "more articles..." appears.

well, i dont care about columns, all i need is a plain simple list, but once you set "intro" to 0 there it comes... that sux

Distael
Joomla! Apprentice
Joomla! Apprentice
Posts: 33
Joined: Tue Oct 14, 2008 3:38 pm
Contact:

Re: Remove "More Articles" from Category Blog Format

Post by Distael » Tue Nov 11, 2008 8:35 am

No solutions yet or is it just not possible? Perhaps it can be fixed in the new versions?
Interesse in tropische vissen? Kijk eens op AquaInfo.nl

Markusweb
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sat Feb 07, 2009 1:15 am
Location: Sumy, Ukraine

Re: Remove "More Articles" from Category Blog Format

Post by Markusweb » Sat Feb 07, 2009 1:32 am

The correct way to fix this issue and remove "More Articles..." text is:
1. Copy components/com_content/views/category/tmpl/blog_links.php file to templates/my_template/html/com_content/category/blog_links.php (or components/com_content/views/section/tmpl/blog_links.php file to templates/my_template/html/com_content/section/blog_links.php if you deal with blogsection). If there are no such directories in your template folder, you should create them.
2. Edit the templates/my_template/html/com_content/category/blog_links.php (or templates/my_template/html/com_content/section/blog_links.php) file and remove the following lines from it

Code: Select all

<div>
	<strong><?php echo JText::_( 'More Articles...' ); ?></strong>
</div>

Jseb
Joomla! Intern
Joomla! Intern
Posts: 57
Joined: Thu Jan 15, 2009 8:32 pm

Re: Remove "More Articles" from Category Blog Format

Post by Jseb » Wed Feb 18, 2009 9:04 pm

Should it still be there cause its french?? I just have the same thing but its still theire, still showing me More article but in french would language overide?

User avatar
Harlequin
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 235
Joined: Tue Apr 14, 2009 7:45 pm
Location: UK & Tenerife
Contact:

Re: Remove "More Articles" from Category Blog Format

Post by Harlequin » Mon May 04, 2009 9:34 pm

Thanks Markusweb

I was looking for the same thing through th emenu and module options for ages.

Worked a treat :)
www.websitedesigntenerife.net : www.whatnowebsite.co.uk
Joomla Web Design • VPS Joomla Web Hosting
Cogito Ergo Sum

Tenderis
Joomla! Apprentice
Joomla! Apprentice
Posts: 16
Joined: Sat Sep 19, 2009 11:04 am

Re: Remove "More Articles" from Category Blog Format

Post by Tenderis » Sun Oct 11, 2009 12:54 pm

Should it still be there cause its french?? I just have the same thing but its still theire, still showing me More article but in french would language override?

User avatar
vickiea
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 122
Joined: Sat Sep 03, 2005 12:25 am

Re: Remove "More Articles" from Category Blog Format

Post by vickiea » Mon Jan 11, 2010 8:47 pm

Markusweb wrote:The correct way to fix this issue and remove "More Articles..." text is:
1. Copy components/com_content/views/category/tmpl/blog_links.php file to templates/my_template/html/com_content/category/blog_links.php (or components/com_content/views/section/tmpl/blog_links.php file to templates/my_template/html/com_content/section/blog_links.php if you deal with blogsection). If there are no such directories in your template folder, you should create them.
2. Edit the templates/my_template/html/com_content/category/blog_links.php (or templates/my_template/html/com_content/section/blog_links.php) file and remove the following lines from it

Code: Select all

<div>
	<strong><?php echo JText::_( 'More Articles...' ); ?></strong>
</div>
WHAT AN ABSOLUTELY BEAUTIFUL THING THIS DESIGN IS TO JOOMLA 1.5.
FABULOUS-OUTSTANDING. I am only sorry it has taken me this long to read it and understand it.
Great job everyone!
"A candle loses nothing to light another candle.  "

bfg37
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Mon Jun 28, 2010 9:23 am

Re: Remove "More Articles" from Category Blog Format

Post by bfg37 » Mon Jun 28, 2010 9:30 am

I have to bring back this theme, maybe someone had the same issue: since I have multilingual website, using joomfish, removing these lines from blog_links.php nothing happens. I guess that joomfish stores somewhere else this string (More Articles...), so if anyone has a solution, I will appreciate a lot! thanks!

Elshad
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Sat Dec 18, 2010 5:20 pm

Re: Remove "More Articles" from Category Blog Format

Post by Elshad » Fri Dec 24, 2010 10:21 pm

thank you very much Sir Markusweb.i had same problem.Now i solved it.
have a nice day!

dcuttsco19
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Sep 28, 2011 2:46 am

Re: Remove "More Articles" from Category Blog Format

Post by dcuttsco19 » Wed Sep 28, 2011 2:53 am

for 1.7 its really easy. Don't bother copying any files... go to
/language/en-GB(or whatever language)/en-GB.com_content.ini and find the
COM_CONTENT_MORE_ARTICLES="More Articles ..."
and change it to
COM_CONTENT_MORE_ARTICLES=""

rantaris
Joomla! Apprentice
Joomla! Apprentice
Posts: 18
Joined: Tue Oct 19, 2010 12:54 am

Re: Remove "More Articles" from Category Blog Format

Post by rantaris » Wed Oct 05, 2011 12:47 am

dcuttsco19 wrote:for 1.7 its really easy. Don't bother copying any files... go to
/language/en-GB(or whatever language)/en-GB.com_content.ini and find the
COM_CONTENT_MORE_ARTICLES="More Articles ..."
and change it to
COM_CONTENT_MORE_ARTICLES=""
In my case (Joomla 1.7) none of the above worked. I'm using Rocketthemes, and in the theme options, under features, turn off "Load More Articles" using the theme manager and Gantry.

digitalbetts
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Aug 20, 2014 5:53 pm

Re: Remove "More Articles" from Category Blog Format

Post by digitalbetts » Wed Aug 20, 2014 5:57 pm

This worked for me

language/en-GB/en-GB.com_content.ini

COM_CONTENT_MORE_ARTICLES="More Articles..."

But really, I find it hard to believe there is no place to change text that is rendered on the page by the system. Can the Joomla contributors consider allowing a customizable text area for listing additional blog posts links or at least the ability to turn it off? The interface in this area could use better explanations and organization.

Thanks to the contributors of this forum for the help.


Locked

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