Keyword

Item view shows too much

  • Dimitri De Vleeschauwer
  • Dimitri De Vleeschauwer's Avatar Topic Author
  • Offline
  • New Member
More
10 years 8 months ago - 10 years 8 months ago #123847 by Dimitri De Vleeschauwer
Item view shows too much was created by Dimitri De Vleeschauwer
remitrans.be/dimitri/nieuws/item/2-tweede-artikel

How can I change the item view?
An item view shows all items on top of the item itself !!


Why is this?
When I want to see a (news) item, I don't want to see a list first of all items.

How can I remove this list?
The list of all items is ON TOP of the item view

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
10 years 8 months ago #123848 by Yiota
Replied by Yiota on topic Re: Item view shows too much
The list comes from a K2 Module.
You can use the Advanced Module Manager extension (extensions.joomla.org/extensions/style-a-design/modules-management/10307) an choose from the module's settings not to show in the item pages

or

you can add this code to the index.php of your template in place of the current module position code.
<?php $view = JRequest::getCmd('view'); ?>
<?php if($this->countModules('Your_module_position) && ($view!='item'): ?>         
    <jdoc:include type="modules" name="Your_module_position" style="nu" />             
<?php endif; ?>

You can advise your template provider/developer in order to help you with this as well.

Please Log in or Create an account to join the conversation.

  • Dimitri De Vleeschauwer
  • Dimitri De Vleeschauwer's Avatar Topic Author
  • Offline
  • New Member
More
10 years 8 months ago #123849 by Dimitri De Vleeschauwer
Replied by Dimitri De Vleeschauwer on topic Re: Item view shows too much
I installed the Advanced Module Manager but for K2 it tells me I need the PRO version :(

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
10 years 8 months ago #123850 by Yiota
Replied by Yiota on topic Re: Item view shows too much
I'm sorry about that. I didn't know they had a Pro version for K2.
Try my second option then.

Advise your template developer in order to help you add the code if you are not up to.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum