By Abolfazl Sadeghi on Saturday, 04 October 2014
Posted in General Issues
Replies 3
Likes 0
Views 637
Votes 0
Hello
Is there any way to hide or disable calender view type in archive page?
I want users see only list view type.
Thanks
Hello,

You can edit the file /components/com_easyblog/themes/default/blog.archive.list.php and remove the code below,


<a href="<?php echo EasyBlogRouter::_( 'index.php?option=com_easyblog&view=archive&layout=calendar' );?>" class="float-r"><?php echo JText::_( 'COM_EASYBLOG_SWITCH_TO_CALENDAR_VIEW' ); ?></a>
·
Saturday, 04 October 2014 21:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks
·
Monday, 06 October 2014 14:09
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Monday, 06 October 2014 14:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post