Joomla! Discussion Forums



It is currently Thu Nov 26, 2009 4:15 pm (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 2 posts ] 
Author Message
Posted: Wed Oct 28, 2009 2:11 pm 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Tue Dec 19, 2006 9:30 pm
Posts: 52
Location: Canada
Hello. I have a menu item that displays a category in category blog layout. This blog has about 6 pages thus far. The Category Description currently displays at the top of ALL 6 pages, and I would like to have it display only on the first page. Is this possible, I have searched and cannot find an answer. Thank you.

_________________
hopping abouts the internets


Top
  E-mail  
 
Posted: Sun Nov 08, 2009 4:20 am 
User avatar
Joomla! Hero
Joomla! Hero
Offline

Joined: Thu Jul 24, 2008 12:48 pm
Posts: 2067
Location: Austin, TX
I don't think there is a parameter to do it, but you should be able to override the view to do it.
http://docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core

I think this is the file you would need to override:
.../components/com_content/views/category/tmpl/blog.php
Code:
<?php if ($this->params->get('show_page_title', 1)) : ?>
<div class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
   <?php echo $this->escape($this->params->get('page_title')); ?>
</div>
<?php endif; ?>


If you need any help doing this, let me know.

_________________
Will Mavis - Joomla Extension Developer
http://www.cmsmarket.com/
http://www.sourcecoast.com/
If you think I can help you, feel free to PM me a link to your post and I will respond. Please don't hijack another user's thread. :D


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

Quick reply

 



Who is online

Users browsing this forum: sussex and 44 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group