
   XenForo 1.2       ,   ,       1.0  1.1  1.2.


         !


     ,    ,     1.2.

   . :
http://xenforo.com/community/threads/how-to-upgrade-to-1-2-0.56027


           .

      .   ,       :

[bd] Forum Watch
   ,      :

:

DROP TABLE xf_forum_watch

    ,    ,      ,      :

:

DROP TABLE xf_forum_watch

:

CREATE TABLE xf_forum_watch (
  `user_id` int(10) unsigned NOT NULL,
  `node_id` int(10) unsigned NOT NULL,
  `notify_on` enum('','thread','message') NOT NULL,
  `send_alert` tinyint(3) unsigned NOT NULL,
  `send_email` tinyint(3) unsigned NOT NULL,
  PRIMARY KEY (`user_id`,`node_id`),
  KEY `node_id_notify_on` (`node_id`,`notify_on`)
  ) ENGINE = InnoDB CHARACTER SET utf8 COLLATE utf8_general_ci
Template Modification System (TMS)


 -        XF 1.2       .       .      ,   -    TMS 1.3         .

     .

    ,     ,      /library/config.php    :

PHP:

$config['enableListeners'] = false;

        /library/config.php.

Require Thread Prefixes

    .

    ,     ,      :

:

ALTER TABLE xf_forum
ADD require_prefix TINYINT UNSIGNED NOT NULL DEFAULT '0',
ADD allowed_watch_notifications VARCHAR(10) NOT NULL DEFAULT 'all',
ADD default_sort_order VARCHAR(25) NOT NULL DEFAULT 'last_post_date',
ADD default_sort_direction VARCHAR(5) NOT NULL DEFAULT 'desc';


Tapatalk
    .
  : https://support.tapatalk.com/threads/xenforo-1-2-0-beta-1-error.18926/#post-99324
      .


    ,         1.2    .     , ,      .  ,  ,       1.2,      .


     .       ,      .

 :

styles\my-style\xenforo\xenforo-ui-sprite.png
styles\my-style\xenforo\magnifier.png
styles\my-style\xenforo\editor\icons.png
styles\my-style\xenforo\widgets\style-preview.png
styles\my-style\xenforo\permissions\edit.png

     .
    (    ),            .


    EXTRA.css,      ,   , ..  CSS-    .


 BB- .
Dailymotion
:
<iframe frameborder="0" width="500" height="300" src="http://www.dailymotion.com/embed/video/{$id}?width=500&hideInfos=1"></iframe>
Facebook
:
<iframe src="https://www.facebook.com/video/embed?video_id={$id}" width="500" height="300" frameborder="0"></iframe>
Liveleak
:
<iframe width="500" height="300" src="http://www.liveleak.com/ll_embed?i={$id}" frameborder="0" allowfullscreen></iframe>
Metacafe
:
<iframe src="http://www.metacafe.com/embed/{$id:digits}/" width="500" height="300" allowFullScreen frameborder=0></iframe>
Vimeo
:
<iframe src="http://player.vimeo.com/video/{$id}" width="500" height="300" frameborder="0"></iframe>
YouTube
:
<iframe width="500" height="300" src="http://www.youtube.com/embed/{$id}?wmode=opaque" frameborder="0" allowfullscreen></iframe>

     Google AdSense       ,      :
http://xenforo.com/community/resources/responsive-adsense.2084/


     .
 :  ->  ->  
  ,           .


 
         "Table 'forum.xf_deferred' doesn't exist".             ,     .


       ,   .      .      .








