1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 02:21:58 +02:00

Cache added to newforumposts_menu.php. Fancybox 2.06b added to incompatible plugin list. (it loads an old version of jQuery) . Fix for BC replacement of newforumposts_main not rendering.

This commit is contained in:
Cameron
2020-05-06 13:33:01 -07:00
parent def50c174d
commit 8ac7f1fdf1
4 changed files with 66 additions and 41 deletions

View File

@@ -180,7 +180,7 @@ class news_front
*/
private function renderNewForumPosts()
{
if(e107::isInstalled('newforumposts_main') && !empty($this->pref['nfp_display']))
if(deftrue('THEME_LEGACY') && !empty($this->pref['nfp_display']))
{
$parms = array('layout'=>'main', 'display'=>$this->pref['nfp_amount']);