форум vBSupport.ru > vBulletin > vBulletin 4.0.x-4.1.х > Вопросы по vBulletin 4.0.x-4.1.х
  • »
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
 
 
 
 
BlackCatReal
Продвинутый
Default Нет кнопки добавления видео
0

Vbulletin Publishing Suite 4.1.11 нет кнопки вставить с ютюб, как лечить ?
http://lingvosophy.com.ua

BlackCatReal добавил 17.03.2012 в 17:10
нету только в CMS

BlackCatReal добавил 17.03.2012 в 22:59
Нашел решение, необходимо изменить такой код:
PHP Code:
/includes/functions_editor.php Line 259
        
case 'article_comment':
            
// Right here there should be comment specific settings ... but wait, when you edit the comment, you actually
            // go through the post editor so that would be different settings .. confused?
            
            //some code to find actual forum id for the comment thread
            
if ($comment_forum_id 0)
            {
                
$forum fetch_foruminfo($vbulletin->options['vbcmsforumid']);
                
$can_toolbar $forum['allowbbcode'];
                
$show['img_bbcode'] = $forum['allowimages'];
                
$show['video_bbcode'] = $forum['allowvideos'];
            }
            break;
        case 
'article':
            
// Cms always defaults $can_toolbar and $show['img_bbcode'] and $show['video_bbcode'] to true.. uh..
            // ^^ if the above comment is true, we can remove the following line
            
$can_toolbar $show['img_bbcode'] = $show['video_bbcode'] = true;
            break; 

Last edited by BlackCatReal : 03-17-2012 at 11:59 PM. Reason: Добавлено сообщение
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
Sculptor
Простоузер
Default
0

Это новая опция:
Разделы и модераторы > Управление разделами > vBCms Comments (или как там у Вас)> Прочие опции > Allow [VIDEO] Code > Yes
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 02:02 AM.


Powered by vBulletin® Version 3.5.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Loading...