serrrios
serrrios
shmel36
Код: Выделить всё
'news_row'
Код: Выделить всё
'news_row2'
Код: Выделить всё
$fetch_news = phpbb_fetch_posts($config['portal_news_forum'], $config['portal_number_of_news'], $config['portal_news_length'], 0, ($config['portal_show_all_news']) ? 'news_all' : 'news');
Код: Выделить всё
$fetch_news = phpbb_fetch_posts(3 , 15, $config['portal_news_length'], 0, ($config['portal_show_all_news']) ? 'news_all' : 'news');
Код: Выделить всё
$fetch_news = phpbb_fetch_posts($config['portal_news_forum'], $config['portal_number_of_news'], 0, 0, ($config['portal_show_all_news']) ? 'news_all' : 'news');
Код: Выделить всё
if ($config['portal_news'])
{
include($portal_root_path . '/block/news.'.$phpEx);
}
Код: Выделить всё
if ($config['portal_news'])
{
include($portal_root_path . '/block/news2.'.$phpEx);
}
Код: Выделить всё
news_row
Код: Выделить всё
news_row2
Код: Выделить всё
<!-- IF S_DISPLAY_NEWS -->
<!-- IF S_NEWS_COMPACT -->
<!-- INCLUDE portal/block/news_compact.html -->
<!-- ELSE -->
<!-- INCLUDE portal/block/news.html -->
<!-- ENDIF -->
<!-- ENDIF -->
Код: Выделить всё
<!-- INCLUDE portal/block/news_compact2.html -->
serrrios
shmel36
9CaraTT
Код: Выделить всё
'news_row'
Код: Выделить всё
'news_row2'
Код: Выделить всё
$fetch_news = phpbb_fetch_posts($portal_config['portal_news_forum'], $portal_config['portal_news_permissions'], $portal_config['portal_number_of_news'], $portal_news_length, 0, ($portal_config['portal_show_all_news']) ? 'news_all' : 'news', $start, $portal_config['portal_news_exclude']);
Код: Выделить всё
$fetch_news = phpbb_fetch_posts(34, $portal_config['portal_news_permissions'], 15, $portal_news_length, 0, ($portal_config['portal_show_all_news']) ? 'news_all' : 'news', $start, $portal_config['portal_news_exclude']);
Код: Выделить всё
if ($portal_config['portal_news'])
{
include($phpbb_root_path . 'portal/block/news.' . $phpEx);
$template->assign_var('S_NEWS_COMPACT', $portal_config['portal_news_style']);
}
Код: Выделить всё
if ($portal_config['portal_news'])
{
include($phpbb_root_path . 'portal/block/news2.' . $phpEx);
$template->assign_var('S_NEWS_COMPACT', $portal_config['portal_news_style']);
}
Код: Выделить всё
news_row
Код: Выделить всё
news_row2
Код: Выделить всё
<!-- IF S_DISPLAY_NEWS -->
<!-- IF S_NEWS_COMPACT -->
<!-- INCLUDE portal/block/news_compact.html -->
<!-- ELSE -->
<!-- INCLUDE portal/block/news.html -->
<!-- ENDIF -->
<!-- ENDIF -->
Код: Выделить всё
<!-- IF S_DISPLAY_NEWS -->
<!-- IF S_NEWS_COMPACT -->
<!-- INCLUDE portal/block/news2_compact.html -->
<!-- ELSE -->
<!-- INCLUDE portal/block/news2.html -->
<!-- ENDIF -->
<!-- ENDIF -->
PPK
votept
9CaraTT
Код: Выделить всё
$fetch_news = phpbb_fetch_posts(97, 132, $portal_config['portal_news_permissions'],
9CaraTT