We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Most discussed foto | Forum

Topic location: Forum home » Support » General Questions
Manolis
Manolis Jan 9 '16
How can I remove the selection ..Most discussed foto..?






Attachments:
  Καταγραφήee.JPG (14Kb)
iDragon Solution Co., Ltd
Go to /ow_plugins/photo/components/ then open file page_head.php, then go to line 89
"$menu->addItem('most_discussed', $language->text('photo', 'menu_most_discussed'), OW::getRouter()->urlForRoute('view_photo_list', array('listType' => 'most_discussed')));"

Then remove it out.

Save and done.
ross Team
ross Jan 10 '16

You can also hide it via css


add this style: 


a[list-type=most_discussed] {

display: none;

}

The Forum post is edited by ross Jan 10 '16