Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: remove the View by category in front end

remove the View by category in front end 15 years 5 months ago #4473

  • pmonstad
  • pmonstad's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 16
  • Thank you received: 0
I find it irritating to have the View by category select list available in front end as I only have one category. It should be possible to turn this feature on and off in back end.
--
Pål Monstad

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

remove the View by category in front end 15 years 5 months ago #4480

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
In this file:
/components/com_dtregister/dtregister.php

Search for this line:

<td colspan="<?php echo $j/2; ?>" align="right"><strong><?php echo JText::_( 'DT_CATEGORY_VIEW' );?>:</strong> <?php echo JHTML::_('select.genericlist', $options,"category",'onchange="submit()"',"value","text",$sort); ?></td></tr>

Change it to:

<td colspan="<?php echo $j/2; ?>" align="right">&nbsp;</td></tr>

Then you will have no category filter.

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

remove the View by category in front end 15 years 5 months ago #4489

  • pmonstad
  • pmonstad's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 16
  • Thank you received: 0
Thanks again. Possible to put an option in back end for this? I little cumbersome to do this every time you release a new version :-)

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

remove the View by category in front end 14 years 10 months ago #5987

  • RocknRoll
  • RocknRoll's Avatar
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 23
  • Thank you received: 0
Yeah...would be nice if this was easier to remove.

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

remove the View by category in front end 14 years 10 months ago #5991

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
The upcoming 2.6 release has a parameter to hide this.

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

remove the View by category in front end 14 years 10 months ago #5993

  • RocknRoll
  • RocknRoll's Avatar
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 23
  • Thank you received: 0
You rock!!!

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

  • Page:
  • 1
Time to create page: 0.406 seconds