Page 1 of 1

Remove "More Articles" from Category Blog Format

Posted: Wed Apr 16, 2008 5:01 pm
by tlflow
I cant seem to find a way to remove the More Articles at the bottom of my Category Blog Layout style page. Any ideas?

Re: Remove "More Articles" from Category Blog Format

Posted: Wed Apr 16, 2008 6:44 pm
by Taikonaut
did you check your menu item parameters?

Re: Remove "More Articles" from Category Blog Format

Posted: Wed Apr 16, 2008 7:44 pm
by tlflow
Yes, I check all my parameters - even tried hiding everything just to make sure I'm not missing it. Any other ideas?

Re: Remove "More Articles" from Category Blog Format

Posted: Fri Apr 25, 2008 11:58 am
by davidToru79
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

Re: Remove "More Articles" from Category Blog Format

Posted: Fri Apr 25, 2008 1:04 pm
by tlflow
Excellent!!!!!

That did it, thanks!

Re: Remove "More Articles" from Category Blog Format

Posted: Mon Apr 28, 2008 4:02 am
by MixPix
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".

Re: Remove "More Articles" from Category Blog Format

Posted: Sun Sep 28, 2008 5:51 pm
by aniday
"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

Re: Remove "More Articles" from Category Blog Format

Posted: Wed Oct 15, 2008 5:56 pm
by Distael
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.

Re: Remove "More Articles" from Category Blog Format

Posted: Fri Oct 31, 2008 12:03 am
by andria
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

Re: Remove "More Articles" from Category Blog Format

Posted: Tue Nov 11, 2008 8:35 am
by Distael
No solutions yet or is it just not possible? Perhaps it can be fixed in the new versions?

Re: Remove "More Articles" from Category Blog Format

Posted: Sat Feb 07, 2009 1:32 am
by Markusweb
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>

Re: Remove "More Articles" from Category Blog Format

Posted: Wed Feb 18, 2009 9:04 pm
by Jseb
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?

Re: Remove "More Articles" from Category Blog Format

Posted: Mon May 04, 2009 9:34 pm
by Harlequin
Thanks Markusweb

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

Worked a treat :)

Re: Remove "More Articles" from Category Blog Format

Posted: Sun Oct 11, 2009 12:54 pm
by Tenderis
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?

Re: Remove "More Articles" from Category Blog Format

Posted: Mon Jan 11, 2010 8:47 pm
by vickiea
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!

Re: Remove "More Articles" from Category Blog Format

Posted: Mon Jun 28, 2010 9:30 am
by bfg37
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!

Re: Remove "More Articles" from Category Blog Format

Posted: Fri Dec 24, 2010 10:21 pm
by Elshad
thank you very much Sir Markusweb.i had same problem.Now i solved it.
have a nice day!

Re: Remove "More Articles" from Category Blog Format

Posted: Wed Sep 28, 2011 2:53 am
by dcuttsco19
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=""

Re: Remove "More Articles" from Category Blog Format

Posted: Wed Oct 05, 2011 12:47 am
by rantaris
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.

Re: Remove "More Articles" from Category Blog Format

Posted: Wed Aug 20, 2014 5:57 pm
by digitalbetts
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.