А есть ли решение проблемы с RSS
Вставлял
Open file -> external.php in forumroot
Find:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
if (!empty($threadcache))
{
foreach ($threadcache AS $thread)
{
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Add Below:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
if ($vbulletin->option['hide_hack_sett_main']) {
$thread['message'] = $vfc_hide->strip_hide_bbcodes($thread['message']);
}
Но скрытия данных в rss всё равно не происходит
|